diff --git a/modules/calendar/lib/content-calendar-icon.svg b/common/icons/content-icon.svg similarity index 100% rename from modules/calendar/lib/content-calendar-icon.svg rename to common/icons/content-icon.svg diff --git a/common/js/jquery.inputmask.js b/common/js/jquery.inputmask.js deleted file mode 100644 index 5a545082b..000000000 --- a/common/js/jquery.inputmask.js +++ /dev/null @@ -1,2801 +0,0 @@ -/*! - * dist/jquery.inputmask - * https://github.com/RobinHerbots/Inputmask - * Copyright (c) 2010 - 2021 Robin Herbots - * Licensed under the MIT license - * Version: 5.0.7-beta.0 - */ -!function(e, t) { - if ("object" == typeof exports && "object" == typeof module) module.exports = t(require("jquery")); else if ("function" == typeof define && define.amd) define([ "jquery" ], t); else { - var a = "object" == typeof exports ? t(require("jquery")) : t(e.jQuery); - for (var i in a) ("object" == typeof exports ? exports : e)[i] = a[i]; - } -}(this, (function(e) { - return function() { - "use strict"; - var t = { - 4528: function(e) { - e.exports = JSON.parse('{"BACKSPACE":8,"BACKSPACE_SAFARI":127,"DELETE":46,"DOWN":40,"END":35,"ENTER":13,"ESCAPE":27,"HOME":36,"INSERT":45,"LEFT":37,"PAGE_DOWN":34,"PAGE_UP":33,"RIGHT":39,"SPACE":32,"TAB":9,"UP":38,"X":88,"Z":90,"CONTROL":17,"PAUSE/BREAK":19,"WINDOWS_LEFT":91,"WINDOWS_RIGHT":92,"KEY_229":229}'); - }, - 3046: function(e, t, a) { - var i; - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0, a(3851), a(219), a(207), a(5296); - var n = ((i = a(2394)) && i.__esModule ? i : { - default: i - }).default; - t.default = n; - }, - 8741: function(e, t) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0; - var a = !("undefined" == typeof window || !window.document || !window.document.createElement); - t.default = a; - }, - 3976: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0; - var i, n = (i = a(4528)) && i.__esModule ? i : { - default: i - }; - var r = { - _maxTestPos: 500, - placeholder: "_", - optionalmarker: [ "[", "]" ], - quantifiermarker: [ "{", "}" ], - groupmarker: [ "(", ")" ], - alternatormarker: "|", - escapeChar: "\\", - mask: null, - regex: null, - oncomplete: function() {}, - onincomplete: function() {}, - oncleared: function() {}, - repeat: 0, - greedy: !1, - autoUnmask: !1, - removeMaskOnSubmit: !1, - clearMaskOnLostFocus: !0, - insertMode: !0, - insertModeVisual: !0, - clearIncomplete: !1, - alias: null, - onKeyDown: function() {}, - onBeforeMask: null, - onBeforePaste: function(e, t) { - return "function" == typeof t.onBeforeMask ? t.onBeforeMask.call(this, e, t) : e; - }, - onBeforeWrite: null, - onUnMask: null, - showMaskOnFocus: !0, - showMaskOnHover: !0, - onKeyValidation: function() {}, - skipOptionalPartCharacter: " ", - numericInput: !1, - rightAlign: !1, - undoOnEscape: !0, - radixPoint: "", - _radixDance: !1, - groupSeparator: "", - keepStatic: null, - positionCaretOnTab: !0, - tabThrough: !1, - supportsInputType: [ "text", "tel", "url", "password", "search" ], - ignorables: [ n.default.BACKSPACE, n.default.TAB, n.default["PAUSE/BREAK"], n.default.ESCAPE, n.default.PAGE_UP, n.default.PAGE_DOWN, n.default.END, n.default.HOME, n.default.LEFT, n.default.UP, n.default.RIGHT, n.default.DOWN, n.default.INSERT, n.default.DELETE, 93, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 0, 229 ], - isComplete: null, - preValidation: null, - postValidation: null, - staticDefinitionSymbol: void 0, - jitMasking: !1, - nullable: !0, - inputEventOnly: !1, - noValuePatching: !1, - positionCaretOnClick: "lvp", - casing: null, - inputmode: "text", - importDataAttributes: !0, - shiftPositions: !0, - usePrototypeDefinitions: !0, - validationEventTimeOut: 3e3 - }; - t.default = r; - }, - 7392: function(e, t) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0; - t.default = { - 9: { - validator: "[0-9\uff10-\uff19]", - definitionSymbol: "*" - }, - a: { - validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]", - definitionSymbol: "*" - }, - "*": { - validator: "[0-9\uff10-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]" - } - }; - }, - 3287: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0; - var i, n = (i = a(8254)) && i.__esModule ? i : { - default: i - }; - if (void 0 === n.default) throw "jQuery not loaded!"; - var r = n.default; - t.default = r; - }, - 9845: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.iphone = t.iemobile = t.mobile = t.ie = t.ua = void 0; - var i, n = (i = a(9380)) && i.__esModule ? i : { - default: i - }; - var r = n.default.navigator && n.default.navigator.userAgent || "", o = r.indexOf("MSIE ") > 0 || r.indexOf("Trident/") > 0, s = "ontouchstart" in n.default, l = /iemobile/i.test(r), u = /iphone/i.test(r) && !l; - t.iphone = u, t.iemobile = l, t.mobile = s, t.ie = o, t.ua = r; - }, - 7184: function(e, t) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = function(e) { - return e.replace(a, "\\$1"); - }; - var a = new RegExp("(\\" + [ "/", ".", "*", "+", "?", "|", "(", ")", "[", "]", "{", "}", "\\", "$", "^" ].join("|\\") + ")", "gim"); - }, - 6030: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.EventHandlers = void 0; - var i, n = a(8711), r = (i = a(4528)) && i.__esModule ? i : { - default: i - }, o = a(9845), s = a(7215), l = a(7760), u = a(4713); - var c = { - keydownEvent: function(e) { - var t = this.inputmask, a = t.opts, i = t.dependencyLib, c = t.maskset, f = this, d = i(f), p = e.keyCode, h = n.caret.call(t, f), m = a.onKeyDown.call(this, e, n.getBuffer.call(t), h, a); - if (void 0 !== m) return m; - if (p === r.default.BACKSPACE || p === r.default.DELETE || o.iphone && p === r.default.BACKSPACE_SAFARI || e.ctrlKey && p === r.default.X && !("oncut" in f)) e.preventDefault(), - s.handleRemove.call(t, f, p, h), (0, l.writeBuffer)(f, n.getBuffer.call(t, !0), c.p, e, f.inputmask._valueGet() !== n.getBuffer.call(t).join("")); else if (p === r.default.END || p === r.default.PAGE_DOWN) { - e.preventDefault(); - var v = n.seekNext.call(t, n.getLastValidPosition.call(t)); - n.caret.call(t, f, e.shiftKey ? h.begin : v, v, !0); - } else p === r.default.HOME && !e.shiftKey || p === r.default.PAGE_UP ? (e.preventDefault(), - n.caret.call(t, f, 0, e.shiftKey ? h.begin : 0, !0)) : a.undoOnEscape && p === r.default.ESCAPE && !0 !== e.altKey ? ((0, - l.checkVal)(f, !0, !1, t.undoValue.split("")), d.trigger("click")) : !0 === a.tabThrough && p === r.default.TAB ? !0 === e.shiftKey ? (h.end = n.seekPrevious.call(t, h.end, !0), - !0 === u.getTest.call(t, h.end - 1).match.static && h.end--, h.begin = n.seekPrevious.call(t, h.end, !0), - h.begin >= 0 && h.end > 0 && (e.preventDefault(), n.caret.call(t, f, h.begin, h.end))) : (h.begin = n.seekNext.call(t, h.begin, !0), - h.end = n.seekNext.call(t, h.begin, !0), h.end < c.maskLength && h.end--, h.begin <= c.maskLength && (e.preventDefault(), - n.caret.call(t, f, h.begin, h.end))) : e.shiftKey || a.insertModeVisual && !1 === a.insertMode && (p === r.default.RIGHT ? setTimeout((function() { - var e = n.caret.call(t, f); - n.caret.call(t, f, e.begin); - }), 0) : p === r.default.LEFT && setTimeout((function() { - var e = n.translatePosition.call(t, f.inputmask.caretPos.begin); - n.translatePosition.call(t, f.inputmask.caretPos.end); - t.isRTL ? n.caret.call(t, f, e + (e === c.maskLength ? 0 : 1)) : n.caret.call(t, f, e - (0 === e ? 0 : 1)); - }), 0)); - t.ignorable = a.ignorables.includes(p); - }, - keypressEvent: function(e, t, a, i, o) { - var u = this.inputmask || this, c = u.opts, f = u.dependencyLib, d = u.maskset, p = u.el, h = f(p), m = e.which || e.charCode || e.keyCode; - if (!(!0 === t || e.ctrlKey && e.altKey) && (e.ctrlKey || e.metaKey || u.ignorable)) return m === r.default.ENTER && u.undoValue !== u._valueGet(!0) && (u.undoValue = u._valueGet(!0), - setTimeout((function() { - h.trigger("change"); - }), 0)), u.skipInputEvent = !0, !0; - if (m) { - 44 !== m && 46 !== m || 3 !== e.location || "" === c.radixPoint || (m = c.radixPoint.charCodeAt(0)); - var v, g = t ? { - begin: o, - end: o - } : n.caret.call(u, p), k = String.fromCharCode(m); - d.writeOutBuffer = !0; - var y = s.isValid.call(u, g, k, i, void 0, void 0, void 0, t); - if (!1 !== y && (n.resetMaskSet.call(u, !0), v = void 0 !== y.caret ? y.caret : n.seekNext.call(u, y.pos.begin ? y.pos.begin : y.pos), - d.p = v), v = c.numericInput && void 0 === y.caret ? n.seekPrevious.call(u, v) : v, - !1 !== a && (setTimeout((function() { - c.onKeyValidation.call(p, m, y); - }), 0), d.writeOutBuffer && !1 !== y)) { - var b = n.getBuffer.call(u); - (0, l.writeBuffer)(p, b, v, e, !0 !== t); - } - if (e.preventDefault(), t) return !1 !== y && (y.forwardPosition = v), y; - } - }, - keyupEvent: function(e) { - var t = this.inputmask; - !t.isComposing || e.keyCode !== r.default.KEY_229 && e.keyCode !== r.default.ENTER || t.$el.trigger("input"); - }, - pasteEvent: function(e) { - var t, a = this.inputmask, i = a.opts, r = a._valueGet(!0), o = n.caret.call(a, this); - a.isRTL && (t = o.end, o.end = o.begin, o.begin = t); - var s = r.substr(0, o.begin), u = r.substr(o.end, r.length); - if (s == (a.isRTL ? n.getBufferTemplate.call(a).slice().reverse() : n.getBufferTemplate.call(a)).slice(0, o.begin).join("") && (s = ""), - u == (a.isRTL ? n.getBufferTemplate.call(a).slice().reverse() : n.getBufferTemplate.call(a)).slice(o.end).join("") && (u = ""), - window.clipboardData && window.clipboardData.getData) r = s + window.clipboardData.getData("Text") + u; else { - if (!e.clipboardData || !e.clipboardData.getData) return !0; - r = s + e.clipboardData.getData("text/plain") + u; - } - var c = r; - if ("function" == typeof i.onBeforePaste) { - if (!1 === (c = i.onBeforePaste.call(a, r, i))) return e.preventDefault(); - c || (c = r); - } - return (0, l.checkVal)(this, !0, !1, c.toString().split(""), e), e.preventDefault(); - }, - inputFallBackEvent: function(e) { - var t = this.inputmask, a = t.opts, i = t.dependencyLib; - var s = this, f = s.inputmask._valueGet(!0), d = (t.isRTL ? n.getBuffer.call(t).slice().reverse() : n.getBuffer.call(t)).join(""), p = n.caret.call(t, s, void 0, void 0, !0); - if (d !== f) { - var h = function(e, i, r) { - for (var o, s, l, c = e.substr(0, r.begin).split(""), f = e.substr(r.begin).split(""), d = i.substr(0, r.begin).split(""), p = i.substr(r.begin).split(""), h = c.length >= d.length ? c.length : d.length, m = f.length >= p.length ? f.length : p.length, v = "", g = [], k = "~"; c.length < h; ) c.push(k); - for (;d.length < h; ) d.push(k); - for (;f.length < m; ) f.unshift(k); - for (;p.length < m; ) p.unshift(k); - var y = c.concat(f), b = d.concat(p); - for (s = 0, o = y.length; s < o; s++) switch (l = u.getPlaceholder.call(t, n.translatePosition.call(t, s)), - v) { - case "insertText": - b[s - 1] === y[s] && r.begin == y.length - 1 && g.push(y[s]), s = o; - break; - - case "insertReplacementText": - case "deleteContentBackward": - y[s] === k ? r.end++ : s = o; - break; - - default: - y[s] !== b[s] && (y[s + 1] !== k && y[s + 1] !== l && void 0 !== y[s + 1] || (b[s] !== l || b[s + 1] !== k) && b[s] !== k ? b[s + 1] === k && b[s] === y[s + 1] ? (v = "insertText", - g.push(y[s]), r.begin--, r.end--) : y[s] !== l && y[s] !== k && (y[s + 1] === k || b[s] !== y[s] && b[s + 1] === y[s + 1]) ? (v = "insertReplacementText", - g.push(y[s]), r.begin--) : y[s] === k ? (v = "deleteContentBackward", (n.isMask.call(t, n.translatePosition.call(t, s), !0) || b[s] === a.radixPoint) && r.end++) : s = o : (v = "insertText", - g.push(y[s]), r.begin--, r.end--)); - } - return { - action: v, - data: g, - caret: r - }; - }(f = function(e, a, i) { - if (o.iemobile) { - var r = a.replace(n.getBuffer.call(t).join(""), ""); - if (1 === r.length) { - var s = a.split(""); - s.splice(i.begin, 0, r), a = s.join(""); - } - } - return a; - }(0, f, p), d, p); - switch ((s.inputmask.shadowRoot || s.ownerDocument).activeElement !== s && s.focus(), - (0, l.writeBuffer)(s, n.getBuffer.call(t)), n.caret.call(t, s, p.begin, p.end, !0), - h.action) { - case "insertText": - case "insertReplacementText": - h.data.forEach((function(e, a) { - var n = new i.Event("keypress"); - n.which = e.charCodeAt(0), t.ignorable = !1, c.keypressEvent.call(s, n); - })), setTimeout((function() { - t.$el.trigger("keyup"); - }), 0); - break; - - case "deleteContentBackward": - var m = new i.Event("keydown"); - m.keyCode = r.default.BACKSPACE, c.keydownEvent.call(s, m); - break; - - default: - (0, l.applyInputValue)(s, f); - } - e.preventDefault(); - } - }, - compositionendEvent: function(e) { - var t = this.inputmask; - t.isComposing = !1, t.$el.trigger("input"); - }, - setValueEvent: function(e) { - var t = this.inputmask, a = this, i = e && e.detail ? e.detail[0] : arguments[1]; - void 0 === i && (i = a.inputmask._valueGet(!0)), (0, l.applyInputValue)(a, i), (e.detail && void 0 !== e.detail[1] || void 0 !== arguments[2]) && n.caret.call(t, a, e.detail ? e.detail[1] : arguments[2]); - }, - focusEvent: function(e) { - var t = this.inputmask, a = t.opts, i = this, r = i.inputmask._valueGet(); - a.showMaskOnFocus && r !== n.getBuffer.call(t).join("") && (0, l.writeBuffer)(i, n.getBuffer.call(t), n.seekNext.call(t, n.getLastValidPosition.call(t))), - !0 !== a.positionCaretOnTab || !1 !== t.mouseEnter || s.isComplete.call(t, n.getBuffer.call(t)) && -1 !== n.getLastValidPosition.call(t) || c.clickEvent.apply(i, [ e, !0 ]), - t.undoValue = t._valueGet(!0); - }, - invalidEvent: function(e) { - this.inputmask.validationEvent = !0; - }, - mouseleaveEvent: function() { - var e = this.inputmask, t = e.opts, a = this; - e.mouseEnter = !1, t.clearMaskOnLostFocus && (a.inputmask.shadowRoot || a.ownerDocument).activeElement !== a && (0, - l.HandleNativePlaceholder)(a, e.originalPlaceholder); - }, - clickEvent: function(e, t) { - var a = this.inputmask, i = this; - if ((i.inputmask.shadowRoot || i.ownerDocument).activeElement === i) { - var r = n.determineNewCaretPosition.call(a, n.caret.call(a, i), t); - void 0 !== r && n.caret.call(a, i, r); - } - }, - cutEvent: function(e) { - var t = this.inputmask, a = t.maskset, i = this, o = n.caret.call(t, i), u = window.clipboardData || e.clipboardData, c = t.isRTL ? n.getBuffer.call(t).slice(o.end, o.begin) : n.getBuffer.call(t).slice(o.begin, o.end); - u.setData("text", t.isRTL ? c.reverse().join("") : c.join("")), document.execCommand && document.execCommand("copy"), - s.handleRemove.call(t, i, r.default.DELETE, o), (0, l.writeBuffer)(i, n.getBuffer.call(t), a.p, e, t.undoValue !== t._valueGet(!0)); - }, - blurEvent: function(e) { - var t = this.inputmask, a = t.opts, i = (0, t.dependencyLib)(this), r = this; - if (r.inputmask) { - (0, l.HandleNativePlaceholder)(r, t.originalPlaceholder); - var o = r.inputmask._valueGet(), u = n.getBuffer.call(t).slice(); - "" !== o && (a.clearMaskOnLostFocus && (-1 === n.getLastValidPosition.call(t) && o === n.getBufferTemplate.call(t).join("") ? u = [] : l.clearOptionalTail.call(t, u)), - !1 === s.isComplete.call(t, u) && (setTimeout((function() { - i.trigger("incomplete"); - }), 0), a.clearIncomplete && (n.resetMaskSet.call(t), u = a.clearMaskOnLostFocus ? [] : n.getBufferTemplate.call(t).slice())), - (0, l.writeBuffer)(r, u, void 0, e)), t.undoValue !== t._valueGet(!0) && (t.undoValue = t._valueGet(!0), - i.trigger("change")); - } - }, - mouseenterEvent: function() { - var e = this.inputmask, t = e.opts, a = this; - if (e.mouseEnter = !0, (a.inputmask.shadowRoot || a.ownerDocument).activeElement !== a) { - var i = (e.isRTL ? n.getBufferTemplate.call(e).slice().reverse() : n.getBufferTemplate.call(e)).join(""); - e.placeholder !== i && a.placeholder !== e.originalPlaceholder && (e.originalPlaceholder = a.placeholder), - t.showMaskOnHover && (0, l.HandleNativePlaceholder)(a, i); - } - }, - submitEvent: function() { - var e = this.inputmask, t = e.opts; - e.undoValue !== e._valueGet(!0) && e.$el.trigger("change"), t.clearMaskOnLostFocus && -1 === n.getLastValidPosition.call(e) && e._valueGet && e._valueGet() === n.getBufferTemplate.call(e).join("") && e._valueSet(""), - t.clearIncomplete && !1 === s.isComplete.call(e, n.getBuffer.call(e)) && e._valueSet(""), - t.removeMaskOnSubmit && (e._valueSet(e.unmaskedvalue(), !0), setTimeout((function() { - (0, l.writeBuffer)(e.el, n.getBuffer.call(e)); - }), 0)); - }, - resetEvent: function() { - var e = this.inputmask; - e.refreshValue = !0, setTimeout((function() { - (0, l.applyInputValue)(e.el, e._valueGet(!0)); - }), 0); - } - }; - t.EventHandlers = c; - }, - 9716: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.EventRuler = void 0; - var i = s(a(2394)), n = s(a(4528)), r = a(8711), o = a(7760); - function s(e) { - return e && e.__esModule ? e : { - default: e - }; - } - var l = { - on: function(e, t, a) { - var s = e.inputmask.dependencyLib, l = function(t) { - t.originalEvent && (t = t.originalEvent || t, arguments[0] = t); - var l, u = this, c = u.inputmask, f = c ? c.opts : void 0; - if (void 0 === c && "FORM" !== this.nodeName) { - var d = s.data(u, "_inputmask_opts"); - s(u).off(), d && new i.default(d).mask(u); - } else { - if ([ "submit", "reset", "setvalue" ].includes(t.type) || "FORM" === this.nodeName || !(u.disabled || u.readOnly && !("keydown" === t.type && t.ctrlKey && 67 === t.keyCode || !1 === f.tabThrough && t.keyCode === n.default.TAB))) { - switch (t.type) { - case "input": - if (!0 === c.skipInputEvent || t.inputType && "insertCompositionText" === t.inputType) return c.skipInputEvent = !1, - t.preventDefault(); - break; - - case "keydown": - c.skipKeyPressEvent = !1, c.skipInputEvent = c.isComposing = t.keyCode === n.default.KEY_229; - break; - - case "keyup": - case "compositionend": - c.isComposing && (c.skipInputEvent = !1); - break; - - case "keypress": - if (!0 === c.skipKeyPressEvent) return t.preventDefault(); - c.skipKeyPressEvent = !0; - break; - - case "click": - case "focus": - return c.validationEvent ? (c.validationEvent = !1, e.blur(), (0, o.HandleNativePlaceholder)(e, (c.isRTL ? r.getBufferTemplate.call(c).slice().reverse() : r.getBufferTemplate.call(c)).join("")), - setTimeout((function() { - e.focus(); - }), f.validationEventTimeOut), !1) : (l = arguments, setTimeout((function() { - e.inputmask && a.apply(u, l); - }), 0), !1); - } - var p = a.apply(u, arguments); - return !1 === p && (t.preventDefault(), t.stopPropagation()), p; - } - t.preventDefault(); - } - }; - [ "submit", "reset" ].includes(t) ? (l = l.bind(e), null !== e.form && s(e.form).on(t, l)) : s(e).on(t, l), - e.inputmask.events[t] = e.inputmask.events[t] || [], e.inputmask.events[t].push(l); - }, - off: function(e, t) { - if (e.inputmask && e.inputmask.events) { - var a = e.inputmask.dependencyLib, i = e.inputmask.events; - for (var n in t && ((i = [])[t] = e.inputmask.events[t]), i) { - for (var r = i[n]; r.length > 0; ) { - var o = r.pop(); - [ "submit", "reset" ].includes(n) ? null !== e.form && a(e.form).off(n, o) : a(e).off(n, o); - } - delete e.inputmask.events[n]; - } - } - } - }; - t.EventRuler = l; - }, - 219: function(e, t, a) { - var i = l(a(2394)), n = l(a(4528)), r = l(a(7184)), o = a(8711); - function s(e) { - return (s = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { - return typeof e; - } : function(e) { - return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; - })(e); - } - function l(e) { - return e && e.__esModule ? e : { - default: e - }; - } - var u = i.default.dependencyLib, c = (new Date).getFullYear(), f = { - d: [ "[1-9]|[12][0-9]|3[01]", Date.prototype.setDate, "day", Date.prototype.getDate ], - dd: [ "0[1-9]|[12][0-9]|3[01]", Date.prototype.setDate, "day", function() { - return y(Date.prototype.getDate.call(this), 2); - } ], - ddd: [ "" ], - dddd: [ "" ], - m: [ "[1-9]|1[012]", Date.prototype.setMonth, "month", function() { - return Date.prototype.getMonth.call(this) + 1; - } ], - mm: [ "0[1-9]|1[012]", Date.prototype.setMonth, "month", function() { - return y(Date.prototype.getMonth.call(this) + 1, 2); - } ], - mmm: [ "" ], - mmmm: [ "" ], - yy: [ "[0-9]{2}", Date.prototype.setFullYear, "year", function() { - return y(Date.prototype.getFullYear.call(this), 2); - } ], - yyyy: [ "[0-9]{4}", Date.prototype.setFullYear, "year", function() { - return y(Date.prototype.getFullYear.call(this), 4); - } ], - h: [ "[1-9]|1[0-2]", Date.prototype.setHours, "hours", Date.prototype.getHours ], - hh: [ "0[1-9]|1[0-2]", Date.prototype.setHours, "hours", function() { - return y(Date.prototype.getHours.call(this), 2); - } ], - hx: [ function(e) { - return "[0-9]{".concat(e, "}"); - }, Date.prototype.setHours, "hours", function(e) { - return Date.prototype.getHours; - } ], - H: [ "1?[0-9]|2[0-3]", Date.prototype.setHours, "hours", Date.prototype.getHours ], - HH: [ "0[0-9]|1[0-9]|2[0-3]", Date.prototype.setHours, "hours", function() { - return y(Date.prototype.getHours.call(this), 2); - } ], - Hx: [ function(e) { - return "[0-9]{".concat(e, "}"); - }, Date.prototype.setHours, "hours", function(e) { - return function() { - return y(Date.prototype.getHours.call(this), e); - }; - } ], - M: [ "[1-5]?[0-9]", Date.prototype.setMinutes, "minutes", Date.prototype.getMinutes ], - MM: [ "0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]", Date.prototype.setMinutes, "minutes", function() { - return y(Date.prototype.getMinutes.call(this), 2); - } ], - s: [ "[1-5]?[0-9]", Date.prototype.setSeconds, "seconds", Date.prototype.getSeconds ], - ss: [ "0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]", Date.prototype.setSeconds, "seconds", function() { - return y(Date.prototype.getSeconds.call(this), 2); - } ], - l: [ "[0-9]{3}", Date.prototype.setMilliseconds, "milliseconds", function() { - return y(Date.prototype.getMilliseconds.call(this), 3); - } ], - L: [ "[0-9]{2}", Date.prototype.setMilliseconds, "milliseconds", function() { - return y(Date.prototype.getMilliseconds.call(this), 2); - } ], - t: [ "[ap]", p, "ampm", h, 1 ], - tt: [ "[ap]m", p, "ampm", h, 2 ], - T: [ "[AP]", p, "ampm", h, 1 ], - TT: [ "[AP]M", p, "ampm", h, 2 ], - Z: [ "" ], - o: [ "" ], - S: [ "" ] - }, d = { - isoDate: "yyyy-mm-dd", - isoTime: "HH:MM:ss", - isoDateTime: "yyyy-mm-dd'T'HH:MM:ss", - isoUtcDateTime: "UTC:yyyy-mm-dd'T'HH:MM:ss'Z'" - }; - function p(e) { - e.toLowerCase().includes("p") && this.setHours(this.getHours() + 12); - } - function h() {} - function m(e) { - var t = new RegExp("\\d+$").exec(e[0]); - if (t && void 0 !== t[0]) { - var a = f[e[0][0] + "x"].slice(""); - return a[0] = a[0](t[0]), a[3] = a[3](t[0]), a; - } - if (f[e[0]]) return f[e[0]]; - } - function v(e) { - if (!e.tokenizer) { - var t = [], a = []; - for (var i in f) if (/\.*x$/.test(i)) { - var n = i[0] + "\\d+"; - -1 === a.indexOf(n) && a.push(n); - } else -1 === t.indexOf(i[0]) && t.push(i[0]); - e.tokenizer = "(" + (a.length > 0 ? a.join("|") + "|" : "") + t.join("+|") + ")+?|.", - e.tokenizer = new RegExp(e.tokenizer, "g"); - } - return e.tokenizer; - } - function g(e, t, a) { - if (void 0 === e.rawday || !isFinite(e.rawday) && new Date(e.date.getFullYear(), isFinite(e.rawmonth) ? e.month : e.date.getMonth() + 1, 0).getDate() >= e.day || "29" == e.day && !Number.isFinite(e.rawyear) || new Date(e.date.getFullYear(), isFinite(e.rawmonth) ? e.month : e.date.getMonth() + 1, 0).getDate() >= e.day) return t; - if ("29" == e.day) { - var i = P(t.pos, a); - if ("yyyy" === i.targetMatch[0] && t.pos - i.targetMatchIndex == 2) return t.remove = t.pos + 1, - t; - } else if ("02" == e.month && "30" == e.day && void 0 !== t.c) return e.day = "03", - e.date.setDate(3), e.date.setMonth(1), t.insert = [ { - pos: t.pos, - c: "0" - }, { - pos: t.pos + 1, - c: t.c - } ], t.caret = o.seekNext.call(this, t.pos + 1), t; - return !1; - } - function k(e, t, a, i) { - var n, o, s = ""; - for (v(a).lastIndex = 0; n = v(a).exec(e); ) { - if (void 0 === t) if (o = m(n)) s += "(" + o[0] + ")"; else switch (n[0]) { - case "[": - s += "("; - break; - - case "]": - s += ")?"; - break; - - default: - s += (0, r.default)(n[0]); - } else if (o = m(n)) if (!0 !== i && o[3]) s += o[3].call(t.date); else o[2] ? s += t["raw" + o[2]] : s += n[0]; else s += n[0]; - } - return s; - } - function y(e, t, a) { - for (e = String(e), t = t || 2; e.length < t; ) e = a ? e + "0" : "0" + e; - return e; - } - function b(e, t, a) { - var i, n, r, o = { - date: new Date(1, 0, 1) - }, l = e; - function u(e, t, a) { - if (e[i] = "ampm" === i ? t : t.replace(/[^0-9]/g, "0"), e["raw" + i] = t, void 0 !== r) { - var n = e[i]; - ("day" === i && 29 === parseInt(n) || "month" === i && 2 === parseInt(n)) && (29 !== parseInt(e.day) || 2 !== parseInt(e.month) || "" !== e.year && void 0 !== e.year || e.date.setFullYear(2012, 1, 29)), - "day" === i && 0 === parseInt(n) && (n = 1), "month" === i && (n = parseInt(n)) > 0 && (n -= 1), - "year" === i && n.length < 4 && (n = y(n, 4, !0)), "" === n || isNaN(n) || r.call(e.date, n), - "ampm" === i && r.call(e.date, n); - } - } - if ("string" == typeof l) { - for (v(a).lastIndex = 0; n = v(a).exec(t); ) { - var c = new RegExp("\\d+$").exec(n[0]), d = c ? n[0][0] + "x" : n[0], p = void 0; - if (c) { - var h = v(a).lastIndex, m = P(n.index, a); - v(a).lastIndex = h, p = l.slice(0, l.indexOf(m.nextMatch[0])); - } else p = l.slice(0, d.length); - Object.prototype.hasOwnProperty.call(f, d) && (i = f[d][2], r = f[d][1], u(o, p)), - l = l.slice(p.length); - } - return o; - } - if (l && "object" === s(l) && Object.prototype.hasOwnProperty.call(l, "date")) return l; - } - function x(e, t) { - return k(t.inputFormat, { - date: e - }, t); - } - function P(e, t) { - var a, i, n = 0, r = 0; - for (v(t).lastIndex = 0; i = v(t).exec(t.inputFormat); ) { - var o = new RegExp("\\d+$").exec(i[0]); - if ((n += r = o ? parseInt(o[0]) : i[0].length) >= e) { - a = i, i = v(t).exec(t.inputFormat); - break; - } - } - return { - targetMatchIndex: n - r, - nextMatch: i, - targetMatch: a - }; - } - i.default.extendAliases({ - datetime: { - mask: function(e) { - return e.numericInput = !1, f.S = e.i18n.ordinalSuffix.join("|"), e.inputFormat = d[e.inputFormat] || e.inputFormat, - e.displayFormat = d[e.displayFormat] || e.displayFormat || e.inputFormat, e.outputFormat = d[e.outputFormat] || e.outputFormat || e.inputFormat, - e.placeholder = "" !== e.placeholder ? e.placeholder : e.inputFormat.replace(/[[\]]/, ""), - e.regex = k(e.inputFormat, void 0, e), e.min = b(e.min, e.inputFormat, e), e.max = b(e.max, e.inputFormat, e), - null; - }, - placeholder: "", - inputFormat: "isoDateTime", - displayFormat: void 0, - outputFormat: void 0, - min: null, - max: null, - skipOptionalPartCharacter: "", - i18n: { - dayNames: [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ], - monthNames: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], - ordinalSuffix: [ "st", "nd", "rd", "th" ] - }, - preValidation: function(e, t, a, i, n, r, o, s) { - if (s) return !0; - if (isNaN(a) && e[t] !== a) { - var l = P(t, n); - if (l.nextMatch && l.nextMatch[0] === a && l.targetMatch[0].length > 1) { - var u = f[l.targetMatch[0]][0]; - if (new RegExp(u).test("0" + e[t - 1])) return e[t] = e[t - 1], e[t - 1] = "0", - { - fuzzy: !0, - buffer: e, - refreshFromBuffer: { - start: t - 1, - end: t + 1 - }, - pos: t + 1 - }; - } - } - return !0; - }, - postValidation: function(e, t, a, i, n, r, o, s) { - var l, u; - if (o) return !0; - if (!1 === i && (((l = P(t + 1, n)).targetMatch && l.targetMatchIndex === t && l.targetMatch[0].length > 1 && void 0 !== f[l.targetMatch[0]] || (l = P(t + 2, n)).targetMatch && l.targetMatchIndex === t + 1 && l.targetMatch[0].length > 1 && void 0 !== f[l.targetMatch[0]]) && (u = f[l.targetMatch[0]][0]), - void 0 !== u && (void 0 !== r.validPositions[t + 1] && new RegExp(u).test(a + "0") ? (e[t] = a, - e[t + 1] = "0", i = { - pos: t + 2, - caret: t - }) : new RegExp(u).test("0" + a) && (e[t] = "0", e[t + 1] = a, i = { - pos: t + 2 - })), !1 === i)) return i; - if (i.fuzzy && (e = i.buffer, t = i.pos), (l = P(t, n)).targetMatch && l.targetMatch[0] && void 0 !== f[l.targetMatch[0]]) { - u = f[l.targetMatch[0]][0]; - var d = e.slice(l.targetMatchIndex, l.targetMatchIndex + l.targetMatch[0].length); - !1 === new RegExp(u).test(d.join("")) && 2 === l.targetMatch[0].length && r.validPositions[l.targetMatchIndex] && r.validPositions[l.targetMatchIndex + 1] && (r.validPositions[l.targetMatchIndex + 1].input = "0"); - } - var p = i, h = b(e.join(""), n.inputFormat, n); - return p && h.date.getTime() == h.date.getTime() && (n.prefillYear && (p = function(e, t, a) { - if (e.year !== e.rawyear) { - var i = c.toString(), n = e.rawyear.replace(/[^0-9]/g, ""), r = i.slice(0, n.length), o = i.slice(n.length); - if (2 === n.length && n === r) { - var s = new Date(c, e.month - 1, e.day); - e.day == s.getDate() && (!a.max || a.max.date.getTime() >= s.getTime()) && (e.date.setFullYear(c), - e.year = i, t.insert = [ { - pos: t.pos + 1, - c: o[0] - }, { - pos: t.pos + 2, - c: o[1] - } ]); - } - } - return t; - }(h, p, n)), p = function(e, t, a, i, n) { - if (!t) return t; - if (a.min) { - if (e.rawyear) { - var r, o = e.rawyear.replace(/[^0-9]/g, ""), s = a.min.year.substr(0, o.length); - if (o < s) { - var l = P(t.pos, a); - if (o = e.rawyear.substr(0, t.pos - l.targetMatchIndex + 1).replace(/[^0-9]/g, "0"), - (s = a.min.year.substr(0, o.length)) <= o) return t.remove = l.targetMatchIndex + o.length, - t; - if (o = "yyyy" === l.targetMatch[0] ? e.rawyear.substr(1, 1) : e.rawyear.substr(0, 1), - s = a.min.year.substr(2, 1), r = a.max ? a.max.year.substr(2, 1) : o, 1 === o.length && s <= o && o <= r && !0 !== n) return "yyyy" === l.targetMatch[0] ? (t.insert = [ { - pos: t.pos + 1, - c: o, - strict: !0 - } ], t.caret = t.pos + 2, i.validPositions[t.pos].input = a.min.year[1]) : (t.insert = [ { - pos: t.pos + 1, - c: a.min.year[1], - strict: !0 - }, { - pos: t.pos + 2, - c: o, - strict: !0 - } ], t.caret = t.pos + 3, i.validPositions[t.pos].input = a.min.year[0]), t; - t = !1; - } - } - for (var u in e) -1 === u.indexOf("raw") && e["raw".concat(u)] && (e[u], e["raw".concat(u)]); - t && e.year && e.year === e.rawyear && a.min.date.getTime() == a.min.date.getTime() && (t = a.min.date.getTime() <= e.date.getTime()); - } - return t && a.max && a.max.date.getTime() == a.max.date.getTime() && (t = a.max.date.getTime() >= e.date.getTime()), - t; - }(h, p = g.call(this, h, p, n), n, r, s)), void 0 !== t && p && i.pos !== t ? { - buffer: k(n.inputFormat, h, n).split(""), - refreshFromBuffer: { - start: t, - end: i.pos - }, - pos: i.caret || i.pos - } : p; - }, - onKeyDown: function(e, t, a, i) { - e.ctrlKey && e.keyCode === n.default.RIGHT && (this.inputmask._valueSet(x(new Date, i)), - u(this).trigger("setvalue")); - }, - onUnMask: function(e, t, a) { - return t ? k(a.outputFormat, b(e, a.inputFormat, a), a, !0) : t; - }, - casing: function(e, t, a, i) { - return 0 == t.nativeDef.indexOf("[ap]") ? e.toLowerCase() : 0 == t.nativeDef.indexOf("[AP]") ? e.toUpperCase() : e; - }, - onBeforeMask: function(e, t) { - return "[object Date]" === Object.prototype.toString.call(e) && (e = x(e, t)), e; - }, - insertMode: !1, - shiftPositions: !1, - keepStatic: !1, - inputmode: "numeric", - prefillYear: !0 - } - }); - }, - 3851: function(e, t, a) { - var i, n = (i = a(2394)) && i.__esModule ? i : { - default: i - }, r = a(8711), o = a(4713); - n.default.extendDefinitions({ - A: { - validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]", - casing: "upper" - }, - "&": { - validator: "[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]", - casing: "upper" - }, - "#": { - validator: "[0-9A-Fa-f]", - casing: "upper" - } - }); - var s = new RegExp("25[0-5]|2[0-4][0-9]|[01][0-9][0-9]"); - function l(e, t, a, i, n) { - return a - 1 > -1 && "." !== t.buffer[a - 1] ? (e = t.buffer[a - 1] + e, e = a - 2 > -1 && "." !== t.buffer[a - 2] ? t.buffer[a - 2] + e : "0" + e) : e = "00" + e, - s.test(e); - } - n.default.extendAliases({ - cssunit: { - regex: "[+-]?[0-9]+\\.?([0-9]+)?(px|em|rem|ex|%|in|cm|mm|pt|pc)" - }, - url: { - regex: "(https?|ftp)://.*", - autoUnmask: !1, - keepStatic: !1, - tabThrough: !0 - }, - ip: { - mask: "i[i[i]].j[j[j]].k[k[k]].l[l[l]]", - definitions: { - i: { - validator: l - }, - j: { - validator: l - }, - k: { - validator: l - }, - l: { - validator: l - } - }, - onUnMask: function(e, t, a) { - return e; - }, - inputmode: "numeric" - }, - email: { - mask: "*{1,64}[.*{1,64}][.*{1,64}][.*{1,63}]@-{1,63}.-{1,63}[.-{1,63}][.-{1,63}]", - greedy: !1, - casing: "lower", - onBeforePaste: function(e, t) { - return (e = e.toLowerCase()).replace("mailto:", ""); - }, - definitions: { - "*": { - validator: "[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5!#$%&'*+/=?^_`{|}~-]" - }, - "-": { - validator: "[0-9A-Za-z-]" - } - }, - onUnMask: function(e, t, a) { - return e; - }, - inputmode: "email" - }, - mac: { - mask: "##:##:##:##:##:##" - }, - vin: { - mask: "V{13}9{4}", - definitions: { - V: { - validator: "[A-HJ-NPR-Za-hj-npr-z\\d]", - casing: "upper" - } - }, - clearIncomplete: !0, - autoUnmask: !0 - }, - ssn: { - mask: "999-99-9999", - postValidation: function(e, t, a, i, n, s, l) { - var u = o.getMaskTemplate.call(this, !0, r.getLastValidPosition.call(this), !0, !0); - return /^(?!219-09-9999|078-05-1120)(?!666|000|9.{2}).{3}-(?!00).{2}-(?!0{4}).{4}$/.test(u.join("")); - } - } - }); - }, - 207: function(e, t, a) { - var i = s(a(2394)), n = s(a(4528)), r = s(a(7184)), o = a(8711); - function s(e) { - return e && e.__esModule ? e : { - default: e - }; - } - var l = i.default.dependencyLib; - function u(e, t) { - for (var a = "", n = 0; n < e.length; n++) i.default.prototype.definitions[e.charAt(n)] || t.definitions[e.charAt(n)] || t.optionalmarker[0] === e.charAt(n) || t.optionalmarker[1] === e.charAt(n) || t.quantifiermarker[0] === e.charAt(n) || t.quantifiermarker[1] === e.charAt(n) || t.groupmarker[0] === e.charAt(n) || t.groupmarker[1] === e.charAt(n) || t.alternatormarker === e.charAt(n) ? a += "\\" + e.charAt(n) : a += e.charAt(n); - return a; - } - function c(e, t, a, i) { - if (e.length > 0 && t > 0 && (!a.digitsOptional || i)) { - var n = e.indexOf(a.radixPoint), r = !1; - a.negationSymbol.back === e[e.length - 1] && (r = !0, e.length--), -1 === n && (e.push(a.radixPoint), - n = e.length - 1); - for (var o = 1; o <= t; o++) isFinite(e[n + o]) || (e[n + o] = "0"); - } - return r && e.push(a.negationSymbol.back), e; - } - function f(e, t) { - var a = 0; - if ("+" === e) { - for (a in t.validPositions) ; - a = o.seekNext.call(this, parseInt(a)); - } - for (var i in t.tests) if ((i = parseInt(i)) >= a) for (var n = 0, r = t.tests[i].length; n < r; n++) if ((void 0 === t.validPositions[i] || "-" === e) && t.tests[i][n].match.def === e) return i + (void 0 !== t.validPositions[i] && "-" !== e ? 1 : 0); - return a; - } - function d(e, t) { - var a = -1; - for (var i in t.validPositions) { - var n = t.validPositions[i]; - if (n && n.match.def === e) { - a = parseInt(i); - break; - } - } - return a; - } - function p(e, t, a, i, n) { - var r = t.buffer ? t.buffer.indexOf(n.radixPoint) : -1, o = (-1 !== r || i && n.jitMasking) && new RegExp(n.definitions[9].validator).test(e); - return n._radixDance && -1 !== r && o && null == t.validPositions[r] ? { - insert: { - pos: r === a ? r + 1 : r, - c: n.radixPoint - }, - pos: a - } : o; - } - i.default.extendAliases({ - numeric: { - mask: function(e) { - e.repeat = 0, e.groupSeparator === e.radixPoint && e.digits && "0" !== e.digits && ("." === e.radixPoint ? e.groupSeparator = "," : "," === e.radixPoint ? e.groupSeparator = "." : e.groupSeparator = ""), - " " === e.groupSeparator && (e.skipOptionalPartCharacter = void 0), e.placeholder.length > 1 && (e.placeholder = e.placeholder.charAt(0)), - "radixFocus" === e.positionCaretOnClick && "" === e.placeholder && (e.positionCaretOnClick = "lvp"); - var t = "0", a = e.radixPoint; - !0 === e.numericInput && void 0 === e.__financeInput ? (t = "1", e.positionCaretOnClick = "radixFocus" === e.positionCaretOnClick ? "lvp" : e.positionCaretOnClick, - e.digitsOptional = !1, isNaN(e.digits) && (e.digits = 2), e._radixDance = !1, a = "," === e.radixPoint ? "?" : "!", - "" !== e.radixPoint && void 0 === e.definitions[a] && (e.definitions[a] = {}, e.definitions[a].validator = "[" + e.radixPoint + "]", - e.definitions[a].placeholder = e.radixPoint, e.definitions[a].static = !0, e.definitions[a].generated = !0)) : (e.__financeInput = !1, - e.numericInput = !0); - var i, n = "[+]"; - if (n += u(e.prefix, e), "" !== e.groupSeparator ? (void 0 === e.definitions[e.groupSeparator] && (e.definitions[e.groupSeparator] = {}, - e.definitions[e.groupSeparator].validator = "[" + e.groupSeparator + "]", e.definitions[e.groupSeparator].placeholder = e.groupSeparator, - e.definitions[e.groupSeparator].static = !0, e.definitions[e.groupSeparator].generated = !0), - n += e._mask(e)) : n += "9{+}", void 0 !== e.digits && 0 !== e.digits) { - var o = e.digits.toString().split(","); - isFinite(o[0]) && o[1] && isFinite(o[1]) ? n += a + t + "{" + e.digits + "}" : (isNaN(e.digits) || parseInt(e.digits) > 0) && (e.digitsOptional || e.jitMasking ? (i = n + a + t + "{0," + e.digits + "}", - e.keepStatic = !0) : n += a + t + "{" + e.digits + "}"); - } else e.inputmode = "numeric"; - return n += u(e.suffix, e), n += "[-]", i && (n = [ i + u(e.suffix, e) + "[-]", n ]), - e.greedy = !1, function(e) { - void 0 === e.parseMinMaxOptions && (null !== e.min && (e.min = e.min.toString().replace(new RegExp((0, - r.default)(e.groupSeparator), "g"), ""), "," === e.radixPoint && (e.min = e.min.replace(e.radixPoint, ".")), - e.min = isFinite(e.min) ? parseFloat(e.min) : NaN, isNaN(e.min) && (e.min = Number.MIN_VALUE)), - null !== e.max && (e.max = e.max.toString().replace(new RegExp((0, r.default)(e.groupSeparator), "g"), ""), - "," === e.radixPoint && (e.max = e.max.replace(e.radixPoint, ".")), e.max = isFinite(e.max) ? parseFloat(e.max) : NaN, - isNaN(e.max) && (e.max = Number.MAX_VALUE)), e.parseMinMaxOptions = "done"); - }(e), n; - }, - _mask: function(e) { - return "(" + e.groupSeparator + "999){+|1}"; - }, - digits: "*", - digitsOptional: !0, - enforceDigitsOnBlur: !1, - radixPoint: ".", - positionCaretOnClick: "radixFocus", - _radixDance: !0, - groupSeparator: "", - allowMinus: !0, - negationSymbol: { - front: "-", - back: "" - }, - prefix: "", - suffix: "", - min: null, - max: null, - SetMaxOnOverflow: !1, - step: 1, - inputType: "text", - unmaskAsNumber: !1, - roundingFN: Math.round, - inputmode: "decimal", - shortcuts: { - k: "000", - m: "000000" - }, - placeholder: "0", - greedy: !1, - rightAlign: !0, - insertMode: !0, - autoUnmask: !1, - skipOptionalPartCharacter: "", - usePrototypeDefinitions: !1, - definitions: { - 0: { - validator: p - }, - 1: { - validator: p, - definitionSymbol: "9" - }, - 9: { - validator: "[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]", - definitionSymbol: "*" - }, - "+": { - validator: function(e, t, a, i, n) { - return n.allowMinus && ("-" === e || e === n.negationSymbol.front); - } - }, - "-": { - validator: function(e, t, a, i, n) { - return n.allowMinus && e === n.negationSymbol.back; - } - } - }, - preValidation: function(e, t, a, i, n, r, o, s) { - var l; - if (!1 !== n.__financeInput && a === n.radixPoint) return !1; - if (l = n.shortcuts && n.shortcuts[a]) { - if (l.length > 1) for (var u = [], c = 0; c < l.length; c++) u.push({ - pos: t + c, - c: l[c], - strict: !1 - }); - return { - insert: u - }; - } - var p = e.indexOf(n.radixPoint), h = t; - if (t = function(e, t, a, i, n) { - return n._radixDance && n.numericInput && t !== n.negationSymbol.back && e <= a && (a > 0 || t == n.radixPoint) && (void 0 === i.validPositions[e - 1] || i.validPositions[e - 1].input !== n.negationSymbol.back) && (e -= 1), - e; - }(t, a, p, r, n), "-" === a || a === n.negationSymbol.front) { - if (!0 !== n.allowMinus) return !1; - var m = !1, v = d("+", r), g = d("-", r); - return -1 !== v && (m = [ v, g ]), !1 !== m ? { - remove: m, - caret: h - n.negationSymbol.back.length - } : { - insert: [ { - pos: f.call(this, "+", r), - c: n.negationSymbol.front, - fromIsValid: !0 - }, { - pos: f.call(this, "-", r), - c: n.negationSymbol.back, - fromIsValid: void 0 - } ], - caret: h + n.negationSymbol.back.length - }; - } - if (a === n.groupSeparator) return { - caret: h - }; - if (s) return !0; - if (-1 !== p && !0 === n._radixDance && !1 === i && a === n.radixPoint && void 0 !== n.digits && (isNaN(n.digits) || parseInt(n.digits) > 0) && p !== t) return { - caret: n._radixDance && t === p - 1 ? p + 1 : p - }; - if (!1 === n.__financeInput) if (i) { - if (n.digitsOptional) return { - rewritePosition: o.end - }; - if (!n.digitsOptional) { - if (o.begin > p && o.end <= p) return a === n.radixPoint ? { - insert: { - pos: p + 1, - c: "0", - fromIsValid: !0 - }, - rewritePosition: p - } : { - rewritePosition: p + 1 - }; - if (o.begin < p) return { - rewritePosition: o.begin - 1 - }; - } - } else if (!n.showMaskOnHover && !n.showMaskOnFocus && !n.digitsOptional && n.digits > 0 && "" === this.__valueGet.call(this.el)) return { - rewritePosition: p - }; - return { - rewritePosition: t - }; - }, - postValidation: function(e, t, a, i, n, r, o) { - if (!1 === i) return i; - if (o) return !0; - if (null !== n.min || null !== n.max) { - var s = n.onUnMask(e.slice().reverse().join(""), void 0, l.extend({}, n, { - unmaskAsNumber: !0 - })); - if (null !== n.min && s < n.min && (s.toString().length > n.min.toString().length || s < 0)) return !1; - if (null !== n.max && s > n.max) return !!n.SetMaxOnOverflow && { - refreshFromBuffer: !0, - buffer: c(n.max.toString().replace(".", n.radixPoint).split(""), n.digits, n).reverse() - }; - } - return i; - }, - onUnMask: function(e, t, a) { - if ("" === t && !0 === a.nullable) return t; - var i = e.replace(a.prefix, ""); - return i = (i = i.replace(a.suffix, "")).replace(new RegExp((0, r.default)(a.groupSeparator), "g"), ""), - "" !== a.placeholder.charAt(0) && (i = i.replace(new RegExp(a.placeholder.charAt(0), "g"), "0")), - a.unmaskAsNumber ? ("" !== a.radixPoint && -1 !== i.indexOf(a.radixPoint) && (i = i.replace(r.default.call(this, a.radixPoint), ".")), - i = (i = i.replace(new RegExp("^" + (0, r.default)(a.negationSymbol.front)), "-")).replace(new RegExp((0, - r.default)(a.negationSymbol.back) + "$"), ""), Number(i)) : i; - }, - isComplete: function(e, t) { - var a = (t.numericInput ? e.slice().reverse() : e).join(""); - return a = (a = (a = (a = (a = a.replace(new RegExp("^" + (0, r.default)(t.negationSymbol.front)), "-")).replace(new RegExp((0, - r.default)(t.negationSymbol.back) + "$"), "")).replace(t.prefix, "")).replace(t.suffix, "")).replace(new RegExp((0, - r.default)(t.groupSeparator) + "([0-9]{3})", "g"), "$1"), "," === t.radixPoint && (a = a.replace((0, - r.default)(t.radixPoint), ".")), isFinite(a); - }, - onBeforeMask: function(e, t) { - var a = t.radixPoint || ","; - isFinite(t.digits) && (t.digits = parseInt(t.digits)), "number" != typeof e && "number" !== t.inputType || "" === a || (e = e.toString().replace(".", a)); - var i = "-" === e.charAt(0) || e.charAt(0) === t.negationSymbol.front, n = e.split(a), o = n[0].replace(/[^\-0-9]/g, ""), s = n.length > 1 ? n[1].replace(/[^0-9]/g, "") : "", l = n.length > 1; - e = o + ("" !== s ? a + s : s); - var u = 0; - if ("" !== a && (u = t.digitsOptional ? t.digits < s.length ? t.digits : s.length : t.digits, - "" !== s || !t.digitsOptional)) { - var f = Math.pow(10, u || 1); - e = e.replace((0, r.default)(a), "."), isNaN(parseFloat(e)) || (e = (t.roundingFN(parseFloat(e) * f) / f).toFixed(u)), - e = e.toString().replace(".", a); - } - if (0 === t.digits && -1 !== e.indexOf(a) && (e = e.substring(0, e.indexOf(a))), - null !== t.min || null !== t.max) { - var d = e.toString().replace(a, "."); - null !== t.min && d < t.min ? e = t.min.toString().replace(".", a) : null !== t.max && d > t.max && (e = t.max.toString().replace(".", a)); - } - return i && "-" !== e.charAt(0) && (e = "-" + e), c(e.toString().split(""), u, t, l).join(""); - }, - onBeforeWrite: function(e, t, a, i) { - function n(e, t) { - if (!1 !== i.__financeInput || t) { - var a = e.indexOf(i.radixPoint); - -1 !== a && e.splice(a, 1); - } - if ("" !== i.groupSeparator) for (;-1 !== (a = e.indexOf(i.groupSeparator)); ) e.splice(a, 1); - return e; - } - var o, s = function(e, t) { - var a = new RegExp("(^" + ("" !== t.negationSymbol.front ? (0, r.default)(t.negationSymbol.front) + "?" : "") + (0, - r.default)(t.prefix) + ")(.*)(" + (0, r.default)(t.suffix) + ("" != t.negationSymbol.back ? (0, - r.default)(t.negationSymbol.back) + "?" : "") + "$)").exec(e.slice().reverse().join("")), i = a ? a[2] : "", n = !1; - return i && (i = i.split(t.radixPoint.charAt(0))[0], n = new RegExp("^[0" + t.groupSeparator + "]*").exec(i)), - !(!n || !(n[0].length > 1 || n[0].length > 0 && n[0].length < i.length)) && n; - }(t, i); - if (s) for (var u = t.join("").lastIndexOf(s[0].split("").reverse().join("")) - (s[0] == s.input ? 0 : 1), f = s[0] == s.input ? 1 : 0, d = s[0].length - f; d > 0; d--) delete this.maskset.validPositions[u + d], - delete t[u + d]; - if (e) switch (e.type) { - case "blur": - case "checkval": - if (null !== i.min) { - var p = i.onUnMask(t.slice().reverse().join(""), void 0, l.extend({}, i, { - unmaskAsNumber: !0 - })); - if (null !== i.min && p < i.min) return { - refreshFromBuffer: !0, - buffer: c(i.min.toString().replace(".", i.radixPoint).split(""), i.digits, i).reverse() - }; - } - if (t[t.length - 1] === i.negationSymbol.front) { - var h = new RegExp("(^" + ("" != i.negationSymbol.front ? (0, r.default)(i.negationSymbol.front) + "?" : "") + (0, - r.default)(i.prefix) + ")(.*)(" + (0, r.default)(i.suffix) + ("" != i.negationSymbol.back ? (0, - r.default)(i.negationSymbol.back) + "?" : "") + "$)").exec(n(t.slice(), !0).reverse().join("")); - 0 == (h ? h[2] : "") && (o = { - refreshFromBuffer: !0, - buffer: [ 0 ] - }); - } else "" !== i.radixPoint && t[0] === i.radixPoint && (o && o.buffer ? o.buffer.shift() : (t.shift(), - o = { - refreshFromBuffer: !0, - buffer: n(t) - })); - if (i.enforceDigitsOnBlur) { - var m = (o = o || {}) && o.buffer || t.slice().reverse(); - o.refreshFromBuffer = !0, o.buffer = c(m, i.digits, i, !0).reverse(); - } - } - return o; - }, - onKeyDown: function(e, t, a, i) { - var r, o = l(this); - if (e.ctrlKey) switch (e.keyCode) { - case n.default.UP: - return this.inputmask.__valueSet.call(this, parseFloat(this.inputmask.unmaskedvalue()) + parseInt(i.step)), - o.trigger("setvalue"), !1; - - case n.default.DOWN: - return this.inputmask.__valueSet.call(this, parseFloat(this.inputmask.unmaskedvalue()) - parseInt(i.step)), - o.trigger("setvalue"), !1; - } - if (!e.shiftKey && (e.keyCode === n.default.DELETE || e.keyCode === n.default.BACKSPACE || e.keyCode === n.default.BACKSPACE_SAFARI) && a.begin !== t.length) { - if (t[e.keyCode === n.default.DELETE ? a.begin - 1 : a.end] === i.negationSymbol.front) return r = t.slice().reverse(), - "" !== i.negationSymbol.front && r.shift(), "" !== i.negationSymbol.back && r.pop(), - o.trigger("setvalue", [ r.join(""), a.begin ]), !1; - if (!0 === i._radixDance) { - var s = t.indexOf(i.radixPoint); - if (i.digitsOptional) { - if (0 === s) return (r = t.slice().reverse()).pop(), o.trigger("setvalue", [ r.join(""), a.begin >= r.length ? r.length : a.begin ]), - !1; - } else if (-1 !== s && (a.begin < s || a.end < s || e.keyCode === n.default.DELETE && a.begin === s)) return a.begin !== a.end || e.keyCode !== n.default.BACKSPACE && e.keyCode !== n.default.BACKSPACE_SAFARI || a.begin++, - (r = t.slice().reverse()).splice(r.length - a.begin, a.begin - a.end + 1), r = c(r, i.digits, i).join(""), - o.trigger("setvalue", [ r, a.begin >= r.length ? s + 1 : a.begin ]), !1; - } - } - } - }, - currency: { - prefix: "", - groupSeparator: ",", - alias: "numeric", - digits: 2, - digitsOptional: !1 - }, - decimal: { - alias: "numeric" - }, - integer: { - alias: "numeric", - inputmode: "numeric", - digits: 0 - }, - percentage: { - alias: "numeric", - min: 0, - max: 100, - suffix: " %", - digits: 0, - allowMinus: !1 - }, - indianns: { - alias: "numeric", - _mask: function(e) { - return "(" + e.groupSeparator + "99){*|1}(" + e.groupSeparator + "999){1|1}"; - }, - groupSeparator: ",", - radixPoint: ".", - placeholder: "0", - digits: 2, - digitsOptional: !1 - } - }); - }, - 9380: function(e, t, a) { - var i; - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0; - var n = ((i = a(8741)) && i.__esModule ? i : { - default: i - }).default ? window : {}; - t.default = n; - }, - 7760: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.applyInputValue = c, t.clearOptionalTail = f, t.checkVal = d, t.HandleNativePlaceholder = function(e, t) { - var a = e ? e.inputmask : this; - if (l.ie) { - if (e.inputmask._valueGet() !== t && (e.placeholder !== t || "" === e.placeholder)) { - var i = o.getBuffer.call(a).slice(), n = e.inputmask._valueGet(); - if (n !== t) { - var r = o.getLastValidPosition.call(a); - -1 === r && n === o.getBufferTemplate.call(a).join("") ? i = [] : -1 !== r && f.call(a, i), - p(e, i); - } - } - } else e.placeholder !== t && (e.placeholder = t, "" === e.placeholder && e.removeAttribute("placeholder")); - }, t.unmaskedvalue = function(e) { - var t = e ? e.inputmask : this, a = t.opts, i = t.maskset; - if (e) { - if (void 0 === e.inputmask) return e.value; - e.inputmask && e.inputmask.refreshValue && c(e, e.inputmask._valueGet(!0)); - } - var n = [], r = i.validPositions; - for (var s in r) r[s] && r[s].match && (1 != r[s].match.static || Array.isArray(i.metadata) && !0 !== r[s].generatedInput) && n.push(r[s].input); - var l = 0 === n.length ? "" : (t.isRTL ? n.reverse() : n).join(""); - if ("function" == typeof a.onUnMask) { - var u = (t.isRTL ? o.getBuffer.call(t).slice().reverse() : o.getBuffer.call(t)).join(""); - l = a.onUnMask.call(t, u, l, a); - } - return l; - }, t.writeBuffer = p; - var i, n = (i = a(4528)) && i.__esModule ? i : { - default: i - }, r = a(4713), o = a(8711), s = a(7215), l = a(9845), u = a(6030); - function c(e, t) { - var a = e ? e.inputmask : this, i = a.opts; - e.inputmask.refreshValue = !1, "function" == typeof i.onBeforeMask && (t = i.onBeforeMask.call(a, t, i) || t), - d(e, !0, !1, t = t.toString().split("")), a.undoValue = a._valueGet(!0), (i.clearMaskOnLostFocus || i.clearIncomplete) && e.inputmask._valueGet() === o.getBufferTemplate.call(a).join("") && -1 === o.getLastValidPosition.call(a) && e.inputmask._valueSet(""); - } - function f(e) { - e.length = 0; - for (var t, a = r.getMaskTemplate.call(this, !0, 0, !0, void 0, !0); void 0 !== (t = a.shift()); ) e.push(t); - return e; - } - function d(e, t, a, i, n) { - var l = e ? e.inputmask : this, c = l.maskset, f = l.opts, d = l.dependencyLib, h = i.slice(), m = "", v = -1, g = void 0, k = f.skipOptionalPartCharacter; - f.skipOptionalPartCharacter = "", o.resetMaskSet.call(l), c.tests = {}, v = f.radixPoint ? o.determineNewCaretPosition.call(l, { - begin: 0, - end: 0 - }, !1, !1 === f.__financeInput ? "radixFocus" : void 0).begin : 0, c.p = v, l.caretPos = { - begin: v - }; - var y = [], b = l.caretPos; - if (h.forEach((function(e, t) { - if (void 0 !== e) { - var i = new d.Event("_checkval"); - i.which = e.toString().charCodeAt(0), m += e; - var n = o.getLastValidPosition.call(l, void 0, !0); - !function(e, t) { - for (var a = r.getMaskTemplate.call(l, !0, 0).slice(e, o.seekNext.call(l, e, !1, !1)).join("").replace(/'/g, ""), i = a.indexOf(t); i > 0 && " " === a[i - 1]; ) i--; - var n = 0 === i && !o.isMask.call(l, e) && (r.getTest.call(l, e).match.nativeDef === t.charAt(0) || !0 === r.getTest.call(l, e).match.static && r.getTest.call(l, e).match.nativeDef === "'" + t.charAt(0) || " " === r.getTest.call(l, e).match.nativeDef && (r.getTest.call(l, e + 1).match.nativeDef === t.charAt(0) || !0 === r.getTest.call(l, e + 1).match.static && r.getTest.call(l, e + 1).match.nativeDef === "'" + t.charAt(0))); - if (!n && i > 0 && !o.isMask.call(l, e, !1, !0)) { - var s = o.seekNext.call(l, e); - l.caretPos.begin < s && (l.caretPos = { - begin: s - }); - } - return n; - }(v, m) ? (g = u.EventHandlers.keypressEvent.call(l, i, !0, !1, a, l.caretPos.begin)) && (v = l.caretPos.begin + 1, - m = "") : g = u.EventHandlers.keypressEvent.call(l, i, !0, !1, a, n + 1), g ? (void 0 !== g.pos && c.validPositions[g.pos] && !0 === c.validPositions[g.pos].match.static && void 0 === c.validPositions[g.pos].alternation && (y.push(g.pos), - l.isRTL || (g.forwardPosition = g.pos + 1)), p.call(l, void 0, o.getBuffer.call(l), g.forwardPosition, i, !1), - l.caretPos = { - begin: g.forwardPosition, - end: g.forwardPosition - }, b = l.caretPos) : void 0 === c.validPositions[t] && h[t] === r.getPlaceholder.call(l, t) && o.isMask.call(l, t, !0) ? l.caretPos.begin++ : l.caretPos = b; - } - })), y.length > 0) { - var x, P, E = o.seekNext.call(l, -1, void 0, !1); - if (!s.isComplete.call(l, o.getBuffer.call(l)) && y.length <= E || s.isComplete.call(l, o.getBuffer.call(l)) && y.length > 0 && y.length !== E && 0 === y[0]) for (var S = E; void 0 !== (x = y.shift()); ) { - var w = new d.Event("_checkval"); - if ((P = c.validPositions[x]).generatedInput = !0, w.which = P.input.charCodeAt(0), - (g = u.EventHandlers.keypressEvent.call(l, w, !0, !1, a, S)) && void 0 !== g.pos && g.pos !== x && c.validPositions[g.pos] && !0 === c.validPositions[g.pos].match.static) y.push(g.pos); else if (!g) break; - S++; - } - } - t && p.call(l, e, o.getBuffer.call(l), g ? g.forwardPosition : l.caretPos.begin, n || new d.Event("checkval"), n && "input" === n.type && l.undoValue !== l._valueGet(!0)), - f.skipOptionalPartCharacter = k; - } - function p(e, t, a, i, r) { - var l = e ? e.inputmask : this, u = l.opts, c = l.dependencyLib; - if (i && "function" == typeof u.onBeforeWrite) { - var f = u.onBeforeWrite.call(l, i, t, a, u); - if (f) { - if (f.refreshFromBuffer) { - var d = f.refreshFromBuffer; - s.refreshFromBuffer.call(l, !0 === d ? d : d.start, d.end, f.buffer || t), t = o.getBuffer.call(l, !0); - } - void 0 !== a && (a = void 0 !== f.caret ? f.caret : a); - } - } - if (void 0 !== e && (e.inputmask._valueSet(t.join("")), void 0 === a || void 0 !== i && "blur" === i.type || o.caret.call(l, e, a, void 0, void 0, void 0 !== i && "keydown" === i.type && (i.keyCode === n.default.DELETE || i.keyCode === n.default.BACKSPACE)), - !0 === r)) { - var p = c(e), h = e.inputmask._valueGet(); - e.inputmask.skipInputEvent = !0, p.trigger("input"), setTimeout((function() { - h === o.getBufferTemplate.call(l).join("") ? p.trigger("cleared") : !0 === s.isComplete.call(l, t) && p.trigger("complete"); - }), 0); - } - } - }, - 2394: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = void 0, a(7149), a(3194); - var i = a(157), n = v(a(3287)), r = v(a(9380)), o = a(2391), s = a(4713), l = a(8711), u = a(7215), c = a(7760), f = a(9716), d = v(a(7392)), p = v(a(3976)), h = v(a(8741)); - function m(e) { - return (m = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { - return typeof e; - } : function(e) { - return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; - })(e); - } - function v(e) { - return e && e.__esModule ? e : { - default: e - }; - } - var g = r.default.document, k = "_inputmask_opts"; - function y(e, t, a) { - if (h.default) { - if (!(this instanceof y)) return new y(e, t, a); - this.dependencyLib = n.default, this.el = void 0, this.events = {}, this.maskset = void 0, - !0 !== a && ("[object Object]" === Object.prototype.toString.call(e) ? t = e : (t = t || {}, - e && (t.alias = e)), this.opts = n.default.extend(!0, {}, this.defaults, t), this.noMasksCache = t && void 0 !== t.definitions, - this.userOptions = t || {}, b(this.opts.alias, t, this.opts)), this.refreshValue = !1, - this.undoValue = void 0, this.$el = void 0, this.skipKeyPressEvent = !1, this.skipInputEvent = !1, - this.validationEvent = !1, this.ignorable = !1, this.maxLength, this.mouseEnter = !1, - this.originalPlaceholder = void 0, this.isComposing = !1; - } - } - function b(e, t, a) { - var i = y.prototype.aliases[e]; - return i ? (i.alias && b(i.alias, void 0, a), n.default.extend(!0, a, i), n.default.extend(!0, a, t), - !0) : (null === a.mask && (a.mask = e), !1); - } - y.prototype = { - dataAttribute: "data-inputmask", - defaults: p.default, - definitions: d.default, - aliases: {}, - masksCache: {}, - get isRTL() { - return this.opts.isRTL || this.opts.numericInput; - }, - mask: function(e) { - var t = this; - return "string" == typeof e && (e = g.getElementById(e) || g.querySelectorAll(e)), - (e = e.nodeName ? [ e ] : Array.isArray(e) ? e : Array.from(e)).forEach((function(e, a) { - var s = n.default.extend(!0, {}, t.opts); - if (function(e, t, a, i) { - function o(t, n) { - var o = "" === i ? t : i + "-" + t; - null !== (n = void 0 !== n ? n : e.getAttribute(o)) && ("string" == typeof n && (0 === t.indexOf("on") ? n = r.default[n] : "false" === n ? n = !1 : "true" === n && (n = !0)), - a[t] = n); - } - if (!0 === t.importDataAttributes) { - var s, l, u, c, f = e.getAttribute(i); - if (f && "" !== f && (f = f.replace(/'/g, '"'), l = JSON.parse("{" + f + "}")), - l) for (c in u = void 0, l) if ("alias" === c.toLowerCase()) { - u = l[c]; - break; - } - for (s in o("alias", u), a.alias && b(a.alias, a, t), t) { - if (l) for (c in u = void 0, l) if (c.toLowerCase() === s.toLowerCase()) { - u = l[c]; - break; - } - o(s, u); - } - } - n.default.extend(!0, t, a), ("rtl" === e.dir || t.rightAlign) && (e.style.textAlign = "right"); - ("rtl" === e.dir || t.numericInput) && (e.dir = "ltr", e.removeAttribute("dir"), - t.isRTL = !0); - return Object.keys(a).length; - }(e, s, n.default.extend(!0, {}, t.userOptions), t.dataAttribute)) { - var l = (0, o.generateMaskSet)(s, t.noMasksCache); - void 0 !== l && (void 0 !== e.inputmask && (e.inputmask.opts.autoUnmask = !0, e.inputmask.remove()), - e.inputmask = new y(void 0, void 0, !0), e.inputmask.opts = s, e.inputmask.noMasksCache = t.noMasksCache, - e.inputmask.userOptions = n.default.extend(!0, {}, t.userOptions), e.inputmask.el = e, - e.inputmask.$el = (0, n.default)(e), e.inputmask.maskset = l, n.default.data(e, k, t.userOptions), - i.mask.call(e.inputmask)); - } - })), e && e[0] && e[0].inputmask || this; - }, - option: function(e, t) { - return "string" == typeof e ? this.opts[e] : "object" === m(e) ? (n.default.extend(this.userOptions, e), - this.el && !0 !== t && this.mask(this.el), this) : void 0; - }, - unmaskedvalue: function(e) { - if (this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache), - void 0 === this.el || void 0 !== e) { - var t = ("function" == typeof this.opts.onBeforeMask && this.opts.onBeforeMask.call(this, e, this.opts) || e).split(""); - c.checkVal.call(this, void 0, !1, !1, t), "function" == typeof this.opts.onBeforeWrite && this.opts.onBeforeWrite.call(this, void 0, l.getBuffer.call(this), 0, this.opts); - } - return c.unmaskedvalue.call(this, this.el); - }, - remove: function() { - if (this.el) { - n.default.data(this.el, k, null); - var e = this.opts.autoUnmask ? (0, c.unmaskedvalue)(this.el) : this._valueGet(this.opts.autoUnmask); - e !== l.getBufferTemplate.call(this).join("") ? this._valueSet(e, this.opts.autoUnmask) : this._valueSet(""), - f.EventRuler.off(this.el), Object.getOwnPropertyDescriptor && Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(this.el), "value") && this.__valueGet && Object.defineProperty(this.el, "value", { - get: this.__valueGet, - set: this.__valueSet, - configurable: !0 - }) : g.__lookupGetter__ && this.el.__lookupGetter__("value") && this.__valueGet && (this.el.__defineGetter__("value", this.__valueGet), - this.el.__defineSetter__("value", this.__valueSet)), this.el.inputmask = void 0; - } - return this.el; - }, - getemptymask: function() { - return this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache), - l.getBufferTemplate.call(this).join(""); - }, - hasMaskedValue: function() { - return !this.opts.autoUnmask; - }, - isComplete: function() { - return this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache), - u.isComplete.call(this, l.getBuffer.call(this)); - }, - getmetadata: function() { - if (this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache), - Array.isArray(this.maskset.metadata)) { - var e = s.getMaskTemplate.call(this, !0, 0, !1).join(""); - return this.maskset.metadata.forEach((function(t) { - return t.mask !== e || (e = t, !1); - })), e; - } - return this.maskset.metadata; - }, - isValid: function(e) { - if (this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache), - e) { - var t = ("function" == typeof this.opts.onBeforeMask && this.opts.onBeforeMask.call(this, e, this.opts) || e).split(""); - c.checkVal.call(this, void 0, !0, !1, t); - } else e = this.isRTL ? l.getBuffer.call(this).slice().reverse().join("") : l.getBuffer.call(this).join(""); - for (var a = l.getBuffer.call(this), i = l.determineLastRequiredPosition.call(this), n = a.length - 1; n > i && !l.isMask.call(this, n); n--) ; - return a.splice(i, n + 1 - i), u.isComplete.call(this, a) && e === (this.isRTL ? l.getBuffer.call(this).slice().reverse().join("") : l.getBuffer.call(this).join("")); - }, - format: function(e, t) { - this.maskset = this.maskset || (0, o.generateMaskSet)(this.opts, this.noMasksCache); - var a = ("function" == typeof this.opts.onBeforeMask && this.opts.onBeforeMask.call(this, e, this.opts) || e).split(""); - c.checkVal.call(this, void 0, !0, !1, a); - var i = this.isRTL ? l.getBuffer.call(this).slice().reverse().join("") : l.getBuffer.call(this).join(""); - return t ? { - value: i, - metadata: this.getmetadata() - } : i; - }, - setValue: function(e) { - this.el && (0, n.default)(this.el).trigger("setvalue", [ e ]); - }, - analyseMask: o.analyseMask - }, y.extendDefaults = function(e) { - n.default.extend(!0, y.prototype.defaults, e); - }, y.extendDefinitions = function(e) { - n.default.extend(!0, y.prototype.definitions, e); - }, y.extendAliases = function(e) { - n.default.extend(!0, y.prototype.aliases, e); - }, y.format = function(e, t, a) { - return y(t).format(e, a); - }, y.unmask = function(e, t) { - return y(t).unmaskedvalue(e); - }, y.isValid = function(e, t) { - return y(t).isValid(e); - }, y.remove = function(e) { - "string" == typeof e && (e = g.getElementById(e) || g.querySelectorAll(e)), (e = e.nodeName ? [ e ] : e).forEach((function(e) { - e.inputmask && e.inputmask.remove(); - })); - }, y.setValue = function(e, t) { - "string" == typeof e && (e = g.getElementById(e) || g.querySelectorAll(e)), (e = e.nodeName ? [ e ] : e).forEach((function(e) { - e.inputmask ? e.inputmask.setValue(t) : (0, n.default)(e).trigger("setvalue", [ t ]); - })); - }, y.dependencyLib = n.default, r.default.Inputmask = y; - var x = y; - t.default = x; - }, - 5296: function(e, t, a) { - function i(e) { - return (i = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { - return typeof e; - } : function(e) { - return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; - })(e); - } - var n = p(a(9380)), r = p(a(2394)), o = p(a(8741)); - function s(e, t) { - return !t || "object" !== i(t) && "function" != typeof t ? function(e) { - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); - return e; - }(e) : t; - } - function l(e) { - var t = "function" == typeof Map ? new Map : void 0; - return (l = function(e) { - if (null === e || (a = e, -1 === Function.toString.call(a).indexOf("[native code]"))) return e; - var a; - if ("function" != typeof e) throw new TypeError("Super expression must either be null or a function"); - if (void 0 !== t) { - if (t.has(e)) return t.get(e); - t.set(e, i); - } - function i() { - return u(e, arguments, d(this).constructor); - } - return i.prototype = Object.create(e.prototype, { - constructor: { - value: i, - enumerable: !1, - writable: !0, - configurable: !0 - } - }), f(i, e); - })(e); - } - function u(e, t, a) { - return (u = c() ? Reflect.construct : function(e, t, a) { - var i = [ null ]; - i.push.apply(i, t); - var n = new (Function.bind.apply(e, i)); - return a && f(n, a.prototype), n; - }).apply(null, arguments); - } - function c() { - if ("undefined" == typeof Reflect || !Reflect.construct) return !1; - if (Reflect.construct.sham) return !1; - if ("function" == typeof Proxy) return !0; - try { - return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], (function() {}))), - !0; - } catch (e) { - return !1; - } - } - function f(e, t) { - return (f = Object.setPrototypeOf || function(e, t) { - return e.__proto__ = t, e; - })(e, t); - } - function d(e) { - return (d = Object.setPrototypeOf ? Object.getPrototypeOf : function(e) { - return e.__proto__ || Object.getPrototypeOf(e); - })(e); - } - function p(e) { - return e && e.__esModule ? e : { - default: e - }; - } - var h = n.default.document; - if (o.default && h && h.head && h.head.attachShadow && n.default.customElements && void 0 === n.default.customElements.get("input-mask")) { - var m = function(e) { - !function(e, t) { - if ("function" != typeof t && null !== t) throw new TypeError("Super expression must either be null or a function"); - e.prototype = Object.create(t && t.prototype, { - constructor: { - value: e, - writable: !0, - configurable: !0 - } - }), t && f(e, t); - }(n, e); - var t, a, i = (t = n, a = c(), function() { - var e, i = d(t); - if (a) { - var n = d(this).constructor; - e = Reflect.construct(i, arguments, n); - } else e = i.apply(this, arguments); - return s(this, e); - }); - function n() { - var e; - !function(e, t) { - if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function"); - }(this, n); - var t = (e = i.call(this)).getAttributeNames(), a = e.attachShadow({ - mode: "closed" - }), o = h.createElement("input"); - for (var s in o.type = "text", a.appendChild(o), t) Object.prototype.hasOwnProperty.call(t, s) && o.setAttribute(t[s], e.getAttribute(t[s])); - var l = new r.default; - return l.dataAttribute = "", l.mask(o), o.inputmask.shadowRoot = a, e; - } - return n; - }(l(HTMLElement)); - n.default.customElements.define("input-mask", m); - } - }, - 443: function(e, t, a) { - var i = o(a(8254)), n = o(a(2394)); - function r(e) { - return (r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { - return typeof e; - } : function(e) { - return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; - })(e); - } - function o(e) { - return e && e.__esModule ? e : { - default: e - }; - } - void 0 === i.default.fn.inputmask && (i.default.fn.inputmask = function(e, t) { - var a, o = this[0]; - if (void 0 === t && (t = {}), "string" == typeof e) switch (e) { - case "unmaskedvalue": - return o && o.inputmask ? o.inputmask.unmaskedvalue() : (0, i.default)(o).val(); - - case "remove": - return this.each((function() { - this.inputmask && this.inputmask.remove(); - })); - - case "getemptymask": - return o && o.inputmask ? o.inputmask.getemptymask() : ""; - - case "hasMaskedValue": - return !(!o || !o.inputmask) && o.inputmask.hasMaskedValue(); - - case "isComplete": - return !o || !o.inputmask || o.inputmask.isComplete(); - - case "getmetadata": - return o && o.inputmask ? o.inputmask.getmetadata() : void 0; - - case "setvalue": - n.default.setValue(o, t); - break; - - case "option": - if ("string" != typeof t) return this.each((function() { - if (void 0 !== this.inputmask) return this.inputmask.option(t); - })); - if (o && void 0 !== o.inputmask) return o.inputmask.option(t); - break; - - default: - return t.alias = e, a = new n.default(t), this.each((function() { - a.mask(this); - })); - } else { - if (Array.isArray(e)) return t.alias = e, a = new n.default(t), this.each((function() { - a.mask(this); - })); - if ("object" == r(e)) return a = new n.default(e), void 0 === e.mask && void 0 === e.alias ? this.each((function() { - if (void 0 !== this.inputmask) return this.inputmask.option(e); - a.mask(this); - })) : this.each((function() { - a.mask(this); - })); - if (void 0 === e) return this.each((function() { - (a = new n.default(t)).mask(this); - })); - } - }); - }, - 2391: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.generateMaskSet = function(e, t) { - var a; - function n(e, a, n) { - var r, o, s = !1; - if (null !== e && "" !== e || ((s = null !== n.regex) ? e = (e = n.regex).replace(/^(\^)(.*)(\$)$/, "$2") : (s = !0, - e = ".*")), 1 === e.length && !1 === n.greedy && 0 !== n.repeat && (n.placeholder = ""), - n.repeat > 0 || "*" === n.repeat || "+" === n.repeat) { - var l = "*" === n.repeat ? 0 : "+" === n.repeat ? 1 : n.repeat; - e = n.groupmarker[0] + e + n.groupmarker[1] + n.quantifiermarker[0] + l + "," + n.repeat + n.quantifiermarker[1]; - } - return o = s ? "regex_" + n.regex : n.numericInput ? e.split("").reverse().join("") : e, - !1 !== n.keepStatic && (o = "ks_" + o), void 0 === Inputmask.prototype.masksCache[o] || !0 === t ? (r = { - mask: e, - maskToken: Inputmask.prototype.analyseMask(e, s, n), - validPositions: {}, - _buffer: void 0, - buffer: void 0, - tests: {}, - excludes: {}, - metadata: a, - maskLength: void 0, - jitOffset: {} - }, !0 !== t && (Inputmask.prototype.masksCache[o] = r, r = i.default.extend(!0, {}, Inputmask.prototype.masksCache[o]))) : r = i.default.extend(!0, {}, Inputmask.prototype.masksCache[o]), - r; - } - "function" == typeof e.mask && (e.mask = e.mask(e)); - if (Array.isArray(e.mask)) { - if (e.mask.length > 1) { - null === e.keepStatic && (e.keepStatic = !0); - var r = e.groupmarker[0]; - return (e.isRTL ? e.mask.reverse() : e.mask).forEach((function(t) { - r.length > 1 && (r += e.groupmarker[1] + e.alternatormarker + e.groupmarker[0]), - void 0 !== t.mask && "function" != typeof t.mask ? r += t.mask : r += t; - })), n(r += e.groupmarker[1], e.mask, e); - } - e.mask = e.mask.pop(); - } - null === e.keepStatic && (e.keepStatic = !1); - a = e.mask && void 0 !== e.mask.mask && "function" != typeof e.mask.mask ? n(e.mask.mask, e.mask, e) : n(e.mask, e.mask, e); - return a; - }, t.analyseMask = function(e, t, a) { - var i, r, o, s, l, u, c = /(?:[?*+]|\{[0-9+*]+(?:,[0-9+*]*)?(?:\|[0-9+*]*)?\})|[^.?*+^${[]()|\\]+|./g, f = /\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g, d = !1, p = new n.default, h = [], m = [], v = !1; - function g(e, i, n) { - n = void 0 !== n ? n : e.matches.length; - var r = e.matches[n - 1]; - if (t) 0 === i.indexOf("[") || d && /\\d|\\s|\\w]/i.test(i) || "." === i ? e.matches.splice(n++, 0, { - fn: new RegExp(i, a.casing ? "i" : ""), - static: !1, - optionality: !1, - newBlockMarker: void 0 === r ? "master" : r.def !== i, - casing: null, - def: i, - placeholder: void 0, - nativeDef: i - }) : (d && (i = i[i.length - 1]), i.split("").forEach((function(t, i) { - r = e.matches[n - 1], e.matches.splice(n++, 0, { - fn: /[a-z]/i.test(a.staticDefinitionSymbol || t) ? new RegExp("[" + (a.staticDefinitionSymbol || t) + "]", a.casing ? "i" : "") : null, - static: !0, - optionality: !1, - newBlockMarker: void 0 === r ? "master" : r.def !== t && !0 !== r.static, - casing: null, - def: a.staticDefinitionSymbol || t, - placeholder: void 0 !== a.staticDefinitionSymbol ? t : void 0, - nativeDef: (d ? "'" : "") + t - }); - }))), d = !1; else { - var o = a.definitions && a.definitions[i] || a.usePrototypeDefinitions && Inputmask.prototype.definitions[i]; - o && !d ? e.matches.splice(n++, 0, { - fn: o.validator ? "string" == typeof o.validator ? new RegExp(o.validator, a.casing ? "i" : "") : new function() { - this.test = o.validator; - } : new RegExp("."), - static: o.static || !1, - optionality: !1, - newBlockMarker: void 0 === r ? "master" : r.def !== (o.definitionSymbol || i), - casing: o.casing, - def: o.definitionSymbol || i, - placeholder: o.placeholder, - nativeDef: i, - generated: o.generated - }) : (e.matches.splice(n++, 0, { - fn: /[a-z]/i.test(a.staticDefinitionSymbol || i) ? new RegExp("[" + (a.staticDefinitionSymbol || i) + "]", a.casing ? "i" : "") : null, - static: !0, - optionality: !1, - newBlockMarker: void 0 === r ? "master" : r.def !== i && !0 !== r.static, - casing: null, - def: a.staticDefinitionSymbol || i, - placeholder: void 0 !== a.staticDefinitionSymbol ? i : void 0, - nativeDef: (d ? "'" : "") + i - }), d = !1); - } - } - function k() { - if (h.length > 0) { - if (g(s = h[h.length - 1], r), s.isAlternator) { - l = h.pop(); - for (var e = 0; e < l.matches.length; e++) l.matches[e].isGroup && (l.matches[e].isGroup = !1); - h.length > 0 ? (s = h[h.length - 1]).matches.push(l) : p.matches.push(l); - } - } else g(p, r); - } - function y(e) { - var t = new n.default(!0); - return t.openGroup = !1, t.matches = e, t; - } - function b() { - if ((o = h.pop()).openGroup = !1, void 0 !== o) if (h.length > 0) { - if ((s = h[h.length - 1]).matches.push(o), s.isAlternator) { - l = h.pop(); - for (var e = 0; e < l.matches.length; e++) l.matches[e].isGroup = !1, l.matches[e].alternatorGroup = !1; - h.length > 0 ? (s = h[h.length - 1]).matches.push(l) : p.matches.push(l); - } - } else p.matches.push(o); else k(); - } - function x(e) { - var t = e.pop(); - return t.isQuantifier && (t = y([ e.pop(), t ])), t; - } - t && (a.optionalmarker[0] = void 0, a.optionalmarker[1] = void 0); - for (;i = t ? f.exec(e) : c.exec(e); ) { - if (r = i[0], t) switch (r.charAt(0)) { - case "?": - r = "{0,1}"; - break; - - case "+": - case "*": - r = "{" + r + "}"; - break; - - case "|": - if (0 === h.length) { - var P = y(p.matches); - P.openGroup = !0, h.push(P), p.matches = [], v = !0; - } - } - if (d) k(); else switch (r.charAt(0)) { - case "$": - case "^": - t || k(); - break; - - case "(?=": - case "(?!": - case "(?<=": - case "(? 0 ? h[h.length - 1].matches : p.matches; - if ((i = T.pop()).isAlternator) { - T.push(i), T = i.matches; - var A = new n.default(!0), C = T.pop(); - T.push(A), T = A.matches, i = C; - } - i.isGroup || (i = y([ i ])), T.push(i), T.push(E); - break; - - case a.alternatormarker: - if (h.length > 0) { - var D = (s = h[h.length - 1]).matches[s.matches.length - 1]; - u = s.openGroup && (void 0 === D.matches || !1 === D.isGroup && !1 === D.isAlternator) ? h.pop() : x(s.matches); - } else u = x(p.matches); - if (u.isAlternator) h.push(u); else if (u.alternatorGroup ? (l = h.pop(), u.alternatorGroup = !1) : l = new n.default(!1, !1, !1, !0), - l.matches.push(u), h.push(l), u.openGroup) { - u.openGroup = !1; - var B = new n.default(!0); - B.alternatorGroup = !0, h.push(B); - } - break; - - default: - k(); - } - } - v && b(); - for (;h.length > 0; ) o = h.pop(), p.matches.push(o); - p.matches.length > 0 && (!function e(i) { - i && i.matches && i.matches.forEach((function(n, r) { - var o = i.matches[r + 1]; - (void 0 === o || void 0 === o.matches || !1 === o.isQuantifier) && n && n.isGroup && (n.isGroup = !1, - t || (g(n, a.groupmarker[0], 0), !0 !== n.openGroup && g(n, a.groupmarker[1]))), - e(n); - })); - }(p), m.push(p)); - (a.numericInput || a.isRTL) && function e(t) { - for (var i in t.matches = t.matches.reverse(), t.matches) if (Object.prototype.hasOwnProperty.call(t.matches, i)) { - var n = parseInt(i); - if (t.matches[i].isQuantifier && t.matches[n + 1] && t.matches[n + 1].isGroup) { - var r = t.matches[i]; - t.matches.splice(i, 1), t.matches.splice(n + 1, 0, r); - } - void 0 !== t.matches[i].matches ? t.matches[i] = e(t.matches[i]) : t.matches[i] = ((o = t.matches[i]) === a.optionalmarker[0] ? o = a.optionalmarker[1] : o === a.optionalmarker[1] ? o = a.optionalmarker[0] : o === a.groupmarker[0] ? o = a.groupmarker[1] : o === a.groupmarker[1] && (o = a.groupmarker[0]), - o); - } - var o; - return t; - }(m[0]); - return m; - }; - var i = r(a(3287)), n = r(a(9695)); - function r(e) { - return e && e.__esModule ? e : { - default: e - }; - } - }, - 157: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.mask = function() { - var e = this, t = this.opts, a = this.el, i = this.dependencyLib; - s.EventRuler.off(a); - var f = function(t, a) { - "textarea" !== t.tagName.toLowerCase() && a.ignorables.push(n.default.ENTER); - var l = t.getAttribute("type"), u = "input" === t.tagName.toLowerCase() && a.supportsInputType.includes(l) || t.isContentEditable || "textarea" === t.tagName.toLowerCase(); - if (!u) if ("input" === t.tagName.toLowerCase()) { - var c = document.createElement("input"); - c.setAttribute("type", l), u = "text" === c.type, c = null; - } else u = "partial"; - return !1 !== u ? function(t) { - var n, l; - function u() { - return this.inputmask ? this.inputmask.opts.autoUnmask ? this.inputmask.unmaskedvalue() : -1 !== r.getLastValidPosition.call(e) || !0 !== a.nullable ? (this.inputmask.shadowRoot || this.ownerDocument).activeElement === this && a.clearMaskOnLostFocus ? (e.isRTL ? o.clearOptionalTail.call(e, r.getBuffer.call(e).slice()).reverse() : o.clearOptionalTail.call(e, r.getBuffer.call(e).slice())).join("") : n.call(this) : "" : n.call(this); - } - function c(e) { - l.call(this, e), this.inputmask && (0, o.applyInputValue)(this, e); - } - if (!t.inputmask.__valueGet) { - if (!0 !== a.noValuePatching) { - if (Object.getOwnPropertyDescriptor) { - var f = Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(t), "value") : void 0; - f && f.get && f.set ? (n = f.get, l = f.set, Object.defineProperty(t, "value", { - get: u, - set: c, - configurable: !0 - })) : "input" !== t.tagName.toLowerCase() && (n = function() { - return this.textContent; - }, l = function(e) { - this.textContent = e; - }, Object.defineProperty(t, "value", { - get: u, - set: c, - configurable: !0 - })); - } else document.__lookupGetter__ && t.__lookupGetter__("value") && (n = t.__lookupGetter__("value"), - l = t.__lookupSetter__("value"), t.__defineGetter__("value", u), t.__defineSetter__("value", c)); - t.inputmask.__valueGet = n, t.inputmask.__valueSet = l; - } - t.inputmask._valueGet = function(t) { - return e.isRTL && !0 !== t ? n.call(this.el).split("").reverse().join("") : n.call(this.el); - }, t.inputmask._valueSet = function(t, a) { - l.call(this.el, null == t ? "" : !0 !== a && e.isRTL ? t.split("").reverse().join("") : t); - }, void 0 === n && (n = function() { - return this.value; - }, l = function(e) { - this.value = e; - }, function(t) { - if (i.valHooks && (void 0 === i.valHooks[t] || !0 !== i.valHooks[t].inputmaskpatch)) { - var n = i.valHooks[t] && i.valHooks[t].get ? i.valHooks[t].get : function(e) { - return e.value; - }, s = i.valHooks[t] && i.valHooks[t].set ? i.valHooks[t].set : function(e, t) { - return e.value = t, e; - }; - i.valHooks[t] = { - get: function(t) { - if (t.inputmask) { - if (t.inputmask.opts.autoUnmask) return t.inputmask.unmaskedvalue(); - var i = n(t); - return -1 !== r.getLastValidPosition.call(e, void 0, void 0, t.inputmask.maskset.validPositions) || !0 !== a.nullable ? i : ""; - } - return n(t); - }, - set: function(e, t) { - var a = s(e, t); - return e.inputmask && (0, o.applyInputValue)(e, t), a; - }, - inputmaskpatch: !0 - }; - } - }(t.type), function(t) { - s.EventRuler.on(t, "mouseenter", (function() { - var t = this.inputmask._valueGet(!0); - t !== (e.isRTL ? r.getBuffer.call(e).reverse() : r.getBuffer.call(e)).join("") && (0, - o.applyInputValue)(this, t); - })); - }(t)); - } - }(t) : t.inputmask = void 0, u; - }(a, t); - if (!1 !== f) { - e.originalPlaceholder = a.placeholder, e.maxLength = void 0 !== a ? a.maxLength : void 0, - -1 === e.maxLength && (e.maxLength = void 0), "inputMode" in a && null === a.getAttribute("inputmode") && (a.inputMode = t.inputmode, - a.setAttribute("inputmode", t.inputmode)), !0 === f && (t.showMaskOnFocus = t.showMaskOnFocus && -1 === [ "cc-number", "cc-exp" ].indexOf(a.autocomplete), - l.iphone && (t.insertModeVisual = !1), s.EventRuler.on(a, "submit", c.EventHandlers.submitEvent), - s.EventRuler.on(a, "reset", c.EventHandlers.resetEvent), s.EventRuler.on(a, "blur", c.EventHandlers.blurEvent), - s.EventRuler.on(a, "focus", c.EventHandlers.focusEvent), s.EventRuler.on(a, "invalid", c.EventHandlers.invalidEvent), - s.EventRuler.on(a, "click", c.EventHandlers.clickEvent), s.EventRuler.on(a, "mouseleave", c.EventHandlers.mouseleaveEvent), - s.EventRuler.on(a, "mouseenter", c.EventHandlers.mouseenterEvent), s.EventRuler.on(a, "paste", c.EventHandlers.pasteEvent), - s.EventRuler.on(a, "cut", c.EventHandlers.cutEvent), s.EventRuler.on(a, "complete", t.oncomplete), - s.EventRuler.on(a, "incomplete", t.onincomplete), s.EventRuler.on(a, "cleared", t.oncleared), - !0 !== t.inputEventOnly && (s.EventRuler.on(a, "keydown", c.EventHandlers.keydownEvent), - s.EventRuler.on(a, "keypress", c.EventHandlers.keypressEvent), s.EventRuler.on(a, "keyup", c.EventHandlers.keyupEvent)), - (l.mobile || t.inputEventOnly) && a.removeAttribute("maxLength"), s.EventRuler.on(a, "input", c.EventHandlers.inputFallBackEvent), - s.EventRuler.on(a, "compositionend", c.EventHandlers.compositionendEvent)), s.EventRuler.on(a, "setvalue", c.EventHandlers.setValueEvent), - r.getBufferTemplate.call(e).join(""), e.undoValue = e._valueGet(!0); - var d = (a.inputmask.shadowRoot || a.ownerDocument).activeElement; - if ("" !== a.inputmask._valueGet(!0) || !1 === t.clearMaskOnLostFocus || d === a) { - (0, o.applyInputValue)(a, a.inputmask._valueGet(!0), t); - var p = r.getBuffer.call(e).slice(); - !1 === u.isComplete.call(e, p) && t.clearIncomplete && r.resetMaskSet.call(e), t.clearMaskOnLostFocus && d !== a && (-1 === r.getLastValidPosition.call(e) ? p = [] : o.clearOptionalTail.call(e, p)), - (!1 === t.clearMaskOnLostFocus || t.showMaskOnFocus && d === a || "" !== a.inputmask._valueGet(!0)) && (0, - o.writeBuffer)(a, p), d === a && r.caret.call(e, a, r.seekNext.call(e, r.getLastValidPosition.call(e))); - } - } - }; - var i, n = (i = a(4528)) && i.__esModule ? i : { - default: i - }, r = a(8711), o = a(7760), s = a(9716), l = a(9845), u = a(7215), c = a(6030); - }, - 9695: function(e, t) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.default = function(e, t, a, i) { - this.matches = [], this.openGroup = e || !1, this.alternatorGroup = !1, this.isGroup = e || !1, - this.isOptional = t || !1, this.isQuantifier = a || !1, this.isAlternator = i || !1, - this.quantifier = { - min: 1, - max: 1 - }; - }; - }, - 3194: function() { - Array.prototype.includes || Object.defineProperty(Array.prototype, "includes", { - value: function(e, t) { - if (null == this) throw new TypeError('"this" is null or not defined'); - var a = Object(this), i = a.length >>> 0; - if (0 === i) return !1; - for (var n = 0 | t, r = Math.max(n >= 0 ? n : i - Math.abs(n), 0); r < i; ) { - if (a[r] === e) return !0; - r++; - } - return !1; - } - }); - }, - 7149: function() { - function e(t) { - return (e = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { - return typeof e; - } : function(e) { - return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e; - })(t); - } - "function" != typeof Object.getPrototypeOf && (Object.getPrototypeOf = "object" === e("test".__proto__) ? function(e) { - return e.__proto__; - } : function(e) { - return e.constructor.prototype; - }); - }, - 8711: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.caret = function(e, t, a, i, n) { - var r, o = this, s = this.opts; - if (void 0 === t) return "selectionStart" in e && "selectionEnd" in e ? (t = e.selectionStart, - a = e.selectionEnd) : window.getSelection ? (r = window.getSelection().getRangeAt(0)).commonAncestorContainer.parentNode !== e && r.commonAncestorContainer !== e || (t = r.startOffset, - a = r.endOffset) : document.selection && document.selection.createRange && (r = document.selection.createRange(), - t = 0 - r.duplicate().moveStart("character", -e.inputmask._valueGet().length), a = t + r.text.length), - { - begin: i ? t : u.call(o, t), - end: i ? a : u.call(o, a) - }; - if (Array.isArray(t) && (a = o.isRTL ? t[0] : t[1], t = o.isRTL ? t[1] : t[0]), - void 0 !== t.begin && (a = o.isRTL ? t.begin : t.end, t = o.isRTL ? t.end : t.begin), - "number" == typeof t) { - t = i ? t : u.call(o, t), a = "number" == typeof (a = i ? a : u.call(o, a)) ? a : t; - var l = parseInt(((e.ownerDocument.defaultView || window).getComputedStyle ? (e.ownerDocument.defaultView || window).getComputedStyle(e, null) : e.currentStyle).fontSize) * a; - if (e.scrollLeft = l > e.scrollWidth ? l : 0, e.inputmask.caretPos = { - begin: t, - end: a - }, s.insertModeVisual && !1 === s.insertMode && t === a && (n || a++), e === (e.inputmask.shadowRoot || e.ownerDocument).activeElement) if ("setSelectionRange" in e) e.setSelectionRange(t, a); else if (window.getSelection) { - if (r = document.createRange(), void 0 === e.firstChild || null === e.firstChild) { - var c = document.createTextNode(""); - e.appendChild(c); - } - r.setStart(e.firstChild, t < e.inputmask._valueGet().length ? t : e.inputmask._valueGet().length), - r.setEnd(e.firstChild, a < e.inputmask._valueGet().length ? a : e.inputmask._valueGet().length), - r.collapse(!0); - var f = window.getSelection(); - f.removeAllRanges(), f.addRange(r); - } else e.createTextRange && ((r = e.createTextRange()).collapse(!0), r.moveEnd("character", a), - r.moveStart("character", t), r.select()); - } - }, t.determineLastRequiredPosition = function(e) { - var t, a, r = this, s = this.maskset, l = this.dependencyLib, u = i.getMaskTemplate.call(r, !0, o.call(r), !0, !0), c = u.length, f = o.call(r), d = {}, p = s.validPositions[f], h = void 0 !== p ? p.locator.slice() : void 0; - for (t = f + 1; t < u.length; t++) a = i.getTestTemplate.call(r, t, h, t - 1), h = a.locator.slice(), - d[t] = l.extend(!0, {}, a); - var m = p && void 0 !== p.alternation ? p.locator[p.alternation] : void 0; - for (t = c - 1; t > f && (((a = d[t]).match.optionality || a.match.optionalQuantifier && a.match.newBlockMarker || m && (m !== d[t].locator[p.alternation] && 1 != a.match.static || !0 === a.match.static && a.locator[p.alternation] && n.checkAlternationMatch.call(r, a.locator[p.alternation].toString().split(","), m.toString().split(",")) && "" !== i.getTests.call(r, t)[0].def)) && u[t] === i.getPlaceholder.call(r, t, a.match)); t--) c--; - return e ? { - l: c, - def: d[c] ? d[c].match : void 0 - } : c; - }, t.determineNewCaretPosition = function(e, t, a) { - var n = this, u = this.maskset, c = this.opts; - t && (n.isRTL ? e.end = e.begin : e.begin = e.end); - if (e.begin === e.end) { - switch (a = a || c.positionCaretOnClick) { - case "none": - break; - - case "select": - e = { - begin: 0, - end: r.call(n).length - }; - break; - - case "ignore": - e.end = e.begin = l.call(n, o.call(n)); - break; - - case "radixFocus": - if (function(e) { - if ("" !== c.radixPoint && 0 !== c.digits) { - var t = u.validPositions; - if (void 0 === t[e] || t[e].input === i.getPlaceholder.call(n, e)) { - if (e < l.call(n, -1)) return !0; - var a = r.call(n).indexOf(c.radixPoint); - if (-1 !== a) { - for (var o in t) if (t[o] && a < o && t[o].input !== i.getPlaceholder.call(n, o)) return !1; - return !0; - } - } - } - return !1; - }(e.begin)) { - var f = r.call(n).join("").indexOf(c.radixPoint); - e.end = e.begin = c.numericInput ? l.call(n, f) : f; - break; - } - - default: - var d = e.begin, p = o.call(n, d, !0), h = l.call(n, -1 !== p || s.call(n, 0) ? p : -1); - if (d <= h) e.end = e.begin = s.call(n, d, !1, !0) ? d : l.call(n, d); else { - var m = u.validPositions[p], v = i.getTestTemplate.call(n, h, m ? m.match.locator : void 0, m), g = i.getPlaceholder.call(n, h, v.match); - if ("" !== g && r.call(n)[h] !== g && !0 !== v.match.optionalQuantifier && !0 !== v.match.newBlockMarker || !s.call(n, h, c.keepStatic, !0) && v.match.def === g) { - var k = l.call(n, h); - (d >= k || d === h) && (h = k); - } - e.end = e.begin = h; - } - } - return e; - } - }, t.getBuffer = r, t.getBufferTemplate = function() { - var e = this.maskset; - void 0 === e._buffer && (e._buffer = i.getMaskTemplate.call(this, !1, 1), void 0 === e.buffer && (e.buffer = e._buffer.slice())); - return e._buffer; - }, t.getLastValidPosition = o, t.isMask = s, t.resetMaskSet = function(e) { - var t = this.maskset; - t.buffer = void 0, !0 !== e && (t.validPositions = {}, t.p = 0); - }, t.seekNext = l, t.seekPrevious = function(e, t) { - var a = this, n = e - 1; - if (e <= 0) return 0; - for (;n > 0 && (!0 === t && (!0 !== i.getTest.call(a, n).match.newBlockMarker || !s.call(a, n, void 0, !0)) || !0 !== t && !s.call(a, n, void 0, !0)); ) n--; - return n; - }, t.translatePosition = u; - var i = a(4713), n = a(7215); - function r(e) { - var t = this.maskset; - return void 0 !== t.buffer && !0 !== e || (t.buffer = i.getMaskTemplate.call(this, !0, o.call(this), !0), - void 0 === t._buffer && (t._buffer = t.buffer.slice())), t.buffer; - } - function o(e, t, a) { - var i = this.maskset, n = -1, r = -1, o = a || i.validPositions; - for (var s in void 0 === e && (e = -1), o) { - var l = parseInt(s); - o[l] && (t || !0 !== o[l].generatedInput) && (l <= e && (n = l), l >= e && (r = l)); - } - return -1 === n || n == e ? r : -1 == r || e - n < r - e ? n : r; - } - function s(e, t, a) { - var n = this, r = this.maskset, o = i.getTestTemplate.call(n, e).match; - if ("" === o.def && (o = i.getTest.call(n, e).match), !0 !== o.static) return o.fn; - if (!0 === a && void 0 !== r.validPositions[e] && !0 !== r.validPositions[e].generatedInput) return !0; - if (!0 !== t && e > -1) { - if (a) { - var s = i.getTests.call(n, e); - return s.length > 1 + ("" === s[s.length - 1].match.def ? 1 : 0); - } - var l = i.determineTestTemplate.call(n, e, i.getTests.call(n, e)), u = i.getPlaceholder.call(n, e, l.match); - return l.match.def !== u; - } - return !1; - } - function l(e, t, a) { - var n = this; - void 0 === a && (a = !0); - for (var r = e + 1; "" !== i.getTest.call(n, r).match.def && (!0 === t && (!0 !== i.getTest.call(n, r).match.newBlockMarker || !s.call(n, r, void 0, !0)) || !0 !== t && !s.call(n, r, void 0, a)); ) r++; - return r; - } - function u(e) { - var t = this.opts, a = this.el; - return !this.isRTL || "number" != typeof e || t.greedy && "" === t.placeholder || !a || (e = Math.abs(this._valueGet().length - e)), - e; - } - }, - 4713: function(e, t) { - function a(e, t) { - var a = (null != e.alternation ? e.mloc[i(e)] : e.locator).join(""); - if ("" !== a) for (;a.length < t; ) a += "0"; - return a; - } - function i(e) { - var t = e.locator[e.alternation]; - return "string" == typeof t && t.length > 0 && (t = t.split(",")[0]), void 0 !== t ? t.toString() : ""; - } - function n(e, t, a) { - var i = this.opts, n = this.maskset; - if (void 0 !== (t = t || s.call(this, e).match).placeholder || !0 === a) return "function" == typeof t.placeholder ? t.placeholder(i) : t.placeholder; - if (!0 === t.static) { - if (e > -1 && void 0 === n.validPositions[e]) { - var r, o = u.call(this, e), l = []; - if (o.length > 1 + ("" === o[o.length - 1].match.def ? 1 : 0)) for (var c = 0; c < o.length; c++) if ("" !== o[c].match.def && !0 !== o[c].match.optionality && !0 !== o[c].match.optionalQuantifier && (!0 === o[c].match.static || void 0 === r || !1 !== o[c].match.fn.test(r.match.def, n, e, !0, i)) && (l.push(o[c]), - !0 === o[c].match.static && (r = o[c]), l.length > 1 && /[0-9a-bA-Z]/.test(l[0].match.def))) return i.placeholder.charAt(e % i.placeholder.length); - } - return t.def; - } - return i.placeholder.charAt(e % i.placeholder.length); - } - function r(e, t, a) { - return this.maskset.validPositions[e] || o.call(this, e, u.call(this, e, t ? t.slice() : t, a)); - } - function o(e, t) { - var i = this.opts; - e = e > 0 ? e - 1 : 0; - for (var n, r, o, l = a(s.call(this, e)), u = 0; u < t.length; u++) { - var c = t[u]; - n = a(c, l.length); - var f = Math.abs(n - l); - (void 0 === r || "" !== n && f < r || o && !i.greedy && o.match.optionality && "master" === o.match.newBlockMarker && (!c.match.optionality || !c.match.newBlockMarker) || o && o.match.optionalQuantifier && !c.match.optionalQuantifier) && (r = f, - o = c); - } - return o; - } - function s(e, t) { - var a = this.maskset; - return a.validPositions[e] ? a.validPositions[e] : (t || u.call(this, e))[0]; - } - function l(e, t, a) { - function i(e) { - for (var t, a = [], i = -1, n = 0, r = e.length; n < r; n++) if ("-" === e.charAt(n)) for (t = e.charCodeAt(n + 1); ++i < t; ) a.push(String.fromCharCode(i)); else i = e.charCodeAt(n), - a.push(e.charAt(n)); - return a.join(""); - } - return e.match.def === t.match.nativeDef || !(!(a.regex || e.match.fn instanceof RegExp && t.match.fn instanceof RegExp) || !0 === e.match.static || !0 === t.match.static) && -1 !== i(t.match.fn.toString().replace(/[[\]/]/g, "")).indexOf(i(e.match.fn.toString().replace(/[[\]/]/g, ""))); - } - function u(e, t, a) { - var i, n = this, r = this.dependencyLib, s = this.maskset, u = this.opts, c = this.el, f = s.maskToken, d = t ? a : 0, p = t ? t.slice() : [ 0 ], h = [], m = !1, v = t ? t.join("") : ""; - function g(t, a, n, r) { - function o(n, r, f) { - function p(e, t) { - var a = 0 === t.matches.indexOf(e); - return a || t.matches.every((function(i, n) { - return !0 === i.isQuantifier ? a = p(e, t.matches[n - 1]) : Object.prototype.hasOwnProperty.call(i, "matches") && (a = p(e, i)), - !a; - })), a; - } - function k(e, t, a) { - var i, n; - if ((s.tests[e] || s.validPositions[e]) && (s.tests[e] || [ s.validPositions[e] ]).every((function(e, r) { - if (e.mloc[t]) return i = e, !1; - var o = void 0 !== a ? a : e.alternation, s = void 0 !== e.locator[o] ? e.locator[o].toString().indexOf(t) : -1; - return (void 0 === n || s < n) && -1 !== s && (i = e, n = s), !0; - })), i) { - var r = i.locator[i.alternation]; - return (i.mloc[t] || i.mloc[r] || i.locator).slice((void 0 !== a ? a : i.alternation) + 1); - } - return void 0 !== a ? k(e, t) : void 0; - } - function y(e, t) { - var a = e.alternation, i = void 0 === t || a === t.alternation && -1 === e.locator[a].toString().indexOf(t.locator[a]); - if (!i && a > t.alternation) for (var n = t.alternation; n < a; n++) if (e.locator[n] !== t.locator[n]) { - a = n, i = !0; - break; - } - if (i) { - e.mloc = e.mloc || {}; - var r = e.locator[a]; - if (void 0 !== r) { - if ("string" == typeof r && (r = r.split(",")[0]), void 0 === e.mloc[r] && (e.mloc[r] = e.locator.slice()), - void 0 !== t) { - for (var o in t.mloc) "string" == typeof o && (o = o.split(",")[0]), void 0 === e.mloc[o] && (e.mloc[o] = t.mloc[o]); - e.locator[a] = Object.keys(e.mloc).join(","); - } - return !0; - } - e.alternation = void 0; - } - return !1; - } - function b(e, t) { - if (e.locator.length !== t.locator.length) return !1; - for (var a = e.alternation + 1; a < e.locator.length; a++) if (e.locator[a] !== t.locator[a]) return !1; - return !0; - } - if (d > e + u._maxTestPos) throw "Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. " + s.mask; - if (d === e && void 0 === n.matches) return h.push({ - match: n, - locator: r.reverse(), - cd: v, - mloc: {} - }), !0; - if (void 0 !== n.matches) { - if (n.isGroup && f !== n) { - if (n = o(t.matches[t.matches.indexOf(n) + 1], r, f)) return !0; - } else if (n.isOptional) { - var x = n, P = h.length; - if (n = g(n, a, r, f)) { - if (h.forEach((function(e, t) { - t >= P && (e.match.optionality = !0); - })), i = h[h.length - 1].match, void 0 !== f || !p(i, x)) return !0; - m = !0, d = e; - } - } else if (n.isAlternator) { - var E, S = n, w = [], M = h.slice(), _ = r.length, O = !1, T = a.length > 0 ? a.shift() : -1; - if (-1 === T || "string" == typeof T) { - var A, C = d, D = a.slice(), B = []; - if ("string" == typeof T) B = T.split(","); else for (A = 0; A < S.matches.length; A++) B.push(A.toString()); - if (void 0 !== s.excludes[e]) { - for (var j = B.slice(), R = 0, L = s.excludes[e].length; R < L; R++) { - var I = s.excludes[e][R].toString().split(":"); - r.length == I[1] && B.splice(B.indexOf(I[0]), 1); - } - 0 === B.length && (delete s.excludes[e], B = j); - } - (!0 === u.keepStatic || isFinite(parseInt(u.keepStatic)) && C >= u.keepStatic) && (B = B.slice(0, 1)); - for (var F = 0; F < B.length; F++) { - A = parseInt(B[F]), h = [], a = "string" == typeof T && k(d, A, _) || D.slice(); - var N = S.matches[A]; - if (N && o(N, [ A ].concat(r), f)) n = !0; else if (0 === F && (O = !0), N && N.matches && N.matches.length > S.matches[0].matches.length) break; - E = h.slice(), d = C, h = []; - for (var V = 0; V < E.length; V++) { - var G = E[V], H = !1; - G.match.jit = G.match.jit || O, G.alternation = G.alternation || _, y(G); - for (var K = 0; K < w.length; K++) { - var U = w[K]; - if ("string" != typeof T || void 0 !== G.alternation && B.includes(G.locator[G.alternation].toString())) { - if (G.match.nativeDef === U.match.nativeDef) { - H = !0, y(U, G); - break; - } - if (l(G, U, u)) { - y(G, U) && (H = !0, w.splice(w.indexOf(U), 0, G)); - break; - } - if (l(U, G, u)) { - y(U, G); - break; - } - if (W = U, !0 === (Q = G).match.static && !0 !== W.match.static && W.match.fn.test(Q.match.def, s, e, !1, u, !1)) { - b(G, U) || void 0 !== c.inputmask.userOptions.keepStatic ? y(G, U) && (H = !0, w.splice(w.indexOf(U), 0, G)) : u.keepStatic = !0; - break; - } - } - } - H || w.push(G); - } - } - h = M.concat(w), d = e, m = h.length > 0, n = w.length > 0, a = D.slice(); - } else n = o(S.matches[T] || t.matches[T], [ T ].concat(r), f); - if (n) return !0; - } else if (n.isQuantifier && f !== t.matches[t.matches.indexOf(n) - 1]) for (var $ = n, q = a.length > 0 ? a.shift() : 0; q < (isNaN($.quantifier.max) ? q + 1 : $.quantifier.max) && d <= e; q++) { - var z = t.matches[t.matches.indexOf($) - 1]; - if (n = o(z, [ q ].concat(r), z)) { - if ((i = h[h.length - 1].match).optionalQuantifier = q >= $.quantifier.min, i.jit = (q + 1) * (z.matches.indexOf(i) + 1) > $.quantifier.jit, - i.optionalQuantifier && p(i, z)) { - m = !0, d = e; - break; - } - return i.jit && (s.jitOffset[e] = z.matches.length - z.matches.indexOf(i)), !0; - } - } else if (n = g(n, a, r, f)) return !0; - } else d++; - var Q, W; - } - for (var f = a.length > 0 ? a.shift() : 0; f < t.matches.length; f++) if (!0 !== t.matches[f].isQuantifier) { - var p = o(t.matches[f], [ f ].concat(n), r); - if (p && d === e) return p; - if (d > e) break; - } - } - if (e > -1) { - if (void 0 === t) { - for (var k, y = e - 1; void 0 === (k = s.validPositions[y] || s.tests[y]) && y > -1; ) y--; - void 0 !== k && y > -1 && (p = function(e, t) { - var a, i = []; - return Array.isArray(t) || (t = [ t ]), t.length > 0 && (void 0 === t[0].alternation || !0 === u.keepStatic ? 0 === (i = o.call(n, e, t.slice()).locator.slice()).length && (i = t[0].locator.slice()) : t.forEach((function(e) { - "" !== e.def && (0 === i.length ? (a = e.alternation, i = e.locator.slice()) : e.locator[a] && -1 === i[a].toString().indexOf(e.locator[a]) && (i[a] += "," + e.locator[a])); - }))), i; - }(y, k), v = p.join(""), d = y); - } - if (s.tests[e] && s.tests[e][0].cd === v) return s.tests[e]; - for (var b = p.shift(); b < f.length; b++) { - if (g(f[b], p, [ b ]) && d === e || d > e) break; - } - } - return (0 === h.length || m) && h.push({ - match: { - fn: null, - static: !0, - optionality: !1, - casing: null, - def: "", - placeholder: "" - }, - locator: [], - mloc: {}, - cd: v - }), void 0 !== t && s.tests[e] ? r.extend(!0, [], h) : (s.tests[e] = r.extend(!0, [], h), - s.tests[e]); - } - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.determineTestTemplate = o, t.getDecisionTaker = i, t.getMaskTemplate = function(e, t, a, i, s) { - var l = this, c = this.opts, f = this.maskset, d = c.greedy; - s && (c.greedy = !1); - t = t || 0; - var p, h, m, v, g = [], k = 0; - do { - if (!0 === e && f.validPositions[k]) m = s && !0 === f.validPositions[k].match.optionality && void 0 === f.validPositions[k + 1] && (!0 === f.validPositions[k].generatedInput || f.validPositions[k].input == c.skipOptionalPartCharacter && k > 0) ? o.call(l, k, u.call(l, k, p, k - 1)) : f.validPositions[k], - h = m.match, p = m.locator.slice(), g.push(!0 === a ? m.input : !1 === a ? h.nativeDef : n.call(l, k, h)); else { - m = r.call(l, k, p, k - 1), h = m.match, p = m.locator.slice(); - var y = !0 !== i && (!1 !== c.jitMasking ? c.jitMasking : h.jit); - (v = (v && h.static && h.def !== c.groupSeparator && null === h.fn || f.validPositions[k - 1] && h.static && h.def !== c.groupSeparator && null === h.fn) && f.tests[k] && 1 === f.tests[k].length) || !1 === y || void 0 === y || "number" == typeof y && isFinite(y) && y > k ? g.push(!1 === a ? h.nativeDef : n.call(l, k, h)) : v = !1; - } - k++; - } while (!0 !== h.static || "" !== h.def || t > k); - "" === g[g.length - 1] && g.pop(); - !1 === a && void 0 !== f.maskLength || (f.maskLength = k - 1); - return c.greedy = d, g; - }, t.getPlaceholder = n, t.getTest = s, t.getTests = u, t.getTestTemplate = r, t.isSubsetOf = l; - }, - 7215: function(e, t, a) { - Object.defineProperty(t, "__esModule", { - value: !0 - }), t.alternate = l, t.checkAlternationMatch = function(e, t, a) { - for (var i, n = this.opts.greedy ? t : t.slice(0, 1), r = !1, o = void 0 !== a ? a.split(",") : [], s = 0; s < o.length; s++) -1 !== (i = e.indexOf(o[s])) && e.splice(i, 1); - for (var l = 0; l < e.length; l++) if (n.includes(e[l])) { - r = !0; - break; - } - return r; - }, t.isComplete = c, t.isValid = f, t.refreshFromBuffer = p, t.revalidateMask = m, - t.handleRemove = function(e, t, a, i, s) { - var u = this, c = this.maskset, f = this.opts; - if ((f.numericInput || u.isRTL) && (t === r.default.BACKSPACE ? t = r.default.DELETE : t === r.default.DELETE && (t = r.default.BACKSPACE), - u.isRTL)) { - var d = a.end; - a.end = a.begin, a.begin = d; - } - var p, h = o.getLastValidPosition.call(u, void 0, !0); - a.end >= o.getBuffer.call(u).length && h >= a.end && (a.end = h + 1); - t === r.default.BACKSPACE ? a.end - a.begin < 1 && (a.begin = o.seekPrevious.call(u, a.begin)) : t === r.default.DELETE && a.begin === a.end && (a.end = o.isMask.call(u, a.end, !0, !0) ? a.end + 1 : o.seekNext.call(u, a.end) + 1); - if (!1 !== (p = m.call(u, a))) { - if (!0 !== i && !1 !== f.keepStatic || null !== f.regex && -1 !== n.getTest.call(u, a.begin).match.def.indexOf("|")) { - var v = l.call(u, !0); - if (v) { - var g = void 0 !== v.caret ? v.caret : v.pos ? o.seekNext.call(u, v.pos.begin ? v.pos.begin : v.pos) : o.getLastValidPosition.call(u, -1, !0); - (t !== r.default.DELETE || a.begin > g) && a.begin; - } - } - !0 !== i && (c.p = t === r.default.DELETE ? a.begin + p : a.begin, c.p = o.determineNewCaretPosition.call(u, { - begin: c.p, - end: c.p - }, !1).begin); - } - }; - var i, n = a(4713), r = (i = a(4528)) && i.__esModule ? i : { - default: i - }, o = a(8711), s = a(6030); - function l(e, t, a, i, r, s) { - var u, c, d, p, h, m, v, g, k, y, b, x = this, P = this.dependencyLib, E = this.opts, S = x.maskset, w = P.extend(!0, {}, S.validPositions), M = P.extend(!0, {}, S.tests), _ = !1, O = !1, T = void 0 !== r ? r : o.getLastValidPosition.call(x); - if (s && (y = s.begin, b = s.end, s.begin > s.end && (y = s.end, b = s.begin)), - -1 === T && void 0 === r) u = 0, c = (p = n.getTest.call(x, u)).alternation; else for (;T >= 0; T--) if ((d = S.validPositions[T]) && void 0 !== d.alternation) { - if (p && p.locator[d.alternation] !== d.locator[d.alternation]) break; - u = T, c = S.validPositions[u].alternation, p = d; - } - if (void 0 !== c) { - v = parseInt(u), S.excludes[v] = S.excludes[v] || [], !0 !== e && S.excludes[v].push((0, - n.getDecisionTaker)(p) + ":" + p.alternation); - var A = [], C = -1; - for (h = v; h < o.getLastValidPosition.call(x, void 0, !0) + 1; h++) -1 === C && e <= h && void 0 !== t && (A.push(t), - C = A.length - 1), (m = S.validPositions[h]) && !0 !== m.generatedInput && (void 0 === s || h < y || h >= b) && A.push(m.input), - delete S.validPositions[h]; - for (-1 === C && void 0 !== t && (A.push(t), C = A.length - 1); void 0 !== S.excludes[v] && S.excludes[v].length < 10; ) { - for (S.tests = {}, o.resetMaskSet.call(x, !0), _ = !0, h = 0; h < A.length && (g = _.caret || o.getLastValidPosition.call(x, void 0, !0) + 1, - k = A[h], _ = f.call(x, g, k, !1, i, !0)); h++) h === C && (O = _), 1 == e && _ && (O = { - caretPos: h - }); - if (_) break; - if (o.resetMaskSet.call(x), p = n.getTest.call(x, v), S.validPositions = P.extend(!0, {}, w), - S.tests = P.extend(!0, {}, M), !S.excludes[v]) { - O = l.call(x, e, t, a, i, v - 1, s); - break; - } - var D = (0, n.getDecisionTaker)(p); - if (-1 !== S.excludes[v].indexOf(D + ":" + p.alternation)) { - O = l.call(x, e, t, a, i, v - 1, s); - break; - } - for (S.excludes[v].push(D + ":" + p.alternation), h = v; h < o.getLastValidPosition.call(x, void 0, !0) + 1; h++) delete S.validPositions[h]; - } - } - return O && !1 === E.keepStatic || delete S.excludes[v], O; - } - function u(e, t, a) { - var i = this.opts, n = this.maskset; - switch (i.casing || t.casing) { - case "upper": - e = e.toUpperCase(); - break; - - case "lower": - e = e.toLowerCase(); - break; - - case "title": - var o = n.validPositions[a - 1]; - e = 0 === a || o && o.input === String.fromCharCode(r.default.SPACE) ? e.toUpperCase() : e.toLowerCase(); - break; - - default: - if ("function" == typeof i.casing) { - var s = Array.prototype.slice.call(arguments); - s.push(n.validPositions), e = i.casing.apply(this, s); - } - } - return e; - } - function c(e) { - var t = this, a = this.opts, i = this.maskset; - if ("function" == typeof a.isComplete) return a.isComplete(e, a); - if ("*" !== a.repeat) { - var r = !1, s = o.determineLastRequiredPosition.call(t, !0), l = o.seekPrevious.call(t, s.l); - if (void 0 === s.def || s.def.newBlockMarker || s.def.optionality || s.def.optionalQuantifier) { - r = !0; - for (var u = 0; u <= l; u++) { - var c = n.getTestTemplate.call(t, u).match; - if (!0 !== c.static && void 0 === i.validPositions[u] && !0 !== c.optionality && !0 !== c.optionalQuantifier || !0 === c.static && e[u] !== n.getPlaceholder.call(t, u, c)) { - r = !1; - break; - } - } - } - return r; - } - } - function f(e, t, a, i, r, s, d) { - var v = this, g = this.dependencyLib, k = this.opts, y = v.maskset; - function b(e) { - return v.isRTL ? e.begin - e.end > 1 || e.begin - e.end == 1 : e.end - e.begin > 1 || e.end - e.begin == 1; - } - a = !0 === a; - var x = e; - function P(e) { - if (void 0 !== e) { - if (void 0 !== e.remove && (Array.isArray(e.remove) || (e.remove = [ e.remove ]), - e.remove.sort((function(e, t) { - return t.pos - e.pos; - })).forEach((function(e) { - m.call(v, { - begin: e, - end: e + 1 - }); - })), e.remove = void 0), void 0 !== e.insert && (Array.isArray(e.insert) || (e.insert = [ e.insert ]), - e.insert.sort((function(e, t) { - return e.pos - t.pos; - })).forEach((function(e) { - "" !== e.c && f.call(v, e.pos, e.c, void 0 === e.strict || e.strict, void 0 !== e.fromIsValid ? e.fromIsValid : i); - })), e.insert = void 0), e.refreshFromBuffer && e.buffer) { - var t = e.refreshFromBuffer; - p.call(v, !0 === t ? t : t.start, t.end, e.buffer), e.refreshFromBuffer = void 0; - } - void 0 !== e.rewritePosition && (x = e.rewritePosition, e = !0); - } - return e; - } - function E(t, a, r) { - var s = !1; - return n.getTests.call(v, t).every((function(l, c) { - var f = l.match; - if (o.getBuffer.call(v, !0), !1 !== (s = (!f.jit || void 0 !== y.validPositions[o.seekPrevious.call(v, t)]) && (null != f.fn ? f.fn.test(a, y, t, r, k, b(e)) : (a === f.def || a === k.skipOptionalPartCharacter) && "" !== f.def && { - c: n.getPlaceholder.call(v, t, f, !0) || f.def, - pos: t - }))) { - var d = void 0 !== s.c ? s.c : a, p = t; - return d = d === k.skipOptionalPartCharacter && !0 === f.static ? n.getPlaceholder.call(v, t, f, !0) || f.def : d, - !0 !== (s = P(s)) && void 0 !== s.pos && s.pos !== t && (p = s.pos), !0 !== s && void 0 === s.pos && void 0 === s.c ? !1 : (!1 === m.call(v, e, g.extend({}, l, { - input: u.call(v, d, f, p) - }), i, p) && (s = !1), !1); - } - return !0; - })), s; - } - void 0 !== e.begin && (x = v.isRTL ? e.end : e.begin); - var S = !0, w = g.extend(!0, {}, y.validPositions); - if (!1 === k.keepStatic && void 0 !== y.excludes[x] && !0 !== r && !0 !== i) for (var M = x; M < (v.isRTL ? e.begin : e.end); M++) void 0 !== y.excludes[M] && (y.excludes[M] = void 0, - delete y.tests[M]); - if ("function" == typeof k.preValidation && !0 !== i && !0 !== s && (S = P(S = k.preValidation.call(v, o.getBuffer.call(v), x, t, b(e), k, y, e, a || r))), - !0 === S) { - if (S = E(x, t, a), (!a || !0 === i) && !1 === S && !0 !== s) { - var _ = y.validPositions[x]; - if (!_ || !0 !== _.match.static || _.match.def !== t && t !== k.skipOptionalPartCharacter) { - if (k.insertMode || void 0 === y.validPositions[o.seekNext.call(v, x)] || e.end > x) { - var O = !1; - if (y.jitOffset[x] && void 0 === y.validPositions[o.seekNext.call(v, x)] && !1 !== (S = f.call(v, x + y.jitOffset[x], t, !0, !0)) && (!0 !== r && (S.caret = x), - O = !0), e.end > x && (y.validPositions[x] = void 0), !O && !o.isMask.call(v, x, k.keepStatic && 0 === x)) for (var T = x + 1, A = o.seekNext.call(v, x, !1, 0 !== x); T <= A; T++) if (!1 !== (S = E(T, t, a))) { - S = h.call(v, x, void 0 !== S.pos ? S.pos : T) || S, x = T; - break; - } - } - } else S = { - caret: o.seekNext.call(v, x) - }; - } - !1 !== S || !k.keepStatic || !c.call(v, o.getBuffer.call(v)) && 0 !== x || a || !0 === r ? b(e) && y.tests[x] && y.tests[x].length > 1 && k.keepStatic && !a && !0 !== r && (S = l.call(v, !0)) : S = l.call(v, x, t, a, i, void 0, e), - !0 === S && (S = { - pos: x - }); - } - if ("function" == typeof k.postValidation && !0 !== i && !0 !== s) { - var C = k.postValidation.call(v, o.getBuffer.call(v, !0), void 0 !== e.begin ? v.isRTL ? e.end : e.begin : e, t, S, k, y, a, d); - void 0 !== C && (S = !0 === C ? S : C); - } - S && void 0 === S.pos && (S.pos = x), !1 === S || !0 === s ? (o.resetMaskSet.call(v, !0), - y.validPositions = g.extend(!0, {}, w)) : h.call(v, void 0, x, !0); - var D = P(S); - void 0 !== v.maxLength && (o.getBuffer.call(v).length > v.maxLength && !i && (o.resetMaskSet.call(v, !0), - y.validPositions = g.extend(!0, {}, w), D = !1)); - return D; - } - function d(e, t, a) { - for (var i = this.maskset, r = !1, o = n.getTests.call(this, e), s = 0; s < o.length; s++) { - if (o[s].match && (o[s].match.nativeDef === t.match[a.shiftPositions ? "def" : "nativeDef"] && (!a.shiftPositions || !t.match.static) || o[s].match.nativeDef === t.match.nativeDef || a.regex && !o[s].match.static && o[s].match.fn.test(t.input))) { - r = !0; - break; - } - if (o[s].match && o[s].match.def === t.match.nativeDef) { - r = void 0; - break; - } - } - return !1 === r && void 0 !== i.jitOffset[e] && (r = d.call(this, e + i.jitOffset[e], t, a)), - r; - } - function p(e, t, a) { - var i, n, r = this, l = this.maskset, u = this.opts, c = this.dependencyLib, f = u.skipOptionalPartCharacter, d = r.isRTL ? a.slice().reverse() : a; - if (u.skipOptionalPartCharacter = "", !0 === e) o.resetMaskSet.call(r), l.tests = {}, - e = 0, t = a.length, n = o.determineNewCaretPosition.call(r, { - begin: 0, - end: 0 - }, !1).begin; else { - for (i = e; i < t; i++) delete l.validPositions[i]; - n = e; - } - var p = new c.Event("keypress"); - for (i = e; i < t; i++) { - p.which = d[i].toString().charCodeAt(0), r.ignorable = !1; - var h = s.EventHandlers.keypressEvent.call(r, p, !0, !1, !1, n); - !1 !== h && void 0 !== h && (n = h.forwardPosition); - } - u.skipOptionalPartCharacter = f; - } - function h(e, t, a) { - var i = this, r = this.maskset, s = this.dependencyLib; - if (void 0 === e) for (e = t - 1; e > 0 && !r.validPositions[e]; e--) ; - for (var l = e; l < t; l++) { - if (void 0 === r.validPositions[l] && !o.isMask.call(i, l, !1)) if (0 == l ? n.getTest.call(i, l) : r.validPositions[l - 1]) { - var u = n.getTests.call(i, l).slice(); - "" === u[u.length - 1].match.def && u.pop(); - var c, d = n.determineTestTemplate.call(i, l, u); - if (d && (!0 !== d.match.jit || "master" === d.match.newBlockMarker && (c = r.validPositions[l + 1]) && !0 === c.match.optionalQuantifier) && ((d = s.extend({}, d, { - input: n.getPlaceholder.call(i, l, d.match, !0) || d.match.def - })).generatedInput = !0, m.call(i, l, d, !0), !0 !== a)) { - var p = r.validPositions[t].input; - return r.validPositions[t] = void 0, f.call(i, t, p, !0, !0); - } - } - } - } - function m(e, t, a, i) { - var r = this, s = this.maskset, l = this.opts, u = this.dependencyLib; - function c(e, t, a) { - var i = t[e]; - if (void 0 !== i && !0 === i.match.static && !0 !== i.match.optionality && (void 0 === t[0] || void 0 === t[0].alternation)) { - var n = a.begin <= e - 1 ? t[e - 1] && !0 === t[e - 1].match.static && t[e - 1] : t[e - 1], r = a.end > e + 1 ? t[e + 1] && !0 === t[e + 1].match.static && t[e + 1] : t[e + 1]; - return n && r; - } - return !1; - } - var p = 0, h = void 0 !== e.begin ? e.begin : e, m = void 0 !== e.end ? e.end : e, v = !0; - if (e.begin > e.end && (h = e.end, m = e.begin), i = void 0 !== i ? i : h, h !== m || l.insertMode && void 0 !== s.validPositions[i] && void 0 === a || void 0 === t) { - var g, k = u.extend(!0, {}, s.validPositions), y = o.getLastValidPosition.call(r, void 0, !0); - for (s.p = h, g = y; g >= h; g--) delete s.validPositions[g], void 0 === t && delete s.tests[g + 1]; - var b, x, P = i, E = P; - for (t && (s.validPositions[i] = u.extend(!0, {}, t), E++, P++), g = t ? m : m - 1; g <= y; g++) { - if (void 0 !== (b = k[g]) && !0 !== b.generatedInput && (g >= m || g >= h && c(g, k, { - begin: h, - end: m - }))) { - for (;"" !== n.getTest.call(r, E).match.def; ) { - if (!1 !== (x = d.call(r, E, b, l)) || "+" === b.match.def) { - "+" === b.match.def && o.getBuffer.call(r, !0); - var S = f.call(r, E, b.input, "+" !== b.match.def, !0); - if (v = !1 !== S, P = (S.pos || E) + 1, !v && x) break; - } else v = !1; - if (v) { - void 0 === t && b.match.static && g === e.begin && p++; - break; - } - if (!v && E > s.maskLength) break; - E++; - } - "" == n.getTest.call(r, E).match.def && (v = !1), E = P; - } - if (!v) break; - } - if (!v) return s.validPositions = u.extend(!0, {}, k), o.resetMaskSet.call(r, !0), - !1; - } else t && n.getTest.call(r, i).match.cd === t.match.cd && (s.validPositions[i] = u.extend(!0, {}, t)); - return o.resetMaskSet.call(r, !0), p; - } - }, - 8254: function(t) { - t.exports = e; - } - }, a = {}; - function i(e) { - var n = a[e]; - if (void 0 !== n) return n.exports; - var r = a[e] = { - exports: {} - }; - return t[e](r, r.exports, i), r.exports; - } - var n = {}; - return function() { - var e = n; - Object.defineProperty(e, "__esModule", { - value: !0 - }), e.default = void 0; - var t, a = (t = i(3046)) && t.__esModule ? t : { - default: t - }; - i(443); - var r = a.default; - e.default = r; - }(), n; - }(); -})); \ No newline at end of file diff --git a/common/js/jquery.inputmask.min.js b/common/js/jquery.inputmask.min.js deleted file mode 100644 index 5abba8880..000000000 --- a/common/js/jquery.inputmask.min.js +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * dist/jquery.inputmask.min - * https://github.com/RobinHerbots/Inputmask - * Copyright (c) 2010 - 2021 Robin Herbots - * Licensed under the MIT license - * Version: 5.0.7-beta.0 - */ -!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("jquery"));else if("function"==typeof define&&define.amd)define(["jquery"],t);else{var a="object"==typeof exports?t(require("jquery")):t(e.jQuery);for(var i in a)("object"==typeof exports?exports:e)[i]=a[i]}}(this,(function(e){return function(){"use strict";var t={4528:function(e){e.exports=JSON.parse('{"BACKSPACE":8,"BACKSPACE_SAFARI":127,"DELETE":46,"DOWN":40,"END":35,"ENTER":13,"ESCAPE":27,"HOME":36,"INSERT":45,"LEFT":37,"PAGE_DOWN":34,"PAGE_UP":33,"RIGHT":39,"SPACE":32,"TAB":9,"UP":38,"X":88,"Z":90,"CONTROL":17,"PAUSE/BREAK":19,"WINDOWS_LEFT":91,"WINDOWS_RIGHT":92,"KEY_229":229}')},3046:function(e,t,a){var i;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a(3851),a(219),a(207),a(5296);var n=((i=a(2394))&&i.__esModule?i:{default:i}).default;t.default=n},8741:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=!("undefined"==typeof window||!window.document||!window.document.createElement);t.default=a},3976:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,n=(i=a(4528))&&i.__esModule?i:{default:i};var r={_maxTestPos:500,placeholder:"_",optionalmarker:["[","]"],quantifiermarker:["{","}"],groupmarker:["(",")"],alternatormarker:"|",escapeChar:"\\",mask:null,regex:null,oncomplete:function(){},onincomplete:function(){},oncleared:function(){},repeat:0,greedy:!1,autoUnmask:!1,removeMaskOnSubmit:!1,clearMaskOnLostFocus:!0,insertMode:!0,insertModeVisual:!0,clearIncomplete:!1,alias:null,onKeyDown:function(){},onBeforeMask:null,onBeforePaste:function(e,t){return"function"==typeof t.onBeforeMask?t.onBeforeMask.call(this,e,t):e},onBeforeWrite:null,onUnMask:null,showMaskOnFocus:!0,showMaskOnHover:!0,onKeyValidation:function(){},skipOptionalPartCharacter:" ",numericInput:!1,rightAlign:!1,undoOnEscape:!0,radixPoint:"",_radixDance:!1,groupSeparator:"",keepStatic:null,positionCaretOnTab:!0,tabThrough:!1,supportsInputType:["text","tel","url","password","search"],ignorables:[n.default.BACKSPACE,n.default.TAB,n.default["PAUSE/BREAK"],n.default.ESCAPE,n.default.PAGE_UP,n.default.PAGE_DOWN,n.default.END,n.default.HOME,n.default.LEFT,n.default.UP,n.default.RIGHT,n.default.DOWN,n.default.INSERT,n.default.DELETE,93,112,113,114,115,116,117,118,119,120,121,122,123,0,229],isComplete:null,preValidation:null,postValidation:null,staticDefinitionSymbol:void 0,jitMasking:!1,nullable:!0,inputEventOnly:!1,noValuePatching:!1,positionCaretOnClick:"lvp",casing:null,inputmode:"text",importDataAttributes:!0,shiftPositions:!0,usePrototypeDefinitions:!0,validationEventTimeOut:3e3};t.default=r},7392:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={9:{validator:"[0-9\uff10-\uff19]",definitionSymbol:"*"},a:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",definitionSymbol:"*"},"*":{validator:"[0-9\uff10-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]"}}},3287:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,n=(i=a(8254))&&i.__esModule?i:{default:i};if(void 0===n.default)throw"jQuery not loaded!";var r=n.default;t.default=r},9845:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.iphone=t.iemobile=t.mobile=t.ie=t.ua=void 0;var i,n=(i=a(9380))&&i.__esModule?i:{default:i};var r=n.default.navigator&&n.default.navigator.userAgent||"",o=r.indexOf("MSIE ")>0||r.indexOf("Trident/")>0,s="ontouchstart"in n.default,l=/iemobile/i.test(r),u=/iphone/i.test(r)&&!l;t.iphone=u,t.iemobile=l,t.mobile=s,t.ie=o,t.ua=r},7184:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.replace(a,"\\$1")};var a=new RegExp("(\\"+["/",".","*","+","?","|","(",")","[","]","{","}","\\","$","^"].join("|\\")+")","gim")},6030:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.EventHandlers=void 0;var i,n=a(8711),r=(i=a(4528))&&i.__esModule?i:{default:i},o=a(9845),s=a(7215),l=a(7760),u=a(4713);var c={keydownEvent:function(e){var t=this.inputmask,a=t.opts,i=t.dependencyLib,c=t.maskset,f=this,d=i(f),p=e.keyCode,h=n.caret.call(t,f),m=a.onKeyDown.call(this,e,n.getBuffer.call(t),h,a);if(void 0!==m)return m;if(p===r.default.BACKSPACE||p===r.default.DELETE||o.iphone&&p===r.default.BACKSPACE_SAFARI||e.ctrlKey&&p===r.default.X&&!("oncut"in f))e.preventDefault(),s.handleRemove.call(t,f,p,h),(0,l.writeBuffer)(f,n.getBuffer.call(t,!0),c.p,e,f.inputmask._valueGet()!==n.getBuffer.call(t).join(""));else if(p===r.default.END||p===r.default.PAGE_DOWN){e.preventDefault();var v=n.seekNext.call(t,n.getLastValidPosition.call(t));n.caret.call(t,f,e.shiftKey?h.begin:v,v,!0)}else p===r.default.HOME&&!e.shiftKey||p===r.default.PAGE_UP?(e.preventDefault(),n.caret.call(t,f,0,e.shiftKey?h.begin:0,!0)):a.undoOnEscape&&p===r.default.ESCAPE&&!0!==e.altKey?((0,l.checkVal)(f,!0,!1,t.undoValue.split("")),d.trigger("click")):!0===a.tabThrough&&p===r.default.TAB?!0===e.shiftKey?(h.end=n.seekPrevious.call(t,h.end,!0),!0===u.getTest.call(t,h.end-1).match.static&&h.end--,h.begin=n.seekPrevious.call(t,h.end,!0),h.begin>=0&&h.end>0&&(e.preventDefault(),n.caret.call(t,f,h.begin,h.end))):(h.begin=n.seekNext.call(t,h.begin,!0),h.end=n.seekNext.call(t,h.begin,!0),h.end=d.length?c.length:d.length,m=f.length>=p.length?f.length:p.length,v="",g=[],k="~";c.length0;){var o=r.pop();["submit","reset"].includes(n)?null!==e.form&&a(e.form).off(n,o):a(e).off(n,o)}delete e.inputmask.events[n]}}}};t.EventRuler=l},219:function(e,t,a){var i=l(a(2394)),n=l(a(4528)),r=l(a(7184)),o=a(8711);function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(e){return e&&e.__esModule?e:{default:e}}var u=i.default.dependencyLib,c=(new Date).getFullYear(),f={d:["[1-9]|[12][0-9]|3[01]",Date.prototype.setDate,"day",Date.prototype.getDate],dd:["0[1-9]|[12][0-9]|3[01]",Date.prototype.setDate,"day",function(){return y(Date.prototype.getDate.call(this),2)}],ddd:[""],dddd:[""],m:["[1-9]|1[012]",Date.prototype.setMonth,"month",function(){return Date.prototype.getMonth.call(this)+1}],mm:["0[1-9]|1[012]",Date.prototype.setMonth,"month",function(){return y(Date.prototype.getMonth.call(this)+1,2)}],mmm:[""],mmmm:[""],yy:["[0-9]{2}",Date.prototype.setFullYear,"year",function(){return y(Date.prototype.getFullYear.call(this),2)}],yyyy:["[0-9]{4}",Date.prototype.setFullYear,"year",function(){return y(Date.prototype.getFullYear.call(this),4)}],h:["[1-9]|1[0-2]",Date.prototype.setHours,"hours",Date.prototype.getHours],hh:["0[1-9]|1[0-2]",Date.prototype.setHours,"hours",function(){return y(Date.prototype.getHours.call(this),2)}],hx:[function(e){return"[0-9]{".concat(e,"}")},Date.prototype.setHours,"hours",function(e){return Date.prototype.getHours}],H:["1?[0-9]|2[0-3]",Date.prototype.setHours,"hours",Date.prototype.getHours],HH:["0[0-9]|1[0-9]|2[0-3]",Date.prototype.setHours,"hours",function(){return y(Date.prototype.getHours.call(this),2)}],Hx:[function(e){return"[0-9]{".concat(e,"}")},Date.prototype.setHours,"hours",function(e){return function(){return y(Date.prototype.getHours.call(this),e)}}],M:["[1-5]?[0-9]",Date.prototype.setMinutes,"minutes",Date.prototype.getMinutes],MM:["0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]",Date.prototype.setMinutes,"minutes",function(){return y(Date.prototype.getMinutes.call(this),2)}],s:["[1-5]?[0-9]",Date.prototype.setSeconds,"seconds",Date.prototype.getSeconds],ss:["0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]",Date.prototype.setSeconds,"seconds",function(){return y(Date.prototype.getSeconds.call(this),2)}],l:["[0-9]{3}",Date.prototype.setMilliseconds,"milliseconds",function(){return y(Date.prototype.getMilliseconds.call(this),3)}],L:["[0-9]{2}",Date.prototype.setMilliseconds,"milliseconds",function(){return y(Date.prototype.getMilliseconds.call(this),2)}],t:["[ap]",p,"ampm",h,1],tt:["[ap]m",p,"ampm",h,2],T:["[AP]",p,"ampm",h,1],TT:["[AP]M",p,"ampm",h,2],Z:[""],o:[""],S:[""]},d={isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"};function p(e){e.toLowerCase().includes("p")&&this.setHours(this.getHours()+12)}function h(){}function m(e){var t=new RegExp("\\d+$").exec(e[0]);if(t&&void 0!==t[0]){var a=f[e[0][0]+"x"].slice("");return a[0]=a[0](t[0]),a[3]=a[3](t[0]),a}if(f[e[0]])return f[e[0]]}function v(e){if(!e.tokenizer){var t=[],a=[];for(var i in f)if(/\.*x$/.test(i)){var n=i[0]+"\\d+";-1===a.indexOf(n)&&a.push(n)}else-1===t.indexOf(i[0])&&t.push(i[0]);e.tokenizer="("+(a.length>0?a.join("|")+"|":"")+t.join("+|")+")+?|.",e.tokenizer=new RegExp(e.tokenizer,"g")}return e.tokenizer}function g(e,t,a){if(void 0===e.rawday||!isFinite(e.rawday)&&new Date(e.date.getFullYear(),isFinite(e.rawmonth)?e.month:e.date.getMonth()+1,0).getDate()>=e.day||"29"==e.day&&!Number.isFinite(e.rawyear)||new Date(e.date.getFullYear(),isFinite(e.rawmonth)?e.month:e.date.getMonth()+1,0).getDate()>=e.day)return t;if("29"==e.day){var i=P(t.pos,a);if("yyyy"===i.targetMatch[0]&&t.pos-i.targetMatchIndex==2)return t.remove=t.pos+1,t}else if("02"==e.month&&"30"==e.day&&void 0!==t.c)return e.day="03",e.date.setDate(3),e.date.setMonth(1),t.insert=[{pos:t.pos,c:"0"},{pos:t.pos+1,c:t.c}],t.caret=o.seekNext.call(this,t.pos+1),t;return!1}function k(e,t,a,i){var n,o,s="";for(v(a).lastIndex=0;n=v(a).exec(e);){if(void 0===t)if(o=m(n))s+="("+o[0]+")";else switch(n[0]){case"[":s+="(";break;case"]":s+=")?";break;default:s+=(0,r.default)(n[0])}else if(o=m(n))if(!0!==i&&o[3])s+=o[3].call(t.date);else o[2]?s+=t["raw"+o[2]]:s+=n[0];else s+=n[0]}return s}function y(e,t,a){for(e=String(e),t=t||2;e.length0&&(n-=1),"year"===i&&n.length<4&&(n=y(n,4,!0)),""===n||isNaN(n)||r.call(e.date,n),"ampm"===i&&r.call(e.date,n)}}if("string"==typeof l){for(v(a).lastIndex=0;n=v(a).exec(t);){var c=new RegExp("\\d+$").exec(n[0]),d=c?n[0][0]+"x":n[0],p=void 0;if(c){var h=v(a).lastIndex,m=P(n.index,a);v(a).lastIndex=h,p=l.slice(0,l.indexOf(m.nextMatch[0]))}else p=l.slice(0,d.length);Object.prototype.hasOwnProperty.call(f,d)&&(i=f[d][2],r=f[d][1],u(o,p)),l=l.slice(p.length)}return o}if(l&&"object"===s(l)&&Object.prototype.hasOwnProperty.call(l,"date"))return l}function x(e,t){return k(t.inputFormat,{date:e},t)}function P(e,t){var a,i,n=0,r=0;for(v(t).lastIndex=0;i=v(t).exec(t.inputFormat);){var o=new RegExp("\\d+$").exec(i[0]);if((n+=r=o?parseInt(o[0]):i[0].length)>=e){a=i,i=v(t).exec(t.inputFormat);break}}return{targetMatchIndex:n-r,nextMatch:i,targetMatch:a}}i.default.extendAliases({datetime:{mask:function(e){return e.numericInput=!1,f.S=e.i18n.ordinalSuffix.join("|"),e.inputFormat=d[e.inputFormat]||e.inputFormat,e.displayFormat=d[e.displayFormat]||e.displayFormat||e.inputFormat,e.outputFormat=d[e.outputFormat]||e.outputFormat||e.inputFormat,e.placeholder=""!==e.placeholder?e.placeholder:e.inputFormat.replace(/[[\]]/,""),e.regex=k(e.inputFormat,void 0,e),e.min=b(e.min,e.inputFormat,e),e.max=b(e.max,e.inputFormat,e),null},placeholder:"",inputFormat:"isoDateTime",displayFormat:void 0,outputFormat:void 0,min:null,max:null,skipOptionalPartCharacter:"",i18n:{dayNames:["Mon","Tue","Wed","Thu","Fri","Sat","Sun","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],ordinalSuffix:["st","nd","rd","th"]},preValidation:function(e,t,a,i,n,r,o,s){if(s)return!0;if(isNaN(a)&&e[t]!==a){var l=P(t,n);if(l.nextMatch&&l.nextMatch[0]===a&&l.targetMatch[0].length>1){var u=f[l.targetMatch[0]][0];if(new RegExp(u).test("0"+e[t-1]))return e[t]=e[t-1],e[t-1]="0",{fuzzy:!0,buffer:e,refreshFromBuffer:{start:t-1,end:t+1},pos:t+1}}}return!0},postValidation:function(e,t,a,i,n,r,o,s){var l,u;if(o)return!0;if(!1===i&&(((l=P(t+1,n)).targetMatch&&l.targetMatchIndex===t&&l.targetMatch[0].length>1&&void 0!==f[l.targetMatch[0]]||(l=P(t+2,n)).targetMatch&&l.targetMatchIndex===t+1&&l.targetMatch[0].length>1&&void 0!==f[l.targetMatch[0]])&&(u=f[l.targetMatch[0]][0]),void 0!==u&&(void 0!==r.validPositions[t+1]&&new RegExp(u).test(a+"0")?(e[t]=a,e[t+1]="0",i={pos:t+2,caret:t}):new RegExp(u).test("0"+a)&&(e[t]="0",e[t+1]=a,i={pos:t+2})),!1===i))return i;if(i.fuzzy&&(e=i.buffer,t=i.pos),(l=P(t,n)).targetMatch&&l.targetMatch[0]&&void 0!==f[l.targetMatch[0]]){u=f[l.targetMatch[0]][0];var d=e.slice(l.targetMatchIndex,l.targetMatchIndex+l.targetMatch[0].length);!1===new RegExp(u).test(d.join(""))&&2===l.targetMatch[0].length&&r.validPositions[l.targetMatchIndex]&&r.validPositions[l.targetMatchIndex+1]&&(r.validPositions[l.targetMatchIndex+1].input="0")}var p=i,h=b(e.join(""),n.inputFormat,n);return p&&h.date.getTime()==h.date.getTime()&&(n.prefillYear&&(p=function(e,t,a){if(e.year!==e.rawyear){var i=c.toString(),n=e.rawyear.replace(/[^0-9]/g,""),r=i.slice(0,n.length),o=i.slice(n.length);if(2===n.length&&n===r){var s=new Date(c,e.month-1,e.day);e.day==s.getDate()&&(!a.max||a.max.date.getTime()>=s.getTime())&&(e.date.setFullYear(c),e.year=i,t.insert=[{pos:t.pos+1,c:o[0]},{pos:t.pos+2,c:o[1]}])}}return t}(h,p,n)),p=function(e,t,a,i,n){if(!t)return t;if(a.min){if(e.rawyear){var r,o=e.rawyear.replace(/[^0-9]/g,""),s=a.min.year.substr(0,o.length);if(o=e.date.getTime()),t}(h,p=g.call(this,h,p,n),n,r,s)),void 0!==t&&p&&i.pos!==t?{buffer:k(n.inputFormat,h,n).split(""),refreshFromBuffer:{start:t,end:i.pos},pos:i.caret||i.pos}:p},onKeyDown:function(e,t,a,i){e.ctrlKey&&e.keyCode===n.default.RIGHT&&(this.inputmask._valueSet(x(new Date,i)),u(this).trigger("setvalue"))},onUnMask:function(e,t,a){return t?k(a.outputFormat,b(e,a.inputFormat,a),a,!0):t},casing:function(e,t,a,i){return 0==t.nativeDef.indexOf("[ap]")?e.toLowerCase():0==t.nativeDef.indexOf("[AP]")?e.toUpperCase():e},onBeforeMask:function(e,t){return"[object Date]"===Object.prototype.toString.call(e)&&(e=x(e,t)),e},insertMode:!1,shiftPositions:!1,keepStatic:!1,inputmode:"numeric",prefillYear:!0}})},3851:function(e,t,a){var i,n=(i=a(2394))&&i.__esModule?i:{default:i},r=a(8711),o=a(4713);n.default.extendDefinitions({A:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",casing:"upper"},"&":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",casing:"upper"},"#":{validator:"[0-9A-Fa-f]",casing:"upper"}});var s=new RegExp("25[0-5]|2[0-4][0-9]|[01][0-9][0-9]");function l(e,t,a,i,n){return a-1>-1&&"."!==t.buffer[a-1]?(e=t.buffer[a-1]+e,e=a-2>-1&&"."!==t.buffer[a-2]?t.buffer[a-2]+e:"0"+e):e="00"+e,s.test(e)}n.default.extendAliases({cssunit:{regex:"[+-]?[0-9]+\\.?([0-9]+)?(px|em|rem|ex|%|in|cm|mm|pt|pc)"},url:{regex:"(https?|ftp)://.*",autoUnmask:!1,keepStatic:!1,tabThrough:!0},ip:{mask:"i[i[i]].j[j[j]].k[k[k]].l[l[l]]",definitions:{i:{validator:l},j:{validator:l},k:{validator:l},l:{validator:l}},onUnMask:function(e,t,a){return e},inputmode:"numeric"},email:{mask:"*{1,64}[.*{1,64}][.*{1,64}][.*{1,63}]@-{1,63}.-{1,63}[.-{1,63}][.-{1,63}]",greedy:!1,casing:"lower",onBeforePaste:function(e,t){return(e=e.toLowerCase()).replace("mailto:","")},definitions:{"*":{validator:"[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5!#$%&'*+/=?^_`{|}~-]"},"-":{validator:"[0-9A-Za-z-]"}},onUnMask:function(e,t,a){return e},inputmode:"email"},mac:{mask:"##:##:##:##:##:##"},vin:{mask:"V{13}9{4}",definitions:{V:{validator:"[A-HJ-NPR-Za-hj-npr-z\\d]",casing:"upper"}},clearIncomplete:!0,autoUnmask:!0},ssn:{mask:"999-99-9999",postValidation:function(e,t,a,i,n,s,l){var u=o.getMaskTemplate.call(this,!0,r.getLastValidPosition.call(this),!0,!0);return/^(?!219-09-9999|078-05-1120)(?!666|000|9.{2}).{3}-(?!00).{2}-(?!0{4}).{4}$/.test(u.join(""))}}})},207:function(e,t,a){var i=s(a(2394)),n=s(a(4528)),r=s(a(7184)),o=a(8711);function s(e){return e&&e.__esModule?e:{default:e}}var l=i.default.dependencyLib;function u(e,t){for(var a="",n=0;n0&&t>0&&(!a.digitsOptional||i)){var n=e.indexOf(a.radixPoint),r=!1;a.negationSymbol.back===e[e.length-1]&&(r=!0,e.length--),-1===n&&(e.push(a.radixPoint),n=e.length-1);for(var o=1;o<=t;o++)isFinite(e[n+o])||(e[n+o]="0")}return r&&e.push(a.negationSymbol.back),e}function f(e,t){var a=0;if("+"===e){for(a in t.validPositions);a=o.seekNext.call(this,parseInt(a))}for(var i in t.tests)if((i=parseInt(i))>=a)for(var n=0,r=t.tests[i].length;n1&&(e.placeholder=e.placeholder.charAt(0)),"radixFocus"===e.positionCaretOnClick&&""===e.placeholder&&(e.positionCaretOnClick="lvp");var t="0",a=e.radixPoint;!0===e.numericInput&&void 0===e.__financeInput?(t="1",e.positionCaretOnClick="radixFocus"===e.positionCaretOnClick?"lvp":e.positionCaretOnClick,e.digitsOptional=!1,isNaN(e.digits)&&(e.digits=2),e._radixDance=!1,a=","===e.radixPoint?"?":"!",""!==e.radixPoint&&void 0===e.definitions[a]&&(e.definitions[a]={},e.definitions[a].validator="["+e.radixPoint+"]",e.definitions[a].placeholder=e.radixPoint,e.definitions[a].static=!0,e.definitions[a].generated=!0)):(e.__financeInput=!1,e.numericInput=!0);var i,n="[+]";if(n+=u(e.prefix,e),""!==e.groupSeparator?(void 0===e.definitions[e.groupSeparator]&&(e.definitions[e.groupSeparator]={},e.definitions[e.groupSeparator].validator="["+e.groupSeparator+"]",e.definitions[e.groupSeparator].placeholder=e.groupSeparator,e.definitions[e.groupSeparator].static=!0,e.definitions[e.groupSeparator].generated=!0),n+=e._mask(e)):n+="9{+}",void 0!==e.digits&&0!==e.digits){var o=e.digits.toString().split(",");isFinite(o[0])&&o[1]&&isFinite(o[1])?n+=a+t+"{"+e.digits+"}":(isNaN(e.digits)||parseInt(e.digits)>0)&&(e.digitsOptional||e.jitMasking?(i=n+a+t+"{0,"+e.digits+"}",e.keepStatic=!0):n+=a+t+"{"+e.digits+"}")}else e.inputmode="numeric";return n+=u(e.suffix,e),n+="[-]",i&&(n=[i+u(e.suffix,e)+"[-]",n]),e.greedy=!1,function(e){void 0===e.parseMinMaxOptions&&(null!==e.min&&(e.min=e.min.toString().replace(new RegExp((0,r.default)(e.groupSeparator),"g"),""),","===e.radixPoint&&(e.min=e.min.replace(e.radixPoint,".")),e.min=isFinite(e.min)?parseFloat(e.min):NaN,isNaN(e.min)&&(e.min=Number.MIN_VALUE)),null!==e.max&&(e.max=e.max.toString().replace(new RegExp((0,r.default)(e.groupSeparator),"g"),""),","===e.radixPoint&&(e.max=e.max.replace(e.radixPoint,".")),e.max=isFinite(e.max)?parseFloat(e.max):NaN,isNaN(e.max)&&(e.max=Number.MAX_VALUE)),e.parseMinMaxOptions="done")}(e),n},_mask:function(e){return"("+e.groupSeparator+"999){+|1}"},digits:"*",digitsOptional:!0,enforceDigitsOnBlur:!1,radixPoint:".",positionCaretOnClick:"radixFocus",_radixDance:!0,groupSeparator:"",allowMinus:!0,negationSymbol:{front:"-",back:""},prefix:"",suffix:"",min:null,max:null,SetMaxOnOverflow:!1,step:1,inputType:"text",unmaskAsNumber:!1,roundingFN:Math.round,inputmode:"decimal",shortcuts:{k:"000",m:"000000"},placeholder:"0",greedy:!1,rightAlign:!0,insertMode:!0,autoUnmask:!1,skipOptionalPartCharacter:"",usePrototypeDefinitions:!1,definitions:{0:{validator:p},1:{validator:p,definitionSymbol:"9"},9:{validator:"[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]",definitionSymbol:"*"},"+":{validator:function(e,t,a,i,n){return n.allowMinus&&("-"===e||e===n.negationSymbol.front)}},"-":{validator:function(e,t,a,i,n){return n.allowMinus&&e===n.negationSymbol.back}}},preValidation:function(e,t,a,i,n,r,o,s){var l;if(!1!==n.__financeInput&&a===n.radixPoint)return!1;if(l=n.shortcuts&&n.shortcuts[a]){if(l.length>1)for(var u=[],c=0;c0||t==n.radixPoint)&&(void 0===i.validPositions[e-1]||i.validPositions[e-1].input!==n.negationSymbol.back)&&(e-=1),e}(t,a,p,r,n),"-"===a||a===n.negationSymbol.front){if(!0!==n.allowMinus)return!1;var m=!1,v=d("+",r),g=d("-",r);return-1!==v&&(m=[v,g]),!1!==m?{remove:m,caret:h-n.negationSymbol.back.length}:{insert:[{pos:f.call(this,"+",r),c:n.negationSymbol.front,fromIsValid:!0},{pos:f.call(this,"-",r),c:n.negationSymbol.back,fromIsValid:void 0}],caret:h+n.negationSymbol.back.length}}if(a===n.groupSeparator)return{caret:h};if(s)return!0;if(-1!==p&&!0===n._radixDance&&!1===i&&a===n.radixPoint&&void 0!==n.digits&&(isNaN(n.digits)||parseInt(n.digits)>0)&&p!==t)return{caret:n._radixDance&&t===p-1?p+1:p};if(!1===n.__financeInput)if(i){if(n.digitsOptional)return{rewritePosition:o.end};if(!n.digitsOptional){if(o.begin>p&&o.end<=p)return a===n.radixPoint?{insert:{pos:p+1,c:"0",fromIsValid:!0},rewritePosition:p}:{rewritePosition:p+1};if(o.begin0&&""===this.__valueGet.call(this.el))return{rewritePosition:p};return{rewritePosition:t}},postValidation:function(e,t,a,i,n,r,o){if(!1===i)return i;if(o)return!0;if(null!==n.min||null!==n.max){var s=n.onUnMask(e.slice().reverse().join(""),void 0,l.extend({},n,{unmaskAsNumber:!0}));if(null!==n.min&&sn.min.toString().length||s<0))return!1;if(null!==n.max&&s>n.max)return!!n.SetMaxOnOverflow&&{refreshFromBuffer:!0,buffer:c(n.max.toString().replace(".",n.radixPoint).split(""),n.digits,n).reverse()}}return i},onUnMask:function(e,t,a){if(""===t&&!0===a.nullable)return t;var i=e.replace(a.prefix,"");return i=(i=i.replace(a.suffix,"")).replace(new RegExp((0,r.default)(a.groupSeparator),"g"),""),""!==a.placeholder.charAt(0)&&(i=i.replace(new RegExp(a.placeholder.charAt(0),"g"),"0")),a.unmaskAsNumber?(""!==a.radixPoint&&-1!==i.indexOf(a.radixPoint)&&(i=i.replace(r.default.call(this,a.radixPoint),".")),i=(i=i.replace(new RegExp("^"+(0,r.default)(a.negationSymbol.front)),"-")).replace(new RegExp((0,r.default)(a.negationSymbol.back)+"$"),""),Number(i)):i},isComplete:function(e,t){var a=(t.numericInput?e.slice().reverse():e).join("");return a=(a=(a=(a=(a=a.replace(new RegExp("^"+(0,r.default)(t.negationSymbol.front)),"-")).replace(new RegExp((0,r.default)(t.negationSymbol.back)+"$"),"")).replace(t.prefix,"")).replace(t.suffix,"")).replace(new RegExp((0,r.default)(t.groupSeparator)+"([0-9]{3})","g"),"$1"),","===t.radixPoint&&(a=a.replace((0,r.default)(t.radixPoint),".")),isFinite(a)},onBeforeMask:function(e,t){var a=t.radixPoint||",";isFinite(t.digits)&&(t.digits=parseInt(t.digits)),"number"!=typeof e&&"number"!==t.inputType||""===a||(e=e.toString().replace(".",a));var i="-"===e.charAt(0)||e.charAt(0)===t.negationSymbol.front,n=e.split(a),o=n[0].replace(/[^\-0-9]/g,""),s=n.length>1?n[1].replace(/[^0-9]/g,""):"",l=n.length>1;e=o+(""!==s?a+s:s);var u=0;if(""!==a&&(u=t.digitsOptional?t.digitst.max&&(e=t.max.toString().replace(".",a))}return i&&"-"!==e.charAt(0)&&(e="-"+e),c(e.toString().split(""),u,t,l).join("")},onBeforeWrite:function(e,t,a,i){function n(e,t){if(!1!==i.__financeInput||t){var a=e.indexOf(i.radixPoint);-1!==a&&e.splice(a,1)}if(""!==i.groupSeparator)for(;-1!==(a=e.indexOf(i.groupSeparator));)e.splice(a,1);return e}var o,s=function(e,t){var a=new RegExp("(^"+(""!==t.negationSymbol.front?(0,r.default)(t.negationSymbol.front)+"?":"")+(0,r.default)(t.prefix)+")(.*)("+(0,r.default)(t.suffix)+(""!=t.negationSymbol.back?(0,r.default)(t.negationSymbol.back)+"?":"")+"$)").exec(e.slice().reverse().join("")),i=a?a[2]:"",n=!1;return i&&(i=i.split(t.radixPoint.charAt(0))[0],n=new RegExp("^[0"+t.groupSeparator+"]*").exec(i)),!(!n||!(n[0].length>1||n[0].length>0&&n[0].length0;d--)delete this.maskset.validPositions[u+d],delete t[u+d];if(e)switch(e.type){case"blur":case"checkval":if(null!==i.min){var p=i.onUnMask(t.slice().reverse().join(""),void 0,l.extend({},i,{unmaskAsNumber:!0}));if(null!==i.min&&p=r.length?r.length:a.begin]),!1}else if(-1!==s&&(a.begin=r.length?s+1:a.begin]),!1}}}},currency:{prefix:"",groupSeparator:",",alias:"numeric",digits:2,digitsOptional:!1},decimal:{alias:"numeric"},integer:{alias:"numeric",inputmode:"numeric",digits:0},percentage:{alias:"numeric",min:0,max:100,suffix:" %",digits:0,allowMinus:!1},indianns:{alias:"numeric",_mask:function(e){return"("+e.groupSeparator+"99){*|1}("+e.groupSeparator+"999){1|1}"},groupSeparator:",",radixPoint:".",placeholder:"0",digits:2,digitsOptional:!1}})},9380:function(e,t,a){var i;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=((i=a(8741))&&i.__esModule?i:{default:i}).default?window:{};t.default=n},7760:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.applyInputValue=c,t.clearOptionalTail=f,t.checkVal=d,t.HandleNativePlaceholder=function(e,t){var a=e?e.inputmask:this;if(l.ie){if(e.inputmask._valueGet()!==t&&(e.placeholder!==t||""===e.placeholder)){var i=o.getBuffer.call(a).slice(),n=e.inputmask._valueGet();if(n!==t){var r=o.getLastValidPosition.call(a);-1===r&&n===o.getBufferTemplate.call(a).join("")?i=[]:-1!==r&&f.call(a,i),p(e,i)}}}else e.placeholder!==t&&(e.placeholder=t,""===e.placeholder&&e.removeAttribute("placeholder"))},t.unmaskedvalue=function(e){var t=e?e.inputmask:this,a=t.opts,i=t.maskset;if(e){if(void 0===e.inputmask)return e.value;e.inputmask&&e.inputmask.refreshValue&&c(e,e.inputmask._valueGet(!0))}var n=[],r=i.validPositions;for(var s in r)r[s]&&r[s].match&&(1!=r[s].match.static||Array.isArray(i.metadata)&&!0!==r[s].generatedInput)&&n.push(r[s].input);var l=0===n.length?"":(t.isRTL?n.reverse():n).join("");if("function"==typeof a.onUnMask){var u=(t.isRTL?o.getBuffer.call(t).slice().reverse():o.getBuffer.call(t)).join("");l=a.onUnMask.call(t,u,l,a)}return l},t.writeBuffer=p;var i,n=(i=a(4528))&&i.__esModule?i:{default:i},r=a(4713),o=a(8711),s=a(7215),l=a(9845),u=a(6030);function c(e,t){var a=e?e.inputmask:this,i=a.opts;e.inputmask.refreshValue=!1,"function"==typeof i.onBeforeMask&&(t=i.onBeforeMask.call(a,t,i)||t),d(e,!0,!1,t=t.toString().split("")),a.undoValue=a._valueGet(!0),(i.clearMaskOnLostFocus||i.clearIncomplete)&&e.inputmask._valueGet()===o.getBufferTemplate.call(a).join("")&&-1===o.getLastValidPosition.call(a)&&e.inputmask._valueSet("")}function f(e){e.length=0;for(var t,a=r.getMaskTemplate.call(this,!0,0,!0,void 0,!0);void 0!==(t=a.shift());)e.push(t);return e}function d(e,t,a,i,n){var l=e?e.inputmask:this,c=l.maskset,f=l.opts,d=l.dependencyLib,h=i.slice(),m="",v=-1,g=void 0,k=f.skipOptionalPartCharacter;f.skipOptionalPartCharacter="",o.resetMaskSet.call(l),c.tests={},v=f.radixPoint?o.determineNewCaretPosition.call(l,{begin:0,end:0},!1,!1===f.__financeInput?"radixFocus":void 0).begin:0,c.p=v,l.caretPos={begin:v};var y=[],b=l.caretPos;if(h.forEach((function(e,t){if(void 0!==e){var i=new d.Event("_checkval");i.which=e.toString().charCodeAt(0),m+=e;var n=o.getLastValidPosition.call(l,void 0,!0);!function(e,t){for(var a=r.getMaskTemplate.call(l,!0,0).slice(e,o.seekNext.call(l,e,!1,!1)).join("").replace(/'/g,""),i=a.indexOf(t);i>0&&" "===a[i-1];)i--;var n=0===i&&!o.isMask.call(l,e)&&(r.getTest.call(l,e).match.nativeDef===t.charAt(0)||!0===r.getTest.call(l,e).match.static&&r.getTest.call(l,e).match.nativeDef==="'"+t.charAt(0)||" "===r.getTest.call(l,e).match.nativeDef&&(r.getTest.call(l,e+1).match.nativeDef===t.charAt(0)||!0===r.getTest.call(l,e+1).match.static&&r.getTest.call(l,e+1).match.nativeDef==="'"+t.charAt(0)));if(!n&&i>0&&!o.isMask.call(l,e,!1,!0)){var s=o.seekNext.call(l,e);l.caretPos.begin0){var x,P,E=o.seekNext.call(l,-1,void 0,!1);if(!s.isComplete.call(l,o.getBuffer.call(l))&&y.length<=E||s.isComplete.call(l,o.getBuffer.call(l))&&y.length>0&&y.length!==E&&0===y[0])for(var S=E;void 0!==(x=y.shift());){var w=new d.Event("_checkval");if((P=c.validPositions[x]).generatedInput=!0,w.which=P.input.charCodeAt(0),(g=u.EventHandlers.keypressEvent.call(l,w,!0,!1,a,S))&&void 0!==g.pos&&g.pos!==x&&c.validPositions[g.pos]&&!0===c.validPositions[g.pos].match.static)y.push(g.pos);else if(!g)break;S++}}t&&p.call(l,e,o.getBuffer.call(l),g?g.forwardPosition:l.caretPos.begin,n||new d.Event("checkval"),n&&"input"===n.type&&l.undoValue!==l._valueGet(!0)),f.skipOptionalPartCharacter=k}function p(e,t,a,i,r){var l=e?e.inputmask:this,u=l.opts,c=l.dependencyLib;if(i&&"function"==typeof u.onBeforeWrite){var f=u.onBeforeWrite.call(l,i,t,a,u);if(f){if(f.refreshFromBuffer){var d=f.refreshFromBuffer;s.refreshFromBuffer.call(l,!0===d?d:d.start,d.end,f.buffer||t),t=o.getBuffer.call(l,!0)}void 0!==a&&(a=void 0!==f.caret?f.caret:a)}}if(void 0!==e&&(e.inputmask._valueSet(t.join("")),void 0===a||void 0!==i&&"blur"===i.type||o.caret.call(l,e,a,void 0,void 0,void 0!==i&&"keydown"===i.type&&(i.keyCode===n.default.DELETE||i.keyCode===n.default.BACKSPACE)),!0===r)){var p=c(e),h=e.inputmask._valueGet();e.inputmask.skipInputEvent=!0,p.trigger("input"),setTimeout((function(){h===o.getBufferTemplate.call(l).join("")?p.trigger("cleared"):!0===s.isComplete.call(l,t)&&p.trigger("complete")}),0)}}},2394:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a(7149),a(3194);var i=a(157),n=v(a(3287)),r=v(a(9380)),o=a(2391),s=a(4713),l=a(8711),u=a(7215),c=a(7760),f=a(9716),d=v(a(7392)),p=v(a(3976)),h=v(a(8741));function m(e){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function v(e){return e&&e.__esModule?e:{default:e}}var g=r.default.document,k="_inputmask_opts";function y(e,t,a){if(h.default){if(!(this instanceof y))return new y(e,t,a);this.dependencyLib=n.default,this.el=void 0,this.events={},this.maskset=void 0,!0!==a&&("[object Object]"===Object.prototype.toString.call(e)?t=e:(t=t||{},e&&(t.alias=e)),this.opts=n.default.extend(!0,{},this.defaults,t),this.noMasksCache=t&&void 0!==t.definitions,this.userOptions=t||{},b(this.opts.alias,t,this.opts)),this.refreshValue=!1,this.undoValue=void 0,this.$el=void 0,this.skipKeyPressEvent=!1,this.skipInputEvent=!1,this.validationEvent=!1,this.ignorable=!1,this.maxLength,this.mouseEnter=!1,this.originalPlaceholder=void 0,this.isComposing=!1}}function b(e,t,a){var i=y.prototype.aliases[e];return i?(i.alias&&b(i.alias,void 0,a),n.default.extend(!0,a,i),n.default.extend(!0,a,t),!0):(null===a.mask&&(a.mask=e),!1)}y.prototype={dataAttribute:"data-inputmask",defaults:p.default,definitions:d.default,aliases:{},masksCache:{},get isRTL(){return this.opts.isRTL||this.opts.numericInput},mask:function(e){var t=this;return"string"==typeof e&&(e=g.getElementById(e)||g.querySelectorAll(e)),(e=e.nodeName?[e]:Array.isArray(e)?e:Array.from(e)).forEach((function(e,a){var s=n.default.extend(!0,{},t.opts);if(function(e,t,a,i){function o(t,n){var o=""===i?t:i+"-"+t;null!==(n=void 0!==n?n:e.getAttribute(o))&&("string"==typeof n&&(0===t.indexOf("on")?n=r.default[n]:"false"===n?n=!1:"true"===n&&(n=!0)),a[t]=n)}if(!0===t.importDataAttributes){var s,l,u,c,f=e.getAttribute(i);if(f&&""!==f&&(f=f.replace(/'/g,'"'),l=JSON.parse("{"+f+"}")),l)for(c in u=void 0,l)if("alias"===c.toLowerCase()){u=l[c];break}for(s in o("alias",u),a.alias&&b(a.alias,a,t),t){if(l)for(c in u=void 0,l)if(c.toLowerCase()===s.toLowerCase()){u=l[c];break}o(s,u)}}n.default.extend(!0,t,a),("rtl"===e.dir||t.rightAlign)&&(e.style.textAlign="right");("rtl"===e.dir||t.numericInput)&&(e.dir="ltr",e.removeAttribute("dir"),t.isRTL=!0);return Object.keys(a).length}(e,s,n.default.extend(!0,{},t.userOptions),t.dataAttribute)){var l=(0,o.generateMaskSet)(s,t.noMasksCache);void 0!==l&&(void 0!==e.inputmask&&(e.inputmask.opts.autoUnmask=!0,e.inputmask.remove()),e.inputmask=new y(void 0,void 0,!0),e.inputmask.opts=s,e.inputmask.noMasksCache=t.noMasksCache,e.inputmask.userOptions=n.default.extend(!0,{},t.userOptions),e.inputmask.el=e,e.inputmask.$el=(0,n.default)(e),e.inputmask.maskset=l,n.default.data(e,k,t.userOptions),i.mask.call(e.inputmask))}})),e&&e[0]&&e[0].inputmask||this},option:function(e,t){return"string"==typeof e?this.opts[e]:"object"===m(e)?(n.default.extend(this.userOptions,e),this.el&&!0!==t&&this.mask(this.el),this):void 0},unmaskedvalue:function(e){if(this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache),void 0===this.el||void 0!==e){var t=("function"==typeof this.opts.onBeforeMask&&this.opts.onBeforeMask.call(this,e,this.opts)||e).split("");c.checkVal.call(this,void 0,!1,!1,t),"function"==typeof this.opts.onBeforeWrite&&this.opts.onBeforeWrite.call(this,void 0,l.getBuffer.call(this),0,this.opts)}return c.unmaskedvalue.call(this,this.el)},remove:function(){if(this.el){n.default.data(this.el,k,null);var e=this.opts.autoUnmask?(0,c.unmaskedvalue)(this.el):this._valueGet(this.opts.autoUnmask);e!==l.getBufferTemplate.call(this).join("")?this._valueSet(e,this.opts.autoUnmask):this._valueSet(""),f.EventRuler.off(this.el),Object.getOwnPropertyDescriptor&&Object.getPrototypeOf?Object.getOwnPropertyDescriptor(Object.getPrototypeOf(this.el),"value")&&this.__valueGet&&Object.defineProperty(this.el,"value",{get:this.__valueGet,set:this.__valueSet,configurable:!0}):g.__lookupGetter__&&this.el.__lookupGetter__("value")&&this.__valueGet&&(this.el.__defineGetter__("value",this.__valueGet),this.el.__defineSetter__("value",this.__valueSet)),this.el.inputmask=void 0}return this.el},getemptymask:function(){return this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache),l.getBufferTemplate.call(this).join("")},hasMaskedValue:function(){return!this.opts.autoUnmask},isComplete:function(){return this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache),u.isComplete.call(this,l.getBuffer.call(this))},getmetadata:function(){if(this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache),Array.isArray(this.maskset.metadata)){var e=s.getMaskTemplate.call(this,!0,0,!1).join("");return this.maskset.metadata.forEach((function(t){return t.mask!==e||(e=t,!1)})),e}return this.maskset.metadata},isValid:function(e){if(this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache),e){var t=("function"==typeof this.opts.onBeforeMask&&this.opts.onBeforeMask.call(this,e,this.opts)||e).split("");c.checkVal.call(this,void 0,!0,!1,t)}else e=this.isRTL?l.getBuffer.call(this).slice().reverse().join(""):l.getBuffer.call(this).join("");for(var a=l.getBuffer.call(this),i=l.determineLastRequiredPosition.call(this),n=a.length-1;n>i&&!l.isMask.call(this,n);n--);return a.splice(i,n+1-i),u.isComplete.call(this,a)&&e===(this.isRTL?l.getBuffer.call(this).slice().reverse().join(""):l.getBuffer.call(this).join(""))},format:function(e,t){this.maskset=this.maskset||(0,o.generateMaskSet)(this.opts,this.noMasksCache);var a=("function"==typeof this.opts.onBeforeMask&&this.opts.onBeforeMask.call(this,e,this.opts)||e).split("");c.checkVal.call(this,void 0,!0,!1,a);var i=this.isRTL?l.getBuffer.call(this).slice().reverse().join(""):l.getBuffer.call(this).join("");return t?{value:i,metadata:this.getmetadata()}:i},setValue:function(e){this.el&&(0,n.default)(this.el).trigger("setvalue",[e])},analyseMask:o.analyseMask},y.extendDefaults=function(e){n.default.extend(!0,y.prototype.defaults,e)},y.extendDefinitions=function(e){n.default.extend(!0,y.prototype.definitions,e)},y.extendAliases=function(e){n.default.extend(!0,y.prototype.aliases,e)},y.format=function(e,t,a){return y(t).format(e,a)},y.unmask=function(e,t){return y(t).unmaskedvalue(e)},y.isValid=function(e,t){return y(t).isValid(e)},y.remove=function(e){"string"==typeof e&&(e=g.getElementById(e)||g.querySelectorAll(e)),(e=e.nodeName?[e]:e).forEach((function(e){e.inputmask&&e.inputmask.remove()}))},y.setValue=function(e,t){"string"==typeof e&&(e=g.getElementById(e)||g.querySelectorAll(e)),(e=e.nodeName?[e]:e).forEach((function(e){e.inputmask?e.inputmask.setValue(t):(0,n.default)(e).trigger("setvalue",[t])}))},y.dependencyLib=n.default,r.default.Inputmask=y;var x=y;t.default=x},5296:function(e,t,a){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n=p(a(9380)),r=p(a(2394)),o=p(a(8741));function s(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function l(e){var t="function"==typeof Map?new Map:void 0;return(l=function(e){if(null===e||(a=e,-1===Function.toString.call(a).indexOf("[native code]")))return e;var a;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return u(e,arguments,d(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),f(i,e)})(e)}function u(e,t,a){return(u=c()?Reflect.construct:function(e,t,a){var i=[null];i.push.apply(i,t);var n=new(Function.bind.apply(e,i));return a&&f(n,a.prototype),n}).apply(null,arguments)}function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function p(e){return e&&e.__esModule?e:{default:e}}var h=n.default.document;if(o.default&&h&&h.head&&h.head.attachShadow&&n.default.customElements&&void 0===n.default.customElements.get("input-mask")){var m=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(n,e);var t,a,i=(t=n,a=c(),function(){var e,i=d(t);if(a){var n=d(this).constructor;e=Reflect.construct(i,arguments,n)}else e=i.apply(this,arguments);return s(this,e)});function n(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n);var t=(e=i.call(this)).getAttributeNames(),a=e.attachShadow({mode:"closed"}),o=h.createElement("input");for(var s in o.type="text",a.appendChild(o),t)Object.prototype.hasOwnProperty.call(t,s)&&o.setAttribute(t[s],e.getAttribute(t[s]));var l=new r.default;return l.dataAttribute="",l.mask(o),o.inputmask.shadowRoot=a,e}return n}(l(HTMLElement));n.default.customElements.define("input-mask",m)}},443:function(e,t,a){var i=o(a(8254)),n=o(a(2394));function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return e&&e.__esModule?e:{default:e}}void 0===i.default.fn.inputmask&&(i.default.fn.inputmask=function(e,t){var a,o=this[0];if(void 0===t&&(t={}),"string"==typeof e)switch(e){case"unmaskedvalue":return o&&o.inputmask?o.inputmask.unmaskedvalue():(0,i.default)(o).val();case"remove":return this.each((function(){this.inputmask&&this.inputmask.remove()}));case"getemptymask":return o&&o.inputmask?o.inputmask.getemptymask():"";case"hasMaskedValue":return!(!o||!o.inputmask)&&o.inputmask.hasMaskedValue();case"isComplete":return!o||!o.inputmask||o.inputmask.isComplete();case"getmetadata":return o&&o.inputmask?o.inputmask.getmetadata():void 0;case"setvalue":n.default.setValue(o,t);break;case"option":if("string"!=typeof t)return this.each((function(){if(void 0!==this.inputmask)return this.inputmask.option(t)}));if(o&&void 0!==o.inputmask)return o.inputmask.option(t);break;default:return t.alias=e,a=new n.default(t),this.each((function(){a.mask(this)}))}else{if(Array.isArray(e))return t.alias=e,a=new n.default(t),this.each((function(){a.mask(this)}));if("object"==r(e))return a=new n.default(e),void 0===e.mask&&void 0===e.alias?this.each((function(){if(void 0!==this.inputmask)return this.inputmask.option(e);a.mask(this)})):this.each((function(){a.mask(this)}));if(void 0===e)return this.each((function(){(a=new n.default(t)).mask(this)}))}})},2391:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.generateMaskSet=function(e,t){var a;function n(e,a,n){var r,o,s=!1;if(null!==e&&""!==e||((s=null!==n.regex)?e=(e=n.regex).replace(/^(\^)(.*)(\$)$/,"$2"):(s=!0,e=".*")),1===e.length&&!1===n.greedy&&0!==n.repeat&&(n.placeholder=""),n.repeat>0||"*"===n.repeat||"+"===n.repeat){var l="*"===n.repeat?0:"+"===n.repeat?1:n.repeat;e=n.groupmarker[0]+e+n.groupmarker[1]+n.quantifiermarker[0]+l+","+n.repeat+n.quantifiermarker[1]}return o=s?"regex_"+n.regex:n.numericInput?e.split("").reverse().join(""):e,!1!==n.keepStatic&&(o="ks_"+o),void 0===Inputmask.prototype.masksCache[o]||!0===t?(r={mask:e,maskToken:Inputmask.prototype.analyseMask(e,s,n),validPositions:{},_buffer:void 0,buffer:void 0,tests:{},excludes:{},metadata:a,maskLength:void 0,jitOffset:{}},!0!==t&&(Inputmask.prototype.masksCache[o]=r,r=i.default.extend(!0,{},Inputmask.prototype.masksCache[o]))):r=i.default.extend(!0,{},Inputmask.prototype.masksCache[o]),r}"function"==typeof e.mask&&(e.mask=e.mask(e));if(Array.isArray(e.mask)){if(e.mask.length>1){null===e.keepStatic&&(e.keepStatic=!0);var r=e.groupmarker[0];return(e.isRTL?e.mask.reverse():e.mask).forEach((function(t){r.length>1&&(r+=e.groupmarker[1]+e.alternatormarker+e.groupmarker[0]),void 0!==t.mask&&"function"!=typeof t.mask?r+=t.mask:r+=t})),n(r+=e.groupmarker[1],e.mask,e)}e.mask=e.mask.pop()}null===e.keepStatic&&(e.keepStatic=!1);a=e.mask&&void 0!==e.mask.mask&&"function"!=typeof e.mask.mask?n(e.mask.mask,e.mask,e):n(e.mask,e.mask,e);return a},t.analyseMask=function(e,t,a){var i,r,o,s,l,u,c=/(?:[?*+]|\{[0-9+*]+(?:,[0-9+*]*)?(?:\|[0-9+*]*)?\})|[^.?*+^${[]()|\\]+|./g,f=/\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g,d=!1,p=new n.default,h=[],m=[],v=!1;function g(e,i,n){n=void 0!==n?n:e.matches.length;var r=e.matches[n-1];if(t)0===i.indexOf("[")||d&&/\\d|\\s|\\w]/i.test(i)||"."===i?e.matches.splice(n++,0,{fn:new RegExp(i,a.casing?"i":""),static:!1,optionality:!1,newBlockMarker:void 0===r?"master":r.def!==i,casing:null,def:i,placeholder:void 0,nativeDef:i}):(d&&(i=i[i.length-1]),i.split("").forEach((function(t,i){r=e.matches[n-1],e.matches.splice(n++,0,{fn:/[a-z]/i.test(a.staticDefinitionSymbol||t)?new RegExp("["+(a.staticDefinitionSymbol||t)+"]",a.casing?"i":""):null,static:!0,optionality:!1,newBlockMarker:void 0===r?"master":r.def!==t&&!0!==r.static,casing:null,def:a.staticDefinitionSymbol||t,placeholder:void 0!==a.staticDefinitionSymbol?t:void 0,nativeDef:(d?"'":"")+t})}))),d=!1;else{var o=a.definitions&&a.definitions[i]||a.usePrototypeDefinitions&&Inputmask.prototype.definitions[i];o&&!d?e.matches.splice(n++,0,{fn:o.validator?"string"==typeof o.validator?new RegExp(o.validator,a.casing?"i":""):new function(){this.test=o.validator}:new RegExp("."),static:o.static||!1,optionality:!1,newBlockMarker:void 0===r?"master":r.def!==(o.definitionSymbol||i),casing:o.casing,def:o.definitionSymbol||i,placeholder:o.placeholder,nativeDef:i,generated:o.generated}):(e.matches.splice(n++,0,{fn:/[a-z]/i.test(a.staticDefinitionSymbol||i)?new RegExp("["+(a.staticDefinitionSymbol||i)+"]",a.casing?"i":""):null,static:!0,optionality:!1,newBlockMarker:void 0===r?"master":r.def!==i&&!0!==r.static,casing:null,def:a.staticDefinitionSymbol||i,placeholder:void 0!==a.staticDefinitionSymbol?i:void 0,nativeDef:(d?"'":"")+i}),d=!1)}}function k(){if(h.length>0){if(g(s=h[h.length-1],r),s.isAlternator){l=h.pop();for(var e=0;e0?(s=h[h.length-1]).matches.push(l):p.matches.push(l)}}else g(p,r)}function y(e){var t=new n.default(!0);return t.openGroup=!1,t.matches=e,t}function b(){if((o=h.pop()).openGroup=!1,void 0!==o)if(h.length>0){if((s=h[h.length-1]).matches.push(o),s.isAlternator){l=h.pop();for(var e=0;e0?(s=h[h.length-1]).matches.push(l):p.matches.push(l)}}else p.matches.push(o);else k()}function x(e){var t=e.pop();return t.isQuantifier&&(t=y([e.pop(),t])),t}t&&(a.optionalmarker[0]=void 0,a.optionalmarker[1]=void 0);for(;i=t?f.exec(e):c.exec(e);){if(r=i[0],t)switch(r.charAt(0)){case"?":r="{0,1}";break;case"+":case"*":r="{"+r+"}";break;case"|":if(0===h.length){var P=y(p.matches);P.openGroup=!0,h.push(P),p.matches=[],v=!0}}if(d)k();else switch(r.charAt(0)){case"$":case"^":t||k();break;case"(?=":case"(?!":case"(?<=":case"(?0?h[h.length-1].matches:p.matches;if((i=T.pop()).isAlternator){T.push(i),T=i.matches;var A=new n.default(!0),C=T.pop();T.push(A),T=A.matches,i=C}i.isGroup||(i=y([i])),T.push(i),T.push(E);break;case a.alternatormarker:if(h.length>0){var D=(s=h[h.length-1]).matches[s.matches.length-1];u=s.openGroup&&(void 0===D.matches||!1===D.isGroup&&!1===D.isAlternator)?h.pop():x(s.matches)}else u=x(p.matches);if(u.isAlternator)h.push(u);else if(u.alternatorGroup?(l=h.pop(),u.alternatorGroup=!1):l=new n.default(!1,!1,!1,!0),l.matches.push(u),h.push(l),u.openGroup){u.openGroup=!1;var B=new n.default(!0);B.alternatorGroup=!0,h.push(B)}break;default:k()}}v&&b();for(;h.length>0;)o=h.pop(),p.matches.push(o);p.matches.length>0&&(!function e(i){i&&i.matches&&i.matches.forEach((function(n,r){var o=i.matches[r+1];(void 0===o||void 0===o.matches||!1===o.isQuantifier)&&n&&n.isGroup&&(n.isGroup=!1,t||(g(n,a.groupmarker[0],0),!0!==n.openGroup&&g(n,a.groupmarker[1]))),e(n)}))}(p),m.push(p));(a.numericInput||a.isRTL)&&function e(t){for(var i in t.matches=t.matches.reverse(),t.matches)if(Object.prototype.hasOwnProperty.call(t.matches,i)){var n=parseInt(i);if(t.matches[i].isQuantifier&&t.matches[n+1]&&t.matches[n+1].isGroup){var r=t.matches[i];t.matches.splice(i,1),t.matches.splice(n+1,0,r)}void 0!==t.matches[i].matches?t.matches[i]=e(t.matches[i]):t.matches[i]=((o=t.matches[i])===a.optionalmarker[0]?o=a.optionalmarker[1]:o===a.optionalmarker[1]?o=a.optionalmarker[0]:o===a.groupmarker[0]?o=a.groupmarker[1]:o===a.groupmarker[1]&&(o=a.groupmarker[0]),o)}var o;return t}(m[0]);return m};var i=r(a(3287)),n=r(a(9695));function r(e){return e&&e.__esModule?e:{default:e}}},157:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.mask=function(){var e=this,t=this.opts,a=this.el,i=this.dependencyLib;s.EventRuler.off(a);var f=function(t,a){"textarea"!==t.tagName.toLowerCase()&&a.ignorables.push(n.default.ENTER);var l=t.getAttribute("type"),u="input"===t.tagName.toLowerCase()&&a.supportsInputType.includes(l)||t.isContentEditable||"textarea"===t.tagName.toLowerCase();if(!u)if("input"===t.tagName.toLowerCase()){var c=document.createElement("input");c.setAttribute("type",l),u="text"===c.type,c=null}else u="partial";return!1!==u?function(t){var n,l;function u(){return this.inputmask?this.inputmask.opts.autoUnmask?this.inputmask.unmaskedvalue():-1!==r.getLastValidPosition.call(e)||!0!==a.nullable?(this.inputmask.shadowRoot||this.ownerDocument).activeElement===this&&a.clearMaskOnLostFocus?(e.isRTL?o.clearOptionalTail.call(e,r.getBuffer.call(e).slice()).reverse():o.clearOptionalTail.call(e,r.getBuffer.call(e).slice())).join(""):n.call(this):"":n.call(this)}function c(e){l.call(this,e),this.inputmask&&(0,o.applyInputValue)(this,e)}if(!t.inputmask.__valueGet){if(!0!==a.noValuePatching){if(Object.getOwnPropertyDescriptor){var f=Object.getPrototypeOf?Object.getOwnPropertyDescriptor(Object.getPrototypeOf(t),"value"):void 0;f&&f.get&&f.set?(n=f.get,l=f.set,Object.defineProperty(t,"value",{get:u,set:c,configurable:!0})):"input"!==t.tagName.toLowerCase()&&(n=function(){return this.textContent},l=function(e){this.textContent=e},Object.defineProperty(t,"value",{get:u,set:c,configurable:!0}))}else document.__lookupGetter__&&t.__lookupGetter__("value")&&(n=t.__lookupGetter__("value"),l=t.__lookupSetter__("value"),t.__defineGetter__("value",u),t.__defineSetter__("value",c));t.inputmask.__valueGet=n,t.inputmask.__valueSet=l}t.inputmask._valueGet=function(t){return e.isRTL&&!0!==t?n.call(this.el).split("").reverse().join(""):n.call(this.el)},t.inputmask._valueSet=function(t,a){l.call(this.el,null==t?"":!0!==a&&e.isRTL?t.split("").reverse().join(""):t)},void 0===n&&(n=function(){return this.value},l=function(e){this.value=e},function(t){if(i.valHooks&&(void 0===i.valHooks[t]||!0!==i.valHooks[t].inputmaskpatch)){var n=i.valHooks[t]&&i.valHooks[t].get?i.valHooks[t].get:function(e){return e.value},s=i.valHooks[t]&&i.valHooks[t].set?i.valHooks[t].set:function(e,t){return e.value=t,e};i.valHooks[t]={get:function(t){if(t.inputmask){if(t.inputmask.opts.autoUnmask)return t.inputmask.unmaskedvalue();var i=n(t);return-1!==r.getLastValidPosition.call(e,void 0,void 0,t.inputmask.maskset.validPositions)||!0!==a.nullable?i:""}return n(t)},set:function(e,t){var a=s(e,t);return e.inputmask&&(0,o.applyInputValue)(e,t),a},inputmaskpatch:!0}}}(t.type),function(t){s.EventRuler.on(t,"mouseenter",(function(){var t=this.inputmask._valueGet(!0);t!==(e.isRTL?r.getBuffer.call(e).reverse():r.getBuffer.call(e)).join("")&&(0,o.applyInputValue)(this,t)}))}(t))}}(t):t.inputmask=void 0,u}(a,t);if(!1!==f){e.originalPlaceholder=a.placeholder,e.maxLength=void 0!==a?a.maxLength:void 0,-1===e.maxLength&&(e.maxLength=void 0),"inputMode"in a&&null===a.getAttribute("inputmode")&&(a.inputMode=t.inputmode,a.setAttribute("inputmode",t.inputmode)),!0===f&&(t.showMaskOnFocus=t.showMaskOnFocus&&-1===["cc-number","cc-exp"].indexOf(a.autocomplete),l.iphone&&(t.insertModeVisual=!1),s.EventRuler.on(a,"submit",c.EventHandlers.submitEvent),s.EventRuler.on(a,"reset",c.EventHandlers.resetEvent),s.EventRuler.on(a,"blur",c.EventHandlers.blurEvent),s.EventRuler.on(a,"focus",c.EventHandlers.focusEvent),s.EventRuler.on(a,"invalid",c.EventHandlers.invalidEvent),s.EventRuler.on(a,"click",c.EventHandlers.clickEvent),s.EventRuler.on(a,"mouseleave",c.EventHandlers.mouseleaveEvent),s.EventRuler.on(a,"mouseenter",c.EventHandlers.mouseenterEvent),s.EventRuler.on(a,"paste",c.EventHandlers.pasteEvent),s.EventRuler.on(a,"cut",c.EventHandlers.cutEvent),s.EventRuler.on(a,"complete",t.oncomplete),s.EventRuler.on(a,"incomplete",t.onincomplete),s.EventRuler.on(a,"cleared",t.oncleared),!0!==t.inputEventOnly&&(s.EventRuler.on(a,"keydown",c.EventHandlers.keydownEvent),s.EventRuler.on(a,"keypress",c.EventHandlers.keypressEvent),s.EventRuler.on(a,"keyup",c.EventHandlers.keyupEvent)),(l.mobile||t.inputEventOnly)&&a.removeAttribute("maxLength"),s.EventRuler.on(a,"input",c.EventHandlers.inputFallBackEvent),s.EventRuler.on(a,"compositionend",c.EventHandlers.compositionendEvent)),s.EventRuler.on(a,"setvalue",c.EventHandlers.setValueEvent),r.getBufferTemplate.call(e).join(""),e.undoValue=e._valueGet(!0);var d=(a.inputmask.shadowRoot||a.ownerDocument).activeElement;if(""!==a.inputmask._valueGet(!0)||!1===t.clearMaskOnLostFocus||d===a){(0,o.applyInputValue)(a,a.inputmask._valueGet(!0),t);var p=r.getBuffer.call(e).slice();!1===u.isComplete.call(e,p)&&t.clearIncomplete&&r.resetMaskSet.call(e),t.clearMaskOnLostFocus&&d!==a&&(-1===r.getLastValidPosition.call(e)?p=[]:o.clearOptionalTail.call(e,p)),(!1===t.clearMaskOnLostFocus||t.showMaskOnFocus&&d===a||""!==a.inputmask._valueGet(!0))&&(0,o.writeBuffer)(a,p),d===a&&r.caret.call(e,a,r.seekNext.call(e,r.getLastValidPosition.call(e)))}}};var i,n=(i=a(4528))&&i.__esModule?i:{default:i},r=a(8711),o=a(7760),s=a(9716),l=a(9845),u=a(7215),c=a(6030)},9695:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,a,i){this.matches=[],this.openGroup=e||!1,this.alternatorGroup=!1,this.isGroup=e||!1,this.isOptional=t||!1,this.isQuantifier=a||!1,this.isAlternator=i||!1,this.quantifier={min:1,max:1}}},3194:function(){Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e,t){if(null==this)throw new TypeError('"this" is null or not defined');var a=Object(this),i=a.length>>>0;if(0===i)return!1;for(var n=0|t,r=Math.max(n>=0?n:i-Math.abs(n),0);re.scrollWidth?l:0,e.inputmask.caretPos={begin:t,end:a},s.insertModeVisual&&!1===s.insertMode&&t===a&&(n||a++),e===(e.inputmask.shadowRoot||e.ownerDocument).activeElement)if("setSelectionRange"in e)e.setSelectionRange(t,a);else if(window.getSelection){if(r=document.createRange(),void 0===e.firstChild||null===e.firstChild){var c=document.createTextNode("");e.appendChild(c)}r.setStart(e.firstChild,tf&&(((a=d[t]).match.optionality||a.match.optionalQuantifier&&a.match.newBlockMarker||m&&(m!==d[t].locator[p.alternation]&&1!=a.match.static||!0===a.match.static&&a.locator[p.alternation]&&n.checkAlternationMatch.call(r,a.locator[p.alternation].toString().split(","),m.toString().split(","))&&""!==i.getTests.call(r,t)[0].def))&&u[t]===i.getPlaceholder.call(r,t,a.match));t--)c--;return e?{l:c,def:d[c]?d[c].match:void 0}:c},t.determineNewCaretPosition=function(e,t,a){var n=this,u=this.maskset,c=this.opts;t&&(n.isRTL?e.end=e.begin:e.begin=e.end);if(e.begin===e.end){switch(a=a||c.positionCaretOnClick){case"none":break;case"select":e={begin:0,end:r.call(n).length};break;case"ignore":e.end=e.begin=l.call(n,o.call(n));break;case"radixFocus":if(function(e){if(""!==c.radixPoint&&0!==c.digits){var t=u.validPositions;if(void 0===t[e]||t[e].input===i.getPlaceholder.call(n,e)){if(e=k||d===h)&&(h=k)}e.end=e.begin=h}}return e}},t.getBuffer=r,t.getBufferTemplate=function(){var e=this.maskset;void 0===e._buffer&&(e._buffer=i.getMaskTemplate.call(this,!1,1),void 0===e.buffer&&(e.buffer=e._buffer.slice()));return e._buffer},t.getLastValidPosition=o,t.isMask=s,t.resetMaskSet=function(e){var t=this.maskset;t.buffer=void 0,!0!==e&&(t.validPositions={},t.p=0)},t.seekNext=l,t.seekPrevious=function(e,t){var a=this,n=e-1;if(e<=0)return 0;for(;n>0&&(!0===t&&(!0!==i.getTest.call(a,n).match.newBlockMarker||!s.call(a,n,void 0,!0))||!0!==t&&!s.call(a,n,void 0,!0));)n--;return n},t.translatePosition=u;var i=a(4713),n=a(7215);function r(e){var t=this.maskset;return void 0!==t.buffer&&!0!==e||(t.buffer=i.getMaskTemplate.call(this,!0,o.call(this),!0),void 0===t._buffer&&(t._buffer=t.buffer.slice())),t.buffer}function o(e,t,a){var i=this.maskset,n=-1,r=-1,o=a||i.validPositions;for(var s in void 0===e&&(e=-1),o){var l=parseInt(s);o[l]&&(t||!0!==o[l].generatedInput)&&(l<=e&&(n=l),l>=e&&(r=l))}return-1===n||n==e?r:-1==r||e-n-1){if(a){var s=i.getTests.call(n,e);return s.length>1+(""===s[s.length-1].match.def?1:0)}var l=i.determineTestTemplate.call(n,e,i.getTests.call(n,e)),u=i.getPlaceholder.call(n,e,l.match);return l.match.def!==u}return!1}function l(e,t,a){var n=this;void 0===a&&(a=!0);for(var r=e+1;""!==i.getTest.call(n,r).match.def&&(!0===t&&(!0!==i.getTest.call(n,r).match.newBlockMarker||!s.call(n,r,void 0,!0))||!0!==t&&!s.call(n,r,void 0,a));)r++;return r}function u(e){var t=this.opts,a=this.el;return!this.isRTL||"number"!=typeof e||t.greedy&&""===t.placeholder||!a||(e=Math.abs(this._valueGet().length-e)),e}},4713:function(e,t){function a(e,t){var a=(null!=e.alternation?e.mloc[i(e)]:e.locator).join("");if(""!==a)for(;a.length0&&(t=t.split(",")[0]),void 0!==t?t.toString():""}function n(e,t,a){var i=this.opts,n=this.maskset;if(void 0!==(t=t||s.call(this,e).match).placeholder||!0===a)return"function"==typeof t.placeholder?t.placeholder(i):t.placeholder;if(!0===t.static){if(e>-1&&void 0===n.validPositions[e]){var r,o=u.call(this,e),l=[];if(o.length>1+(""===o[o.length-1].match.def?1:0))for(var c=0;c1&&/[0-9a-bA-Z]/.test(l[0].match.def)))return i.placeholder.charAt(e%i.placeholder.length)}return t.def}return i.placeholder.charAt(e%i.placeholder.length)}function r(e,t,a){return this.maskset.validPositions[e]||o.call(this,e,u.call(this,e,t?t.slice():t,a))}function o(e,t){var i=this.opts;e=e>0?e-1:0;for(var n,r,o,l=a(s.call(this,e)),u=0;ut.alternation)for(var n=t.alternation;ne+u._maxTestPos)throw"Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. "+s.mask;if(d===e&&void 0===n.matches)return h.push({match:n,locator:r.reverse(),cd:v,mloc:{}}),!0;if(void 0!==n.matches){if(n.isGroup&&f!==n){if(n=o(t.matches[t.matches.indexOf(n)+1],r,f))return!0}else if(n.isOptional){var x=n,P=h.length;if(n=g(n,a,r,f)){if(h.forEach((function(e,t){t>=P&&(e.match.optionality=!0)})),i=h[h.length-1].match,void 0!==f||!p(i,x))return!0;m=!0,d=e}}else if(n.isAlternator){var E,S=n,w=[],M=h.slice(),_=r.length,O=!1,T=a.length>0?a.shift():-1;if(-1===T||"string"==typeof T){var A,C=d,D=a.slice(),B=[];if("string"==typeof T)B=T.split(",");else for(A=0;A=u.keepStatic)&&(B=B.slice(0,1));for(var F=0;FS.matches[0].matches.length)break;E=h.slice(),d=C,h=[];for(var V=0;V0,n=w.length>0,a=D.slice()}else n=o(S.matches[T]||t.matches[T],[T].concat(r),f);if(n)return!0}else if(n.isQuantifier&&f!==t.matches[t.matches.indexOf(n)-1])for(var $=n,q=a.length>0?a.shift():0;q<(isNaN($.quantifier.max)?q+1:$.quantifier.max)&&d<=e;q++){var z=t.matches[t.matches.indexOf($)-1];if(n=o(z,[q].concat(r),z)){if((i=h[h.length-1].match).optionalQuantifier=q>=$.quantifier.min,i.jit=(q+1)*(z.matches.indexOf(i)+1)>$.quantifier.jit,i.optionalQuantifier&&p(i,z)){m=!0,d=e;break}return i.jit&&(s.jitOffset[e]=z.matches.length-z.matches.indexOf(i)),!0}}else if(n=g(n,a,r,f))return!0}else d++;var Q,W}for(var f=a.length>0?a.shift():0;fe)break}}if(e>-1){if(void 0===t){for(var k,y=e-1;void 0===(k=s.validPositions[y]||s.tests[y])&&y>-1;)y--;void 0!==k&&y>-1&&(p=function(e,t){var a,i=[];return Array.isArray(t)||(t=[t]),t.length>0&&(void 0===t[0].alternation||!0===u.keepStatic?0===(i=o.call(n,e,t.slice()).locator.slice()).length&&(i=t[0].locator.slice()):t.forEach((function(e){""!==e.def&&(0===i.length?(a=e.alternation,i=e.locator.slice()):e.locator[a]&&-1===i[a].toString().indexOf(e.locator[a])&&(i[a]+=","+e.locator[a]))}))),i}(y,k),v=p.join(""),d=y)}if(s.tests[e]&&s.tests[e][0].cd===v)return s.tests[e];for(var b=p.shift();be)break}}return(0===h.length||m)&&h.push({match:{fn:null,static:!0,optionality:!1,casing:null,def:"",placeholder:""},locator:[],mloc:{},cd:v}),void 0!==t&&s.tests[e]?r.extend(!0,[],h):(s.tests[e]=r.extend(!0,[],h),s.tests[e])}Object.defineProperty(t,"__esModule",{value:!0}),t.determineTestTemplate=o,t.getDecisionTaker=i,t.getMaskTemplate=function(e,t,a,i,s){var l=this,c=this.opts,f=this.maskset,d=c.greedy;s&&(c.greedy=!1);t=t||0;var p,h,m,v,g=[],k=0;do{if(!0===e&&f.validPositions[k])m=s&&!0===f.validPositions[k].match.optionality&&void 0===f.validPositions[k+1]&&(!0===f.validPositions[k].generatedInput||f.validPositions[k].input==c.skipOptionalPartCharacter&&k>0)?o.call(l,k,u.call(l,k,p,k-1)):f.validPositions[k],h=m.match,p=m.locator.slice(),g.push(!0===a?m.input:!1===a?h.nativeDef:n.call(l,k,h));else{m=r.call(l,k,p,k-1),h=m.match,p=m.locator.slice();var y=!0!==i&&(!1!==c.jitMasking?c.jitMasking:h.jit);(v=(v&&h.static&&h.def!==c.groupSeparator&&null===h.fn||f.validPositions[k-1]&&h.static&&h.def!==c.groupSeparator&&null===h.fn)&&f.tests[k]&&1===f.tests[k].length)||!1===y||void 0===y||"number"==typeof y&&isFinite(y)&&y>k?g.push(!1===a?h.nativeDef:n.call(l,k,h)):v=!1}k++}while(!0!==h.static||""!==h.def||t>k);""===g[g.length-1]&&g.pop();!1===a&&void 0!==f.maskLength||(f.maskLength=k-1);return c.greedy=d,g},t.getPlaceholder=n,t.getTest=s,t.getTests=u,t.getTestTemplate=r,t.isSubsetOf=l},7215:function(e,t,a){Object.defineProperty(t,"__esModule",{value:!0}),t.alternate=l,t.checkAlternationMatch=function(e,t,a){for(var i,n=this.opts.greedy?t:t.slice(0,1),r=!1,o=void 0!==a?a.split(","):[],s=0;s=o.getBuffer.call(u).length&&h>=a.end&&(a.end=h+1);t===r.default.BACKSPACE?a.end-a.begin<1&&(a.begin=o.seekPrevious.call(u,a.begin)):t===r.default.DELETE&&a.begin===a.end&&(a.end=o.isMask.call(u,a.end,!0,!0)?a.end+1:o.seekNext.call(u,a.end)+1);if(!1!==(p=m.call(u,a))){if(!0!==i&&!1!==f.keepStatic||null!==f.regex&&-1!==n.getTest.call(u,a.begin).match.def.indexOf("|")){var v=l.call(u,!0);if(v){var g=void 0!==v.caret?v.caret:v.pos?o.seekNext.call(u,v.pos.begin?v.pos.begin:v.pos):o.getLastValidPosition.call(u,-1,!0);(t!==r.default.DELETE||a.begin>g)&&a.begin}}!0!==i&&(c.p=t===r.default.DELETE?a.begin+p:a.begin,c.p=o.determineNewCaretPosition.call(u,{begin:c.p,end:c.p},!1).begin)}};var i,n=a(4713),r=(i=a(4528))&&i.__esModule?i:{default:i},o=a(8711),s=a(6030);function l(e,t,a,i,r,s){var u,c,d,p,h,m,v,g,k,y,b,x=this,P=this.dependencyLib,E=this.opts,S=x.maskset,w=P.extend(!0,{},S.validPositions),M=P.extend(!0,{},S.tests),_=!1,O=!1,T=void 0!==r?r:o.getLastValidPosition.call(x);if(s&&(y=s.begin,b=s.end,s.begin>s.end&&(y=s.end,b=s.begin)),-1===T&&void 0===r)u=0,c=(p=n.getTest.call(x,u)).alternation;else for(;T>=0;T--)if((d=S.validPositions[T])&&void 0!==d.alternation){if(p&&p.locator[d.alternation]!==d.locator[d.alternation])break;u=T,c=S.validPositions[u].alternation,p=d}if(void 0!==c){v=parseInt(u),S.excludes[v]=S.excludes[v]||[],!0!==e&&S.excludes[v].push((0,n.getDecisionTaker)(p)+":"+p.alternation);var A=[],C=-1;for(h=v;h=b)&&A.push(m.input),delete S.validPositions[h];for(-1===C&&void 0!==t&&(A.push(t),C=A.length-1);void 0!==S.excludes[v]&&S.excludes[v].length<10;){for(S.tests={},o.resetMaskSet.call(x,!0),_=!0,h=0;h1||e.begin-e.end==1:e.end-e.begin>1||e.end-e.begin==1}a=!0===a;var x=e;function P(e){if(void 0!==e){if(void 0!==e.remove&&(Array.isArray(e.remove)||(e.remove=[e.remove]),e.remove.sort((function(e,t){return t.pos-e.pos})).forEach((function(e){m.call(v,{begin:e,end:e+1})})),e.remove=void 0),void 0!==e.insert&&(Array.isArray(e.insert)||(e.insert=[e.insert]),e.insert.sort((function(e,t){return e.pos-t.pos})).forEach((function(e){""!==e.c&&f.call(v,e.pos,e.c,void 0===e.strict||e.strict,void 0!==e.fromIsValid?e.fromIsValid:i)})),e.insert=void 0),e.refreshFromBuffer&&e.buffer){var t=e.refreshFromBuffer;p.call(v,!0===t?t:t.start,t.end,e.buffer),e.refreshFromBuffer=void 0}void 0!==e.rewritePosition&&(x=e.rewritePosition,e=!0)}return e}function E(t,a,r){var s=!1;return n.getTests.call(v,t).every((function(l,c){var f=l.match;if(o.getBuffer.call(v,!0),!1!==(s=(!f.jit||void 0!==y.validPositions[o.seekPrevious.call(v,t)])&&(null!=f.fn?f.fn.test(a,y,t,r,k,b(e)):(a===f.def||a===k.skipOptionalPartCharacter)&&""!==f.def&&{c:n.getPlaceholder.call(v,t,f,!0)||f.def,pos:t}))){var d=void 0!==s.c?s.c:a,p=t;return d=d===k.skipOptionalPartCharacter&&!0===f.static?n.getPlaceholder.call(v,t,f,!0)||f.def:d,!0!==(s=P(s))&&void 0!==s.pos&&s.pos!==t&&(p=s.pos),!0!==s&&void 0===s.pos&&void 0===s.c?!1:(!1===m.call(v,e,g.extend({},l,{input:u.call(v,d,f,p)}),i,p)&&(s=!1),!1)}return!0})),s}void 0!==e.begin&&(x=v.isRTL?e.end:e.begin);var S=!0,w=g.extend(!0,{},y.validPositions);if(!1===k.keepStatic&&void 0!==y.excludes[x]&&!0!==r&&!0!==i)for(var M=x;M<(v.isRTL?e.begin:e.end);M++)void 0!==y.excludes[M]&&(y.excludes[M]=void 0,delete y.tests[M]);if("function"==typeof k.preValidation&&!0!==i&&!0!==s&&(S=P(S=k.preValidation.call(v,o.getBuffer.call(v),x,t,b(e),k,y,e,a||r))),!0===S){if(S=E(x,t,a),(!a||!0===i)&&!1===S&&!0!==s){var _=y.validPositions[x];if(!_||!0!==_.match.static||_.match.def!==t&&t!==k.skipOptionalPartCharacter){if(k.insertMode||void 0===y.validPositions[o.seekNext.call(v,x)]||e.end>x){var O=!1;if(y.jitOffset[x]&&void 0===y.validPositions[o.seekNext.call(v,x)]&&!1!==(S=f.call(v,x+y.jitOffset[x],t,!0,!0))&&(!0!==r&&(S.caret=x),O=!0),e.end>x&&(y.validPositions[x]=void 0),!O&&!o.isMask.call(v,x,k.keepStatic&&0===x))for(var T=x+1,A=o.seekNext.call(v,x,!1,0!==x);T<=A;T++)if(!1!==(S=E(T,t,a))){S=h.call(v,x,void 0!==S.pos?S.pos:T)||S,x=T;break}}}else S={caret:o.seekNext.call(v,x)}}!1!==S||!k.keepStatic||!c.call(v,o.getBuffer.call(v))&&0!==x||a||!0===r?b(e)&&y.tests[x]&&y.tests[x].length>1&&k.keepStatic&&!a&&!0!==r&&(S=l.call(v,!0)):S=l.call(v,x,t,a,i,void 0,e),!0===S&&(S={pos:x})}if("function"==typeof k.postValidation&&!0!==i&&!0!==s){var C=k.postValidation.call(v,o.getBuffer.call(v,!0),void 0!==e.begin?v.isRTL?e.end:e.begin:e,t,S,k,y,a,d);void 0!==C&&(S=!0===C?S:C)}S&&void 0===S.pos&&(S.pos=x),!1===S||!0===s?(o.resetMaskSet.call(v,!0),y.validPositions=g.extend(!0,{},w)):h.call(v,void 0,x,!0);var D=P(S);void 0!==v.maxLength&&(o.getBuffer.call(v).length>v.maxLength&&!i&&(o.resetMaskSet.call(v,!0),y.validPositions=g.extend(!0,{},w),D=!1));return D}function d(e,t,a){for(var i=this.maskset,r=!1,o=n.getTests.call(this,e),s=0;s0&&!r.validPositions[e];e--);for(var l=e;le+1?t[e+1]&&!0===t[e+1].match.static&&t[e+1]:t[e+1];return n&&r}return!1}var p=0,h=void 0!==e.begin?e.begin:e,m=void 0!==e.end?e.end:e,v=!0;if(e.begin>e.end&&(h=e.end,m=e.begin),i=void 0!==i?i:h,h!==m||l.insertMode&&void 0!==s.validPositions[i]&&void 0===a||void 0===t){var g,k=u.extend(!0,{},s.validPositions),y=o.getLastValidPosition.call(r,void 0,!0);for(s.p=h,g=y;g>=h;g--)delete s.validPositions[g],void 0===t&&delete s.tests[g+1];var b,x,P=i,E=P;for(t&&(s.validPositions[i]=u.extend(!0,{},t),E++,P++),g=t?m:m-1;g<=y;g++){if(void 0!==(b=k[g])&&!0!==b.generatedInput&&(g>=m||g>=h&&c(g,k,{begin:h,end:m}))){for(;""!==n.getTest.call(r,E).match.def;){if(!1!==(x=d.call(r,E,b,l))||"+"===b.match.def){"+"===b.match.def&&o.getBuffer.call(r,!0);var S=f.call(r,E,b.input,"+"!==b.match.def,!0);if(v=!1!==S,P=(S.pos||E)+1,!v&&x)break}else v=!1;if(v){void 0===t&&b.match.static&&g===e.begin&&p++;break}if(!v&&E>s.maskLength)break;E++}""==n.getTest.call(r,E).match.def&&(v=!1),E=P}if(!v)break}if(!v)return s.validPositions=u.extend(!0,{},k),o.resetMaskSet.call(r,!0),!1}else t&&n.getTest.call(r,i).match.cd===t.match.cd&&(s.validPositions[i]=u.extend(!0,{},t));return o.resetMaskSet.call(r,!0),p}},8254:function(t){t.exports=e}},a={};function i(e){var n=a[e];if(void 0!==n)return n.exports;var r=a[e]={exports:{}};return t[e](r,r.exports,i),r.exports}var n={};return function(){var e=n;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t,a=(t=i(3046))&&t.__esModule?t:{default:t};i(443);var r=a.default;e.default=r}(),n}()})); \ No newline at end of file diff --git a/common/libs/select2-v4.0.13.1/js/select2-utils.js b/common/libs/select2-v4.0.13.1/js/select2-utils.js new file mode 100644 index 000000000..dbab031c0 --- /dev/null +++ b/common/libs/select2-v4.0.13.1/js/select2-utils.js @@ -0,0 +1,1267 @@ +// select2-utils.js +var PP_Select2_Utils = PP_Select2_Utils || {}; + +//diacritics PP_Select2_Utils.diacritics() +PP_Select2_Utils.diacritics = function () { + var diacritics = { + '\u24B6': 'A', + '\uFF21': 'A', + '\u00C0': 'A', + '\u00C1': 'A', + '\u00C2': 'A', + '\u1EA6': 'A', + '\u1EA4': 'A', + '\u1EAA': 'A', + '\u1EA8': 'A', + '\u00C3': 'A', + '\u0100': 'A', + '\u0102': 'A', + '\u1EB0': 'A', + '\u1EAE': 'A', + '\u1EB4': 'A', + '\u1EB2': 'A', + '\u0226': 'A', + '\u01E0': 'A', + '\u00C4': 'A', + '\u01DE': 'A', + '\u1EA2': 'A', + '\u00C5': 'A', + '\u01FA': 'A', + '\u01CD': 'A', + '\u0200': 'A', + '\u0202': 'A', + '\u1EA0': 'A', + '\u1EAC': 'A', + '\u1EB6': 'A', + '\u1E00': 'A', + '\u0104': 'A', + '\u023A': 'A', + '\u2C6F': 'A', + '\uA732': 'AA', + '\u00C6': 'AE', + '\u01FC': 'AE', + '\u01E2': 'AE', + '\uA734': 'AO', + '\uA736': 'AU', + '\uA738': 'AV', + '\uA73A': 'AV', + '\uA73C': 'AY', + '\u24B7': 'B', + '\uFF22': 'B', + '\u1E02': 'B', + '\u1E04': 'B', + '\u1E06': 'B', + '\u0243': 'B', + '\u0182': 'B', + '\u0181': 'B', + '\u24B8': 'C', + '\uFF23': 'C', + '\u0106': 'C', + '\u0108': 'C', + '\u010A': 'C', + '\u010C': 'C', + '\u00C7': 'C', + '\u1E08': 'C', + '\u0187': 'C', + '\u023B': 'C', + '\uA73E': 'C', + '\u24B9': 'D', + '\uFF24': 'D', + '\u1E0A': 'D', + '\u010E': 'D', + '\u1E0C': 'D', + '\u1E10': 'D', + '\u1E12': 'D', + '\u1E0E': 'D', + '\u0110': 'D', + '\u018B': 'D', + '\u018A': 'D', + '\u0189': 'D', + '\uA779': 'D', + '\u01F1': 'DZ', + '\u01C4': 'DZ', + '\u01F2': 'Dz', + '\u01C5': 'Dz', + '\u24BA': 'E', + '\uFF25': 'E', + '\u00C8': 'E', + '\u00C9': 'E', + '\u00CA': 'E', + '\u1EC0': 'E', + '\u1EBE': 'E', + '\u1EC4': 'E', + '\u1EC2': 'E', + '\u1EBC': 'E', + '\u0112': 'E', + '\u1E14': 'E', + '\u1E16': 'E', + '\u0114': 'E', + '\u0116': 'E', + '\u00CB': 'E', + '\u1EBA': 'E', + '\u011A': 'E', + '\u0204': 'E', + '\u0206': 'E', + '\u1EB8': 'E', + '\u1EC6': 'E', + '\u0228': 'E', + '\u1E1C': 'E', + '\u0118': 'E', + '\u1E18': 'E', + '\u1E1A': 'E', + '\u0190': 'E', + '\u018E': 'E', + '\u24BB': 'F', + '\uFF26': 'F', + '\u1E1E': 'F', + '\u0191': 'F', + '\uA77B': 'F', + '\u24BC': 'G', + '\uFF27': 'G', + '\u01F4': 'G', + '\u011C': 'G', + '\u1E20': 'G', + '\u011E': 'G', + '\u0120': 'G', + '\u01E6': 'G', + '\u0122': 'G', + '\u01E4': 'G', + '\u0193': 'G', + '\uA7A0': 'G', + '\uA77D': 'G', + '\uA77E': 'G', + '\u24BD': 'H', + '\uFF28': 'H', + '\u0124': 'H', + '\u1E22': 'H', + '\u1E26': 'H', + '\u021E': 'H', + '\u1E24': 'H', + '\u1E28': 'H', + '\u1E2A': 'H', + '\u0126': 'H', + '\u2C67': 'H', + '\u2C75': 'H', + '\uA78D': 'H', + '\u24BE': 'I', + '\uFF29': 'I', + '\u00CC': 'I', + '\u00CD': 'I', + '\u00CE': 'I', + '\u0128': 'I', + '\u012A': 'I', + '\u012C': 'I', + '\u0130': 'I', + '\u00CF': 'I', + '\u1E2E': 'I', + '\u1EC8': 'I', + '\u01CF': 'I', + '\u0208': 'I', + '\u020A': 'I', + '\u1ECA': 'I', + '\u012E': 'I', + '\u1E2C': 'I', + '\u0197': 'I', + '\u24BF': 'J', + '\uFF2A': 'J', + '\u0134': 'J', + '\u0248': 'J', + '\u24C0': 'K', + '\uFF2B': 'K', + '\u1E30': 'K', + '\u01E8': 'K', + '\u1E32': 'K', + '\u0136': 'K', + '\u1E34': 'K', + '\u0198': 'K', + '\u2C69': 'K', + '\uA740': 'K', + '\uA742': 'K', + '\uA744': 'K', + '\uA7A2': 'K', + '\u24C1': 'L', + '\uFF2C': 'L', + '\u013F': 'L', + '\u0139': 'L', + '\u013D': 'L', + '\u1E36': 'L', + '\u1E38': 'L', + '\u013B': 'L', + '\u1E3C': 'L', + '\u1E3A': 'L', + '\u0141': 'L', + '\u023D': 'L', + '\u2C62': 'L', + '\u2C60': 'L', + '\uA748': 'L', + '\uA746': 'L', + '\uA780': 'L', + '\u01C7': 'LJ', + '\u01C8': 'Lj', + '\u24C2': 'M', + '\uFF2D': 'M', + '\u1E3E': 'M', + '\u1E40': 'M', + '\u1E42': 'M', + '\u2C6E': 'M', + '\u019C': 'M', + '\u24C3': 'N', + '\uFF2E': 'N', + '\u01F8': 'N', + '\u0143': 'N', + '\u00D1': 'N', + '\u1E44': 'N', + '\u0147': 'N', + '\u1E46': 'N', + '\u0145': 'N', + '\u1E4A': 'N', + '\u1E48': 'N', + '\u0220': 'N', + '\u019D': 'N', + '\uA790': 'N', + '\uA7A4': 'N', + '\u01CA': 'NJ', + '\u01CB': 'Nj', + '\u24C4': 'O', + '\uFF2F': 'O', + '\u00D2': 'O', + '\u00D3': 'O', + '\u00D4': 'O', + '\u1ED2': 'O', + '\u1ED0': 'O', + '\u1ED6': 'O', + '\u1ED4': 'O', + '\u00D5': 'O', + '\u1E4C': 'O', + '\u022C': 'O', + '\u1E4E': 'O', + '\u014C': 'O', + '\u1E50': 'O', + '\u1E52': 'O', + '\u014E': 'O', + '\u022E': 'O', + '\u0230': 'O', + '\u00D6': 'O', + '\u022A': 'O', + '\u1ECE': 'O', + '\u0150': 'O', + '\u01D1': 'O', + '\u020C': 'O', + '\u020E': 'O', + '\u01A0': 'O', + '\u1EDC': 'O', + '\u1EDA': 'O', + '\u1EE0': 'O', + '\u1EDE': 'O', + '\u1EE2': 'O', + '\u1ECC': 'O', + '\u1ED8': 'O', + '\u01EA': 'O', + '\u01EC': 'O', + '\u00D8': 'O', + '\u01FE': 'O', + '\u0186': 'O', + '\u019F': 'O', + '\uA74A': 'O', + '\uA74C': 'O', + '\u0152': 'OE', + '\u01A2': 'OI', + '\uA74E': 'OO', + '\u0222': 'OU', + '\u24C5': 'P', + '\uFF30': 'P', + '\u1E54': 'P', + '\u1E56': 'P', + '\u01A4': 'P', + '\u2C63': 'P', + '\uA750': 'P', + '\uA752': 'P', + '\uA754': 'P', + '\u24C6': 'Q', + '\uFF31': 'Q', + '\uA756': 'Q', + '\uA758': 'Q', + '\u024A': 'Q', + '\u24C7': 'R', + '\uFF32': 'R', + '\u0154': 'R', + '\u1E58': 'R', + '\u0158': 'R', + '\u0210': 'R', + '\u0212': 'R', + '\u1E5A': 'R', + '\u1E5C': 'R', + '\u0156': 'R', + '\u1E5E': 'R', + '\u024C': 'R', + '\u2C64': 'R', + '\uA75A': 'R', + '\uA7A6': 'R', + '\uA782': 'R', + '\u24C8': 'S', + '\uFF33': 'S', + '\u1E9E': 'S', + '\u015A': 'S', + '\u1E64': 'S', + '\u015C': 'S', + '\u1E60': 'S', + '\u0160': 'S', + '\u1E66': 'S', + '\u1E62': 'S', + '\u1E68': 'S', + '\u0218': 'S', + '\u015E': 'S', + '\u2C7E': 'S', + '\uA7A8': 'S', + '\uA784': 'S', + '\u24C9': 'T', + '\uFF34': 'T', + '\u1E6A': 'T', + '\u0164': 'T', + '\u1E6C': 'T', + '\u021A': 'T', + '\u0162': 'T', + '\u1E70': 'T', + '\u1E6E': 'T', + '\u0166': 'T', + '\u01AC': 'T', + '\u01AE': 'T', + '\u023E': 'T', + '\uA786': 'T', + '\uA728': 'TZ', + '\u24CA': 'U', + '\uFF35': 'U', + '\u00D9': 'U', + '\u00DA': 'U', + '\u00DB': 'U', + '\u0168': 'U', + '\u1E78': 'U', + '\u016A': 'U', + '\u1E7A': 'U', + '\u016C': 'U', + '\u00DC': 'U', + '\u01DB': 'U', + '\u01D7': 'U', + '\u01D5': 'U', + '\u01D9': 'U', + '\u1EE6': 'U', + '\u016E': 'U', + '\u0170': 'U', + '\u01D3': 'U', + '\u0214': 'U', + '\u0216': 'U', + '\u01AF': 'U', + '\u1EEA': 'U', + '\u1EE8': 'U', + '\u1EEE': 'U', + '\u1EEC': 'U', + '\u1EF0': 'U', + '\u1EE4': 'U', + '\u1E72': 'U', + '\u0172': 'U', + '\u1E76': 'U', + '\u1E74': 'U', + '\u0244': 'U', + '\u24CB': 'V', + '\uFF36': 'V', + '\u1E7C': 'V', + '\u1E7E': 'V', + '\u01B2': 'V', + '\uA75E': 'V', + '\u0245': 'V', + '\uA760': 'VY', + '\u24CC': 'W', + '\uFF37': 'W', + '\u1E80': 'W', + '\u1E82': 'W', + '\u0174': 'W', + '\u1E86': 'W', + '\u1E84': 'W', + '\u1E88': 'W', + '\u2C72': 'W', + '\u24CD': 'X', + '\uFF38': 'X', + '\u1E8A': 'X', + '\u1E8C': 'X', + '\u24CE': 'Y', + '\uFF39': 'Y', + '\u1EF2': 'Y', + '\u00DD': 'Y', + '\u0176': 'Y', + '\u1EF8': 'Y', + '\u0232': 'Y', + '\u1E8E': 'Y', + '\u0178': 'Y', + '\u1EF6': 'Y', + '\u1EF4': 'Y', + '\u01B3': 'Y', + '\u024E': 'Y', + '\u1EFE': 'Y', + '\u24CF': 'Z', + '\uFF3A': 'Z', + '\u0179': 'Z', + '\u1E90': 'Z', + '\u017B': 'Z', + '\u017D': 'Z', + '\u1E92': 'Z', + '\u1E94': 'Z', + '\u01B5': 'Z', + '\u0224': 'Z', + '\u2C7F': 'Z', + '\u2C6B': 'Z', + '\uA762': 'Z', + '\u24D0': 'a', + '\uFF41': 'a', + '\u1E9A': 'a', + '\u00E0': 'a', + '\u00E1': 'a', + '\u00E2': 'a', + '\u1EA7': 'a', + '\u1EA5': 'a', + '\u1EAB': 'a', + '\u1EA9': 'a', + '\u00E3': 'a', + '\u0101': 'a', + '\u0103': 'a', + '\u1EB1': 'a', + '\u1EAF': 'a', + '\u1EB5': 'a', + '\u1EB3': 'a', + '\u0227': 'a', + '\u01E1': 'a', + '\u00E4': 'a', + '\u01DF': 'a', + '\u1EA3': 'a', + '\u00E5': 'a', + '\u01FB': 'a', + '\u01CE': 'a', + '\u0201': 'a', + '\u0203': 'a', + '\u1EA1': 'a', + '\u1EAD': 'a', + '\u1EB7': 'a', + '\u1E01': 'a', + '\u0105': 'a', + '\u2C65': 'a', + '\u0250': 'a', + '\uA733': 'aa', + '\u00E6': 'ae', + '\u01FD': 'ae', + '\u01E3': 'ae', + '\uA735': 'ao', + '\uA737': 'au', + '\uA739': 'av', + '\uA73B': 'av', + '\uA73D': 'ay', + '\u24D1': 'b', + '\uFF42': 'b', + '\u1E03': 'b', + '\u1E05': 'b', + '\u1E07': 'b', + '\u0180': 'b', + '\u0183': 'b', + '\u0253': 'b', + '\u24D2': 'c', + '\uFF43': 'c', + '\u0107': 'c', + '\u0109': 'c', + '\u010B': 'c', + '\u010D': 'c', + '\u00E7': 'c', + '\u1E09': 'c', + '\u0188': 'c', + '\u023C': 'c', + '\uA73F': 'c', + '\u2184': 'c', + '\u24D3': 'd', + '\uFF44': 'd', + '\u1E0B': 'd', + '\u010F': 'd', + '\u1E0D': 'd', + '\u1E11': 'd', + '\u1E13': 'd', + '\u1E0F': 'd', + '\u0111': 'd', + '\u018C': 'd', + '\u0256': 'd', + '\u0257': 'd', + '\uA77A': 'd', + '\u01F3': 'dz', + '\u01C6': 'dz', + '\u24D4': 'e', + '\uFF45': 'e', + '\u00E8': 'e', + '\u00E9': 'e', + '\u00EA': 'e', + '\u1EC1': 'e', + '\u1EBF': 'e', + '\u1EC5': 'e', + '\u1EC3': 'e', + '\u1EBD': 'e', + '\u0113': 'e', + '\u1E15': 'e', + '\u1E17': 'e', + '\u0115': 'e', + '\u0117': 'e', + '\u00EB': 'e', + '\u1EBB': 'e', + '\u011B': 'e', + '\u0205': 'e', + '\u0207': 'e', + '\u1EB9': 'e', + '\u1EC7': 'e', + '\u0229': 'e', + '\u1E1D': 'e', + '\u0119': 'e', + '\u1E19': 'e', + '\u1E1B': 'e', + '\u0247': 'e', + '\u025B': 'e', + '\u01DD': 'e', + '\u24D5': 'f', + '\uFF46': 'f', + '\u1E1F': 'f', + '\u0192': 'f', + '\uA77C': 'f', + '\u24D6': 'g', + '\uFF47': 'g', + '\u01F5': 'g', + '\u011D': 'g', + '\u1E21': 'g', + '\u011F': 'g', + '\u0121': 'g', + '\u01E7': 'g', + '\u0123': 'g', + '\u01E5': 'g', + '\u0260': 'g', + '\uA7A1': 'g', + '\u1D79': 'g', + '\uA77F': 'g', + '\u24D7': 'h', + '\uFF48': 'h', + '\u0125': 'h', + '\u1E23': 'h', + '\u1E27': 'h', + '\u021F': 'h', + '\u1E25': 'h', + '\u1E29': 'h', + '\u1E2B': 'h', + '\u1E96': 'h', + '\u0127': 'h', + '\u2C68': 'h', + '\u2C76': 'h', + '\u0265': 'h', + '\u0195': 'hv', + '\u24D8': 'i', + '\uFF49': 'i', + '\u00EC': 'i', + '\u00ED': 'i', + '\u00EE': 'i', + '\u0129': 'i', + '\u012B': 'i', + '\u012D': 'i', + '\u00EF': 'i', + '\u1E2F': 'i', + '\u1EC9': 'i', + '\u01D0': 'i', + '\u0209': 'i', + '\u020B': 'i', + '\u1ECB': 'i', + '\u012F': 'i', + '\u1E2D': 'i', + '\u0268': 'i', + '\u0131': 'i', + '\u24D9': 'j', + '\uFF4A': 'j', + '\u0135': 'j', + '\u01F0': 'j', + '\u0249': 'j', + '\u24DA': 'k', + '\uFF4B': 'k', + '\u1E31': 'k', + '\u01E9': 'k', + '\u1E33': 'k', + '\u0137': 'k', + '\u1E35': 'k', + '\u0199': 'k', + '\u2C6A': 'k', + '\uA741': 'k', + '\uA743': 'k', + '\uA745': 'k', + '\uA7A3': 'k', + '\u24DB': 'l', + '\uFF4C': 'l', + '\u0140': 'l', + '\u013A': 'l', + '\u013E': 'l', + '\u1E37': 'l', + '\u1E39': 'l', + '\u013C': 'l', + '\u1E3D': 'l', + '\u1E3B': 'l', + '\u017F': 'l', + '\u0142': 'l', + '\u019A': 'l', + '\u026B': 'l', + '\u2C61': 'l', + '\uA749': 'l', + '\uA781': 'l', + '\uA747': 'l', + '\u01C9': 'lj', + '\u24DC': 'm', + '\uFF4D': 'm', + '\u1E3F': 'm', + '\u1E41': 'm', + '\u1E43': 'm', + '\u0271': 'm', + '\u026F': 'm', + '\u24DD': 'n', + '\uFF4E': 'n', + '\u01F9': 'n', + '\u0144': 'n', + '\u00F1': 'n', + '\u1E45': 'n', + '\u0148': 'n', + '\u1E47': 'n', + '\u0146': 'n', + '\u1E4B': 'n', + '\u1E49': 'n', + '\u019E': 'n', + '\u0272': 'n', + '\u0149': 'n', + '\uA791': 'n', + '\uA7A5': 'n', + '\u01CC': 'nj', + '\u24DE': 'o', + '\uFF4F': 'o', + '\u00F2': 'o', + '\u00F3': 'o', + '\u00F4': 'o', + '\u1ED3': 'o', + '\u1ED1': 'o', + '\u1ED7': 'o', + '\u1ED5': 'o', + '\u00F5': 'o', + '\u1E4D': 'o', + '\u022D': 'o', + '\u1E4F': 'o', + '\u014D': 'o', + '\u1E51': 'o', + '\u1E53': 'o', + '\u014F': 'o', + '\u022F': 'o', + '\u0231': 'o', + '\u00F6': 'o', + '\u022B': 'o', + '\u1ECF': 'o', + '\u0151': 'o', + '\u01D2': 'o', + '\u020D': 'o', + '\u020F': 'o', + '\u01A1': 'o', + '\u1EDD': 'o', + '\u1EDB': 'o', + '\u1EE1': 'o', + '\u1EDF': 'o', + '\u1EE3': 'o', + '\u1ECD': 'o', + '\u1ED9': 'o', + '\u01EB': 'o', + '\u01ED': 'o', + '\u00F8': 'o', + '\u01FF': 'o', + '\u0254': 'o', + '\uA74B': 'o', + '\uA74D': 'o', + '\u0275': 'o', + '\u0153': 'oe', + '\u01A3': 'oi', + '\u0223': 'ou', + '\uA74F': 'oo', + '\u24DF': 'p', + '\uFF50': 'p', + '\u1E55': 'p', + '\u1E57': 'p', + '\u01A5': 'p', + '\u1D7D': 'p', + '\uA751': 'p', + '\uA753': 'p', + '\uA755': 'p', + '\u24E0': 'q', + '\uFF51': 'q', + '\u024B': 'q', + '\uA757': 'q', + '\uA759': 'q', + '\u24E1': 'r', + '\uFF52': 'r', + '\u0155': 'r', + '\u1E59': 'r', + '\u0159': 'r', + '\u0211': 'r', + '\u0213': 'r', + '\u1E5B': 'r', + '\u1E5D': 'r', + '\u0157': 'r', + '\u1E5F': 'r', + '\u024D': 'r', + '\u027D': 'r', + '\uA75B': 'r', + '\uA7A7': 'r', + '\uA783': 'r', + '\u24E2': 's', + '\uFF53': 's', + '\u00DF': 's', + '\u015B': 's', + '\u1E65': 's', + '\u015D': 's', + '\u1E61': 's', + '\u0161': 's', + '\u1E67': 's', + '\u1E63': 's', + '\u1E69': 's', + '\u0219': 's', + '\u015F': 's', + '\u023F': 's', + '\uA7A9': 's', + '\uA785': 's', + '\u1E9B': 's', + '\u24E3': 't', + '\uFF54': 't', + '\u1E6B': 't', + '\u1E97': 't', + '\u0165': 't', + '\u1E6D': 't', + '\u021B': 't', + '\u0163': 't', + '\u1E71': 't', + '\u1E6F': 't', + '\u0167': 't', + '\u01AD': 't', + '\u0288': 't', + '\u2C66': 't', + '\uA787': 't', + '\uA729': 'tz', + '\u24E4': 'u', + '\uFF55': 'u', + '\u00F9': 'u', + '\u00FA': 'u', + '\u00FB': 'u', + '\u0169': 'u', + '\u1E79': 'u', + '\u016B': 'u', + '\u1E7B': 'u', + '\u016D': 'u', + '\u00FC': 'u', + '\u01DC': 'u', + '\u01D8': 'u', + '\u01D6': 'u', + '\u01DA': 'u', + '\u1EE7': 'u', + '\u016F': 'u', + '\u0171': 'u', + '\u01D4': 'u', + '\u0215': 'u', + '\u0217': 'u', + '\u01B0': 'u', + '\u1EEB': 'u', + '\u1EE9': 'u', + '\u1EEF': 'u', + '\u1EED': 'u', + '\u1EF1': 'u', + '\u1EE5': 'u', + '\u1E73': 'u', + '\u0173': 'u', + '\u1E77': 'u', + '\u1E75': 'u', + '\u0289': 'u', + '\u24E5': 'v', + '\uFF56': 'v', + '\u1E7D': 'v', + '\u1E7F': 'v', + '\u028B': 'v', + '\uA75F': 'v', + '\u028C': 'v', + '\uA761': 'vy', + '\u24E6': 'w', + '\uFF57': 'w', + '\u1E81': 'w', + '\u1E83': 'w', + '\u0175': 'w', + '\u1E87': 'w', + '\u1E85': 'w', + '\u1E98': 'w', + '\u1E89': 'w', + '\u2C73': 'w', + '\u24E7': 'x', + '\uFF58': 'x', + '\u1E8B': 'x', + '\u1E8D': 'x', + '\u24E8': 'y', + '\uFF59': 'y', + '\u1EF3': 'y', + '\u00FD': 'y', + '\u0177': 'y', + '\u1EF9': 'y', + '\u0233': 'y', + '\u1E8F': 'y', + '\u00FF': 'y', + '\u1EF7': 'y', + '\u1E99': 'y', + '\u1EF5': 'y', + '\u01B4': 'y', + '\u024F': 'y', + '\u1EFF': 'y', + '\u24E9': 'z', + '\uFF5A': 'z', + '\u017A': 'z', + '\u1E91': 'z', + '\u017C': 'z', + '\u017E': 'z', + '\u1E93': 'z', + '\u1E95': 'z', + '\u01B6': 'z', + '\u0225': 'z', + '\u0240': 'z', + '\u2C6C': 'z', + '\uA763': 'z', + '\u0386': '\u0391', + '\u0388': '\u0395', + '\u0389': '\u0397', + '\u038A': '\u0399', + '\u03AA': '\u0399', + '\u038C': '\u039F', + '\u038E': '\u03A5', + '\u03AB': '\u03A5', + '\u038F': '\u03A9', + '\u03AC': '\u03B1', + '\u03AD': '\u03B5', + '\u03AE': '\u03B7', + '\u03AF': '\u03B9', + '\u03CA': '\u03B9', + '\u0390': '\u03B9', + '\u03CC': '\u03BF', + '\u03CD': '\u03C5', + '\u03CB': '\u03C5', + '\u03B0': '\u03C5', + '\u03CE': '\u03C9', + '\u03C2': '\u03C3', + '\u2019': '\'' + }; + + return diacritics; +}; + +//i18nEn PP_Select2_Utils.i18nEn() +PP_Select2_Utils.i18nEn = function () { + // English + return { + errorLoading: function () { + return 'The results could not be loaded.'; + }, + inputTooLong: function (args) { + var overChars = args.input.length - args.maximum; + + var message = 'Please delete ' + overChars + ' character'; + + if (overChars != 1) { + message += 's'; + } + + return message; + }, + inputTooShort: function (args) { + var remainingChars = args.minimum - args.input.length; + + var message = 'Please enter ' + remainingChars + ' or more characters'; + + return message; + }, + loadingMore: function () { + return 'Loading more results…'; + }, + maximumSelected: function (args) { + var message = 'You can only select ' + args.maximum + ' item'; + + if (args.maximum != 1) { + message += 's'; + } + + return message; + }, + noResults: function () { + return 'No results found'; + }, + searching: function () { + return 'Searching…'; + }, + removeAllItems: function () { + return 'Remove all items'; + } + }; +}; + +//utilities PP_Select2_Utils.utilities() +PP_Select2_Utils.utilities = function ($) { + var $ = jQuery; + var Utils = {}; + + Utils.Extend = function (ChildClass, SuperClass) { + var __hasProp = {}.hasOwnProperty; + + function BaseConstructor () { + this.constructor = ChildClass; + } + + for (var key in SuperClass) { + if (__hasProp.call(SuperClass, key)) { + ChildClass[key] = SuperClass[key]; + } + } + + BaseConstructor.prototype = SuperClass.prototype; + ChildClass.prototype = new BaseConstructor(); + ChildClass.__super__ = SuperClass.prototype; + + return ChildClass; + }; + + function getMethods (theClass) { + var proto = theClass.prototype; + + var methods = []; + + for (var methodName in proto) { + var m = proto[methodName]; + + if (typeof m !== 'function') { + continue; + } + + if (methodName === 'constructor') { + continue; + } + + methods.push(methodName); + } + + return methods; + } + + Utils.Decorate = function (SuperClass, DecoratorClass) { + var decoratedMethods = getMethods(DecoratorClass); + var superMethods = getMethods(SuperClass); + + function DecoratedClass () { + var unshift = Array.prototype.unshift; + + var argCount = DecoratorClass.prototype.constructor.length; + + var calledConstructor = SuperClass.prototype.constructor; + + if (argCount > 0) { + unshift.call(arguments, SuperClass.prototype.constructor); + + calledConstructor = DecoratorClass.prototype.constructor; + } + + calledConstructor.apply(this, arguments); + } + + DecoratorClass.displayName = SuperClass.displayName; + + function ctr () { + this.constructor = DecoratedClass; + } + + DecoratedClass.prototype = new ctr(); + + for (var m = 0; m < superMethods.length; m++) { + var superMethod = superMethods[m]; + + DecoratedClass.prototype[superMethod] = + SuperClass.prototype[superMethod]; + } + + var calledMethod = function (methodName) { + // Stub out the original method if it's not decorating an actual method + var originalMethod = function () {}; + + if (methodName in DecoratedClass.prototype) { + originalMethod = DecoratedClass.prototype[methodName]; + } + + var decoratedMethod = DecoratorClass.prototype[methodName]; + + return function () { + var unshift = Array.prototype.unshift; + + unshift.call(arguments, originalMethod); + + return decoratedMethod.apply(this, arguments); + }; + }; + + for (var d = 0; d < decoratedMethods.length; d++) { + var decoratedMethod = decoratedMethods[d]; + + DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod); + } + + return DecoratedClass; + }; + + var Observable = function () { + this.listeners = {}; + }; + + Observable.prototype.on = function (event, callback) { + this.listeners = this.listeners || {}; + + if (event in this.listeners) { + this.listeners[event].push(callback); + } else { + this.listeners[event] = [callback]; + } + }; + + Observable.prototype.trigger = function (event) { + var slice = Array.prototype.slice; + var params = slice.call(arguments, 1); + + this.listeners = this.listeners || {}; + + // Params should always come in as an array + if (params == null) { + params = []; + } + + // If there are no arguments to the event, use a temporary object + if (params.length === 0) { + params.push({}); + } + + // Set the `_type` of the first object to the event + params[0]._type = event; + + if (event in this.listeners) { + this.invoke(this.listeners[event], slice.call(arguments, 1)); + } + + if ('*' in this.listeners) { + this.invoke(this.listeners['*'], arguments); + } + }; + + Observable.prototype.invoke = function (listeners, params) { + for (var i = 0, len = listeners.length; i < len; i++) { + listeners[i].apply(this, params); + } + }; + + Utils.Observable = Observable; + + Utils.generateChars = function (length) { + var chars = ''; + + for (var i = 0; i < length; i++) { + var randomChar = Math.floor(Math.random() * 36); + chars += randomChar.toString(36); + } + + return chars; + }; + + Utils.bind = function (func, context) { + return function () { + func.apply(context, arguments); + }; + }; + + Utils._convertData = function (data) { + for (var originalKey in data) { + var keys = originalKey.split('-'); + + var dataLevel = data; + + if (keys.length === 1) { + continue; + } + + for (var k = 0; k < keys.length; k++) { + var key = keys[k]; + + // Lowercase the first letter + // By default, dash-separated becomes camelCase + key = key.substring(0, 1).toLowerCase() + key.substring(1); + + if (!(key in dataLevel)) { + dataLevel[key] = {}; + } + + if (k == keys.length - 1) { + dataLevel[key] = data[originalKey]; + } + + dataLevel = dataLevel[key]; + } + + delete data[originalKey]; + } + + return data; + }; + + Utils.hasScroll = function (index, el) { + // Adapted from the function created by @ShadowScripter + // and adapted by @BillBarry on the Stack Exchange Code Review website. + // The original code can be found at + // http://codereview.stackexchange.com/q/13338 + // and was designed to be used with the Sizzle selector engine. + + var $el = $(el); + var overflowX = el.style.overflowX; + var overflowY = el.style.overflowY; + + //Check both x and y declarations + if (overflowX === overflowY && + (overflowY === 'hidden' || overflowY === 'visible')) { + return false; + } + + if (overflowX === 'scroll' || overflowY === 'scroll') { + return true; + } + + return ($el.innerHeight() < el.scrollHeight || + $el.innerWidth() < el.scrollWidth); + }; + + Utils.escapeMarkup = function (markup) { + var replaceMap = { + '\\': '\', + '&': '&', + '<': '<', + '>': '>', + '"': '"', + '\'': ''', + '/': '/' + }; + + // Do not try to escape the markup if it's not a string + if (typeof markup !== 'string') { + return markup; + } + + return String(markup).replace(/[&<>"'\/\\]/g, function (match) { + return replaceMap[match]; + }); + }; + + // Append an array of jQuery nodes to a given element. + Utils.appendMany = function ($element, $nodes) { + // jQuery 1.7.x does not support $.fn.append() with an array + // Fall back to a jQuery object collection using $.fn.add() + if ($.fn.jquery.substr(0, 3) === '1.7') { + var $jqNodes = $(); + + $.map($nodes, function (node) { + $jqNodes = $jqNodes.add(node); + }); + + $nodes = $jqNodes; + } + + $element.append($nodes); + }; + + // Cache objects in Utils.__cache instead of $.data (see #4346) + Utils.__cache = {}; + + var id = 0; + Utils.GetUniqueElementId = function (element) { + // Get a unique element Id. If element has no id, + // creates a new unique number, stores it in the id + // attribute and returns the new id. + // If an id already exists, it simply returns it. + + var select2Id = element.getAttribute('data-select2-id'); + if (select2Id == null) { + // If element has id, use it. + if (element.id) { + select2Id = element.id; + element.setAttribute('data-select2-id', select2Id); + } else { + element.setAttribute('data-select2-id', ++id); + select2Id = id.toString(); + } + } + return select2Id; + }; + + Utils.StoreData = function (element, name, value) { + // Stores an item in the cache for a specified element. + // name is the cache key. + var id = Utils.GetUniqueElementId(element); + if (!Utils.__cache[id]) { + Utils.__cache[id] = {}; + } + + Utils.__cache[id][name] = value; + }; + + Utils.GetData = function (element, name) { + // Retrieves a value from the cache by its key (name) + // name is optional. If no name specified, return + // all cache items for the specified element. + // and for a specified element. + var id = Utils.GetUniqueElementId(element); + if (name) { + if (Utils.__cache[id]) { + if (Utils.__cache[id][name] != null) { + return Utils.__cache[id][name]; + } + return $(element).data(name); // Fallback to HTML5 data attribs. + } + return $(element).data(name); // Fallback to HTML5 data attribs. + } else { + return Utils.__cache[id]; + } + }; + + Utils.RemoveData = function (element) { + // Removes all cached items for a specified element. + var id = Utils.GetUniqueElementId(element); + if (Utils.__cache[id] != null) { + delete Utils.__cache[id]; + } + + element.removeAttribute('data-select2-id'); + }; + + return Utils; +} + +//keys PP_Select2_Utils.keys() +PP_Select2_Utils.keys = function () { + var KEYS = { + BACKSPACE: 8, + TAB: 9, + ENTER: 13, + SHIFT: 16, + CTRL: 17, + ALT: 18, + ESC: 27, + SPACE: 32, + PAGE_UP: 33, + PAGE_DOWN: 34, + END: 35, + HOME: 36, + LEFT: 37, + UP: 38, + RIGHT: 39, + DOWN: 40, + DELETE: 46 + }; + + return KEYS; +} \ No newline at end of file diff --git a/common/libs/select2-v4.0.13.1/js/select2-utils.min.js b/common/libs/select2-v4.0.13.1/js/select2-utils.min.js new file mode 100644 index 000000000..b4d5b07b2 --- /dev/null +++ b/common/libs/select2-v4.0.13.1/js/select2-utils.min.js @@ -0,0 +1 @@ +var PP_Select2_Utils=PP_Select2_Utils||{};PP_Select2_Utils.diacritics=function(){return{"Ⓐ":"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",Œ:"OE",Ƣ:"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",œ:"oe",ƣ:"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",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ώ:"ω",ς:"σ","’":"'"}},PP_Select2_Utils.i18nEn=function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(t){var e=t.input.length-t.maximum,u="Please delete "+e+" character";return 1!=e&&(u+="s"),u},inputTooShort:function(t){var e;return"Please enter "+(t.minimum-t.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(t){var e="You can only select "+t.maximum+" item";return 1!=t.maximum&&(e+="s"),e},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}},PP_Select2_Utils.utilities=function(t){var t=jQuery,e={};function u(t){var e=t.prototype,u=[];for(var n in e)"function"==typeof e[n]&&"constructor"!==n&&u.push(n);return u}e.Extend=function(t,e){var u={}.hasOwnProperty;function n(){this.constructor=t}for(var r in e)u.call(e,r)&&(t[r]=e[r]);return n.prototype=e.prototype,t.prototype=new n,t.__super__=e.prototype,t},e.Decorate=function(t,e){var n=u(e),r=u(t);function o(){var u=Array.prototype.unshift,n=e.prototype.constructor.length,r=t.prototype.constructor;n>0&&(u.call(arguments,t.prototype.constructor),r=e.prototype.constructor),r.apply(this,arguments)}e.displayName=t.displayName,o.prototype=new function t(){this.constructor=o};for(var i=0;i":">",'"':""","'":"'","/":"/"};return"string"!=typeof t?t:String(t).replace(/[&<>"'\/\\]/g,function(t){return e[t]})},e.appendMany=function(e,u){if("1.7"===t.fn.jquery.substr(0,3)){var n=t();t.map(u,function(t){n=n.add(t)}),u=n}e.append(u)},e.__cache={};var r=0;return e.GetUniqueElementId=function(t){var e=t.getAttribute("data-select2-id");return null==e&&(t.id?(e=t.id,t.setAttribute("data-select2-id",e)):(t.setAttribute("data-select2-id",++r),e=r.toString())),e},e.StoreData=function(t,u,n){var r=e.GetUniqueElementId(t);e.__cache[r]||(e.__cache[r]={}),e.__cache[r][u]=n},e.GetData=function(u,n){var r=e.GetUniqueElementId(u);return n?e.__cache[r]&&null!=e.__cache[r][n]?e.__cache[r][n]:t(u).data(n):e.__cache[r]},e.RemoveData=function(t){var u=e.GetUniqueElementId(t);null!=e.__cache[u]&&delete e.__cache[u],t.removeAttribute("data-select2-id")},e},PP_Select2_Utils.keys=function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}; \ No newline at end of file diff --git a/common/libs/select2-v4.0.13.1/js/select2.js b/common/libs/select2-v4.0.13.1/js/select2.js index bf4afa40f..d73448287 100644 --- a/common/libs/select2-v4.0.13.1/js/select2.js +++ b/common/libs/select2-v4.0.13.1/js/select2.js @@ -7,7 +7,6 @@ * Released under the MIT license * https://github.com/select2/select2/blob/master/LICENSE.md */ - if (!Array.isArray) { Array.isArray = function(arg) { return Object.prototype.toString.call(arg) === '[object Array]'; @@ -507,346 +506,10 @@ S2.define('jquery',[],function () { return _$; }); + S2.define('select2/utils',[ 'jquery' -], function ($) { - var Utils = {}; - - Utils.Extend = function (ChildClass, SuperClass) { - var __hasProp = {}.hasOwnProperty; - - function BaseConstructor () { - this.constructor = ChildClass; - } - - for (var key in SuperClass) { - if (__hasProp.call(SuperClass, key)) { - ChildClass[key] = SuperClass[key]; - } - } - - BaseConstructor.prototype = SuperClass.prototype; - ChildClass.prototype = new BaseConstructor(); - ChildClass.__super__ = SuperClass.prototype; - - return ChildClass; - }; - - function getMethods (theClass) { - var proto = theClass.prototype; - - var methods = []; - - for (var methodName in proto) { - var m = proto[methodName]; - - if (typeof m !== 'function') { - continue; - } - - if (methodName === 'constructor') { - continue; - } - - methods.push(methodName); - } - - return methods; - } - - Utils.Decorate = function (SuperClass, DecoratorClass) { - var decoratedMethods = getMethods(DecoratorClass); - var superMethods = getMethods(SuperClass); - - function DecoratedClass () { - var unshift = Array.prototype.unshift; - - var argCount = DecoratorClass.prototype.constructor.length; - - var calledConstructor = SuperClass.prototype.constructor; - - if (argCount > 0) { - unshift.call(arguments, SuperClass.prototype.constructor); - - calledConstructor = DecoratorClass.prototype.constructor; - } - - calledConstructor.apply(this, arguments); - } - - DecoratorClass.displayName = SuperClass.displayName; - - function ctr () { - this.constructor = DecoratedClass; - } - - DecoratedClass.prototype = new ctr(); - - for (var m = 0; m < superMethods.length; m++) { - var superMethod = superMethods[m]; - - DecoratedClass.prototype[superMethod] = - SuperClass.prototype[superMethod]; - } - - var calledMethod = function (methodName) { - // Stub out the original method if it's not decorating an actual method - var originalMethod = function () {}; - - if (methodName in DecoratedClass.prototype) { - originalMethod = DecoratedClass.prototype[methodName]; - } - - var decoratedMethod = DecoratorClass.prototype[methodName]; - - return function () { - var unshift = Array.prototype.unshift; - - unshift.call(arguments, originalMethod); - - return decoratedMethod.apply(this, arguments); - }; - }; - - for (var d = 0; d < decoratedMethods.length; d++) { - var decoratedMethod = decoratedMethods[d]; - - DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod); - } - - return DecoratedClass; - }; - - var Observable = function () { - this.listeners = {}; - }; - - Observable.prototype.on = function (event, callback) { - this.listeners = this.listeners || {}; - - if (event in this.listeners) { - this.listeners[event].push(callback); - } else { - this.listeners[event] = [callback]; - } - }; - - Observable.prototype.trigger = function (event) { - var slice = Array.prototype.slice; - var params = slice.call(arguments, 1); - - this.listeners = this.listeners || {}; - - // Params should always come in as an array - if (params == null) { - params = []; - } - - // If there are no arguments to the event, use a temporary object - if (params.length === 0) { - params.push({}); - } - - // Set the `_type` of the first object to the event - params[0]._type = event; - - if (event in this.listeners) { - this.invoke(this.listeners[event], slice.call(arguments, 1)); - } - - if ('*' in this.listeners) { - this.invoke(this.listeners['*'], arguments); - } - }; - - Observable.prototype.invoke = function (listeners, params) { - for (var i = 0, len = listeners.length; i < len; i++) { - listeners[i].apply(this, params); - } - }; - - Utils.Observable = Observable; - - Utils.generateChars = function (length) { - var chars = ''; - - for (var i = 0; i < length; i++) { - var randomChar = Math.floor(Math.random() * 36); - chars += randomChar.toString(36); - } - - return chars; - }; - - Utils.bind = function (func, context) { - return function () { - func.apply(context, arguments); - }; - }; - - Utils._convertData = function (data) { - for (var originalKey in data) { - var keys = originalKey.split('-'); - - var dataLevel = data; - - if (keys.length === 1) { - continue; - } - - for (var k = 0; k < keys.length; k++) { - var key = keys[k]; - - // Lowercase the first letter - // By default, dash-separated becomes camelCase - key = key.substring(0, 1).toLowerCase() + key.substring(1); - - if (!(key in dataLevel)) { - dataLevel[key] = {}; - } - - if (k == keys.length - 1) { - dataLevel[key] = data[originalKey]; - } - - dataLevel = dataLevel[key]; - } - - delete data[originalKey]; - } - - return data; - }; - - Utils.hasScroll = function (index, el) { - // Adapted from the function created by @ShadowScripter - // and adapted by @BillBarry on the Stack Exchange Code Review website. - // The original code can be found at - // http://codereview.stackexchange.com/q/13338 - // and was designed to be used with the Sizzle selector engine. - - var $el = $(el); - var overflowX = el.style.overflowX; - var overflowY = el.style.overflowY; - - //Check both x and y declarations - if (overflowX === overflowY && - (overflowY === 'hidden' || overflowY === 'visible')) { - return false; - } - - if (overflowX === 'scroll' || overflowY === 'scroll') { - return true; - } - - return ($el.innerHeight() < el.scrollHeight || - $el.innerWidth() < el.scrollWidth); - }; - - Utils.escapeMarkup = function (markup) { - var replaceMap = { - '\\': '\', - '&': '&', - '<': '<', - '>': '>', - '"': '"', - '\'': ''', - '/': '/' - }; - - // Do not try to escape the markup if it's not a string - if (typeof markup !== 'string') { - return markup; - } - - return String(markup).replace(/[&<>"'\/\\]/g, function (match) { - return replaceMap[match]; - }); - }; - - // Append an array of jQuery nodes to a given element. - Utils.appendMany = function ($element, $nodes) { - // jQuery 1.7.x does not support $.fn.append() with an array - // Fall back to a jQuery object collection using $.fn.add() - if ($.fn.jquery.substr(0, 3) === '1.7') { - var $jqNodes = $(); - - $.map($nodes, function (node) { - $jqNodes = $jqNodes.add(node); - }); - - $nodes = $jqNodes; - } - - $element.append($nodes); - }; - - // Cache objects in Utils.__cache instead of $.data (see #4346) - Utils.__cache = {}; - - var id = 0; - Utils.GetUniqueElementId = function (element) { - // Get a unique element Id. If element has no id, - // creates a new unique number, stores it in the id - // attribute and returns the new id. - // If an id already exists, it simply returns it. - - var select2Id = element.getAttribute('data-select2-id'); - if (select2Id == null) { - // If element has id, use it. - if (element.id) { - select2Id = element.id; - element.setAttribute('data-select2-id', select2Id); - } else { - element.setAttribute('data-select2-id', ++id); - select2Id = id.toString(); - } - } - return select2Id; - }; - - Utils.StoreData = function (element, name, value) { - // Stores an item in the cache for a specified element. - // name is the cache key. - var id = Utils.GetUniqueElementId(element); - if (!Utils.__cache[id]) { - Utils.__cache[id] = {}; - } - - Utils.__cache[id][name] = value; - }; - - Utils.GetData = function (element, name) { - // Retrieves a value from the cache by its key (name) - // name is optional. If no name specified, return - // all cache items for the specified element. - // and for a specified element. - var id = Utils.GetUniqueElementId(element); - if (name) { - if (Utils.__cache[id]) { - if (Utils.__cache[id][name] != null) { - return Utils.__cache[id][name]; - } - return $(element).data(name); // Fallback to HTML5 data attribs. - } - return $(element).data(name); // Fallback to HTML5 data attribs. - } else { - return Utils.__cache[id]; - } - }; - - Utils.RemoveData = function (element) { - // Removes all cached items for a specified element. - var id = Utils.GetUniqueElementId(element); - if (Utils.__cache[id] != null) { - delete Utils.__cache[id]; - } - - element.removeAttribute('data-select2-id'); - }; - - return Utils; -}); +], PP_Select2_Utils.utilities($)); S2.define('select2/results',[ 'jquery', @@ -1386,29 +1049,7 @@ S2.define('select2/results',[ S2.define('select2/keys',[ -], function () { - var KEYS = { - BACKSPACE: 8, - TAB: 9, - ENTER: 13, - SHIFT: 16, - CTRL: 17, - ALT: 18, - ESC: 27, - SPACE: 32, - PAGE_UP: 33, - PAGE_DOWN: 34, - END: 35, - HOME: 36, - LEFT: 37, - UP: 38, - RIGHT: 39, - DOWN: 40, - DELETE: 46 - }; - - return KEYS; -}); +], PP_Select2_Utils.keys()); S2.define('select2/selection/base',[ 'jquery', @@ -2301,856 +1942,10 @@ S2.define('select2/translation',[ return Translation; }); + S2.define('select2/diacritics',[ -], function () { - var diacritics = { - '\u24B6': 'A', - '\uFF21': 'A', - '\u00C0': 'A', - '\u00C1': 'A', - '\u00C2': 'A', - '\u1EA6': 'A', - '\u1EA4': 'A', - '\u1EAA': 'A', - '\u1EA8': 'A', - '\u00C3': 'A', - '\u0100': 'A', - '\u0102': 'A', - '\u1EB0': 'A', - '\u1EAE': 'A', - '\u1EB4': 'A', - '\u1EB2': 'A', - '\u0226': 'A', - '\u01E0': 'A', - '\u00C4': 'A', - '\u01DE': 'A', - '\u1EA2': 'A', - '\u00C5': 'A', - '\u01FA': 'A', - '\u01CD': 'A', - '\u0200': 'A', - '\u0202': 'A', - '\u1EA0': 'A', - '\u1EAC': 'A', - '\u1EB6': 'A', - '\u1E00': 'A', - '\u0104': 'A', - '\u023A': 'A', - '\u2C6F': 'A', - '\uA732': 'AA', - '\u00C6': 'AE', - '\u01FC': 'AE', - '\u01E2': 'AE', - '\uA734': 'AO', - '\uA736': 'AU', - '\uA738': 'AV', - '\uA73A': 'AV', - '\uA73C': 'AY', - '\u24B7': 'B', - '\uFF22': 'B', - '\u1E02': 'B', - '\u1E04': 'B', - '\u1E06': 'B', - '\u0243': 'B', - '\u0182': 'B', - '\u0181': 'B', - '\u24B8': 'C', - '\uFF23': 'C', - '\u0106': 'C', - '\u0108': 'C', - '\u010A': 'C', - '\u010C': 'C', - '\u00C7': 'C', - '\u1E08': 'C', - '\u0187': 'C', - '\u023B': 'C', - '\uA73E': 'C', - '\u24B9': 'D', - '\uFF24': 'D', - '\u1E0A': 'D', - '\u010E': 'D', - '\u1E0C': 'D', - '\u1E10': 'D', - '\u1E12': 'D', - '\u1E0E': 'D', - '\u0110': 'D', - '\u018B': 'D', - '\u018A': 'D', - '\u0189': 'D', - '\uA779': 'D', - '\u01F1': 'DZ', - '\u01C4': 'DZ', - '\u01F2': 'Dz', - '\u01C5': 'Dz', - '\u24BA': 'E', - '\uFF25': 'E', - '\u00C8': 'E', - '\u00C9': 'E', - '\u00CA': 'E', - '\u1EC0': 'E', - '\u1EBE': 'E', - '\u1EC4': 'E', - '\u1EC2': 'E', - '\u1EBC': 'E', - '\u0112': 'E', - '\u1E14': 'E', - '\u1E16': 'E', - '\u0114': 'E', - '\u0116': 'E', - '\u00CB': 'E', - '\u1EBA': 'E', - '\u011A': 'E', - '\u0204': 'E', - '\u0206': 'E', - '\u1EB8': 'E', - '\u1EC6': 'E', - '\u0228': 'E', - '\u1E1C': 'E', - '\u0118': 'E', - '\u1E18': 'E', - '\u1E1A': 'E', - '\u0190': 'E', - '\u018E': 'E', - '\u24BB': 'F', - '\uFF26': 'F', - '\u1E1E': 'F', - '\u0191': 'F', - '\uA77B': 'F', - '\u24BC': 'G', - '\uFF27': 'G', - '\u01F4': 'G', - '\u011C': 'G', - '\u1E20': 'G', - '\u011E': 'G', - '\u0120': 'G', - '\u01E6': 'G', - '\u0122': 'G', - '\u01E4': 'G', - '\u0193': 'G', - '\uA7A0': 'G', - '\uA77D': 'G', - '\uA77E': 'G', - '\u24BD': 'H', - '\uFF28': 'H', - '\u0124': 'H', - '\u1E22': 'H', - '\u1E26': 'H', - '\u021E': 'H', - '\u1E24': 'H', - '\u1E28': 'H', - '\u1E2A': 'H', - '\u0126': 'H', - '\u2C67': 'H', - '\u2C75': 'H', - '\uA78D': 'H', - '\u24BE': 'I', - '\uFF29': 'I', - '\u00CC': 'I', - '\u00CD': 'I', - '\u00CE': 'I', - '\u0128': 'I', - '\u012A': 'I', - '\u012C': 'I', - '\u0130': 'I', - '\u00CF': 'I', - '\u1E2E': 'I', - '\u1EC8': 'I', - '\u01CF': 'I', - '\u0208': 'I', - '\u020A': 'I', - '\u1ECA': 'I', - '\u012E': 'I', - '\u1E2C': 'I', - '\u0197': 'I', - '\u24BF': 'J', - '\uFF2A': 'J', - '\u0134': 'J', - '\u0248': 'J', - '\u24C0': 'K', - '\uFF2B': 'K', - '\u1E30': 'K', - '\u01E8': 'K', - '\u1E32': 'K', - '\u0136': 'K', - '\u1E34': 'K', - '\u0198': 'K', - '\u2C69': 'K', - '\uA740': 'K', - '\uA742': 'K', - '\uA744': 'K', - '\uA7A2': 'K', - '\u24C1': 'L', - '\uFF2C': 'L', - '\u013F': 'L', - '\u0139': 'L', - '\u013D': 'L', - '\u1E36': 'L', - '\u1E38': 'L', - '\u013B': 'L', - '\u1E3C': 'L', - '\u1E3A': 'L', - '\u0141': 'L', - '\u023D': 'L', - '\u2C62': 'L', - '\u2C60': 'L', - '\uA748': 'L', - '\uA746': 'L', - '\uA780': 'L', - '\u01C7': 'LJ', - '\u01C8': 'Lj', - '\u24C2': 'M', - '\uFF2D': 'M', - '\u1E3E': 'M', - '\u1E40': 'M', - '\u1E42': 'M', - '\u2C6E': 'M', - '\u019C': 'M', - '\u24C3': 'N', - '\uFF2E': 'N', - '\u01F8': 'N', - '\u0143': 'N', - '\u00D1': 'N', - '\u1E44': 'N', - '\u0147': 'N', - '\u1E46': 'N', - '\u0145': 'N', - '\u1E4A': 'N', - '\u1E48': 'N', - '\u0220': 'N', - '\u019D': 'N', - '\uA790': 'N', - '\uA7A4': 'N', - '\u01CA': 'NJ', - '\u01CB': 'Nj', - '\u24C4': 'O', - '\uFF2F': 'O', - '\u00D2': 'O', - '\u00D3': 'O', - '\u00D4': 'O', - '\u1ED2': 'O', - '\u1ED0': 'O', - '\u1ED6': 'O', - '\u1ED4': 'O', - '\u00D5': 'O', - '\u1E4C': 'O', - '\u022C': 'O', - '\u1E4E': 'O', - '\u014C': 'O', - '\u1E50': 'O', - '\u1E52': 'O', - '\u014E': 'O', - '\u022E': 'O', - '\u0230': 'O', - '\u00D6': 'O', - '\u022A': 'O', - '\u1ECE': 'O', - '\u0150': 'O', - '\u01D1': 'O', - '\u020C': 'O', - '\u020E': 'O', - '\u01A0': 'O', - '\u1EDC': 'O', - '\u1EDA': 'O', - '\u1EE0': 'O', - '\u1EDE': 'O', - '\u1EE2': 'O', - '\u1ECC': 'O', - '\u1ED8': 'O', - '\u01EA': 'O', - '\u01EC': 'O', - '\u00D8': 'O', - '\u01FE': 'O', - '\u0186': 'O', - '\u019F': 'O', - '\uA74A': 'O', - '\uA74C': 'O', - '\u0152': 'OE', - '\u01A2': 'OI', - '\uA74E': 'OO', - '\u0222': 'OU', - '\u24C5': 'P', - '\uFF30': 'P', - '\u1E54': 'P', - '\u1E56': 'P', - '\u01A4': 'P', - '\u2C63': 'P', - '\uA750': 'P', - '\uA752': 'P', - '\uA754': 'P', - '\u24C6': 'Q', - '\uFF31': 'Q', - '\uA756': 'Q', - '\uA758': 'Q', - '\u024A': 'Q', - '\u24C7': 'R', - '\uFF32': 'R', - '\u0154': 'R', - '\u1E58': 'R', - '\u0158': 'R', - '\u0210': 'R', - '\u0212': 'R', - '\u1E5A': 'R', - '\u1E5C': 'R', - '\u0156': 'R', - '\u1E5E': 'R', - '\u024C': 'R', - '\u2C64': 'R', - '\uA75A': 'R', - '\uA7A6': 'R', - '\uA782': 'R', - '\u24C8': 'S', - '\uFF33': 'S', - '\u1E9E': 'S', - '\u015A': 'S', - '\u1E64': 'S', - '\u015C': 'S', - '\u1E60': 'S', - '\u0160': 'S', - '\u1E66': 'S', - '\u1E62': 'S', - '\u1E68': 'S', - '\u0218': 'S', - '\u015E': 'S', - '\u2C7E': 'S', - '\uA7A8': 'S', - '\uA784': 'S', - '\u24C9': 'T', - '\uFF34': 'T', - '\u1E6A': 'T', - '\u0164': 'T', - '\u1E6C': 'T', - '\u021A': 'T', - '\u0162': 'T', - '\u1E70': 'T', - '\u1E6E': 'T', - '\u0166': 'T', - '\u01AC': 'T', - '\u01AE': 'T', - '\u023E': 'T', - '\uA786': 'T', - '\uA728': 'TZ', - '\u24CA': 'U', - '\uFF35': 'U', - '\u00D9': 'U', - '\u00DA': 'U', - '\u00DB': 'U', - '\u0168': 'U', - '\u1E78': 'U', - '\u016A': 'U', - '\u1E7A': 'U', - '\u016C': 'U', - '\u00DC': 'U', - '\u01DB': 'U', - '\u01D7': 'U', - '\u01D5': 'U', - '\u01D9': 'U', - '\u1EE6': 'U', - '\u016E': 'U', - '\u0170': 'U', - '\u01D3': 'U', - '\u0214': 'U', - '\u0216': 'U', - '\u01AF': 'U', - '\u1EEA': 'U', - '\u1EE8': 'U', - '\u1EEE': 'U', - '\u1EEC': 'U', - '\u1EF0': 'U', - '\u1EE4': 'U', - '\u1E72': 'U', - '\u0172': 'U', - '\u1E76': 'U', - '\u1E74': 'U', - '\u0244': 'U', - '\u24CB': 'V', - '\uFF36': 'V', - '\u1E7C': 'V', - '\u1E7E': 'V', - '\u01B2': 'V', - '\uA75E': 'V', - '\u0245': 'V', - '\uA760': 'VY', - '\u24CC': 'W', - '\uFF37': 'W', - '\u1E80': 'W', - '\u1E82': 'W', - '\u0174': 'W', - '\u1E86': 'W', - '\u1E84': 'W', - '\u1E88': 'W', - '\u2C72': 'W', - '\u24CD': 'X', - '\uFF38': 'X', - '\u1E8A': 'X', - '\u1E8C': 'X', - '\u24CE': 'Y', - '\uFF39': 'Y', - '\u1EF2': 'Y', - '\u00DD': 'Y', - '\u0176': 'Y', - '\u1EF8': 'Y', - '\u0232': 'Y', - '\u1E8E': 'Y', - '\u0178': 'Y', - '\u1EF6': 'Y', - '\u1EF4': 'Y', - '\u01B3': 'Y', - '\u024E': 'Y', - '\u1EFE': 'Y', - '\u24CF': 'Z', - '\uFF3A': 'Z', - '\u0179': 'Z', - '\u1E90': 'Z', - '\u017B': 'Z', - '\u017D': 'Z', - '\u1E92': 'Z', - '\u1E94': 'Z', - '\u01B5': 'Z', - '\u0224': 'Z', - '\u2C7F': 'Z', - '\u2C6B': 'Z', - '\uA762': 'Z', - '\u24D0': 'a', - '\uFF41': 'a', - '\u1E9A': 'a', - '\u00E0': 'a', - '\u00E1': 'a', - '\u00E2': 'a', - '\u1EA7': 'a', - '\u1EA5': 'a', - '\u1EAB': 'a', - '\u1EA9': 'a', - '\u00E3': 'a', - '\u0101': 'a', - '\u0103': 'a', - '\u1EB1': 'a', - '\u1EAF': 'a', - '\u1EB5': 'a', - '\u1EB3': 'a', - '\u0227': 'a', - '\u01E1': 'a', - '\u00E4': 'a', - '\u01DF': 'a', - '\u1EA3': 'a', - '\u00E5': 'a', - '\u01FB': 'a', - '\u01CE': 'a', - '\u0201': 'a', - '\u0203': 'a', - '\u1EA1': 'a', - '\u1EAD': 'a', - '\u1EB7': 'a', - '\u1E01': 'a', - '\u0105': 'a', - '\u2C65': 'a', - '\u0250': 'a', - '\uA733': 'aa', - '\u00E6': 'ae', - '\u01FD': 'ae', - '\u01E3': 'ae', - '\uA735': 'ao', - '\uA737': 'au', - '\uA739': 'av', - '\uA73B': 'av', - '\uA73D': 'ay', - '\u24D1': 'b', - '\uFF42': 'b', - '\u1E03': 'b', - '\u1E05': 'b', - '\u1E07': 'b', - '\u0180': 'b', - '\u0183': 'b', - '\u0253': 'b', - '\u24D2': 'c', - '\uFF43': 'c', - '\u0107': 'c', - '\u0109': 'c', - '\u010B': 'c', - '\u010D': 'c', - '\u00E7': 'c', - '\u1E09': 'c', - '\u0188': 'c', - '\u023C': 'c', - '\uA73F': 'c', - '\u2184': 'c', - '\u24D3': 'd', - '\uFF44': 'd', - '\u1E0B': 'd', - '\u010F': 'd', - '\u1E0D': 'd', - '\u1E11': 'd', - '\u1E13': 'd', - '\u1E0F': 'd', - '\u0111': 'd', - '\u018C': 'd', - '\u0256': 'd', - '\u0257': 'd', - '\uA77A': 'd', - '\u01F3': 'dz', - '\u01C6': 'dz', - '\u24D4': 'e', - '\uFF45': 'e', - '\u00E8': 'e', - '\u00E9': 'e', - '\u00EA': 'e', - '\u1EC1': 'e', - '\u1EBF': 'e', - '\u1EC5': 'e', - '\u1EC3': 'e', - '\u1EBD': 'e', - '\u0113': 'e', - '\u1E15': 'e', - '\u1E17': 'e', - '\u0115': 'e', - '\u0117': 'e', - '\u00EB': 'e', - '\u1EBB': 'e', - '\u011B': 'e', - '\u0205': 'e', - '\u0207': 'e', - '\u1EB9': 'e', - '\u1EC7': 'e', - '\u0229': 'e', - '\u1E1D': 'e', - '\u0119': 'e', - '\u1E19': 'e', - '\u1E1B': 'e', - '\u0247': 'e', - '\u025B': 'e', - '\u01DD': 'e', - '\u24D5': 'f', - '\uFF46': 'f', - '\u1E1F': 'f', - '\u0192': 'f', - '\uA77C': 'f', - '\u24D6': 'g', - '\uFF47': 'g', - '\u01F5': 'g', - '\u011D': 'g', - '\u1E21': 'g', - '\u011F': 'g', - '\u0121': 'g', - '\u01E7': 'g', - '\u0123': 'g', - '\u01E5': 'g', - '\u0260': 'g', - '\uA7A1': 'g', - '\u1D79': 'g', - '\uA77F': 'g', - '\u24D7': 'h', - '\uFF48': 'h', - '\u0125': 'h', - '\u1E23': 'h', - '\u1E27': 'h', - '\u021F': 'h', - '\u1E25': 'h', - '\u1E29': 'h', - '\u1E2B': 'h', - '\u1E96': 'h', - '\u0127': 'h', - '\u2C68': 'h', - '\u2C76': 'h', - '\u0265': 'h', - '\u0195': 'hv', - '\u24D8': 'i', - '\uFF49': 'i', - '\u00EC': 'i', - '\u00ED': 'i', - '\u00EE': 'i', - '\u0129': 'i', - '\u012B': 'i', - '\u012D': 'i', - '\u00EF': 'i', - '\u1E2F': 'i', - '\u1EC9': 'i', - '\u01D0': 'i', - '\u0209': 'i', - '\u020B': 'i', - '\u1ECB': 'i', - '\u012F': 'i', - '\u1E2D': 'i', - '\u0268': 'i', - '\u0131': 'i', - '\u24D9': 'j', - '\uFF4A': 'j', - '\u0135': 'j', - '\u01F0': 'j', - '\u0249': 'j', - '\u24DA': 'k', - '\uFF4B': 'k', - '\u1E31': 'k', - '\u01E9': 'k', - '\u1E33': 'k', - '\u0137': 'k', - '\u1E35': 'k', - '\u0199': 'k', - '\u2C6A': 'k', - '\uA741': 'k', - '\uA743': 'k', - '\uA745': 'k', - '\uA7A3': 'k', - '\u24DB': 'l', - '\uFF4C': 'l', - '\u0140': 'l', - '\u013A': 'l', - '\u013E': 'l', - '\u1E37': 'l', - '\u1E39': 'l', - '\u013C': 'l', - '\u1E3D': 'l', - '\u1E3B': 'l', - '\u017F': 'l', - '\u0142': 'l', - '\u019A': 'l', - '\u026B': 'l', - '\u2C61': 'l', - '\uA749': 'l', - '\uA781': 'l', - '\uA747': 'l', - '\u01C9': 'lj', - '\u24DC': 'm', - '\uFF4D': 'm', - '\u1E3F': 'm', - '\u1E41': 'm', - '\u1E43': 'm', - '\u0271': 'm', - '\u026F': 'm', - '\u24DD': 'n', - '\uFF4E': 'n', - '\u01F9': 'n', - '\u0144': 'n', - '\u00F1': 'n', - '\u1E45': 'n', - '\u0148': 'n', - '\u1E47': 'n', - '\u0146': 'n', - '\u1E4B': 'n', - '\u1E49': 'n', - '\u019E': 'n', - '\u0272': 'n', - '\u0149': 'n', - '\uA791': 'n', - '\uA7A5': 'n', - '\u01CC': 'nj', - '\u24DE': 'o', - '\uFF4F': 'o', - '\u00F2': 'o', - '\u00F3': 'o', - '\u00F4': 'o', - '\u1ED3': 'o', - '\u1ED1': 'o', - '\u1ED7': 'o', - '\u1ED5': 'o', - '\u00F5': 'o', - '\u1E4D': 'o', - '\u022D': 'o', - '\u1E4F': 'o', - '\u014D': 'o', - '\u1E51': 'o', - '\u1E53': 'o', - '\u014F': 'o', - '\u022F': 'o', - '\u0231': 'o', - '\u00F6': 'o', - '\u022B': 'o', - '\u1ECF': 'o', - '\u0151': 'o', - '\u01D2': 'o', - '\u020D': 'o', - '\u020F': 'o', - '\u01A1': 'o', - '\u1EDD': 'o', - '\u1EDB': 'o', - '\u1EE1': 'o', - '\u1EDF': 'o', - '\u1EE3': 'o', - '\u1ECD': 'o', - '\u1ED9': 'o', - '\u01EB': 'o', - '\u01ED': 'o', - '\u00F8': 'o', - '\u01FF': 'o', - '\u0254': 'o', - '\uA74B': 'o', - '\uA74D': 'o', - '\u0275': 'o', - '\u0153': 'oe', - '\u01A3': 'oi', - '\u0223': 'ou', - '\uA74F': 'oo', - '\u24DF': 'p', - '\uFF50': 'p', - '\u1E55': 'p', - '\u1E57': 'p', - '\u01A5': 'p', - '\u1D7D': 'p', - '\uA751': 'p', - '\uA753': 'p', - '\uA755': 'p', - '\u24E0': 'q', - '\uFF51': 'q', - '\u024B': 'q', - '\uA757': 'q', - '\uA759': 'q', - '\u24E1': 'r', - '\uFF52': 'r', - '\u0155': 'r', - '\u1E59': 'r', - '\u0159': 'r', - '\u0211': 'r', - '\u0213': 'r', - '\u1E5B': 'r', - '\u1E5D': 'r', - '\u0157': 'r', - '\u1E5F': 'r', - '\u024D': 'r', - '\u027D': 'r', - '\uA75B': 'r', - '\uA7A7': 'r', - '\uA783': 'r', - '\u24E2': 's', - '\uFF53': 's', - '\u00DF': 's', - '\u015B': 's', - '\u1E65': 's', - '\u015D': 's', - '\u1E61': 's', - '\u0161': 's', - '\u1E67': 's', - '\u1E63': 's', - '\u1E69': 's', - '\u0219': 's', - '\u015F': 's', - '\u023F': 's', - '\uA7A9': 's', - '\uA785': 's', - '\u1E9B': 's', - '\u24E3': 't', - '\uFF54': 't', - '\u1E6B': 't', - '\u1E97': 't', - '\u0165': 't', - '\u1E6D': 't', - '\u021B': 't', - '\u0163': 't', - '\u1E71': 't', - '\u1E6F': 't', - '\u0167': 't', - '\u01AD': 't', - '\u0288': 't', - '\u2C66': 't', - '\uA787': 't', - '\uA729': 'tz', - '\u24E4': 'u', - '\uFF55': 'u', - '\u00F9': 'u', - '\u00FA': 'u', - '\u00FB': 'u', - '\u0169': 'u', - '\u1E79': 'u', - '\u016B': 'u', - '\u1E7B': 'u', - '\u016D': 'u', - '\u00FC': 'u', - '\u01DC': 'u', - '\u01D8': 'u', - '\u01D6': 'u', - '\u01DA': 'u', - '\u1EE7': 'u', - '\u016F': 'u', - '\u0171': 'u', - '\u01D4': 'u', - '\u0215': 'u', - '\u0217': 'u', - '\u01B0': 'u', - '\u1EEB': 'u', - '\u1EE9': 'u', - '\u1EEF': 'u', - '\u1EED': 'u', - '\u1EF1': 'u', - '\u1EE5': 'u', - '\u1E73': 'u', - '\u0173': 'u', - '\u1E77': 'u', - '\u1E75': 'u', - '\u0289': 'u', - '\u24E5': 'v', - '\uFF56': 'v', - '\u1E7D': 'v', - '\u1E7F': 'v', - '\u028B': 'v', - '\uA75F': 'v', - '\u028C': 'v', - '\uA761': 'vy', - '\u24E6': 'w', - '\uFF57': 'w', - '\u1E81': 'w', - '\u1E83': 'w', - '\u0175': 'w', - '\u1E87': 'w', - '\u1E85': 'w', - '\u1E98': 'w', - '\u1E89': 'w', - '\u2C73': 'w', - '\u24E7': 'x', - '\uFF58': 'x', - '\u1E8B': 'x', - '\u1E8D': 'x', - '\u24E8': 'y', - '\uFF59': 'y', - '\u1EF3': 'y', - '\u00FD': 'y', - '\u0177': 'y', - '\u1EF9': 'y', - '\u0233': 'y', - '\u1E8F': 'y', - '\u00FF': 'y', - '\u1EF7': 'y', - '\u1E99': 'y', - '\u1EF5': 'y', - '\u01B4': 'y', - '\u024F': 'y', - '\u1EFF': 'y', - '\u24E9': 'z', - '\uFF5A': 'z', - '\u017A': 'z', - '\u1E91': 'z', - '\u017C': 'z', - '\u017E': 'z', - '\u1E93': 'z', - '\u1E95': 'z', - '\u01B6': 'z', - '\u0225': 'z', - '\u0240': 'z', - '\u2C6C': 'z', - '\uA763': 'z', - '\u0386': '\u0391', - '\u0388': '\u0395', - '\u0389': '\u0397', - '\u038A': '\u0399', - '\u03AA': '\u0399', - '\u038C': '\u039F', - '\u038E': '\u03A5', - '\u03AB': '\u03A5', - '\u038F': '\u03A9', - '\u03AC': '\u03B1', - '\u03AD': '\u03B5', - '\u03AE': '\u03B7', - '\u03AF': '\u03B9', - '\u03CA': '\u03B9', - '\u0390': '\u03B9', - '\u03CC': '\u03BF', - '\u03CD': '\u03C5', - '\u03CB': '\u03C5', - '\u03B0': '\u03C5', - '\u03CE': '\u03C9', - '\u03C2': '\u03C3', - '\u2019': '\'' - }; - - return diacritics; -}); +], PP_Select2_Utils.diacritics()); S2.define('select2/data/base',[ '../utils' @@ -4716,53 +3511,7 @@ S2.define('select2/dropdown/closeOnSelect',[ return CloseOnSelect; }); -S2.define('select2/i18n/en',[],function () { - // English - return { - errorLoading: function () { - return 'The results could not be loaded.'; - }, - inputTooLong: function (args) { - var overChars = args.input.length - args.maximum; - - var message = 'Please delete ' + overChars + ' character'; - - if (overChars != 1) { - message += 's'; - } - - return message; - }, - inputTooShort: function (args) { - var remainingChars = args.minimum - args.input.length; - - var message = 'Please enter ' + remainingChars + ' or more characters'; - - return message; - }, - loadingMore: function () { - return 'Loading more results…'; - }, - maximumSelected: function (args) { - var message = 'You can only select ' + args.maximum + ' item'; - - if (args.maximum != 1) { - message += 's'; - } - - return message; - }, - noResults: function () { - return 'No results found'; - }, - searching: function () { - return 'Searching…'; - }, - removeAllItems: function () { - return 'Remove all items'; - } - }; -}); +S2.define('select2/i18n/en',[], PP_Select2_Utils.i18nEn()); S2.define('select2/defaults',[ 'jquery', diff --git a/common/libs/select2-v4.0.13.1/js/select2.min.js b/common/libs/select2-v4.0.13.1/js/select2.min.js index 7deb77b80..d42ae2074 100644 --- a/common/libs/select2-v4.0.13.1/js/select2.min.js +++ b/common/libs/select2-v4.0.13.1/js/select2.min.js @@ -1,2 +1 @@ -/*! Select2 4.0.13.1 | Modified by PublishPress fixing jQuery deprecation warnings | https://github.com/select2/select2/blob/master/LICENSE.md */ -Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&module.exports?module.exports=function(t,n){return void 0===n&&(n="undefined"!=typeof window?require("jquery"):require("jquery")(t)),e(n),n}:e(jQuery)}(function(e){var t=function(){if(e&&e.fn&&e.fn.pp_select2&&e.fn.pp_select2.amd)var t=e.fn.pp_select2.amd;var n,r,i;return t&&t.requirejs||(t?r=t:t={},function(e){var t,o,s,a,l={},c={},u={},d={},p=Object.prototype.hasOwnProperty,h=[].slice,f=/\.js$/;function g(e,t){return p.call(e,t)}function m(e,t){var n,r,i,o,s,a,l,c,d,p,h,g=t&&t.split("/"),m=u.map,v=m&&m["*"]||{};if(e){for(s=(e=e.split("/")).length-1,u.nodeIdCompat&&f.test(e[s])&&(e[s]=e[s].replace(f,"")),"."===e[0].charAt(0)&&g&&(e=g.slice(0,g.length-1).concat(e)),d=0;d0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((g||v)&&m){for(d=(n=e.split("/")).length;d>0;d-=1){if(r=n.slice(0,d).join("/"),g)for(p=g.length;p>0;p-=1)if((i=m[g.slice(0,p).join("/")])&&(i=i[r])){o=i,a=d;break}if(o)break;!l&&v&&v[r]&&(l=v[r],c=d)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function v(t,n){return function(){var r=h.call(arguments,0);return"string"!=typeof r[0]&&1===r.length&&r.push(null),o.apply(e,r.concat([t,n]))}}function y(e){return function(t){l[e]=t}}function _(n){if(g(c,n)){var r=c[n];delete c[n],d[n]=!0,t.apply(e,r)}if(!g(l,n)&&!g(d,n))throw new Error("No "+n);return l[n]}function $(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function b(e){return e?$(e):[]}function w(e){return function(){return u&&u.config&&u.config[e]||{}}}s=function(e,t){var n,r,i=$(e),o=i[0],s=t[1];return e=i[1],o&&(n=_(o=m(o,s))),o?e=n&&n.normalize?n.normalize(e,(r=s,function(e){return m(e,r)})):m(e,s):(o=(i=$(e=m(e,s)))[0],e=i[1],o&&(n=_(o))),{f:o?o+"!"+e:e,n:e,pr:o,p:n}},a={require:function(e){return v(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:w(e)}}},t=function(t,n,r,i){var o,u,p,h,f,m,$,w=[],A=typeof r;if(m=b(i=i||t),"undefined"===A||"function"===A){for(n=!n.length&&r.length?["require","exports","module"]:n,f=0;f0&&(n.call(arguments,e.prototype.constructor),i=t.prototype.constructor),i.apply(this,arguments)}t.displayName=e.displayName,o.prototype=new function(){this.constructor=o};for(var s=0;s":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},t.appendMany=function(t,n){if("1.7"===e.fn.jquery.substr(0,3)){var r=e();e.map(n,function(e){r=r.add(e)}),n=r}t.append(n)},t.__cache={};var i=0;return t.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++i),t=i.toString())),t},t.StoreData=function(e,n,r){var i=t.GetUniqueElementId(e);t.__cache[i]||(t.__cache[i]={}),t.__cache[i][n]=r},t.GetData=function(n,r){var i=t.GetUniqueElementId(n);return r?t.__cache[i]&&null!=t.__cache[i][r]?t.__cache[i][r]:e(n).data(r):t.__cache[i]},t.RemoveData=function(e){var n=t.GetUniqueElementId(e);null!=t.__cache[n]&&delete t.__cache[n],e.removeAttribute("data-select2-id")},t}),t.define("select2/results",["jquery","./utils"],function(e,t){function n(e,t,r){this.$element=e,this.data=r,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('
    ');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var r=e(''),i=this.options.get("translations").get(t.message);r.append(n(i(t.args))),r[0].className+=" select2-results__message",this.$results.append(r)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var n=this;this.data.current(function(r){var i=e.map(r,function(e){return e.id.toString()});n.$results.find(".select2-results__option[aria-selected]").each(function(){var n=e(this),r=t.GetData(this,"data"),o=""+r.id;null!=r.element&&r.element.selected||null==r.element&&e.inArray(o,i)>-1?n.attr("aria-selected","true"):n.attr("aria-selected","false")})})},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(n){var r=document.createElement("li");r.className="select2-results__option";var i={role:"option","aria-selected":"false"},o=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var s in(null!=n.element&&o.call(n.element,":disabled")||null==n.element&&n.disabled)&&(delete i["aria-selected"],i["aria-disabled"]="true"),null==n.id&&delete i["aria-selected"],null!=n._resultId&&(r.id=n._resultId),n.title&&(r.title=n.title),n.children&&(i.role="group",i["aria-label"]=n.text,delete i["aria-selected"]),i){var a=i[s];r.setAttribute(s,a)}if(n.children){var l=e(r),c=document.createElement("strong");c.className="select2-results__group";e(c);this.template(n,c);for(var u=[],d=0;d",{class:"select2-results__options select2-results__options--nested"});f.append(u),l.append(c),l.append(f)}else this.template(n,r);return t.StoreData(r,"data",n),r},n.prototype.bind=function(n,r){var i=this,o=n.id+"-results";this.$results.attr("id",o),n.on("results:all",function(e){i.clear(),i.append(e.data),n.isOpen()&&(i.setClasses(),i.highlightFirstItem())}),n.on("results:append",function(e){i.append(e.data),n.isOpen()&&i.setClasses()}),n.on("query",function(e){i.hideMessages(),i.showLoading(e)}),n.on("select",function(){n.isOpen()&&(i.setClasses(),i.options.get("scrollAfterSelect")&&i.highlightFirstItem())}),n.on("unselect",function(){n.isOpen()&&(i.setClasses(),i.options.get("scrollAfterSelect")&&i.highlightFirstItem())}),n.on("open",function(){i.$results.attr("aria-expanded","true"),i.$results.attr("aria-hidden","false"),i.setClasses(),i.ensureHighlightVisible()}),n.on("close",function(){i.$results.attr("aria-expanded","false"),i.$results.attr("aria-hidden","true"),i.$results.removeAttr("aria-activedescendant")}),n.on("results:toggle",function(){var e=i.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),n.on("results:select",function(){var e=i.getHighlightedResults();if(0!==e.length){var n=t.GetData(e[0],"data");"true"==e.attr("aria-selected")?i.trigger("close",{}):i.trigger("select",{data:n})}}),n.on("results:previous",function(){var e=i.getHighlightedResults(),t=i.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var o=t.eq(r);o.trigger("mouseenter");var s=i.$results.offset().top,a=o.offset().top,l=i.$results.scrollTop()+(a-s);0===r?i.$results.scrollTop(0):a-s<0&&i.$results.scrollTop(l)}}),n.on("results:next",function(){var e=i.getHighlightedResults(),t=i.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var o=i.$results.offset().top+i.$results.outerHeight(!1),s=r.offset().top+r.outerHeight(!1),a=i.$results.scrollTop()+s-o;0===n?i.$results.scrollTop(0):s>o&&i.$results.scrollTop(a)}}),n.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),n.on("results:message",function(e){i.displayMessage(e)}),e.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=i.$results.scrollTop(),n=i.$results.get(0).scrollHeight-t+e.deltaY,r=e.deltaY>0&&t-e.deltaY<=0,o=e.deltaY<0&&n<=i.$results.height();r?(i.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):o&&(i.$results.scrollTop(i.$results.get(0).scrollHeight-i.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(n){var r=e(this),o=t.GetData(this,"data");"true"!==r.attr("aria-selected")?i.trigger("select",{originalEvent:n,data:o}):i.options.get("multiple")?i.trigger("unselect",{originalEvent:n,data:o}):i.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(n){var r=t.GetData(this,"data");i.getHighlightedResults().removeClass("select2-results__option--highlighted"),i.trigger("results:focus",{data:r,element:e(this)})})},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,r=e.offset().top,i=this.$results.scrollTop()+(r-n),o=r-n;i-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(i)}},n.prototype.template=function(t,n){var r=this.options.get("templateResult"),i=this.options.get("escapeMarkup"),o=r(t,n);null==o?n.style.display="none":"string"==typeof o?n.innerHTML=i(o):e(n).append(o)},n}),t.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),t.define("select2/selection/base",["jquery","../utils","../keys"],function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,t.Observable),r.prototype.render=function(){var n=e('');return this._tabindex=0,null!=t.GetData(this.$element[0],"old-tabindex")?this._tabindex=t.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),n.attr("title",this.$element.attr("title")),n.attr("tabindex",this._tabindex),n.attr("aria-disabled","false"),this.$selection=n,n},r.prototype.bind=function(e,t){var r=this,i=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){r.trigger("focus",e)}),this.$selection.on("blur",function(e){r._handleBlur(e)}),this.$selection.on("keydown",function(e){r.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){r.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){r.update(e.data)}),e.on("open",function(){r.$selection.attr("aria-expanded","true"),r.$selection.attr("aria-owns",i),r._attachCloseHandler(e)}),e.on("close",function(){r.$selection.attr("aria-expanded","false"),r.$selection.removeAttr("aria-activedescendant"),r.$selection.removeAttr("aria-owns"),r.$selection.trigger("focus"),r._detachCloseHandler(e)}),e.on("enable",function(){r.$selection.attr("tabindex",r._tabindex),r.$selection.attr("aria-disabled","false")}),e.on("disable",function(){r.$selection.attr("tabindex","-1"),r.$selection.attr("aria-disabled","true")})},r.prototype._handleBlur=function(t){var n=this;window.setTimeout(function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)},1)},r.prototype._attachCloseHandler=function(n){e(document.body).on("mousedown.select2."+n.id,function(n){var r=e(n.target).closest(".select2");e(".select2.select2-container--open").each(function(){this!=r[0]&&t.GetData(this,"element").pp_select2("close")})})},r.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},r.prototype.position=function(e,t){t.find(".selection").append(e)},r.prototype.destroy=function(){this._detachCloseHandler(this.container)},r.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},r.prototype.isEnabled=function(){return!this.isDisabled()},r.prototype.isDisabled=function(){return this.options.get("disabled")},r}),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,r){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html(''),e},i.prototype.bind=function(e,t){var n=this;i.__super__.bind.apply(this,arguments);var r=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),e.on("focus",function(t){e.isOpen()||n.$selection.trigger("focus")})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e("")},i.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var i=t.title||t.text;i?n.attr("title",i):n.removeAttr("title")}else this.clear()},i}),t.define("select2/selection/multiple",["jquery","./base","../utils"],function(e,t,n){function r(e,t){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('
      '),e},r.prototype.bind=function(t,i){var o=this;r.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){o.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(t){if(!o.isDisabled()){var r=e(this).parent(),i=n.GetData(r[0],"data");o.trigger("unselect",{originalEvent:t,data:i})}})},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e('
    • ×
    • ')},r.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],r=0;r1||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},t}),t.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(e,t,n){function r(){}return r.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){r._handleClear(e)}),t.on("keypress",function(e){r._handleKeyboardClear(e,t)})},r.prototype._handleClear=function(e,t){if(!this.isDisabled()){var r=this.$selection.find(".select2-selection__clear");if(0!==r.length){t.stopPropagation();var i=n.GetData(r[0],"data"),o=this.$element.val();this.$element.val(this.placeholder.id);var s={data:i};if(this.trigger("clear",s),s.prevented)this.$element.val(o);else{for(var a=0;a0||0===r.length)){var i=this.options.get("translations").get("removeAllItems"),o=e('×');n.StoreData(o[0],"data",r),this.$selection.find(".select2-selection__rendered").prepend(o)}},r}),t.define("select2/selection/search",["jquery","../utils","../keys"],function(e,t,n){function r(e,t,n){e.call(this,t,n)}return r.prototype.render=function(t){var n=e('');this.$searchContainer=n,this.$search=n.find("input");var r=t.call(this);return this._transferTabIndex(),r},r.prototype.bind=function(e,r,i){var o=this,s=r.id+"-results";e.call(this,r,i),r.on("open",function(){o.$search.attr("aria-controls",s),o.$search.trigger("focus")}),r.on("close",function(){o.$search.val(""),o.$search.removeAttr("aria-controls"),o.$search.removeAttr("aria-activedescendant"),o.$search.trigger("focus")}),r.on("enable",function(){o.$search.prop("disabled",!1),o._transferTabIndex()}),r.on("disable",function(){o.$search.prop("disabled",!0)}),r.on("focus",function(e){o.$search.trigger("focus")}),r.on("results:focus",function(e){e.data._resultId?o.$search.attr("aria-activedescendant",e.data._resultId):o.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){o.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){o._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===o.$search.val()){var r=o.$searchContainer.prev(".select2-selection__choice");if(r.length>0){var i=t.GetData(r[0],"data");o.searchRemoveChoice(i),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){o.$search.val()&&e.stopPropagation()});var a=document.documentMode,l=a&&a<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){l?o.$selection.off("input.search input.searchcheck"):o.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(l&&"input"===e.type)o.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&o.handleSearch(e)}})},r.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},r.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},r.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},r.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},r.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},r.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},r}),t.define("select2/selection/eventRelay",["jquery"],function(e){function t(){}return t.prototype.bind=function(t,n,r){var i=this,o=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],s=["opening","closing","selecting","unselecting","clearing"];t.call(this,n,r),n.on("*",function(t,n){if(-1!==e.inArray(t,o)){n=n||{};var r=e.Event("select2:"+t,{params:n});i.$element.trigger(r),-1!==e.inArray(t,s)&&(n.prevented=r.isDefaultPrevented())}})},t}),t.define("select2/translation",["jquery","require"],function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var r=t(e);n._cache[e]=r}return new n(n._cache[e])},n}),t.define("select2/diacritics",[],function(){return{"Ⓐ":"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","Œ":"OE","Ƣ":"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","œ":"oe","ƣ":"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","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),t.define("select2/data/base",["../utils"],function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var r=t.id+"-result-";return r+=e.generateChars(4),null!=n.id?r+="-"+n.id.toString():r+="-"+e.generateChars(4),r},t}),t.define("select2/data/select",["./base","../utils","jquery"],function(e,t,n){function r(e,t){this.$element=e,this.options=t,r.__super__.constructor.call(this)}return t.Extend(r,e),r.prototype.current=function(e){var t=[],r=this;this.$element.find(":selected").each(function(){var e=n(this),i=r.item(e);t.push(i)}),e(t)},r.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option"))return e.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(r){var i=[];(e=[e]).push.apply(e,r);for(var o=0;o=0){var u=i.filter(a(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h)}else{var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}s.push(f)}}return s},r}),t.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,n){function r(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),r.__super__.constructor.call(this,e,t)}return t.Extend(r,e),r.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,r){var i=n.ajax(e);return i.then(t),i.fail(r),i}};return n.extend({},t,e,!0)},r.prototype.processResults=function(e){return e},r.prototype.query=function(e,t){var r=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var i=n.extend({type:"GET"},this.ajaxOptions);function o(){var n=i.transport(i,function(n){var i=r.processResults(n,e);r.options.get("debug")&&window.console&&console.error&&(i&&i.results&&Array.isArray(i.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(i)},function(){"status"in n&&(0===n.status||"0"===n.status)||r.trigger("results:message",{message:"errorLoading"})});r._request=n}"function"==typeof i.url&&(i.url=i.url.call(this.$element,e)),"function"==typeof i.data&&(i.data=i.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(o,this.ajaxOptions.delay)):o()},r}),t.define("select2/data/tags",["jquery"],function(e){function t(e,t,n){var r=n.get("tags"),i=n.get("createTag");void 0!==i&&(this.createTag=i);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),Array.isArray(r))for(var s=0;s0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),t.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(){r._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected(function(){e.call(r,t,n)})},e.prototype._checkIfMaximumSelected=function(e,t){var n=this;this.current(function(e){var r=null!=e?e.length:0;n.maximumSelectionLength>0&&r>=n.maximumSelectionLength?n.trigger("results:message",{message:"maximumSelected",args:{maximum:n.maximumSelectionLength}}):t&&t()})},e}),t.define("select2/dropdown",["jquery","./utils"],function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),t.define("select2/dropdown/search",["jquery","../utils"],function(e,t){function n(){}return n.prototype.render=function(t){var n=t.call(this),r=e('');return this.$searchContainer=r,this.$search=r.find("input"),n.prepend(r),n},n.prototype.bind=function(t,n,r){var i=this,o=n.id+"-results";t.call(this,n,r),this.$search.on("keydown",function(e){i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(t){e(this).off("keyup")}),this.$search.on("keyup input",function(e){i.handleSearch(e)}),n.on("open",function(){i.$search.attr("tabindex",0),i.$search.attr("aria-controls",o),i.$search.trigger("focus"),window.setTimeout(function(){i.$search.trigger("focus")},0)}),n.on("close",function(){i.$search.attr("tabindex",-1),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.val(""),i.$search.trigger("blur")}),n.on("focus",function(){n.isOpen()||i.$search.trigger("focus")}),n.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(i.showSearch(e)?i.$searchContainer.removeClass("select2-search--hide"):i.$searchContainer.addClass("select2-search--hide"))}),n.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})},n.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},n.prototype.showSearch=function(e,t){return!0},n}),t.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;r>=0;r--){var i=t[r];this.placeholder.id===i.id&&n.splice(r,1)}return n},e}),t.define("select2/dropdown/infiniteScroll",["jquery"],function(e){function t(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},t.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",function(e){r.lastParams=e,r.loading=!0}),t.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},t.prototype.loadMoreIfNeeded=function(){var t=e.contains(document.documentElement,this.$loadingMore[0]);!this.loading&&t&&(this.$results.offset().top+this.$results.outerHeight(!1)+50>=this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)&&this.loadMore())},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('
    • '),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t}),t.define("select2/dropdown/attachBody",["jquery","../utils"],function(e,t){function n(t,n,r){this.$dropdownParent=e(r.get("dropdownParent")||document.body),t.call(this,n,r)}return n.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)}),t.on("close",function(){r._hideDropdown(),r._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e(""),r=t.call(this);return n.append(r),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},n.prototype._attachPositioningHandler=function(n,r){var i=this,o="scroll.select2."+r.id,s="resize.select2."+r.id,a="orientationchange.select2."+r.id,l=this.$container.parents().filter(t.hasScroll);l.each(function(){t.StoreData(this,"select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})}),l.on(o,function(n){var r=t.GetData(this,"select2-scroll-position");e(this).scrollTop(r.y)}),e(window).on(o+" "+s+" "+a,function(e){i._positionDropdown(),i._resizeDropdown()})},n.prototype._detachPositioningHandler=function(n,r){var i="scroll.select2."+r.id,o="resize.select2."+r.id,s="orientationchange.select2."+r.id;this.$container.parents().filter(t.hasScroll).off(i),e(window).off(i+" "+o+" "+s)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),r=this.$dropdown.hasClass("select2-dropdown--below"),i=null,o=this.$container.offset();o.bottom=o.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=o.top,s.bottom=o.top+s.height;var a=this.$dropdown.outerHeight(!1),l=t.scrollTop(),c=t.scrollTop()+t.height(),u=lo.bottom+a,p={left:o.left,top:s.bottom},h=this.$dropdownParent;"static"===h.css("position")&&(h=h.offsetParent());var f={top:0,left:0};(e.contains(document.body,h[0])||h[0].isConnected)&&(f=h.offset()),p.top-=f.top,p.left-=f.left,n||r||(i="below"),d||!u||n?!u&&d&&n&&(i="below"):i="above",("above"==i||n&&"below"!==i)&&(p.top=s.top-f.top-a),null!=i&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+i),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+i)),this.$dropdownContainer.css(p)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n}),t.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r0&&(u.dataAdapter=c.Decorate(u.dataAdapter,v)),u.maximumInputLength>0&&(u.dataAdapter=c.Decorate(u.dataAdapter,y)),u.maximumSelectionLength>0&&(u.dataAdapter=c.Decorate(u.dataAdapter,_)),u.tags&&(u.dataAdapter=c.Decorate(u.dataAdapter,g)),null==u.tokenSeparators&&null==u.tokenizer||(u.dataAdapter=c.Decorate(u.dataAdapter,m)),null!=u.query){var d=t(u.amdBase+"compat/query");u.dataAdapter=c.Decorate(u.dataAdapter,d)}if(null!=u.initSelection){var C=t(u.amdBase+"compat/initSelection");u.dataAdapter=c.Decorate(u.dataAdapter,C)}}if(null==u.resultsAdapter&&(u.resultsAdapter=n,null!=u.ajax&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,A)),null!=u.placeholder&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,w)),u.selectOnClose&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,S))),null==u.dropdownAdapter){if(u.multiple)u.dropdownAdapter=$;else{var O=c.Decorate($,b);u.dropdownAdapter=O}if(0!==u.minimumResultsForSearch&&(u.dropdownAdapter=c.Decorate(u.dropdownAdapter,D)),u.closeOnSelect&&(u.dropdownAdapter=c.Decorate(u.dropdownAdapter,E)),null!=u.dropdownCssClass||null!=u.dropdownCss||null!=u.adaptDropdownCssClass){var T=t(u.amdBase+"compat/dropdownCss");u.dropdownAdapter=c.Decorate(u.dropdownAdapter,T)}u.dropdownAdapter=c.Decorate(u.dropdownAdapter,x)}if(null==u.selectionAdapter){if(u.multiple?u.selectionAdapter=i:u.selectionAdapter=r,null!=u.placeholder&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,o)),u.allowClear&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,s)),u.multiple&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,a)),null!=u.containerCssClass||null!=u.containerCss||null!=u.adaptContainerCssClass){var q=t(u.amdBase+"compat/containerCss");u.selectionAdapter=c.Decorate(u.selectionAdapter,q)}u.selectionAdapter=c.Decorate(u.selectionAdapter,l)}u.language=this._resolveLanguage(u.language),u.language.push("en");for(var L=[],j=0;j0){for(var o=e.extend(!0,{},i),s=i.children.length-1;s>=0;s--)null==n(r,i.children[s])&&o.children.splice(s,1);return o.children.length>0?o:n(r,o)}var a=t(i.text).toUpperCase(),l=t(r.term).toUpperCase();return a.indexOf(l)>-1?i:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},O.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,i=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(o));return e.language=s,e},O.prototype._resolveLanguage=function(t){if(!t)return[];if(e.isEmptyObject(t))return[];if(e.isPlainObject(t))return[t];var n;n=Array.isArray(t)?t:[t];for(var r=[],i=0;i0){var o=n[i].split("-")[0];r.push(o)}return r},O.prototype._processTranslations=function(t,n){for(var r=new u,i=0;i-1||(t.isPlainObject(this.options[d])?t.extend(this.options[d],u[d]):this.options[d]=u[d]);return this},i.prototype.get=function(e){return this.options[e]},i.prototype.set=function(e,t){this.options[e]=t},i}),t.define("select2/core",["jquery","./options","./utils","./keys"],function(e,t,n,r){var i=function(e,r){null!=n.GetData(e[0],"select2")&&n.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),r=r||{},this.options=new t(r,e),i.__super__.constructor.call(this);var o=e.attr("tabindex")||0;n.StoreData(e[0],"old-tabindex",o),e.attr("tabindex","-1");var s=this.options.get("dataAdapter");this.dataAdapter=new s(e,this.options);var a=this.render();this._placeContainer(a);var l=this.options.get("selectionAdapter");this.selection=new l(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,a);var c=this.options.get("dropdownAdapter");this.dropdown=new c(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,a);var u=this.options.get("resultsAdapter");this.results=new u(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var d=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){d.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),n.StoreData(e[0],"select2",this),e.data("select2",this)};return n.Extend(i,n.Observable),i.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},i.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},i.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var i=e.outerWidth(!1);return i<=0?"auto":i+"px"}if("style"==t){var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a=1)return c[1]}return null}return"computedstyle"==t?window.getComputedStyle(e[0]).width:t},i.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},i.prototype._registerDomEvents=function(){var e=this;this.$element.on("change.select2",function(){e.dataAdapter.current(function(t){e.trigger("selection:update",{data:t})})}),this.$element.on("focus.select2",function(t){e.trigger("focus",t)}),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=t?(this._observer=new t(function(t){e._syncA(),e._syncS(null,t)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",e._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",e._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",e._syncS,!1))},i.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",function(t,n){e.trigger(t,n)})},i.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",function(){t.toggleDropdown()}),this.selection.on("focus",function(e){t.focus(e)}),this.selection.on("*",function(r,i){-1===e.inArray(r,n)&&t.trigger(r,i)})},i.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",function(t,n){e.trigger(t,n)})},i.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",function(t,n){e.trigger(t,n)})},i.prototype._registerEvents=function(){var e=this;this.on("open",function(){e.$container.addClass("select2-container--open")}),this.on("close",function(){e.$container.removeClass("select2-container--open")}),this.on("enable",function(){e.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){e.$container.addClass("select2-container--disabled")}),this.on("blur",function(){e.$container.removeClass("select2-container--focus")}),this.on("query",function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,function(n){e.trigger("results:all",{data:n,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(n){e.trigger("results:append",{data:n,query:t})})}),this.on("keypress",function(t){var n=t.which;e.isOpen()?n===r.ESC||n===r.TAB||n===r.UP&&t.altKey?(e.close(t),t.preventDefault()):n===r.ENTER?(e.trigger("results:select",{}),t.preventDefault()):n===r.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):n===r.UP?(e.trigger("results:previous",{}),t.preventDefault()):n===r.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(n===r.ENTER||n===r.SPACE||n===r.DOWN&&t.altKey)&&(e.open(),t.preventDefault())})},i.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},i.prototype._isChangeMutation=function(t,n){var r=!1,i=this;if(!t||!t.target||"OPTION"===t.target.nodeName||"OPTGROUP"===t.target.nodeName){if(n)if(n.addedNodes&&n.addedNodes.length>0)for(var o=0;o0?r=!0:Array.isArray(n)&&e.each(n,function(e,t){if(i._isChangeMutation(e,t))return r=!0,!1});else r=!0;return r}},i.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),r=this;n&&this.dataAdapter.current(function(e){r.trigger("selection:update",{data:e})})},i.prototype.trigger=function(e,t){var n=i.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var o=r[e],s={prevented:!1,name:e,args:t};if(n.call(this,o,s),s.prevented)return void(t.prevented=!0)}n.call(this,e,t)},i.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},i.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},i.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},i.prototype.isEnabled=function(){return!this.isDisabled()},i.prototype.isDisabled=function(){return this.options.get("disabled")},i.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},i.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},i.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},i.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},i.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current(function(t){e=t}),e},i.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];Array.isArray(n)&&(n=e.map(n,function(e){return e.toString()})),this.$element.val(n).trigger("input").trigger("change")},i.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",n.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),n.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},i.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),n.StoreData(t[0],"element",this.$element),t},i}),t.define("jquery-mousewheel",["jquery"],function(e){return e}),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(e,t,n,r,i){if(null==e.fn.pp_select2){var o=["open","close","destroy"];e.fn.pp_select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var r=e.extend(!0,{},t);new n(e(this),r)}),this;if("string"==typeof t){var r,s=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=i.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),r=e[t].apply(e,s)}),e.inArray(t,o)>-1?this:r}throw new Error("Invalid arguments for Select2: "+t)}}return null==e.fn.pp_select2.defaults&&(e.fn.pp_select2.defaults=r),n}),{define:t.define,require:t.require}}(),n=t.require("jquery.select2");return e.fn.pp_select2.amd=t,n}); +Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&module.exports?module.exports=function(t,n){return void 0===n&&(n="undefined"!=typeof window?require("jquery"):require("jquery")(t)),e(n),n}:e(jQuery)}(function(e){var t=function(){if(e&&e.fn&&e.fn.pp_select2&&e.fn.pp_select2.amd)var t,t=e.fn.pp_select2.amd;return function(){if(!t||!t.requirejs){var e,n,i;t?n=t:t={},function(t){var r,s,o,a,l={},c={},u={},d={},p=Object.prototype.hasOwnProperty,h=[].slice,f=/\.js$/;function g(e,t){return p.call(e,t)}function m(e,t){var n,i,r,s,o,a,l,c,d,p,h,g,m=t&&t.split("/"),v=u.map,y=v&&v["*"]||{};if(e){for(o=(e=e.split("/")).length-1,u.nodeIdCompat&&f.test(e[o])&&(e[o]=e[o].replace(f,"")),"."===e[0].charAt(0)&&m&&(e=(g=m.slice(0,m.length-1)).concat(e)),d=0;d0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((m||y)&&v){for(d=(n=e.split("/")).length;d>0;d-=1){if(i=n.slice(0,d).join("/"),m){for(p=m.length;p>0;p-=1)if((r=v[m.slice(0,p).join("/")])&&(r=r[i])){s=r,a=d;break}}if(s)break;!l&&y&&y[i]&&(l=y[i],c=d)}!s&&l&&(s=l,a=c),s&&(n.splice(0,a,s),e=n.join("/"))}return e}function v(e,n){return function(){var i=h.call(arguments,0);return"string"!=typeof i[0]&&1===i.length&&i.push(null),s.apply(t,i.concat([e,n]))}}function y(e){return function(t){l[e]=t}}function b(e){if(g(c,e)){var n=c[e];delete c[e],d[e]=!0,r.apply(t,n)}if(!g(l,e)&&!g(d,e))throw Error("No "+e);return l[e]}function w(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function x(e){return e?w(e):[]}o=function(e,t){var n,i,r=w(e),s=r[0],o=t[1];return(e=r[1],s&&(i=b(s=m(s,o))),s)?e=i&&i.normalize?i.normalize(e,(n=o,function(e){return m(e,n)})):m(e,o):(e=m(e,o),s=(r=w(e))[0],e=r[1],s&&(i=b(s))),{f:s?s+"!"+e:e,n:e,pr:s,p:i}},a={require:function(e){return v(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){var t;return{id:e,uri:"",exports:l[e],config:(t=e,function(){return u&&u.config&&u.config[t]||{}})}}},r=function(e,n,i,r){var s,u,p,h,f,m,w,A=[],D=typeof i;if(m=x(r=r||e),"undefined"===D||"function"===D){for(f=0,n=!n.length&&i.length?["require","exports","module"]:n;f');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=e(''),r=this.options.get("translations").get(t.message);i.append(n(r(t.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null==e.results||0===e.results.length){0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"});return}e.results=this.sort(e.results);for(var n=0;n0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var n=this;this.data.current(function(i){var r=e.map(i,function(e){return e.id.toString()});n.$results.find(".select2-results__option[aria-selected]").each(function(){var n=e(this),i=t.GetData(this,"data"),s=""+i.id;null!=i.element&&i.element.selected||null==i.element&&e.inArray(s,r)>-1?n.attr("aria-selected","true"):n.attr("aria-selected","false")})})},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(n){var i=document.createElement("li");i.className="select2-results__option";var r={role:"option","aria-selected":"false"},s=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var o in(null!=n.element&&s.call(n.element,":disabled")||null==n.element&&n.disabled)&&(delete r["aria-selected"],r["aria-disabled"]="true"),null==n.id&&delete r["aria-selected"],null!=n._resultId&&(i.id=n._resultId),n.title&&(i.title=n.title),n.children&&(r.role="group",r["aria-label"]=n.text,delete r["aria-selected"]),r){var a=r[o];i.setAttribute(o,a)}if(n.children){var l=e(i),c=document.createElement("strong");c.className="select2-results__group",e(c),this.template(n,c);for(var u=[],d=0;d",{class:"select2-results__options select2-results__options--nested"});f.append(u),l.append(c),l.append(f)}else this.template(n,i);return t.StoreData(i,"data",n),i},n.prototype.bind=function(n,i){var r=this,s=n.id+"-results";this.$results.attr("id",s),n.on("results:all",function(e){r.clear(),r.append(e.data),n.isOpen()&&(r.setClasses(),r.highlightFirstItem())}),n.on("results:append",function(e){r.append(e.data),n.isOpen()&&r.setClasses()}),n.on("query",function(e){r.hideMessages(),r.showLoading(e)}),n.on("select",function(){n.isOpen()&&(r.setClasses(),r.options.get("scrollAfterSelect")&&r.highlightFirstItem())}),n.on("unselect",function(){n.isOpen()&&(r.setClasses(),r.options.get("scrollAfterSelect")&&r.highlightFirstItem())}),n.on("open",function(){r.$results.attr("aria-expanded","true"),r.$results.attr("aria-hidden","false"),r.setClasses(),r.ensureHighlightVisible()}),n.on("close",function(){r.$results.attr("aria-expanded","false"),r.$results.attr("aria-hidden","true"),r.$results.removeAttr("aria-activedescendant")}),n.on("results:toggle",function(){var e=r.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),n.on("results:select",function(){var e=r.getHighlightedResults();if(0!==e.length){var n=t.GetData(e[0],"data");"true"==e.attr("aria-selected")?r.trigger("close",{}):r.trigger("select",{data:n})}}),n.on("results:previous",function(){var e=r.getHighlightedResults(),t=r.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var i=n-1;0===e.length&&(i=0);var s=t.eq(i);s.trigger("mouseenter");var o=r.$results.offset().top,a=s.offset().top,l=r.$results.scrollTop()+(a-o);0===i?r.$results.scrollTop(0):a-o<0&&r.$results.scrollTop(l)}}),n.on("results:next",function(){var e=r.getHighlightedResults(),t=r.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var i=t.eq(n);i.trigger("mouseenter");var s=r.$results.offset().top+r.$results.outerHeight(!1),o=i.offset().top+i.outerHeight(!1),a=r.$results.scrollTop()+o-s;0===n?r.$results.scrollTop(0):o>s&&r.$results.scrollTop(a)}}),n.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),n.on("results:message",function(e){r.displayMessage(e)}),e.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=r.$results.scrollTop(),n=r.$results.get(0).scrollHeight-t+e.deltaY,i=e.deltaY>0&&t-e.deltaY<=0,s=e.deltaY<0&&n<=r.$results.height();i?(r.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):s&&(r.$results.scrollTop(r.$results.get(0).scrollHeight-r.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(n){var i=e(this),s=t.GetData(this,"data");if("true"===i.attr("aria-selected")){r.options.get("multiple")?r.trigger("unselect",{originalEvent:n,data:s}):r.trigger("close",{});return}r.trigger("select",{originalEvent:n,data:s})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(n){var i=t.GetData(this,"data");r.getHighlightedResults().removeClass("select2-results__option--highlighted"),r.trigger("results:focus",{data:i,element:e(this)})})},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,i=e.offset().top,r=this.$results.scrollTop()+(i-n),s=i-n;r-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(s>this.$results.outerHeight()||s<0)&&this.$results.scrollTop(r)}},n.prototype.template=function(t,n){var i=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),s=i(t,n);null==s?n.style.display="none":"string"==typeof s?n.innerHTML=r(s):e(n).append(s)},n}),t.define("select2/keys",[],PP_Select2_Utils.keys()),t.define("select2/selection/base",["jquery","../utils","../keys"],function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var n=e('');return this._tabindex=0,null!=t.GetData(this.$element[0],"old-tabindex")?this._tabindex=t.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),n.attr("title",this.$element.attr("title")),n.attr("tabindex",this._tabindex),n.attr("aria-disabled","false"),this.$selection=n,n},i.prototype.bind=function(e,t){var i=this,r=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){i.trigger("focus",e)}),this.$selection.on("blur",function(e){i._handleBlur(e)}),this.$selection.on("keydown",function(e){i.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){i.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){i.update(e.data)}),e.on("open",function(){i.$selection.attr("aria-expanded","true"),i.$selection.attr("aria-owns",r),i._attachCloseHandler(e)}),e.on("close",function(){i.$selection.attr("aria-expanded","false"),i.$selection.removeAttr("aria-activedescendant"),i.$selection.removeAttr("aria-owns"),i.$selection.trigger("focus"),i._detachCloseHandler(e)}),e.on("enable",function(){i.$selection.attr("tabindex",i._tabindex),i.$selection.attr("aria-disabled","false")}),e.on("disable",function(){i.$selection.attr("tabindex","-1"),i.$selection.attr("aria-disabled","true")})},i.prototype._handleBlur=function(t){var n=this;window.setTimeout(function(){!(document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement))&&n.trigger("blur",t)},1)},i.prototype._attachCloseHandler=function(n){e(document.body).on("mousedown.select2."+n.id,function(n){var i=e(n.target).closest(".select2");e(".select2.select2-container--open").each(function(){this!=i[0]&&t.GetData(this,"element").pp_select2("close")})})},i.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},i.prototype.position=function(e,t){t.find(".selection").append(e)},i.prototype.destroy=function(){this._detachCloseHandler(this.container)},i.prototype.update=function(e){throw Error("The `update` method must be defined in child classes.")},i.prototype.isEnabled=function(){return!this.isDisabled()},i.prototype.isDisabled=function(){return this.options.get("disabled")},i}),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,i){function r(){r.__super__.constructor.apply(this,arguments)}return n.Extend(r,t),r.prototype.render=function(){var e=r.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html(''),e},r.prototype.bind=function(e,t){var n=this;r.__super__.bind.apply(this,arguments);var i=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),e.on("focus",function(t){e.isOpen()||n.$selection.trigger("focus")})},r.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},r.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},r.prototype.selectionContainer=function(){return e("")},r.prototype.update=function(e){if(0===e.length){this.clear();return}var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().append(i);var r=t.title||t.text;r?n.attr("title",r):n.removeAttr("title")},r}),t.define("select2/selection/multiple",["jquery","./base","../utils"],function(e,t,n){function i(e,t){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('
        '),e},i.prototype.bind=function(t,r){var s=this;i.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){s.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(t){if(!s.isDisabled()){var i=e(this).parent(),r=n.GetData(i[0],"data");s.trigger("unselect",{originalEvent:t,data:r})}})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e('
      • ×
      • ')},i.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;i1||n)return e.call(this,t);this.clear();var i=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(i)},t}),t.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(e,t,n){function i(){}return i.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){i._handleClear(e)}),t.on("keypress",function(e){i._handleKeyboardClear(e,t)})},i.prototype._handleClear=function(e,t){if(!this.isDisabled()){var i=this.$selection.find(".select2-selection__clear");if(0!==i.length){t.stopPropagation();var r=n.GetData(i[0],"data"),s=this.$element.val();this.$element.val(this.placeholder.id);var o={data:r};if(this.trigger("clear",o),o.prevented){this.$element.val(s);return}for(var a=0;a0)&&0!==i.length){var r=e('×');n.StoreData(r[0],"data",i),this.$selection.find(".select2-selection__rendered").prepend(r)}},i}),t.define("select2/selection/search",["jquery","../utils","../keys"],function(e,t,n){function i(e,t,n){e.call(this,t,n)}return i.prototype.render=function(t){var n=e('');this.$searchContainer=n,this.$search=n.find("input");var i=t.call(this);return this._transferTabIndex(),i},i.prototype.bind=function(e,i,r){var s=this,o=i.id+"-results";e.call(this,i,r),i.on("open",function(){s.$search.attr("aria-controls",o),s.$search.trigger("focus")}),i.on("close",function(){s.$search.val(""),s.$search.removeAttr("aria-controls"),s.$search.removeAttr("aria-activedescendant"),s.$search.trigger("focus")}),i.on("enable",function(){s.$search.prop("disabled",!1),s._transferTabIndex()}),i.on("disable",function(){s.$search.prop("disabled",!0)}),i.on("focus",function(e){s.$search.trigger("focus")}),i.on("results:focus",function(e){e.data._resultId?s.$search.attr("aria-activedescendant",e.data._resultId):s.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){s.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){s._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),s.trigger("keypress",e),s._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===s.$search.val()){var i=s.$searchContainer.prev(".select2-selection__choice");if(i.length>0){var r=t.GetData(i[0],"data");s.searchRemoveChoice(r),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){s.$search.val()&&e.stopPropagation()});var a=document.documentMode,l=a&&a<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){if(l){s.$selection.off("input.search input.searchcheck");return}s.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(l&&"input"===e.type){s.$selection.off("input.search input.searchcheck");return}var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&s.handleSearch(e)})},i.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},i.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},i.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},i.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},i.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},i.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";e=""!==this.$search.attr("placeholder")?this.$selection.find(".select2-selection__rendered").width():.75*(this.$search.val().length+1)+"em",this.$search.css("width",e)},i}),t.define("select2/selection/eventRelay",["jquery"],function(e){function t(){}return t.prototype.bind=function(t,n,i){var r=this,s=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];t.call(this,n,i),n.on("*",function(t,n){if(-1!==e.inArray(t,s)){n=n||{};var i=e.Event("select2:"+t,{params:n});r.$element.trigger(i),-1!==e.inArray(t,o)&&(n.prevented=i.isDefaultPrevented())}})},t}),t.define("select2/translation",["jquery","require"],function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var i=t(e);n._cache[e]=i}return new n(n._cache[e])},n}),t.define("select2/diacritics",[],PP_Select2_Utils.diacritics()),t.define("select2/data/base",["../utils"],function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var i=t.id+"-result-";return i+=e.generateChars(4),null!=n.id?i+="-"+n.id.toString():i+="-"+e.generateChars(4),i},t}),t.define("select2/data/select",["./base","../utils","jquery"],function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var t=[],i=this;this.$element.find(":selected").each(function(){var e=n(this),r=i.item(e);t.push(r)}),e(t)},i.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option")){e.element.selected=!0,this.$element.trigger("input").trigger("change");return}if(this.$element.prop("multiple"))this.current(function(i){var r=[];(e=[e]).push.apply(e,i);for(var s=0;s=0){var u=r.filter(a(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h);continue}var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}o.push(f)}return o},i}),t.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,n){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){return n.extend({},{data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,i){var r=n.ajax(e);return r.then(t),r.fail(i),r}},e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(e,t){var i=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var r=n.extend({type:"GET"},this.ajaxOptions);function s(){var n=r.transport(r,function(n){var r=i.processResults(n,e);i.options.get("debug")&&window.console&&console.error&&(!r||!r.results||!Array.isArray(r.results))&&console.error("Select2: The AJAX results did not return an array in the `results` key of the response."),t(r)},function(){(!("status"in n)||0!==n.status&&"0"!==n.status)&&i.trigger("results:message",{message:"errorLoading"})});i._request=n}"function"==typeof r.url&&(r.url=r.url.call(this.$element,e)),"function"==typeof r.data&&(r.data=r.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(s,this.ajaxOptions.delay)):s()},i}),t.define("select2/data/tags",["jquery"],function(e){function t(e,t,n){var i=n.get("tags"),r=n.get("createTag");void 0!==r&&(this.createTag=r);var s=n.get("insertTag");if(void 0!==s&&(this.insertTag=s),e.call(this,t,n),Array.isArray(i))for(var o=0;o0&&t.term.length>this.maximumInputLength){this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}});return}e.call(this,t,n)},e}),t.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(){i._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var i=this;this._checkIfMaximumSelected(function(){e.call(i,t,n)})},e.prototype._checkIfMaximumSelected=function(e,t){var n=this;this.current(function(e){var i=null!=e?e.length:0;if(n.maximumSelectionLength>0&&i>=n.maximumSelectionLength){n.trigger("results:message",{message:"maximumSelected",args:{maximum:n.maximumSelectionLength}});return}t&&t()})},e}),t.define("select2/dropdown",["jquery","./utils"],function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),t.define("select2/dropdown/search",["jquery","../utils"],function(e,t){function n(){}return n.prototype.render=function(t){var n=t.call(this),i=e('');return this.$searchContainer=i,this.$search=i.find("input"),n.prepend(i),n},n.prototype.bind=function(t,n,i){var r=this,s=n.id+"-results";t.call(this,n,i),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(t){e(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),n.on("open",function(){r.$search.attr("tabindex",0),r.$search.attr("aria-controls",s),r.$search.trigger("focus"),window.setTimeout(function(){r.$search.trigger("focus")},0)}),n.on("close",function(){r.$search.attr("tabindex",-1),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.val(""),r.$search.trigger("blur")}),n.on("focus",function(){n.isOpen()||r.$search.trigger("focus")}),n.on("results:all",function(e){(null==e.query.term||""===e.query.term)&&(r.showSearch(e)?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide"))}),n.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")})},n.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},n.prototype.showSearch=function(e,t){return!0},n}),t.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;i>=0;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),t.define("select2/dropdown/infiniteScroll",["jquery"],function(e){function t(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},t.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("query",function(e){i.lastParams=e,i.loading=!0}),t.on("query:append",function(e){i.lastParams=e,i.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},t.prototype.loadMoreIfNeeded=function(){var t,n=e.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&n){this.$results.offset().top+this.$results.outerHeight(!1)+50>=this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)&&this.loadMore()}},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('
      • '),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t}),t.define("select2/dropdown/attachBody",["jquery","../utils"],function(e,t){function n(t,n,i){this.$dropdownParent=e(i.get("dropdownParent")||document.body),t.call(this,n,i)}return n.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),i._bindContainerResultHandlers(t)}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e(""),i=t.call(this);return n.append(i),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},n.prototype._attachPositioningHandler=function(n,i){var r=this,s="scroll.select2."+i.id,o="resize.select2."+i.id,a="orientationchange.select2."+i.id,l=this.$container.parents().filter(t.hasScroll);l.each(function(){t.StoreData(this,"select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})}),l.on(s,function(n){var i=t.GetData(this,"select2-scroll-position");e(this).scrollTop(i.y)}),e(window).on(s+" "+o+" "+a,function(e){r._positionDropdown(),r._resizeDropdown()})},n.prototype._detachPositioningHandler=function(n,i){var r="scroll.select2."+i.id,s="resize.select2."+i.id,o="orientationchange.select2."+i.id;this.$container.parents().filter(t.hasScroll).off(r),e(window).off(r+" "+s+" "+o)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),r=null,s=this.$container.offset();s.bottom=s.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=s.top,o.bottom=s.top+o.height;var a={height:this.$dropdown.outerHeight(!1)},l={top:t.scrollTop(),bottom:t.scrollTop()+t.height()},c=l.tops.bottom+a.height,d={left:s.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(e.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,n||i||(r="below"),u||!c||n?!c&&u&&n&&(r="below"):r="above",("above"==r||n&&"below"!==r)&&(d.top=o.top-h.top-a.height),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n}),t.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,i=0;i0&&(u.dataAdapter=c.Decorate(u.dataAdapter,v)),u.maximumInputLength>0&&(u.dataAdapter=c.Decorate(u.dataAdapter,y)),u.maximumSelectionLength>0&&(u.dataAdapter=c.Decorate(u.dataAdapter,b)),u.tags&&(u.dataAdapter=c.Decorate(u.dataAdapter,g)),(null!=u.tokenSeparators||null!=u.tokenizer)&&(u.dataAdapter=c.Decorate(u.dataAdapter,m)),null!=u.query){var d=t(u.amdBase+"compat/query");u.dataAdapter=c.Decorate(u.dataAdapter,d)}if(null!=u.initSelection){var E=t(u.amdBase+"compat/initSelection");u.dataAdapter=c.Decorate(u.dataAdapter,E)}}if(null==u.resultsAdapter&&(u.resultsAdapter=n,null!=u.ajax&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,D)),null!=u.placeholder&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,A)),u.selectOnClose&&(u.resultsAdapter=c.Decorate(u.resultsAdapter,_))),null==u.dropdownAdapter){if(u.multiple)u.dropdownAdapter=w;else{var T=c.Decorate(w,x);u.dropdownAdapter=T}if(0!==u.minimumResultsForSearch&&(u.dropdownAdapter=c.Decorate(u.dropdownAdapter,S)),u.closeOnSelect&&(u.dropdownAdapter=c.Decorate(u.dropdownAdapter,q)),null!=u.dropdownCssClass||null!=u.dropdownCss||null!=u.adaptDropdownCssClass){var j=t(u.amdBase+"compat/dropdownCss");u.dropdownAdapter=c.Decorate(u.dropdownAdapter,j)}u.dropdownAdapter=c.Decorate(u.dropdownAdapter,C)}if(null==u.selectionAdapter){if(u.multiple?u.selectionAdapter=r:u.selectionAdapter=i,null!=u.placeholder&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,s)),u.allowClear&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,o)),u.multiple&&(u.selectionAdapter=c.Decorate(u.selectionAdapter,a)),null!=u.containerCssClass||null!=u.containerCss||null!=u.adaptContainerCssClass){var O=t(u.amdBase+"compat/containerCss");u.selectionAdapter=c.Decorate(u.selectionAdapter,O)}u.selectionAdapter=c.Decorate(u.selectionAdapter,l)}u.language=this._resolveLanguage(u.language),u.language.push("en");for(var L=[],k=0;k0){for(var s=e.extend(!0,{},r),o=r.children.length-1;o>=0;o--)null==n(i,r.children[o])&&s.children.splice(o,1);return s.children.length>0?s:n(i,s)}var a=t(r.text).toUpperCase(),l=t(i.term).toUpperCase();return a.indexOf(l)>-1?r:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},T.prototype.applyFromElement=function(e,t){var n=e.language,i=this.defaults.language,r=t.prop("lang"),s=t.closest("[lang]").prop("lang"),o=Array.prototype.concat.call(this._resolveLanguage(r),this._resolveLanguage(n),this._resolveLanguage(i),this._resolveLanguage(s));return e.language=o,e},T.prototype._resolveLanguage=function(t){if(!t||e.isEmptyObject(t))return[];if(e.isPlainObject(t))return[t];n=Array.isArray(t)?t:[t];for(var n,i=[],r=0;r0){var s=n[r].split("-")[0];i.push(s)}return i},T.prototype._processTranslations=function(t,n){for(var i=new u,r=0;r-1)&&(t.isPlainObject(this.options[p])?t.extend(this.options[p],d[p]):this.options[p]=d[p]);return this},r.prototype.get=function(e){return this.options[e]},r.prototype.set=function(e,t){this.options[e]=t},r}),t.define("select2/core",["jquery","./options","./utils","./keys"],function(e,t,n,i){var r=function(e,i){null!=n.GetData(e[0],"select2")&&n.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),i=i||{},this.options=new t(i,e),r.__super__.constructor.call(this);var s=e.attr("tabindex")||0;n.StoreData(e[0],"old-tabindex",s),e.attr("tabindex","-1");var o=this.options.get("dataAdapter");this.dataAdapter=new o(e,this.options);var a=this.render();this._placeContainer(a);var l=this.options.get("selectionAdapter");this.selection=new l(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,a);var c=this.options.get("dropdownAdapter");this.dropdown=new c(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,a);var u=this.options.get("resultsAdapter");this.results=new u(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var d=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){d.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),n.StoreData(e[0],"select2",this),e.data("select2",this)};return n.Extend(r,n.Observable),r.prototype._generateId=function(e){var t="";return"select2-"+(t=(t=null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,""))},r.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},r.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var r=e.outerWidth(!1);return r<=0?"auto":r+"px"}if("style"==t){var s=e.attr("style");if("string"!=typeof s)return null;for(var o=s.split(";"),a=0,l=o.length;a=1)return c[1]}return null}return"computedstyle"==t?window.getComputedStyle(e[0]).width:t},r.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},r.prototype._registerDomEvents=function(){var e=this;this.$element.on("change.select2",function(){e.dataAdapter.current(function(t){e.trigger("selection:update",{data:t})})}),this.$element.on("focus.select2",function(t){e.trigger("focus",t)}),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=t?(this._observer=new t(function(t){e._syncA(),e._syncS(null,t)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",e._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",e._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",e._syncS,!1))},r.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",function(){t.toggleDropdown()}),this.selection.on("focus",function(e){t.focus(e)}),this.selection.on("*",function(i,r){-1===e.inArray(i,n)&&t.trigger(i,r)})},r.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",function(t,n){e.trigger(t,n)})},r.prototype._registerEvents=function(){var e=this;this.on("open",function(){e.$container.addClass("select2-container--open")}),this.on("close",function(){e.$container.removeClass("select2-container--open")}),this.on("enable",function(){e.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){e.$container.addClass("select2-container--disabled")}),this.on("blur",function(){e.$container.removeClass("select2-container--focus")}),this.on("query",function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,function(n){e.trigger("results:all",{data:n,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(n){e.trigger("results:append",{data:n,query:t})})}),this.on("keypress",function(t){var n=t.which;e.isOpen()?n===i.ESC||n===i.TAB||n===i.UP&&t.altKey?(e.close(t),t.preventDefault()):n===i.ENTER?(e.trigger("results:select",{}),t.preventDefault()):n===i.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):n===i.UP?(e.trigger("results:previous",{}),t.preventDefault()):n===i.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(n===i.ENTER||n===i.SPACE||n===i.DOWN&&t.altKey)&&(e.open(),t.preventDefault())})},r.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},r.prototype._isChangeMutation=function(t,n){var i=!1,r=this;if(!t||!t.target||"OPTION"===t.target.nodeName||"OPTGROUP"===t.target.nodeName){if(n){if(n.addedNodes&&n.addedNodes.length>0)for(var s=0;s0?i=!0:Array.isArray(n)&&e.each(n,function(e,t){if(r._isChangeMutation(e,t))return i=!0,!1})}else i=!0;return i}},r.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),i=this;n&&this.dataAdapter.current(function(e){i.trigger("selection:update",{data:e})})},r.prototype.trigger=function(e,t){var n=r.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in i){var s=i[e],o={prevented:!1,name:e,args:t};if(n.call(this,s,o),o.prevented){t.prevented=!0;return}}n.call(this,e,t)},r.prototype.toggleDropdown=function(){!this.isDisabled()&&(this.isOpen()?this.close():this.open())},r.prototype.open=function(){!(this.isOpen()||this.isDisabled())&&this.trigger("query",{})},r.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},r.prototype.isEnabled=function(){return!this.isDisabled()},r.prototype.isDisabled=function(){return this.options.get("disabled")},r.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},r.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},r.prototype.focus=function(e){!this.hasFocus()&&(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},r.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(null==e||0===e.length)&&(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},r.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current(function(t){e=t}),e},r.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];Array.isArray(n)&&(n=e.map(n,function(e){return e.toString()})),this.$element.val(n).trigger("input").trigger("change")},r.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",n.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),n.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},r.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),n.StoreData(t[0],"element",this.$element),t},r}),t.define("jquery-mousewheel",["jquery"],function(e){return e}),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(e,t,n,i,r){if(null==e.fn.pp_select2){var s=["open","close","destroy"];e.fn.pp_select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var i=e.extend(!0,{},t);new n(e(this),i)}),this;if("string"==typeof t){var i,o=Array.prototype.slice.call(arguments,1);return(this.each(function(){var e=r.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),i=e[t].apply(e,o)}),e.inArray(t,s)>-1)?this:i}throw Error("Invalid arguments for Select2: "+t)}}return null==e.fn.pp_select2.defaults&&(e.fn.pp_select2.defaults=i),n}),{define:t.define,require:t.require}}(),n=t.require("jquery.select2");return e.fn.pp_select2.amd=t,n}); \ No newline at end of file diff --git a/common/php/class-module.php b/common/php/class-module.php index 6ab27d5e3..7be048b4f 100644 --- a/common/php/class-module.php +++ b/common/php/class-module.php @@ -196,7 +196,7 @@ public function get_post_statuses() return $publishpress->getPostStatuses(); } - + /** * Returns the CSS class name and color for the given custom status. @@ -503,11 +503,11 @@ public function print_ajax_response($status, $message = '', $data = null) protected function is_whitelisted_functional_view($module_name = null) { $whitelisted_pages = ['pp-calendar', 'pp-content-overview', 'pp-content-board', 'pp-notif-log', 'pp-modules-settings']; - + if (isset($_GET['page']) && in_array($_GET['page'], $whitelisted_pages)) { return true; } - + return false; } @@ -871,6 +871,16 @@ public static function isPublishPressModuleEnabled($module_slug) public function getUserAuthorizedPostStatusOptions($postType) { + global $pp_post_type_status_options; + + if (!is_array($pp_post_type_status_options)) { + $pp_post_type_status_options = []; + } + + if (isset($pp_post_type_status_options[$postType])) { + return $pp_post_type_status_options[$postType]; + } + $postStatuses = $this->getPostStatusOptions(); foreach ($postStatuses as $index => $status) { @@ -883,6 +893,8 @@ public function getUserAuthorizedPostStatusOptions($postType) } } + $pp_post_type_status_options[$postType] = $postStatuses; + return $postStatuses; } @@ -911,22 +923,22 @@ public function getPostStatusOptions() /** * Retrieve wordpress registered taxonomy - * + * * Private taxonomy are excluded * * @since 3.7.0 */ public function get_all_taxonomies() { - + //category and post tag are not included in public taxonomy $category = get_taxonomies(['name' => 'category'], 'objects'); $post_tag = get_taxonomies(['name' => 'post_tag'], 'objects'); - + $public = get_taxonomies(['_builtin' => false, 'public' => true], 'objects'); - + $taxonomies = array_merge($category, $post_tag, $public); - + return $taxonomies; } @@ -949,13 +961,13 @@ public function filter_get_param($param, $request_filter = false) } elseif (empty($request_filter[$param])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended return ''; } - + return sanitize_key($request_filter[$param]); // phpcs:ignore WordPress.Security.NonceVerification.Recommended } - + /** * This function is an alternative to filter_get_param() that's stripping out date characters - * + * * @param string $param The parameter to look for in $_GET * * @return mixed null if the parameter is not set in $_GET, empty string if the parameter is empty in $_GET, @@ -975,7 +987,7 @@ public function filter_get_param_text($param, $request_filter = false) } elseif (empty($request_filter[$param])) { return ''; } - + return sanitize_text_field($request_filter[$param]); } @@ -985,41 +997,46 @@ public function meta_query_operator_label($operator = false) { 'not_equals' => 'Does not equal (!=)', 'greater_than' => 'Greater than (>)', 'greater_than_or_equals' => 'Greater than or equals (>=)', - 'less_than' => 'Less than (<)', - 'less_than_or_equals' => 'Less than or equals (<=)', + 'less_than' => 'Less than (<)', + 'less_than_or_equals' => 'Less than or equals (<=)', 'like' => 'Like/Contains', 'not_like' => 'Not Like', 'not_exists' => 'Not Exists/Empty', ]; - + if ($operator) { $return = array_key_exists($operator, $operators) ? $operators[$operator] : $operator; } else { $return = $operators; } - + return $return; } - + public function meta_query_operator_symbol($operator = false) { + + return self::meta_query_operator_symbol($operator = false); + } + + public static function static_meta_query_operator_symbol($operator = false) { $operators = [ 'equals' => '=', 'not_equals' => '!=', 'greater_than' => '>', 'greater_than_or_equals' => '>=', - 'less_than' => '<', - 'less_than_or_equals' => '<=', + 'less_than' => '<', + 'less_than_or_equals' => '<=', 'like' => 'LIKE', 'not_like' => 'NOT LIKE', 'not_exists' => 'NOT EXISTS', ]; - + if ($operator) { $return = array_key_exists($operator, $operators) ? $operators[$operator] : $operator; } else { $return = $operators; } - + return $return; } @@ -1029,7 +1046,7 @@ public function localize_post_data($localized_post_data, $post, $can_edit_post) // add taxonomies $taxonomies = get_object_taxonomies($post->post_type, 'object'); foreach ($taxonomies as $taxonomy => $tax_object ) { - if (!empty($tax_object->public) + if (!empty($tax_object->public) && !in_array($taxonomy, ['author', 'post_format', 'post_status', 'post_status_core_wp_pp', 'post_visibility_pp'])) { $terms = get_the_terms($post->ID, $taxonomy); //add post content to localized data @@ -1172,7 +1189,7 @@ public function get_author_markup($post, $can_edit_post) { $post_author = get_userdata($post->post_author); $author_name = is_object($post_author) ? $post_author->display_name : ''; $author_name = apply_filters('the_author', $author_name); - + $author_name = apply_filters('publishpress_content_overview_author_column', $author_name, $post); return $author_name; } @@ -1193,25 +1210,25 @@ public function get_publish_date_markup() { public function touch_time( $tab_index = 0, $multi = 0 ) { global $wp_locale; - + $tab_index_attribute = ''; if ( (int) $tab_index > 0 ) { $tab_index_attribute = " tabindex=\"$tab_index\""; } - + $jj = current_time( 'd' ); $mm = current_time( 'm' ); $aa = current_time( 'Y' ); $hh = current_time( 'H' ); $mn = current_time( 'i' ); $ss = current_time( 's' ); - + $cur_jj = current_time( 'd' ); $cur_mm = current_time( 'm' ); $cur_aa = current_time( 'Y' ); $cur_hh = current_time( 'H' ); $cur_mn = current_time( 'i' ); - + $month = ''; - + $day = ''; - + echo '
        '; /* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */ printf( __( '%1$s %2$s, %3$s at %4$s:%5$s' ), $month, $day, $year, $hour, $minute ); - + echo '
        '; - + if ( $multi ) { return; } - + echo "\n\n"; - + $map = array( 'mm' => array( $mm, $cur_mm ), 'jj' => array( $jj, $cur_jj ), @@ -1261,10 +1278,10 @@ public function touch_time( $tab_index = 0, $multi = 0 ) { 'hh' => array( $hh, $cur_hh ), 'mn' => array( $mn, $cur_mn ), ); - + foreach ( $map as $timeunit => $value ) { list( $unit, $curr ) = $value; - + echo '' . "\n"; $cur_timeunit = 'cur_' . $timeunit; echo '' . "\n"; @@ -1272,7 +1289,7 @@ public function touch_time( $tab_index = 0, $multi = 0 ) { ?> to %2$s" @@ -84,7 +84,7 @@ msgstr "%1$s en %2$s" msgid "%1$s last updated on %2$s" msgstr "%1$s actualizado por última vez el %2$s" -#: modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1858 #, php-format msgid "%1s weeks" msgstr "%1s semanas" @@ -101,22 +101,22 @@ msgid_plural "%d Users" msgstr[0] "%d usuario" msgstr[1] "%d usuarios" -#: modules/calendar/calendar.php:801 modules/calendar/calendar.php:1845 +#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1868 msgid "%d week" msgstr "%d semana" -#: modules/calendar/calendar.php:802 +#: modules/calendar/calendar.php:813 msgid "%d weeks" msgstr "%d semanas" -#: modules/content-board/content-board.php:946 -#: modules/content-overview/content-overview.php:964 +#: modules/content-board/content-board.php:987 +#: modules/content-overview/content-overview.php:1006 #, php-format msgid "%s could not be created" msgstr "%s no pudo ser creada" -#: modules/content-board/content-board.php:943 -#: modules/content-overview/content-overview.php:961 +#: modules/content-board/content-board.php:984 +#: modules/content-overview/content-overview.php:1003 #, php-format msgid "%s created successfully. Edit %s" msgstr "" @@ -129,26 +129,26 @@ msgid_plural "%s notifications found." msgstr[0] "%s aviso encontrado." msgstr[1] "%s avisos encontrados." -#: modules/calendar/calendar.php:5138 +#: modules/calendar/calendar.php:5166 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s semana" msgstr[1] "%s semanas" -#: modules/calendar/calendar.php:3051 +#: modules/calendar/calendar.php:3075 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:3064 +#: modules/calendar/calendar.php:3088 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:3020 +#: modules/calendar/calendar.php:3044 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:3003 +#: modules/calendar/calendar.php:3027 msgid "›" msgstr "›" @@ -169,7 +169,7 @@ msgstr "-- Selecciona %s --" msgid "-- Select a user --" msgstr "-- Selecciona un usuario --" -#: modules/calendar/calendar.php:254 +#: modules/calendar/calendar.php:257 msgid "" "

        For more information:

        Calendar Documentation

        " -#: modules/calendar/calendar.php:249 +#: modules/calendar/calendar.php:252 msgid "" "

        The calendar is a convenient week-by-week or month-by-month view into " "your content. Quickly see which stories are on track to being published on " @@ -377,12 +377,12 @@ msgstr "" msgid "Add an editorial comment" msgstr "Añadir un comentario editorial" -#: modules/editorial-metadata/editorial-metadata.php:2043 -#: modules/editorial-metadata/editorial-metadata.php:2356 +#: modules/editorial-metadata/editorial-metadata.php:2045 +#: modules/editorial-metadata/editorial-metadata.php:2358 msgid "Add Another Option" msgstr "Añadir otra opción" -#: modules/content-overview/content-overview.php:1246 +#: modules/content-overview/content-overview.php:1289 msgid "Add Column" msgstr "Añadir columna" @@ -390,7 +390,7 @@ msgstr "Añadir columna" msgid "Add Comment" msgstr "Añadir comentario" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:784 #, php-format msgid "Add content for %s" msgstr "Añadir contenido para %s" @@ -401,24 +401,24 @@ msgstr "Añadir contenido para %s" msgid "Add editorial comment: %s" msgstr "Añadir comentario editorial: %s" -#: modules/calendar/calendar.php:2119 -#: modules/content-board/content-board.php:1370 -#: modules/content-overview/content-overview.php:1394 +#: modules/calendar/calendar.php:2143 +#: modules/content-board/content-board.php:1413 +#: modules/content-overview/content-overview.php:1438 msgid "Add Filter" msgstr "Añadir filtro" -#: modules/calendar/calendar.php:2099 -#: modules/content-board/content-board.php:1202 -#: modules/content-board/content-board.php:1222 -#: modules/content-board/content-board.php:1350 -#: modules/content-overview/content-overview.php:1226 -#: modules/content-overview/content-overview.php:1374 -#: modules/editorial-metadata/editorial-metadata.php:1769 +#: modules/calendar/calendar.php:2123 +#: modules/content-board/content-board.php:1244 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1393 +#: modules/content-overview/content-overview.php:1269 +#: modules/content-overview/content-overview.php:1418 +#: modules/editorial-metadata/editorial-metadata.php:1771 msgid "Add New" msgstr "Añadir nuevo" -#: modules/content-board/content-board.php:1580 -#: modules/content-overview/content-overview.php:1517 +#: modules/content-board/content-board.php:1623 +#: modules/content-overview/content-overview.php:1561 #, php-format msgid "Add New %s" msgstr "Añadir nuevo %s" @@ -427,7 +427,7 @@ msgstr "Añadir nuevo %s" msgid "Add New Editorial Fields" msgstr "Añadir nuevos campos editoriales" -#: modules/editorial-metadata/editorial-metadata.php:2438 +#: modules/editorial-metadata/editorial-metadata.php:2440 msgid "Add New Editorial fields term" msgstr "Añadir nuevo término de campos editoriales" @@ -459,12 +459,12 @@ msgstr "Añadir o eliminar avisos de perfiles" msgid "Add or remove notify users" msgstr "Añadir o eliminar avisos de usuarios" -#: modules/editorial-metadata/editorial-metadata.php:2075 -#: modules/editorial-metadata/editorial-metadata.php:2389 +#: modules/editorial-metadata/editorial-metadata.php:2077 +#: modules/editorial-metadata/editorial-metadata.php:2391 msgid "Add to post types" msgstr "Añadir a los tipos de contenido" -#: modules/improved-notifications/improved-notifications.php:94 +#: modules/improved-notifications/improved-notifications.php:95 msgid "Advanced Notifications" msgstr "Avisos avanzados" @@ -472,11 +472,11 @@ msgstr "Avisos avanzados" msgid "All" msgstr "Todo" -#: modules/calendar/calendar.php:1431 modules/calendar/calendar.php:1434 -#: modules/content-board/content-board.php:2099 -#: modules/content-board/content-board.php:2102 -#: modules/content-overview/content-overview.php:2035 -#: modules/content-overview/content-overview.php:2038 +#: modules/calendar/calendar.php:1452 modules/calendar/calendar.php:1455 +#: modules/content-board/content-board.php:2151 +#: modules/content-board/content-board.php:2154 +#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:2091 #, php-format msgid "All %s" msgstr "Todas %s" @@ -485,16 +485,16 @@ msgstr "Todas %s" msgid "All Actions" msgstr "Todas las acciones" -#: modules/calendar/calendar.php:799 modules/calendar/calendar.php:1458 -#: modules/calendar/calendar.php:1461 modules/calendar/calendar.php:5086 -#: modules/content-board/content-board.php:2124 -#: modules/content-board/content-board.php:2127 -#: modules/content-overview/content-overview.php:2060 -#: modules/content-overview/content-overview.php:2063 +#: modules/calendar/calendar.php:810 modules/calendar/calendar.php:1479 +#: modules/calendar/calendar.php:1482 modules/calendar/calendar.php:5114 +#: modules/content-board/content-board.php:2176 +#: modules/content-board/content-board.php:2179 +#: modules/content-overview/content-overview.php:2113 +#: modules/content-overview/content-overview.php:2116 msgid "All authors" msgstr "Todos los autores" -#: modules/calendar/calendar.php:797 +#: modules/calendar/calendar.php:808 msgid "All categories" msgstr "Todas las categorías" @@ -526,14 +526,14 @@ msgstr "Todos los avisos de perfiles" msgid "All Notify Users" msgstr "Todos los avisos de usuarios" -#: modules/editorial-metadata/editorial-metadata.php:1269 -#: modules/editorial-metadata/editorial-metadata.php:1426 +#: modules/editorial-metadata/editorial-metadata.php:1271 +#: modules/editorial-metadata/editorial-metadata.php:1428 msgid "All options value and labels are required." msgstr "Todas las opciones de valor y las etiquetas son obligatorios." -#: modules/calendar/calendar.php:1491 -#: modules/content-board/content-board.php:2156 -#: modules/content-overview/content-overview.php:2092 +#: modules/calendar/calendar.php:1512 +#: modules/content-board/content-board.php:2208 +#: modules/content-overview/content-overview.php:2145 msgid "All post types" msgstr "Todos los tipos de contenido" @@ -543,7 +543,7 @@ msgstr "Todos los tipos de contenido" msgid "All Posts" msgstr "Todas las entradas" -#: modules/calendar/calendar.php:4058 +#: modules/calendar/calendar.php:4081 msgid "All posts" msgstr "Todas las entradas" @@ -551,9 +551,9 @@ msgstr "Todas las entradas" msgid "All Receivers" msgstr "Todos los destinatarios" -#: modules/calendar/calendar.php:1706 -#: modules/content-board/content-board.php:2371 -#: modules/content-overview/content-overview.php:2307 +#: modules/calendar/calendar.php:1727 +#: modules/content-board/content-board.php:2423 +#: modules/content-overview/content-overview.php:2360 msgid "All status" msgstr "Todos los estados" @@ -561,18 +561,18 @@ msgstr "Todos los estados" msgid "All Statuses" msgstr "Todos los estados" -#: modules/calendar/calendar.php:796 modules/calendar/calendar.php:1405 -#: modules/calendar/calendar.php:5030 -#: modules/content-board/content-board.php:2073 -#: modules/content-overview/content-overview.php:2009 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:1426 +#: modules/calendar/calendar.php:5058 +#: modules/content-board/content-board.php:2125 +#: modules/content-overview/content-overview.php:2062 msgid "All statuses" msgstr "Todos los estados" -#: modules/calendar/calendar.php:798 modules/calendar/calendar.php:5065 +#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:5093 msgid "All tags" msgstr "Todas las etiquetas" -#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:5113 +#: modules/calendar/calendar.php:811 modules/calendar/calendar.php:5141 msgid "All types" msgstr "Todos los tipos" @@ -585,7 +585,7 @@ msgstr "Todos los usuarios" msgid "All Workflows" msgstr "Todos los flujos de trabajo" -#: modules/calendar/calendar.php:3662 +#: modules/calendar/calendar.php:3685 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "" "Permite el acceso público a las suscripciones en iCal o Google Calendar" @@ -598,43 +598,43 @@ msgstr "Avisar siempre al autor del contenido:" msgid "Always notify users who have edited the content:" msgstr "Avisar siempre a los usuarios que han editado el contenido:" -#: modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:3733 msgid "Always show complete post titles" msgstr "Muestra siempre los títulos completos de las entradas" -#: modules/content-board/content-board.php:1468 -#: modules/content-board/content-board.php:1494 -#: modules/content-board/content-board.php:1553 +#: modules/content-board/content-board.php:1511 +#: modules/content-board/content-board.php:1537 +#: modules/content-board/content-board.php:1596 msgid "An error occured" msgstr "Ha ocurrido un error" -#: modules/calendar/calendar.php:1540 modules/calendar/calendar.php:1651 -#: modules/calendar/calendar.php:1689 modules/calendar/calendar.php:1770 -#: modules/content-board/content-board.php:797 -#: modules/content-board/content-board.php:807 -#: modules/content-board/content-board.php:2205 -#: modules/content-board/content-board.php:2316 -#: modules/content-board/content-board.php:2354 -#: modules/content-board/content-board.php:2435 -#: modules/content-board/content-board.php:2544 -#: modules/content-overview/content-overview.php:815 -#: modules/content-overview/content-overview.php:825 -#: modules/content-overview/content-overview.php:2141 -#: modules/content-overview/content-overview.php:2252 -#: modules/content-overview/content-overview.php:2290 -#: modules/content-overview/content-overview.php:2371 +#: modules/calendar/calendar.php:1561 modules/calendar/calendar.php:1672 +#: modules/calendar/calendar.php:1710 modules/calendar/calendar.php:1791 +#: modules/content-board/content-board.php:813 +#: modules/content-board/content-board.php:823 +#: modules/content-board/content-board.php:2257 +#: modules/content-board/content-board.php:2368 +#: modules/content-board/content-board.php:2406 +#: modules/content-board/content-board.php:2487 +#: modules/content-board/content-board.php:2596 +#: modules/content-overview/content-overview.php:832 +#: modules/content-overview/content-overview.php:842 +#: modules/content-overview/content-overview.php:2194 +#: modules/content-overview/content-overview.php:2305 +#: modules/content-overview/content-overview.php:2343 +#: modules/content-overview/content-overview.php:2424 msgid "Apply" msgstr "Aplicar" -#: modules/calendar/calendar.php:2203 -#: modules/content-board/content-board.php:1306 -#: modules/content-board/content-board.php:1454 -#: modules/content-overview/content-overview.php:1330 -#: modules/content-overview/content-overview.php:1478 +#: modules/calendar/calendar.php:2227 +#: modules/content-board/content-board.php:1348 +#: modules/content-board/content-board.php:1497 +#: modules/content-overview/content-overview.php:1373 +#: modules/content-overview/content-overview.php:1522 msgid "Apply Changes" msgstr "Aplicar los cambios" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:798 msgid "Apr" msgstr "Abr" @@ -659,7 +659,7 @@ msgstr "Avisos asíncronos" msgid "asynchronous" msgstr "asíncrono" -#: modules/calendar/calendar.php:3729 +#: modules/calendar/calendar.php:3752 msgid "At least one post type must be selected" msgstr "Se debe seleccionar por lo menos un tipo de contenido" @@ -667,27 +667,27 @@ msgstr "Se debe seleccionar por lo menos un tipo de contenido" msgid "Attach file" msgstr "Adjuntar archivo" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:802 msgid "Aug" msgstr "Ago" -#: modules/calendar/calendar.php:815 modules/calendar/calendar.php:1456 -#: modules/calendar/calendar.php:1988 modules/calendar/calendar.php:2032 -#: modules/calendar/calendar.php:2859 modules/calendar/calendar.php:4555 -#: modules/calendar/calendar.php:4645 -#: modules/content-board/content-board.php:1022 -#: modules/content-board/content-board.php:1033 -#: modules/content-board/content-board.php:1076 -#: modules/content-board/content-board.php:1135 -#: modules/content-board/content-board.php:1762 -#: modules/content-board/content-board.php:2122 -#: modules/content-overview/content-overview.php:1041 -#: modules/content-overview/content-overview.php:1054 -#: modules/content-overview/content-overview.php:1098 -#: modules/content-overview/content-overview.php:1159 -#: modules/content-overview/content-overview.php:1698 -#: modules/content-overview/content-overview.php:2058 -#: modules/content-overview/content-overview.php:2512 +#: modules/calendar/calendar.php:826 modules/calendar/calendar.php:1477 +#: modules/calendar/calendar.php:2011 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:2883 modules/calendar/calendar.php:4583 +#: modules/calendar/calendar.php:4673 +#: modules/content-board/content-board.php:1063 +#: modules/content-board/content-board.php:1074 +#: modules/content-board/content-board.php:1117 +#: modules/content-board/content-board.php:1176 +#: modules/content-board/content-board.php:1811 +#: modules/content-board/content-board.php:2174 +#: modules/content-overview/content-overview.php:1083 +#: modules/content-overview/content-overview.php:1096 +#: modules/content-overview/content-overview.php:1140 +#: modules/content-overview/content-overview.php:1201 +#: modules/content-overview/content-overview.php:1748 +#: modules/content-overview/content-overview.php:2111 +#: modules/content-overview/content-overview.php:2567 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgstr "Autor" @@ -710,15 +710,15 @@ msgstr "Autores del contenido" msgid "Auto-draft" msgstr "Borrador automático" -#: modules/improved-notifications/improved-notifications.php:1067 +#: modules/improved-notifications/improved-notifications.php:1105 msgid "Available fields" msgstr "Campos disponibles" -#: modules/calendar/calendar.php:3043 +#: modules/calendar/calendar.php:3067 msgid "Back %d weeks" msgstr "Ir %d semanas hacia detrás" -#: modules/calendar/calendar.php:3055 +#: modules/calendar/calendar.php:3079 msgid "Back 1 week" msgstr "1 semana atrás" @@ -750,44 +750,44 @@ msgstr "Blog: " msgid "Body" msgstr "Cuerpo" -#: modules/content-board/content-board.php:803 -#: modules/content-overview/content-overview.php:821 +#: modules/content-board/content-board.php:819 +#: modules/content-overview/content-overview.php:838 #: modules/editorial-comments/editorial-comments.php:580 -#: modules/editorial-metadata/editorial-metadata.php:2130 +#: modules/editorial-metadata/editorial-metadata.php:2132 msgid "Cancel" msgstr "Cancelar" -#: modules/content-board/content-board.php:876 +#: modules/content-board/content-board.php:892 msgid "Card Data updated successfully." msgstr "Datos de la tarjeta actualizados correctamente." -#: modules/calendar/calendar.php:4655 -#: modules/content-board/content-board.php:1772 -#: modules/content-overview/content-overview.php:1708 +#: modules/calendar/calendar.php:4683 +#: modules/content-board/content-board.php:1821 +#: modules/content-overview/content-overview.php:1758 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Categorías" -#: modules/calendar/calendar.php:4560 +#: modules/calendar/calendar.php:4588 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Categoría" msgstr[1] "Categorías" -#: modules/content-board/content-board.php:804 -#: modules/content-overview/content-overview.php:822 +#: modules/content-board/content-board.php:820 +#: modules/content-overview/content-overview.php:839 msgid "Change" msgstr "Cambiar" -#: modules/content-board/content-board.php:1484 -#: modules/content-board/content-board.php:1542 +#: modules/content-board/content-board.php:1527 +#: modules/content-board/content-board.php:1585 msgid "Changes saved!" msgstr "¡Cambios guardado!" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:473 -#: modules/improved-notifications/improved-notifications.php:1238 +#: modules/improved-notifications/improved-notifications.php:477 +#: modules/improved-notifications/improved-notifications.php:1277 msgid "Channels" msgstr "Canales" @@ -799,9 +799,9 @@ msgstr "¡Haciendo trampas! ¿eh?" msgid "Checkbox" msgstr "Casilla de verificación" -#: modules/calendar/calendar.php:1671 -#: modules/content-board/content-board.php:2336 -#: modules/content-overview/content-overview.php:2272 +#: modules/calendar/calendar.php:1692 +#: modules/content-board/content-board.php:2388 +#: modules/content-overview/content-overview.php:2325 msgid "Checked" msgstr "Seleccionado" @@ -822,35 +822,35 @@ msgid "Choose Post Types" msgstr "Elige el tipo de contenido" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:467 -#: modules/improved-notifications/improved-notifications.php:1232 +#: modules/improved-notifications/improved-notifications.php:471 +#: modules/improved-notifications/improved-notifications.php:1271 msgid "Choose the channels where each workflow will send notifications to:" msgstr "Elige los canales a los que cada flujo de trabajo enviará avisos:" -#: modules/improved-notifications/improved-notifications.php:1069 +#: modules/improved-notifications/improved-notifications.php:1107 msgid "Click here to read more about shortcode options..." msgstr "Haz clic aquí para leer más acerca de las opciones de shortcode..." -#: modules/calendar/calendar.php:2367 +#: modules/calendar/calendar.php:2391 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Haz clic aquí para suscribirte en iCal o Google Calendar" -#: modules/content-board/content-board.php:1067 +#: modules/content-board/content-board.php:1108 msgid "Click the \"Add New\" button to create new card data." msgstr "" "Haz clic en el botón «Añadir nuevo» para crear nuevos datos de tarjeta." -#: modules/content-overview/content-overview.php:1088 +#: modules/content-overview/content-overview.php:1130 msgid "Click the \"Add New\" button to create new columns." msgstr "Haz clic en el botón «Añadir nuevo» para crear nuevas columnas." -#: modules/calendar/calendar.php:2023 -#: modules/content-board/content-board.php:1126 -#: modules/content-overview/content-overview.php:1150 +#: modules/calendar/calendar.php:2046 +#: modules/content-board/content-board.php:1167 +#: modules/content-overview/content-overview.php:1192 msgid "Click the \"Add New\" button to create new filters." msgstr "Haz clic en el botón «Añadir nuevo» para crear nuevos filtros." -#: modules/calendar/calendar.php:764 +#: modules/calendar/calendar.php:775 msgid "Click to add" msgstr "Haz clic para añadir" @@ -873,15 +873,15 @@ msgid "Click to stop being notified on updates for this post" msgstr "" "Haz clic para dejar de ser avisado sobre actualizaciones de este contenido" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:780 msgid "Close" msgstr "Cerrar" -#: modules/content-overview/content-overview.php:1234 +#: modules/content-overview/content-overview.php:1277 msgid "Column Title" msgstr "Título de la columna" -#: modules/content-overview/content-overview.php:894 +#: modules/content-overview/content-overview.php:911 msgid "Column updated successfully." msgstr "Columna actualizada correctamente." @@ -910,10 +910,10 @@ msgstr "Configurar" msgid "Contact" msgstr "Contacto" -#: modules/calendar/calendar.php:4672 -#: modules/content-board/content-board.php:1789 -#: modules/content-overview/content-overview.php:1725 -#: modules/improved-notifications/improved-notifications.php:1055 +#: modules/calendar/calendar.php:4700 +#: modules/content-board/content-board.php:1838 +#: modules/content-overview/content-overview.php:1775 +#: modules/improved-notifications/improved-notifications.php:1093 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenido" @@ -925,8 +925,8 @@ msgstr "Contenido" msgid "Content Board" msgstr "Tablón de contenidos" -#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:461 -#: modules/calendar/calendar.php:478 modules/calendar/calendar.php:479 +#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:464 +#: modules/calendar/calendar.php:481 modules/calendar/calendar.php:482 msgid "Content Calendar" msgstr "Calendario de contenidos" @@ -941,12 +941,12 @@ msgstr "Resumen del contenido" msgid "Content:" msgstr "Contenido:" -#: modules/calendar/calendar.php:2361 +#: modules/calendar/calendar.php:2385 msgid "Copy to the clipboard" msgstr "Copiar al portapapeles" -#: modules/content-board/content-board.php:1714 -#: modules/content-overview/content-overview.php:1650 +#: modules/content-board/content-board.php:1757 +#: modules/content-overview/content-overview.php:1694 #, php-format msgid "Create %s" msgstr "Crear %s" @@ -955,55 +955,35 @@ msgstr "Crear %s" msgid "Created on" msgstr "Creado el" -#: modules/calendar/calendar.php:2284 +#: modules/calendar/calendar.php:2308 msgid "Current week" msgstr "Semana actual" -#: modules/content-overview/content-overview.php:1087 +#: modules/content-overview/content-overview.php:1129 msgid "Custom Columns" msgstr "Columnas personalizadas" -#: modules/calendar/calendar.php:2022 -#: modules/content-board/content-board.php:1125 -#: modules/content-overview/content-overview.php:1149 +#: modules/calendar/calendar.php:2045 +#: modules/content-board/content-board.php:1166 +#: modules/content-overview/content-overview.php:1191 msgid "Custom filters" msgstr "Filtros personalizados" -#: modules/content-board/content-board.php:1066 +#: modules/content-board/content-board.php:1107 msgid "Custom Items" msgstr "Elementos personalizados" -#: statuses-intro.php:142 -#, php-format -msgid "" -"Custom statuses are disabled until you activate the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Los estados personalizados están desactivados hasta que actives el plugin " -"%1$sPublishPress Statuses%2$s. Consulta %3$sPlanificación > Ajustes%4$s para " -"más detalles." - -#: statuses-intro.php:150 -#, php-format -msgid "" -"Custom statuses are disabled until you install the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Los estados personalizados están desactivados hasta que instales el plugin " -"%1$sPublishPress Statuses%2$s. Consulta %3$sPlanificación > Ajustes%4$s para " -"más detalles." - -#: modules/content-board/content-board.php:1891 +#: modules/content-board/content-board.php:1941 msgid "Customize Card Data" msgstr "Personalizar los datos de la tarjeta" -#: modules/content-overview/content-overview.php:1827 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personalizar columnas" -#: modules/calendar/calendar.php:1806 -#: modules/content-board/content-board.php:1901 -#: modules/content-overview/content-overview.php:1837 +#: modules/calendar/calendar.php:1828 +#: modules/content-board/content-board.php:1951 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personalizar filtros" @@ -1015,9 +995,9 @@ msgstr "Notas de escritorio" msgid "Dashboard Widgets" msgstr "Widgets de escritorio" -#: modules/calendar/calendar.php:4544 -#: modules/content-board/content-board.php:1949 -#: modules/content-overview/content-overview.php:1885 +#: modules/calendar/calendar.php:4572 +#: modules/content-board/content-board.php:2000 +#: modules/content-overview/content-overview.php:1937 #: modules/editorial-metadata/editorial-metadata.php:289 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1032,37 +1012,37 @@ msgstr "Depuración" msgid "Debug data" msgstr "Datos de depuración" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:806 msgid "Dec" msgstr "Dic" -#: modules/content-board/content-board.php:2534 -#: modules/content-board/content-board.php:2551 +#: modules/content-board/content-board.php:2586 +#: modules/content-board/content-board.php:2603 msgid "Default Date" msgstr "Fecha por defecto" -#: modules/improved-notifications/improved-notifications.php:217 +#: modules/improved-notifications/improved-notifications.php:221 msgid "Default notification channels:" msgstr "Canales de aviso por defecto:" -#: modules/editorial-metadata/editorial-metadata.php:2005 -#: modules/editorial-metadata/editorial-metadata.php:2035 -#: modules/editorial-metadata/editorial-metadata.php:2318 -#: modules/editorial-metadata/editorial-metadata.php:2348 +#: modules/editorial-metadata/editorial-metadata.php:2007 +#: modules/editorial-metadata/editorial-metadata.php:2037 +#: modules/editorial-metadata/editorial-metadata.php:2320 +#: modules/editorial-metadata/editorial-metadata.php:2350 msgid "Default option" msgstr "Opción por defecto" -#: modules/calendar/calendar.php:3686 +#: modules/calendar/calendar.php:3709 msgid "Default publish time for items created in the calendar" msgstr "" "Hora de publicación por defecto para elementos creados en el calendario" #: modules/editorial-comments/editorial-comments.php:645 -#: modules/editorial-metadata/editorial-metadata.php:2008 -#: modules/editorial-metadata/editorial-metadata.php:2038 -#: modules/editorial-metadata/editorial-metadata.php:2321 -#: modules/editorial-metadata/editorial-metadata.php:2351 -#: modules/editorial-metadata/editorial-metadata.php:2669 +#: modules/editorial-metadata/editorial-metadata.php:2010 +#: modules/editorial-metadata/editorial-metadata.php:2040 +#: modules/editorial-metadata/editorial-metadata.php:2323 +#: modules/editorial-metadata/editorial-metadata.php:2353 +#: modules/editorial-metadata/editorial-metadata.php:2671 #: modules/editorial-comments/library/EditorialCommentsTable.php:434 #: modules/notifications-log/library/NotificationsLogTable.php:370 #: modules/notifications-log/library/NotificationsLogTable.php:401 @@ -1077,9 +1057,9 @@ msgstr "Borrar todos" msgid "Delete file" msgstr "Borrar archivo" -#: modules/editorial-metadata/editorial-metadata.php:1880 -#: modules/editorial-metadata/editorial-metadata.php:2179 -#: modules/editorial-metadata/editorial-metadata.php:2556 +#: modules/editorial-metadata/editorial-metadata.php:1882 +#: modules/editorial-metadata/editorial-metadata.php:2181 +#: modules/editorial-metadata/editorial-metadata.php:2558 msgid "Description" msgstr "Descripción" @@ -1087,7 +1067,7 @@ msgstr "Descripción" msgid "Detailed documentation is also available on the plugin website." msgstr "También hay disponible documentación detallada en la web del plugin." -#: modules/calendar/calendar.php:3760 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:3783 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Desactivado" @@ -1101,10 +1081,10 @@ msgstr "" "Desactivado porque add_post_type_support('%1$s', '%2$s') está incluido en un " "archivo cargado." -#: modules/editorial-metadata/editorial-metadata.php:1996 -#: modules/editorial-metadata/editorial-metadata.php:2027 -#: modules/editorial-metadata/editorial-metadata.php:2309 -#: modules/editorial-metadata/editorial-metadata.php:2340 +#: modules/editorial-metadata/editorial-metadata.php:1998 +#: modules/editorial-metadata/editorial-metadata.php:2029 +#: modules/editorial-metadata/editorial-metadata.php:2311 +#: modules/editorial-metadata/editorial-metadata.php:2342 msgid "Display Label" msgstr "Muestra etiqueta" @@ -1116,7 +1096,7 @@ msgstr "Nombre a mostrar" msgid "Documentation" msgstr "Documentación" -#: modules/calendar/calendar.php:2354 +#: modules/calendar/calendar.php:2378 msgid "Download .ics file" msgstr "Descargar archivo .ics" @@ -1124,22 +1104,22 @@ msgstr "Descargar archivo .ics" msgid "Draft" msgstr "Borrador" -#: modules/content-board/content-board.php:1265 +#: modules/content-board/content-board.php:1307 msgid "Drag to change enabled card data order." msgstr "Arrastra para cambiar el orden de los datos de la tarjeta activada." -#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1332 msgid "Drag to change enabled columns order." msgstr "Arrastra para cambiar el orden de las columnas activadas." -#: modules/calendar/calendar.php:2162 -#: modules/content-board/content-board.php:1413 -#: modules/content-overview/content-overview.php:1437 +#: modules/calendar/calendar.php:2186 +#: modules/content-board/content-board.php:1456 +#: modules/content-overview/content-overview.php:1481 msgid "Drag to change enabled filters order." msgstr "Arrastra para cambiar el orden de los filtros activados." -#: modules/editorial-metadata/editorial-metadata.php:1963 -#: modules/editorial-metadata/editorial-metadata.php:2278 +#: modules/editorial-metadata/editorial-metadata.php:1965 +#: modules/editorial-metadata/editorial-metadata.php:2280 msgid "Dropdown Option" msgstr "Opción del menú desplegable" @@ -1147,7 +1127,7 @@ msgstr "Opción del menú desplegable" msgid "Dropdown Select" msgstr "Selección desplegable" -#: modules/improved-notifications/improved-notifications.php:209 +#: modules/improved-notifications/improved-notifications.php:213 msgid "Duplicated notification threshold:" msgstr "Umbral para los avisos duplicados:" @@ -1155,14 +1135,14 @@ msgstr "Umbral para los avisos duplicados:" msgid "E-mails" msgstr "Correos electrónicos" -#: modules/calendar/calendar.php:806 modules/calendar/calendar.php:2714 -#: modules/calendar/calendar.php:4577 -#: modules/content-board/content-board.php:2663 -#: modules/content-board/content-board.php:2769 -#: modules/content-overview/content-overview.php:2514 -#: modules/content-overview/content-overview.php:2993 +#: modules/calendar/calendar.php:817 modules/calendar/calendar.php:2738 +#: modules/calendar/calendar.php:4605 +#: modules/content-board/content-board.php:2715 +#: modules/content-board/content-board.php:2821 +#: modules/content-overview/content-overview.php:2569 +#: modules/content-overview/content-overview.php:3051 #: modules/editorial-comments/editorial-comments.php:634 -#: modules/editorial-metadata/editorial-metadata.php:2667 +#: modules/editorial-metadata/editorial-metadata.php:2669 msgid "Edit" msgstr "Editar" @@ -1196,12 +1176,12 @@ msgstr "Editar el aviso de perfil" msgid "Edit Notify User" msgstr "Editar el aviso de usuario" -#: modules/calendar/calendar.php:2714 +#: modules/calendar/calendar.php:2738 msgid "Edit this item" msgstr "Editar este elemento" -#: modules/content-board/content-board.php:2659 -#: modules/content-overview/content-overview.php:2989 +#: modules/content-board/content-board.php:2711 +#: modules/content-overview/content-overview.php:3047 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Editar esta publicación" @@ -1212,7 +1192,7 @@ msgstr "Editar esta publicación" msgid "Edit: %s" msgstr "Editar: %s" -#: modules/improved-notifications/improved-notifications.php:1056 +#: modules/improved-notifications/improved-notifications.php:1094 msgid "Editorial Comment" msgstr "Comentario editorial" @@ -1223,15 +1203,15 @@ msgstr "Comentario editorial" msgid "Editorial Comments" msgstr "Comentarios editoriales" -#: modules/calendar/calendar.php:2040 -#: modules/content-board/content-board.php:1083 -#: modules/content-board/content-board.php:1143 -#: modules/content-overview/content-overview.php:1107 -#: modules/content-overview/content-overview.php:1167 +#: modules/calendar/calendar.php:2063 +#: modules/content-board/content-board.php:1124 +#: modules/content-board/content-board.php:1184 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1209 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:510 -#: modules/editorial-metadata/editorial-metadata.php:1745 -#: modules/editorial-metadata/editorial-metadata.php:1746 +#: modules/editorial-metadata/editorial-metadata.php:1747 +#: modules/editorial-metadata/editorial-metadata.php:1748 msgid "Editorial Fields" msgstr "Campos editoriales" @@ -1260,16 +1240,16 @@ msgid "Editorial fields visibility changed." msgstr "Visibilidad de los campos editoriales cambiada." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:466 -#: modules/improved-notifications/improved-notifications.php:1231 +#: modules/improved-notifications/improved-notifications.php:470 +#: modules/improved-notifications/improved-notifications.php:1270 msgid "Editorial Notifications" msgstr "Avisos editoriales" -#: modules/calendar/calendar.php:2334 +#: modules/calendar/calendar.php:2358 msgid "Eight months" msgstr "Ocho meses" -#: modules/calendar/calendar.php:2340 +#: modules/calendar/calendar.php:2364 msgid "Eleven months" msgstr "Once meses" @@ -1286,13 +1266,13 @@ msgstr "correo electrónico" msgid "Email from:" msgstr "Correo electrónico de:" -#: modules/content-overview/content-overview.php:1208 +#: modules/content-overview/content-overview.php:1250 msgid "Enable Columns" msgstr "Activar columnas" -#: modules/calendar/calendar.php:2081 -#: modules/content-board/content-board.php:1332 -#: modules/content-overview/content-overview.php:1356 +#: modules/calendar/calendar.php:2104 +#: modules/content-board/content-board.php:1374 +#: modules/content-overview/content-overview.php:1399 msgid "Enable Filters" msgstr "Activar filtros" @@ -1300,36 +1280,36 @@ msgstr "Activar filtros" msgid "Enable for these post types:" msgstr "Activar para estos tipos de publicación:" -#: modules/content-board/content-board.php:1184 +#: modules/content-board/content-board.php:1225 msgid "Enable or Disable" msgstr "Activar o desactivar" -#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1231 msgid "Enable or Disable Content Board Card Data." msgstr "" "Activar o desactivar los datos de la tarjeta del «Tablón de contenidos»." -#: modules/content-board/content-board.php:1338 +#: modules/content-board/content-board.php:1380 msgid "Enable or Disable Content Board filter." msgstr "Activar o desactivar el filtro «Tablón de contenidos»." -#: modules/calendar/calendar.php:2087 +#: modules/calendar/calendar.php:2110 msgid "Enable or Disable Content calendar filter." msgstr "Activar o desactivar el filtro «Calendario de contenidos»." -#: modules/content-overview/content-overview.php:1362 +#: modules/content-overview/content-overview.php:1405 msgid "Enable or Disable Content Overview filter." msgstr "Activar o desactivar el filtro «Resumen de contenidos»." -#: modules/content-overview/content-overview.php:1214 +#: modules/content-overview/content-overview.php:1256 msgid "Enable or Disable Content Overview table column." msgstr "Activar o desactivar la columna de la tabla «Resumen de contenidos»." -#: modules/calendar/calendar.php:3654 +#: modules/calendar/calendar.php:3677 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Activa las suscripciones en iCal o Google Calendar" -#: modules/calendar/calendar.php:3761 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:3784 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Activado" @@ -1338,7 +1318,7 @@ msgstr "Activado" msgid "Enabled features" msgstr "Características activadas" -#: modules/calendar/calendar.php:2302 +#: modules/calendar/calendar.php:2326 msgid "End date" msgstr "Fecha de finalización" @@ -1354,8 +1334,8 @@ msgstr "" "Introduce los usuarios, perfiles o direcciones de correo electrónico que " "deberían recibir avisos de los flujos de trabajo." -#: modules/editorial-metadata/editorial-metadata.php:1968 -#: modules/editorial-metadata/editorial-metadata.php:2281 +#: modules/editorial-metadata/editorial-metadata.php:1970 +#: modules/editorial-metadata/editorial-metadata.php:2283 msgid "" "Enter the dropdown option value and label. You can move options to change " "their order." @@ -1368,27 +1348,27 @@ msgstr "" msgid "Error" msgstr "Error" -#: modules/editorial-metadata/editorial-metadata.php:1357 +#: modules/editorial-metadata/editorial-metadata.php:1359 msgid "Error adding term." msgstr "Error añadiendo el término." -#: modules/editorial-metadata/editorial-metadata.php:1616 +#: modules/editorial-metadata/editorial-metadata.php:1618 msgid "Error deleting term." msgstr "Error al borrar el término." -#: modules/content-board/content-board.php:1508 +#: modules/content-board/content-board.php:1551 msgid "Error fetching post data." msgstr "Error al obtener los datos de la entrada." -#: modules/editorial-metadata/editorial-metadata.php:1507 -#: modules/editorial-metadata/editorial-metadata.php:1550 +#: modules/editorial-metadata/editorial-metadata.php:1509 +#: modules/editorial-metadata/editorial-metadata.php:1552 msgid "Error updating term." msgstr "Error al actualizar el término." -#: modules/content-board/content-board.php:1472 -#: modules/content-board/content-board.php:1498 -#: modules/content-board/content-board.php:1557 -#: modules/content-overview/content-overview.php:1494 +#: modules/content-board/content-board.php:1515 +#: modules/content-board/content-board.php:1541 +#: modules/content-board/content-board.php:1600 +#: modules/content-overview/content-overview.php:1538 msgid "Error validating nonce. Please reload this page and try again." msgstr "" "Error al validar el nonce. Por favor, recarga esta página e inténtalo de " @@ -1405,13 +1385,13 @@ msgstr "" msgid "Excerpt View" msgstr "Vista de extracto" -#: modules/improved-notifications/improved-notifications.php:245 +#: modules/improved-notifications/improved-notifications.php:249 msgid "Existing Post is updated" msgstr "La entrada existente ha sido actualizada" -#: modules/calendar/calendar.php:1710 -#: modules/content-board/content-board.php:2375 -#: modules/content-overview/content-overview.php:2311 +#: modules/calendar/calendar.php:1731 +#: modules/content-board/content-board.php:2427 +#: modules/content-overview/content-overview.php:2364 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1425,7 +1405,7 @@ msgstr "Soporte rápido y profesional" msgid "Features" msgstr "Características" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:796 msgid "Feb" msgstr "Feb" @@ -1433,15 +1413,15 @@ msgstr "Feb" msgid "Feel free to select only the features you need." msgstr "Siéntete libre de seleccionar solo las características que necesites." -#: modules/improved-notifications/improved-notifications.php:1062 +#: modules/improved-notifications/improved-notifications.php:1100 msgid "field" msgstr "campo" -#: modules/editorial-metadata/editorial-metadata.php:2555 +#: modules/editorial-metadata/editorial-metadata.php:2557 msgid "Field Type" msgstr "Tipo de campo" -#: modules/calendar/calendar.php:3694 +#: modules/calendar/calendar.php:3717 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Campo utilizado para clasificar los elementos del calendario en una celda " @@ -1468,7 +1448,7 @@ msgstr "Filtrar por aviso de perfil" msgid "Filter by notify user" msgstr "Filtrar por aviso de usuario" -#: modules/calendar/calendar.php:1920 +#: modules/calendar/calendar.php:1943 msgid "Filter reset successfully." msgstr "Filtro restablecido correctamente." @@ -1476,8 +1456,8 @@ msgstr "Filtro restablecido correctamente." msgid "Filter the content?" msgstr "¿Filtrar el contenido?" -#: modules/editorial-metadata/editorial-metadata.php:1928 -#: modules/editorial-metadata/editorial-metadata.php:2244 +#: modules/editorial-metadata/editorial-metadata.php:1930 +#: modules/editorial-metadata/editorial-metadata.php:2246 msgid "" "Filter the list of users in the editorial meta to users in the selected " "roles." @@ -1485,15 +1465,15 @@ msgstr "" "Filtra la lista de usuarios en la meta editorial para los usuarios en los " "roles seleccionados." -#: modules/calendar/calendar.php:2107 -#: modules/content-board/content-board.php:1358 -#: modules/content-overview/content-overview.php:1382 +#: modules/calendar/calendar.php:2131 +#: modules/content-board/content-board.php:1401 +#: modules/content-overview/content-overview.php:1426 msgid "Filter Title" msgstr "Titulo del filtro" -#: modules/calendar/calendar.php:1915 -#: modules/content-board/content-board.php:890 -#: modules/content-overview/content-overview.php:908 +#: modules/calendar/calendar.php:1938 +#: modules/content-board/content-board.php:906 +#: modules/content-overview/content-overview.php:925 msgid "Filter updated successfully." msgstr "Filtro actualizado correctamente." @@ -1505,44 +1485,44 @@ msgstr "Fecha del primer borrador" msgid "First Name" msgstr "Nombre" -#: modules/calendar/calendar.php:2328 +#: modules/calendar/calendar.php:2352 msgid "Five months" msgstr "Cinco meses" -#: modules/calendar/calendar.php:2294 +#: modules/calendar/calendar.php:2318 msgid "Five months ago" msgstr "Hace cinco meses" -#: modules/improved-notifications/improved-notifications.php:907 +#: modules/improved-notifications/improved-notifications.php:945 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "¿Para qué contenido?" -#: modules/improved-notifications/improved-notifications.php:1059 +#: modules/improved-notifications/improved-notifications.php:1097 msgid "Format" msgstr "Formato" -#: modules/calendar/calendar.php:3009 +#: modules/calendar/calendar.php:3033 msgid "Forward %d weeks" msgstr "Ir %d semanas hacia adelante" -#: modules/calendar/calendar.php:2994 +#: modules/calendar/calendar.php:3018 msgid "Forward 1 week" msgstr "Ir 1 semana adelante" -#: modules/calendar/calendar.php:2326 +#: modules/calendar/calendar.php:2350 msgid "Four months" msgstr "Cuatro meses" -#: modules/calendar/calendar.php:2292 +#: modules/calendar/calendar.php:2316 msgid "Four months ago" msgstr "Hace cuatro meses" -#: modules/calendar/calendar.php:2313 +#: modules/calendar/calendar.php:2337 msgid "Four weeks" msgstr "Cuatro semanas" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:793 msgid "Fri" msgstr "Vie" @@ -1550,11 +1530,11 @@ msgstr "Vie" msgid "From date" msgstr "Fecha inicial" -#: modules/improved-notifications/improved-notifications.php:877 +#: modules/improved-notifications/improved-notifications.php:915 msgid "Help" msgstr "Ayuda" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:777 #, php-format msgid "Hide the %s last items" msgstr "Ocultar los últimos %s elementos" @@ -1567,7 +1547,7 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/calendar/calendar.php:240 +#: modules/calendar/calendar.php:243 msgid "" "iCal secret key regenerated. Please inform all users they will need to " "resubscribe." @@ -1575,14 +1555,14 @@ msgstr "" "Clave secreta de iCal regenerada. Por favor, informa a todos los usuarios de " "que tendrán que volver a suscribirse." -#: modules/calendar/calendar.php:4539 +#: modules/calendar/calendar.php:4567 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" msgstr "ID" -#: modules/editorial-metadata/editorial-metadata.php:2066 -#: modules/editorial-metadata/editorial-metadata.php:2381 +#: modules/editorial-metadata/editorial-metadata.php:2068 +#: modules/editorial-metadata/editorial-metadata.php:2383 msgid "" "If enabled, this field will be available when adding new posts on the " "Content Calendar and Overview screen." @@ -1610,30 +1590,30 @@ msgstr "" "no dudes en contactar con el equipo de soporte. Envíanos un correo " "electrónico:" -#: modules/content-board/content-board.php:1073 +#: modules/content-board/content-board.php:1114 msgid "Inbuilt Card Data" msgstr "Datos de tarjeta integrados" -#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1136 msgid "Inbuilt Columns" msgstr "Columnas integradas" -#: modules/calendar/calendar.php:2029 -#: modules/content-board/content-board.php:1132 -#: modules/content-overview/content-overview.php:1156 +#: modules/calendar/calendar.php:2052 +#: modules/content-board/content-board.php:1173 +#: modules/content-overview/content-overview.php:1198 msgid "Inbuilt filters" msgstr "Filtros integrados" -#: modules/editorial-metadata/editorial-metadata.php:1956 -#: modules/editorial-metadata/editorial-metadata.php:2273 +#: modules/editorial-metadata/editorial-metadata.php:1958 +#: modules/editorial-metadata/editorial-metadata.php:2275 msgid "Indicate the select type." msgstr "Indica el tipo de selección." -#: modules/editorial-metadata/editorial-metadata.php:2217 +#: modules/editorial-metadata/editorial-metadata.php:2219 msgid "Indicate the type of editorial fields." msgstr "Indicar el tipo de campos editoriales." -#: modules/calendar/calendar.php:2439 +#: modules/calendar/calendar.php:2463 msgid "Initializing the calendar. Please wait..." msgstr "Iniciando el calendario. Por favor, espera…" @@ -1660,26 +1640,26 @@ msgstr "Canal no válido para el aviso" msgid "Invalid comment data" msgstr "Datos del comentario no válidos" -#: modules/calendar/calendar.php:4400 +#: modules/calendar/calendar.php:4428 msgid "Invalid date" msgstr "Fecha no válida" -#: modules/content-board/content-board.php:1474 -#: modules/content-board/content-board.php:1500 -#: modules/content-board/content-board.php:1559 -#: modules/content-overview/content-overview.php:1496 +#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1602 +#: modules/content-overview/content-overview.php:1540 msgid "Invalid form request." msgstr "Solicitud de formulario no válida." -#: modules/calendar/calendar.php:4380 +#: modules/calendar/calendar.php:4408 msgid "Invalid input" msgstr "Entrada no válida" -#: core/Error.php:80 modules/calendar/calendar.php:4371 +#: core/Error.php:80 modules/calendar/calendar.php:4399 msgid "Invalid nonce" msgstr "Nonce no válido" -#: modules/calendar/calendar.php:4838 +#: modules/calendar/calendar.php:4866 msgid "Invalid Publish Date supplied." msgstr "Fecha de publicación facilitada no válida." @@ -1687,11 +1667,11 @@ msgstr "Fecha de publicación facilitada no válida." msgid "Invalid receiver for the notification" msgstr "Destinatario no válido para el aviso" -#: modules/calendar/calendar.php:4814 +#: modules/calendar/calendar.php:4842 msgid "Invalid Status supplied." msgstr "Estado facilitado no válido." -#: modules/calendar/calendar.php:2443 +#: modules/calendar/calendar.php:2467 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1699,20 +1679,20 @@ msgstr "" "Parece que está tardando demasiado. Por favor, intenta recargar la página de " "nuevo y comprueba la consola del navegador en busca de errores." -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:795 msgid "Jan" msgstr "Ene" -#: modules/calendar/calendar.php:790 +#: modules/calendar/calendar.php:801 msgid "Jul" msgstr "Jul" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:800 msgid "Jun" msgstr "Jun" -#: modules/content-overview/content-overview.php:1043 -#: modules/content-overview/content-overview.php:1100 +#: modules/content-overview/content-overview.php:1085 +#: modules/content-overview/content-overview.php:1142 msgid "Last Modified" msgstr "Última modificación" @@ -1720,11 +1700,11 @@ msgstr "Última modificación" msgid "Last Name" msgstr "Apellido" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:774 msgid "Loading item..." msgstr "Cargando el elemento…" -#: modules/calendar/calendar.php:762 +#: modules/calendar/calendar.php:773 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Cargando…" @@ -1745,22 +1725,22 @@ msgstr "Archivo de registro" msgid "Log file not found." msgstr "Archivo de registro no encontrado." -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:797 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:3702 +#: modules/calendar/calendar.php:3725 msgid "Max visible posts per date" msgstr "Máximo de entradas visibles por fecha" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:799 msgid "May" msgstr "May" -#: modules/calendar/calendar.php:1246 modules/calendar/calendar.php:1801 -#: modules/calendar/calendar.php:1802 -#: modules/content-board/content-board.php:1888 -#: modules/content-overview/content-overview.php:1824 +#: modules/calendar/calendar.php:1264 modules/calendar/calendar.php:1822 +#: modules/calendar/calendar.php:1823 +#: modules/content-board/content-board.php:1937 +#: modules/content-overview/content-overview.php:1874 msgid "Me Mode" msgstr "Modo Me" @@ -1768,24 +1748,24 @@ msgstr "Modo Me" msgid "Message" msgstr "Mensaje" -#: modules/improved-notifications/improved-notifications.php:1068 +#: modules/improved-notifications/improved-notifications.php:1106 msgid "Meta fields" msgstr "Campos meta" -#: modules/editorial-metadata/editorial-metadata.php:1990 -#: modules/editorial-metadata/editorial-metadata.php:2021 -#: modules/editorial-metadata/editorial-metadata.php:2303 -#: modules/editorial-metadata/editorial-metadata.php:2334 +#: modules/editorial-metadata/editorial-metadata.php:1992 +#: modules/editorial-metadata/editorial-metadata.php:2023 +#: modules/editorial-metadata/editorial-metadata.php:2305 +#: modules/editorial-metadata/editorial-metadata.php:2336 msgid "Meta Value" msgstr "Valor meta" -#: modules/editorial-metadata/editorial-metadata.php:1449 +#: modules/editorial-metadata/editorial-metadata.php:1451 msgid "Metadata name conflicts with existing term. Please choose another." msgstr "" "El nombre de los metadatos entra en conflicto con otro término ya existente. " "Por favor, elige otro diferente." -#: modules/improved-notifications/improved-notifications.php:416 +#: modules/improved-notifications/improved-notifications.php:420 msgid "minutes" msgstr "minutos" @@ -1797,7 +1777,7 @@ msgstr "Modales para poder editar las entradas sin cambiar de pantalla" msgid "Modified on" msgstr "Modificado el" -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:789 msgid "Mon" msgstr "Lun" @@ -1813,28 +1793,28 @@ msgstr "Aviso de perfil más usado" msgid "Most Used Notify User" msgstr "Avisos de usuarios más usados" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Move posts here to change their status" msgstr "Mover las entradas aquí para cambiar su estado" -#: modules/content-board/content-board.php:2671 -#: modules/content-overview/content-overview.php:3001 +#: modules/content-board/content-board.php:2723 +#: modules/content-overview/content-overview.php:3059 msgid "Move this item to the Trash" msgstr "Mover este elemento a la papelera" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:776 msgid "Moving the item..." msgstr "Moviendo el elemento…" -#: modules/editorial-metadata/editorial-metadata.php:1939 -#: modules/editorial-metadata/editorial-metadata.php:2253 +#: modules/editorial-metadata/editorial-metadata.php:1941 +#: modules/editorial-metadata/editorial-metadata.php:2255 msgid "Multiple Select" msgstr "Selección múltiple" -#: modules/improved-notifications/improved-notifications.php:471 -#: modules/improved-notifications/improved-notifications.php:1219 -#: modules/improved-notifications/improved-notifications.php:1236 +#: modules/improved-notifications/improved-notifications.php:475 +#: modules/improved-notifications/improved-notifications.php:1258 +#: modules/improved-notifications/improved-notifications.php:1275 msgid "Muted" msgstr "Silenciado" @@ -1842,31 +1822,31 @@ msgstr "Silenciado" msgid "My Content Notifications" msgstr "Mis avisos de contenido" -#: modules/editorial-metadata/editorial-metadata.php:2148 -#: modules/editorial-metadata/editorial-metadata.php:2553 +#: modules/editorial-metadata/editorial-metadata.php:2150 +#: modules/editorial-metadata/editorial-metadata.php:2555 msgid "Name" msgstr "Nombre" -#: modules/editorial-metadata/editorial-metadata.php:1298 -#: modules/editorial-metadata/editorial-metadata.php:1458 +#: modules/editorial-metadata/editorial-metadata.php:1300 +#: modules/editorial-metadata/editorial-metadata.php:1460 msgid "Name already in use. Please choose another." msgstr "El nombre ya está en uso. Por favor, selecciona otro." -#: modules/editorial-metadata/editorial-metadata.php:1308 -#: modules/editorial-metadata/editorial-metadata.php:1315 -#: modules/editorial-metadata/editorial-metadata.php:1471 +#: modules/editorial-metadata/editorial-metadata.php:1310 +#: modules/editorial-metadata/editorial-metadata.php:1317 +#: modules/editorial-metadata/editorial-metadata.php:1473 msgid "Name cannot exceed 200 characters. Please try a shorter name." msgstr "" "El nombre no puede exceder los 200 caracteres. Por favor, prueba con un " "nombre más corto." -#: modules/editorial-metadata/editorial-metadata.php:1291 +#: modules/editorial-metadata/editorial-metadata.php:1293 msgid "Name conflicts with existing term. Please choose another." msgstr "" "El nombre está en conflicto con un término ya existente. Por favor, " "selecciona otro." -#: modules/editorial-metadata/editorial-metadata.php:1463 +#: modules/editorial-metadata/editorial-metadata.php:1465 msgid "" "Name conflicts with slug for another term. Please choose something else." msgstr "" @@ -1897,16 +1877,16 @@ msgstr "Nuevo aviso de perfil" msgid "New Notify User" msgstr "Nuevo aviso de usuario" -#: modules/content-board/content-board.php:1918 -#: modules/content-overview/content-overview.php:1854 +#: modules/content-board/content-board.php:1968 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nueva entrada" -#: modules/improved-notifications/improved-notifications.php:287 +#: modules/improved-notifications/improved-notifications.php:291 msgid "New Post is created in Draft status" msgstr "La nueva entrada se creará en estado borrador" -#: modules/improved-notifications/improved-notifications.php:336 +#: modules/improved-notifications/improved-notifications.php:340 msgid "New Post is Published" msgstr "La nueva entrada està publicada" @@ -1919,9 +1899,9 @@ msgstr "Nuevo estado de la entrada: %s" msgid "New status" msgstr "Nuevo estado" -#: modules/calendar/calendar.php:811 -#: modules/content-board/content-board.php:2774 -#: modules/content-overview/content-overview.php:2519 +#: modules/calendar/calendar.php:822 +#: modules/content-board/content-board.php:2826 +#: modules/content-overview/content-overview.php:2574 msgid "Next Post" msgstr "Entrada siguiente" @@ -1929,12 +1909,12 @@ msgstr "Entrada siguiente" msgid "Nickname" msgstr "Alias" -#: modules/calendar/calendar.php:2336 +#: modules/calendar/calendar.php:2360 msgid "Nine months" msgstr "Nueve meses" -#: modules/editorial-metadata/editorial-metadata.php:2055 -#: modules/editorial-metadata/editorial-metadata.php:2366 +#: modules/editorial-metadata/editorial-metadata.php:2057 +#: modules/editorial-metadata/editorial-metadata.php:2368 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:143 msgid "No" msgstr "No" @@ -1944,7 +1924,7 @@ msgstr "No" msgid "No active notifications found for this %s." msgstr "No se ha encontrado ningún aviso activo para esta %s." -#: modules/calendar/calendar.php:4773 +#: modules/calendar/calendar.php:4801 msgid "No date supplied." msgstr "No se proprocionó fecha." @@ -1952,11 +1932,11 @@ msgstr "No se proprocionó fecha." msgid "No editorial comments." msgstr "Sin comentarios editoriales" -#: modules/editorial-metadata/editorial-metadata.php:2643 +#: modules/editorial-metadata/editorial-metadata.php:2645 msgid "No editorial fields found." msgstr "No se encontraron campos editoriales." -#: modules/calendar/calendar.php:4391 +#: modules/calendar/calendar.php:4419 msgid "No enough permissions" msgstr "No tienes los permisos necesarios" @@ -1983,12 +1963,12 @@ msgstr "No hay avisos de perfiles" msgid "No notify users" msgstr "No hay avisos de usuarios" -#: modules/content-board/content-board.php:2748 -#: modules/content-overview/content-overview.php:2488 +#: modules/content-board/content-board.php:2800 +#: modules/content-overview/content-overview.php:2543 msgid "No results found" msgstr "No se han encontrado resultados" -#: modules/calendar/calendar.php:804 +#: modules/calendar/calendar.php:815 msgid "No terms" msgstr "No hay términos" @@ -2014,9 +1994,9 @@ msgstr "" "Ha fallado la comprobación del nonce. Por favor, asegúrate de que estás " "editando los comentarios editoriales." -#: modules/calendar/calendar.php:2694 -#: modules/content-board/content-board.php:3084 -#: modules/content-overview/content-overview.php:2868 +#: modules/calendar/calendar.php:2718 +#: modules/content-board/content-board.php:3137 +#: modules/content-overview/content-overview.php:2927 msgid "None" msgstr "Ninguno" @@ -2043,7 +2023,7 @@ msgstr "No se ha encontrado el registro de los avisos" msgid "Notifications" msgstr "Avisos" -#: modules/improved-notifications/improved-notifications.php:825 +#: modules/improved-notifications/improved-notifications.php:863 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2067,7 +2047,7 @@ msgstr "Correos electrónicos de aviso" msgid "Notify me" msgstr "Avísame" -#: modules/improved-notifications/improved-notifications.php:371 +#: modules/improved-notifications/improved-notifications.php:375 msgid "Notify on editorial comments" msgstr "Avisos sobre comentarios editoriales" @@ -2093,7 +2073,7 @@ msgstr "Aviso de usuario" msgid "Notify Users" msgstr "Avisos de usuarios" -#: modules/calendar/calendar.php:794 +#: modules/calendar/calendar.php:805 msgid "Nov" msgstr "Nov" @@ -2101,7 +2081,7 @@ msgstr "Nov" msgid "Number" msgstr "Número" -#: modules/calendar/calendar.php:793 +#: modules/calendar/calendar.php:804 msgid "Oct" msgstr "Oct" @@ -2110,7 +2090,7 @@ msgstr "Oct" msgid "Old post status: %s" msgstr "Estado anterior de la entrada: %s" -#: modules/improved-notifications/improved-notifications.php:1063 +#: modules/improved-notifications/improved-notifications.php:1101 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2118,28 +2098,28 @@ msgstr "" "En cada shortcode, puedes seleccionar uno o más campos. Si hay más de uno, " "se mostrarán separados por «,»." -#: modules/calendar/calendar.php:2319 +#: modules/calendar/calendar.php:2343 msgid "One month" msgstr "Un mes" -#: modules/calendar/calendar.php:2286 +#: modules/calendar/calendar.php:2310 msgid "One month ago" msgstr "Hace un mes" -#: modules/calendar/calendar.php:2307 +#: modules/calendar/calendar.php:2331 msgid "One week" msgstr "Una semana" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Only editable posts will be moveable." msgstr "Solo las entradas editables serán movibles." -#: modules/improved-notifications/improved-notifications.php:868 +#: modules/improved-notifications/improved-notifications.php:906 msgid "Options" msgstr "Opciones" -#: modules/calendar/calendar.php:248 +#: modules/calendar/calendar.php:251 #: modules/editorial-comments/editorial-comments.php:82 #: modules/editorial-metadata/editorial-metadata.php:120 #: modules/notifications/notifications.php:93 @@ -2174,9 +2154,9 @@ msgstr "Aviso de usuario superior" msgid "Parent Notify User:" msgstr "Aviso de usuario superior:" -#: modules/calendar/calendar.php:1709 -#: modules/content-board/content-board.php:2374 -#: modules/content-overview/content-overview.php:2310 +#: modules/calendar/calendar.php:1730 +#: modules/content-board/content-board.php:2426 +#: modules/content-overview/content-overview.php:2363 msgid "Passed" msgstr "Aprobado" @@ -2188,7 +2168,7 @@ msgstr "Ruta" msgid "Pending Review" msgstr "Pendiente de revisión" -#: modules/calendar/calendar.php:1834 modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1857 modules/calendar/calendar.php:1858 msgid "Period" msgstr "Período" @@ -2206,25 +2186,25 @@ msgstr "" msgid "Please enter a comment." msgstr "Por favor, introduce un comentario." -#: modules/editorial-metadata/editorial-metadata.php:1435 +#: modules/editorial-metadata/editorial-metadata.php:1437 msgid "Please enter a name for the editorial fields" msgstr "Por favor, introduce un nombre para los campos editoriales" -#: modules/editorial-metadata/editorial-metadata.php:1278 +#: modules/editorial-metadata/editorial-metadata.php:1280 msgid "Please enter a name for the editorial fields." msgstr "Por favor, introduce un nombre para los campos editoriales." -#: modules/editorial-metadata/editorial-metadata.php:1285 +#: modules/editorial-metadata/editorial-metadata.php:1287 msgid "Please enter a slug for the editorial fields." msgstr "Por favor, introduce un slug para los campos editoriales." -#: modules/editorial-metadata/editorial-metadata.php:1440 +#: modules/editorial-metadata/editorial-metadata.php:1442 msgid "Please enter a valid, non-numeric name for the editorial fields." msgstr "" "Por favor, introduce un nombre válido y no númerico para los campos " "editoriales." -#: modules/editorial-metadata/editorial-metadata.php:1325 +#: modules/editorial-metadata/editorial-metadata.php:1327 msgid "Please select a valid metadata type." msgstr "Por favor, selecciona un tipo de metadatos válido." @@ -2232,9 +2212,9 @@ msgstr "Por favor, selecciona un tipo de metadatos válido." msgid "Please select at least one event" msgstr "Por favor selecciona por lo menos un evento" -#: modules/calendar/calendar.php:776 -#: modules/content-board/content-board.php:1723 -#: modules/content-overview/content-overview.php:1659 +#: modules/calendar/calendar.php:787 +#: modules/content-board/content-board.php:1766 +#: modules/content-overview/content-overview.php:1703 msgid "Please, wait! Loading the form fields..." msgstr "¡Por favor, espera! Cargando los campos del formulario..." @@ -2254,7 +2234,7 @@ msgstr "Avisos de perfiles populares" msgid "Popular Notify Users" msgstr "Avisos de usuarios populares" -#: modules/editorial-metadata/editorial-metadata.php:2552 +#: modules/editorial-metadata/editorial-metadata.php:2554 msgid "Position" msgstr "Posición" @@ -2262,23 +2242,23 @@ msgstr "Posición" msgid "Post" msgstr "Entrada" -#: modules/calendar/calendar.php:4914 +#: modules/calendar/calendar.php:4942 msgid "Post could not be created" msgstr "La publicación no pudo ser creada" -#: modules/calendar/calendar.php:4907 +#: modules/calendar/calendar.php:4935 msgid "Post created successfully" msgstr "Entrada creada correctamente" -#: modules/calendar/calendar.php:805 -#: modules/content-board/content-board.php:2768 -#: modules/content-overview/content-overview.php:1042 -#: modules/content-overview/content-overview.php:1099 -#: modules/content-overview/content-overview.php:2513 +#: modules/calendar/calendar.php:816 +#: modules/content-board/content-board.php:2820 +#: modules/content-overview/content-overview.php:1084 +#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:2568 msgid "Post Date" msgstr "Fecha de publicación" -#: modules/calendar/calendar.php:230 +#: modules/calendar/calendar.php:233 msgid "Post date updated." msgstr "Fecha de publicación actualizada." @@ -2290,25 +2270,25 @@ msgstr "La entrada no existe" msgid "Post ID: %d" msgstr "ID de la entrada: %d" -#: modules/calendar/calendar.php:4386 +#: modules/calendar/calendar.php:4414 msgid "Post not found" msgstr "Entrada no encontrada" -#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1401 -#: modules/calendar/calendar.php:2031 modules/calendar/calendar.php:4003 -#: modules/calendar/calendar.php:4550 modules/calendar/calendar.php:4630 -#: modules/content-board/content-board.php:1134 -#: modules/content-board/content-board.php:1753 -#: modules/content-board/content-board.php:2069 -#: modules/content-board/content-board.php:2775 -#: modules/content-overview/content-overview.php:1158 -#: modules/content-overview/content-overview.php:1689 -#: modules/content-overview/content-overview.php:2005 -#: modules/content-overview/content-overview.php:2520 +#: modules/calendar/calendar.php:823 modules/calendar/calendar.php:1422 +#: modules/calendar/calendar.php:2054 modules/calendar/calendar.php:4026 +#: modules/calendar/calendar.php:4578 modules/calendar/calendar.php:4658 +#: modules/content-board/content-board.php:1175 +#: modules/content-board/content-board.php:1796 +#: modules/content-board/content-board.php:2121 +#: modules/content-board/content-board.php:2827 +#: modules/content-overview/content-overview.php:1200 +#: modules/content-overview/content-overview.php:1733 +#: modules/content-overview/content-overview.php:2058 +#: modules/content-overview/content-overview.php:2575 msgid "Post Status" msgstr "Estado de la entrada" -#: modules/calendar/calendar.php:231 +#: modules/calendar/calendar.php:234 msgid "Post status updated." msgstr "Estado de la publicación actualizado." @@ -2316,21 +2296,21 @@ msgstr "Estado de la publicación actualizado." msgid "Post Status Widget" msgstr "Widget de estado de publicación" -#: modules/calendar/calendar.php:1487 modules/calendar/calendar.php:1989 -#: modules/calendar/calendar.php:2033 modules/calendar/calendar.php:2867 -#: modules/calendar/calendar.php:4534 -#: modules/content-board/content-board.php:1021 -#: modules/content-board/content-board.php:1034 +#: modules/calendar/calendar.php:1508 modules/calendar/calendar.php:2012 +#: modules/calendar/calendar.php:2056 modules/calendar/calendar.php:2891 +#: modules/calendar/calendar.php:4562 +#: modules/content-board/content-board.php:1062 #: modules/content-board/content-board.php:1075 -#: modules/content-board/content-board.php:1136 -#: modules/content-board/content-board.php:1741 -#: modules/content-board/content-board.php:2152 -#: modules/content-overview/content-overview.php:1040 -#: modules/content-overview/content-overview.php:1055 +#: modules/content-board/content-board.php:1116 +#: modules/content-board/content-board.php:1177 +#: modules/content-board/content-board.php:1784 +#: modules/content-board/content-board.php:2204 +#: modules/content-overview/content-overview.php:1082 #: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1160 -#: modules/content-overview/content-overview.php:1677 -#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:1139 +#: modules/content-overview/content-overview.php:1202 +#: modules/content-overview/content-overview.php:1721 +#: modules/content-overview/content-overview.php:2141 msgid "Post Type" msgstr "Tipo de contenido" @@ -2338,11 +2318,11 @@ msgstr "Tipo de contenido" msgid "Post type" msgstr "Tipo de contenido" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:785 msgid "Post type not found" msgstr "No se ha encontrado el tipo de contenido" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:786 msgid "Post type:" msgstr "Tipo de contenido:" @@ -2351,12 +2331,12 @@ msgstr "Tipo de contenido:" msgid "Post type: %s" msgstr "Tipo de contenido: %s" -#: modules/editorial-metadata/editorial-metadata.php:2554 +#: modules/editorial-metadata/editorial-metadata.php:2556 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Post_Type.php:34 msgid "Post Types" msgstr "Tipos de contenido" -#: modules/calendar/calendar.php:3646 +#: modules/calendar/calendar.php:3669 msgid "Post types to show" msgstr "Tipos de contenidos a mostrar" @@ -2369,29 +2349,29 @@ msgstr "Tipos de contenido a mostrar:" msgid "Posts at a Glance" msgstr "Publicaciones de un vistazo" -#: modules/calendar/calendar.php:3678 +#: modules/calendar/calendar.php:3701 msgid "Posts publish time format" msgstr "Formato de hora de las entradas publicadas" -#: modules/calendar/calendar.php:808 modules/calendar/calendar.php:2738 -#: modules/calendar/calendar.php:4594 -#: modules/content-board/content-board.php:2704 -#: modules/content-board/content-board.php:2771 -#: modules/content-overview/content-overview.php:2516 -#: modules/content-overview/content-overview.php:3034 +#: modules/calendar/calendar.php:819 modules/calendar/calendar.php:2762 +#: modules/calendar/calendar.php:4622 +#: modules/content-board/content-board.php:2756 +#: modules/content-board/content-board.php:2823 +#: modules/content-overview/content-overview.php:2571 +#: modules/content-overview/content-overview.php:3092 msgid "Preview" msgstr "Vista previa" -#: modules/calendar/calendar.php:2735 -#: modules/content-board/content-board.php:2701 -#: modules/content-overview/content-overview.php:3031 +#: modules/calendar/calendar.php:2759 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3089 #, php-format msgid "Preview “%s”" msgstr "Vista previa “%s”" -#: modules/calendar/calendar.php:810 -#: modules/content-board/content-board.php:2773 -#: modules/content-overview/content-overview.php:2518 +#: modules/calendar/calendar.php:821 +#: modules/content-board/content-board.php:2825 +#: modules/content-overview/content-overview.php:2573 msgid "Previous Post" msgstr "Entrada anterior" @@ -2399,29 +2379,34 @@ msgstr "Entrada anterior" msgid "Previous status" msgstr "Estado anterior" -#: modules/content-board/content-board.php:1910 -#: modules/content-overview/content-overview.php:1846 +#: modules/content-board/content-board.php:1960 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Imprimir" -#: common/php/class-module.php:330 modules/content-board/content-board.php:2493 +#: common/php/class-module.php:330 modules/content-board/content-board.php:2545 msgid "Private" msgstr "Privado" -#: modules/calendar/calendar.php:4636 +#: modules/content-board/content-board.php:1802 +#: modules/content-overview/content-overview.php:1739 +msgid "Publish Date" +msgstr "Fecha de publicación" + +#: modules/calendar/calendar.php:4664 msgid "Publish Time" msgstr "Hora de publicación" -#: common/php/class-module.php:327 modules/calendar/calendar.php:2880 +#: common/php/class-module.php:327 modules/calendar/calendar.php:2904 msgid "Published" msgstr "Publicado" -#: modules/calendar/calendar.php:4002 +#: modules/calendar/calendar.php:4025 msgid "Publishing Time" msgstr "Hora de la publicación" #. Author of the plugin -#: modules/calendar/calendar.php:2273 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:2297 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2457,15 +2442,15 @@ msgstr "" msgid "PublishPress Settings" msgstr "Ajustes de PublishPress" -#: modules/improved-notifications/improved-notifications.php:1060 +#: modules/improved-notifications/improved-notifications.php:1098 msgid "Receiver" msgstr "Destinatario" -#: modules/calendar/calendar.php:3779 +#: modules/calendar/calendar.php:3802 msgid "Regenerate calendar feed secret" msgstr "Regenerar clave secreta del feed del calendario" -#: modules/editorial-metadata/editorial-metadata.php:1663 +#: modules/editorial-metadata/editorial-metadata.php:1665 msgid "Register editorial fields for these post types:" msgstr "Registrar los campos editoriales para estos tipos de entrada:" @@ -2478,17 +2463,17 @@ msgstr "Eliminar" msgid "Remove PublishPress ads and branding" msgstr "Eliminar los anuncios y la marca de PublishPress" -#: modules/content-board/content-board.php:1185 +#: modules/content-board/content-board.php:1226 msgid "Reorder" msgstr "Reordenar" -#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1251 msgid "Reorder Columns" msgstr "Reordenar columnas" -#: modules/calendar/calendar.php:2082 -#: modules/content-board/content-board.php:1333 -#: modules/content-overview/content-overview.php:1357 +#: modules/calendar/calendar.php:2105 +#: modules/content-board/content-board.php:1375 +#: modules/content-overview/content-overview.php:1400 msgid "Reorder Filters" msgstr "Reordenar filtros" @@ -2514,17 +2499,17 @@ msgstr "Solicitar soporte" msgid "Reschedule" msgstr "Reprogramar" -#: modules/calendar/calendar.php:1881 modules/calendar/calendar.php:2986 -#: modules/content-board/content-board.php:800 -#: modules/content-board/content-board.php:1984 -#: modules/content-overview/content-overview.php:818 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:1904 modules/calendar/calendar.php:3010 +#: modules/content-board/content-board.php:816 +#: modules/content-board/content-board.php:2035 +#: modules/content-overview/content-overview.php:835 +#: modules/content-overview/content-overview.php:1972 msgid "Reset" msgstr "Restablecer" -#: modules/calendar/calendar.php:1880 -#: modules/content-board/content-board.php:1983 -#: modules/content-overview/content-overview.php:1919 +#: modules/calendar/calendar.php:1903 +#: modules/content-board/content-board.php:2034 +#: modules/content-overview/content-overview.php:1971 msgid "Reset Filters" msgstr "Restablecer filtros" @@ -2547,35 +2532,35 @@ msgstr "perfil: %s" msgid "Roles" msgstr "Perfiles" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:794 msgid "Sat" msgstr "Sáb" -#: modules/calendar/calendar.php:770 modules/calendar/calendar.php:2764 +#: modules/calendar/calendar.php:781 modules/calendar/calendar.php:2788 msgid "Save" msgstr "Guardar" -#: modules/calendar/calendar.php:2758 +#: modules/calendar/calendar.php:2782 #, php-format msgid "Save “%s”" msgstr "Guardar “%s”" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:783 msgid "Save and edit" msgstr "Guardar y editar" -#: modules/calendar/calendar.php:813 -#: modules/content-board/content-board.php:2776 -#: modules/content-overview/content-overview.php:2521 +#: modules/calendar/calendar.php:824 +#: modules/content-board/content-board.php:2828 +#: modules/content-overview/content-overview.php:2576 msgid "Save Changes" msgstr "Guardar cambios" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:782 msgid "Saving..." msgstr "Guardando..." -#: common/php/class-module.php:329 modules/calendar/calendar.php:2875 -#: modules/content-board/content-board.php:2483 +#: common/php/class-module.php:329 modules/calendar/calendar.php:2899 +#: modules/content-board/content-board.php:2535 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Programado" @@ -2584,17 +2569,17 @@ msgstr "Programado" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Programado para %d destinatarios. Haz clic aquí para mostrarlos." -#: modules/calendar/calendar.php:1247 modules/calendar/calendar.php:1819 -#: modules/content-board/content-board.php:1932 -#: modules/content-overview/content-overview.php:1868 +#: modules/calendar/calendar.php:1266 modules/calendar/calendar.php:1841 +#: modules/content-board/content-board.php:1982 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Buscar" -#: modules/calendar/calendar.php:1511 modules/calendar/calendar.php:1818 -#: modules/content-board/content-board.php:1931 -#: modules/content-board/content-board.php:2176 -#: modules/content-overview/content-overview.php:1867 -#: modules/content-overview/content-overview.php:2112 +#: modules/calendar/calendar.php:1532 modules/calendar/calendar.php:1840 +#: modules/content-board/content-board.php:1981 +#: modules/content-board/content-board.php:2228 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2165 msgid "Search box" msgstr "Caja de búsqueda" @@ -2633,31 +2618,31 @@ msgstr "Resultados de la búsqueda de «%s»" msgid "Select %s" msgstr "Seleccionar %s" -#: modules/improved-notifications/improved-notifications.php:1047 +#: modules/improved-notifications/improved-notifications.php:1085 msgid "Select at least one option for each section." msgstr "Selecciona al menos una opción para cada sección." -#: modules/calendar/calendar.php:2111 -#: modules/content-board/content-board.php:1214 -#: modules/content-board/content-board.php:1362 -#: modules/content-overview/content-overview.php:1238 -#: modules/content-overview/content-overview.php:1386 +#: modules/calendar/calendar.php:2135 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1405 +#: modules/content-overview/content-overview.php:1281 +#: modules/content-overview/content-overview.php:1430 msgid "Select Metakey" msgstr "Seleccionar Metakey" -#: modules/calendar/calendar.php:1553 -#: modules/content-board/content-board.php:2218 -#: modules/content-overview/content-overview.php:2154 +#: modules/calendar/calendar.php:1574 +#: modules/content-board/content-board.php:2270 +#: modules/content-overview/content-overview.php:2207 msgid "Select option..." msgstr "Seleccionar option…" -#: modules/editorial-metadata/editorial-metadata.php:1916 -#: modules/editorial-metadata/editorial-metadata.php:2230 +#: modules/editorial-metadata/editorial-metadata.php:1918 +#: modules/editorial-metadata/editorial-metadata.php:2232 msgid "Select roles..." msgstr "Seleccionar perfiles…" -#: modules/editorial-metadata/editorial-metadata.php:1934 -#: modules/editorial-metadata/editorial-metadata.php:2249 +#: modules/editorial-metadata/editorial-metadata.php:1936 +#: modules/editorial-metadata/editorial-metadata.php:2251 msgid "Select Type" msgstr "Seleccionar el tipo" @@ -2669,7 +2654,7 @@ msgstr "Enviar avisos de recordatorio" msgid "Sent" msgstr "Enviado" -#: modules/calendar/calendar.php:792 +#: modules/calendar/calendar.php:803 msgid "Sep" msgstr "Sep" @@ -2693,35 +2678,39 @@ msgstr "Ajustes" msgid "settings" msgstr "ajustes" -#: modules/calendar/calendar.php:2332 +#: modules/calendar/calendar.php:2356 msgid "Seven months" msgstr "Siete meses" -#: modules/improved-notifications/improved-notifications.php:1061 +#: modules/improved-notifications/improved-notifications.php:1099 msgid "shortcode" msgstr "shortcode" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:778 #, php-format msgid "Show %s more" msgstr "Mostrar %s más" -#: modules/content-board/content-board.php:758 -#: modules/content-overview/content-overview.php:776 +#: modules/content-board/content-board.php:774 +#: modules/content-overview/content-overview.php:793 msgid "Show content from" msgstr "Mostrar contenido desde" -#: modules/editorial-metadata/editorial-metadata.php:2051 -#: modules/editorial-metadata/editorial-metadata.php:2363 +#: modules/editorial-metadata/editorial-metadata.php:2053 +#: modules/editorial-metadata/editorial-metadata.php:2365 msgid "Show on Content Calendar and Overview form" msgstr "" "Mostrar en formulario «Calendario de contenidos» y «Resumen de contenidos»." -#: modules/editorial-metadata/editorial-metadata.php:2099 -#: modules/editorial-metadata/editorial-metadata.php:2412 +#: modules/editorial-metadata/editorial-metadata.php:2101 +#: modules/editorial-metadata/editorial-metadata.php:2414 msgid "Show on Post Types screen" msgstr "Mostrar en la pantalla «Tipos de contenido»" +#: modules/calendar/calendar.php:1265 +msgid "Show Revision" +msgstr "Mostrar la revisión" + #: modules/notifications/notifications.php:1635 msgid "" "Show the \"Notify me\" and \"Stop notifying me\" links for these post types:" @@ -2729,8 +2718,8 @@ msgstr "" "Mostrar los enlaces «Avísame» y «Deja de avisarme» para estos tipos de " "contenidos:" -#: modules/editorial-metadata/editorial-metadata.php:1938 -#: modules/editorial-metadata/editorial-metadata.php:2252 +#: modules/editorial-metadata/editorial-metadata.php:1940 +#: modules/editorial-metadata/editorial-metadata.php:2254 msgid "Single Select" msgstr "Selección individual" @@ -2739,11 +2728,11 @@ msgstr "Selección individual" msgid "Site Administrator" msgstr "Administrador del sitio" -#: modules/calendar/calendar.php:2330 +#: modules/calendar/calendar.php:2354 msgid "Six months" msgstr "Seis meses" -#: modules/calendar/calendar.php:2296 +#: modules/calendar/calendar.php:2320 msgid "Six months ago" msgstr "Hace seis meses" @@ -2768,12 +2757,12 @@ msgstr "Omitido" msgid "Slack integration for notifications" msgstr "Integración de Slack para avisos" -#: modules/editorial-metadata/editorial-metadata.php:1867 -#: modules/editorial-metadata/editorial-metadata.php:2162 +#: modules/editorial-metadata/editorial-metadata.php:1869 +#: modules/editorial-metadata/editorial-metadata.php:2164 msgid "Slug" msgstr "Slug" -#: modules/editorial-metadata/editorial-metadata.php:1302 +#: modules/editorial-metadata/editorial-metadata.php:1304 msgid "Slug already in use. Please choose another." msgstr "El slug ya está en uso. Por favor, selecciona otro." @@ -2826,19 +2815,19 @@ msgstr "" "Lo siento, pero no tienes los privilegios para editar este comentario " "editorial. Por favor, habla con tu administrador." -#: modules/calendar/calendar.php:1245 +#: modules/calendar/calendar.php:1263 msgid "Start Date" msgstr "Fecha de inicio" -#: modules/calendar/calendar.php:2280 +#: modules/calendar/calendar.php:2304 msgid "Start date" msgstr "Fecha de inicio" -#: modules/calendar/calendar.php:1987 -#: modules/content-board/content-board.php:1032 -#: modules/content-overview/content-overview.php:1039 -#: modules/content-overview/content-overview.php:1053 -#: modules/content-overview/content-overview.php:1096 +#: modules/calendar/calendar.php:2010 +#: modules/content-board/content-board.php:1073 +#: modules/content-overview/content-overview.php:1081 +#: modules/content-overview/content-overview.php:1095 +#: modules/content-overview/content-overview.php:1138 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Estado" @@ -2849,7 +2838,7 @@ msgstr "Estado" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "El estado se cambió de %1$s #%2$s «%3$s» por %4$s %5$s" -#: modules/calendar/calendar.php:3670 +#: modules/calendar/calendar.php:3693 msgid "Statuses to display publish time" msgstr "Estados para mostrar la hora de publicación" @@ -2866,8 +2855,8 @@ msgstr "Asunto" msgid "Subject:" msgstr "Asunto:" -#: modules/content-board/content-board.php:1716 -#: modules/content-overview/content-overview.php:1652 +#: modules/content-board/content-board.php:1759 +#: modules/content-overview/content-overview.php:1696 msgid "Submit" msgstr "Enviar" @@ -2875,7 +2864,7 @@ msgstr "Enviar" msgid "Submitted on" msgstr "Enviado el" -#: modules/calendar/calendar.php:2275 +#: modules/calendar/calendar.php:2299 msgid "Subscribe in iCal or Google Calendar" msgstr "Suscríbete en iCal o Google Calendar" @@ -2883,7 +2872,7 @@ msgstr "Suscríbete en iCal o Google Calendar" msgid "Success" msgstr "Correcto" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:788 msgid "Sun" msgstr "Dom" @@ -2891,23 +2880,24 @@ msgstr "Dom" msgid "synchronous" msgstr "síncrono" -#: modules/calendar/calendar.php:4565 +#: modules/calendar/calendar.php:4593 msgid "Tag" msgid_plural "Tags" msgstr[0] "Etiqueta" msgstr[1] "Etiquetas" -#: modules/calendar/calendar.php:4664 -#: modules/content-board/content-board.php:1781 -#: modules/content-overview/content-overview.php:1717 +#: modules/calendar/calendar.php:4692 +#: modules/content-board/content-board.php:1830 +#: modules/content-overview/content-overview.php:1767 msgid "Tags" msgstr "Etiquetas" -#: modules/calendar/calendar.php:2047 -#: modules/content-board/content-board.php:1090 -#: modules/content-board/content-board.php:1150 -#: modules/content-overview/content-overview.php:1114 -#: modules/content-overview/content-overview.php:1174 +#: modules/calendar/calendar.php:2070 +#: modules/content-board/content-board.php:1131 +#: modules/content-board/content-board.php:1191 +#: modules/content-overview/content-overview.php:1156 +#: modules/content-overview/content-overview.php:1216 +#: lib/Notifications/Workflow/Step/Event/Filter/Taxonomies.php:34 msgid "Taxonomies" msgstr "Taxonomías" @@ -2920,9 +2910,9 @@ msgctxt "taxonomy general name" msgid "Editorial Field" msgstr "Campo editorial" -#: modules/calendar/calendar.php:814 -#: modules/content-board/content-board.php:2777 -#: modules/content-overview/content-overview.php:2522 +#: modules/calendar/calendar.php:825 +#: modules/content-board/content-board.php:2829 +#: modules/content-overview/content-overview.php:2577 msgid "Taxonomy not set." msgstr "La taxonomía no está establecida." @@ -2931,7 +2921,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Campo editorial" -#: modules/calendar/calendar.php:2338 +#: modules/calendar/calendar.php:2362 msgid "Ten months" msgstr "Diez meses" @@ -2939,7 +2929,7 @@ msgstr "Diez meses" msgid "Terms" msgstr "Términos" -#: modules/editorial-metadata/editorial-metadata.php:1575 +#: modules/editorial-metadata/editorial-metadata.php:1577 msgid "Terms not set." msgstr "Términos no establecidos." @@ -2947,7 +2937,7 @@ msgstr "Términos no establecidos." msgid "Text" msgstr "Texto" -#: modules/editorial-metadata/editorial-metadata.php:2171 +#: modules/editorial-metadata/editorial-metadata.php:2173 msgid "" "The \"slug\" is the URL-friendly version of the name. It is usually all " "lowercase and contains only letters, numbers, and hyphens." @@ -2955,7 +2945,7 @@ msgstr "" "El «slug» es la versión del nombre amigable con las URL. Normalmente va en " "minúsculas y contiene solo letras, números y guiones altos." -#: modules/editorial-metadata/editorial-metadata.php:1888 +#: modules/editorial-metadata/editorial-metadata.php:1890 msgid "" "The description can be used to communicate with your team about what the " "field is for." @@ -2963,7 +2953,7 @@ msgstr "" "La descripción se puede usar para comunicarte con tu equipo acerca de para " "qué es el campo." -#: modules/editorial-metadata/editorial-metadata.php:2188 +#: modules/editorial-metadata/editorial-metadata.php:2190 msgid "" "The description can be used to communicate with your team about what the " "metadata is for." @@ -2975,12 +2965,12 @@ msgstr "" msgid "The Events Calendar Integration" msgstr "La integración The Events Calendar " -#: modules/editorial-metadata/editorial-metadata.php:1902 +#: modules/editorial-metadata/editorial-metadata.php:1904 msgid "The field type cannot be changed once created." msgstr "El tipo de campos no se puede cambiar una vez creado." -#: modules/editorial-metadata/editorial-metadata.php:1862 -#: modules/editorial-metadata/editorial-metadata.php:2157 +#: modules/editorial-metadata/editorial-metadata.php:1864 +#: modules/editorial-metadata/editorial-metadata.php:2159 msgid "The name is for labeling the editorial fields." msgstr "El nombre es para etiquetar los campos editoriales." @@ -2998,7 +2988,7 @@ msgstr "" "El módulo de avisos necesitará estar activado para que se muestre este " "widget." -#: modules/calendar/calendar.php:3746 +#: modules/calendar/calendar.php:3769 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -3010,11 +3000,11 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "El registro superior ha sido borrado o probablemente reprogramado" -#: modules/calendar/calendar.php:4784 +#: modules/calendar/calendar.php:4812 msgid "The selected post type is not enabled for the calendar." msgstr "El tipo de contenido seleccionado no está activado para el calendario." -#: modules/calendar/calendar.php:5261 +#: modules/calendar/calendar.php:5289 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -3022,12 +3012,12 @@ msgstr "" "El usuario seleccionado no tiene suficientes permisos como para definirle " "como autor de la entrada." -#: modules/editorial-metadata/editorial-metadata.php:1872 +#: modules/editorial-metadata/editorial-metadata.php:1874 msgid "The slug cannot be changed once the term has been created." msgstr "El slug no puede cambiarse una vez el término ha sido creado." -#: modules/content-board/content-board.php:2753 -#: modules/content-overview/content-overview.php:2493 +#: modules/content-board/content-board.php:2805 +#: modules/content-overview/content-overview.php:2548 msgid "There are no posts in the range or filter specified." msgstr "No hay entradas en el rango o filtro especificado." @@ -3045,7 +3035,7 @@ msgstr "" "Hubo un problema de algún tipo. Inténtalo de nuevo o contacta a tu " "administrador." -#: modules/calendar/calendar.php:232 +#: modules/calendar/calendar.php:235 msgid "There was an error updating the post. Please try again." msgstr "Hubo un error al actualizar la publicación. Inténtalo de nuevo." @@ -3066,13 +3056,13 @@ msgstr "Este tipo de campos editoriales todavía no es compatible." msgid "This email was sent %s." msgstr "Este correo electrónico fue enviado el %s." -#: modules/editorial-metadata/editorial-metadata.php:2080 -#: modules/editorial-metadata/editorial-metadata.php:2393 +#: modules/editorial-metadata/editorial-metadata.php:2082 +#: modules/editorial-metadata/editorial-metadata.php:2395 msgid "This field will be available for these post types." msgstr "Esto campo estará disponibles para estos tipos de contenido." -#: modules/editorial-metadata/editorial-metadata.php:2104 -#: modules/editorial-metadata/editorial-metadata.php:2416 +#: modules/editorial-metadata/editorial-metadata.php:2106 +#: modules/editorial-metadata/editorial-metadata.php:2418 msgid "" "This field will be viewable on the overview screens for these post types." msgstr "" @@ -3087,7 +3077,7 @@ msgstr "" "Esta es una vista previa del mensaje programado. Todavía se puede cambiar el " "contenido hasta que se envíe el aviso." -#: modules/content-board/content-board.php:2541 +#: modules/content-board/content-board.php:2593 msgid "" "This is the default publish date from today for posts moving to the " "Scheduled status." @@ -3107,7 +3097,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Esta entrada fue actualizada por última vez el " -#: modules/improved-notifications/improved-notifications.php:420 +#: modules/improved-notifications/improved-notifications.php:424 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3124,28 +3114,28 @@ msgstr "" "dirigido a la opción «Usuarios que seleccionaron “Avisarme” para el " "contenido»." -#: modules/calendar/calendar.php:2324 +#: modules/calendar/calendar.php:2348 msgid "Three months" msgstr "Tres meses" -#: modules/calendar/calendar.php:2290 +#: modules/calendar/calendar.php:2314 msgid "Three months ago" msgstr "Hace tres meses" -#: modules/calendar/calendar.php:2311 +#: modules/calendar/calendar.php:2335 msgid "Three weeks" msgstr "Tres semanas" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:792 msgid "Thu" msgstr "Jue" -#: modules/calendar/calendar.php:4625 -#: modules/content-board/content-board.php:535 -#: modules/content-board/content-board.php:1210 -#: modules/content-board/content-board.php:1747 -#: modules/content-overview/content-overview.php:556 -#: modules/content-overview/content-overview.php:1683 +#: modules/calendar/calendar.php:4653 +#: modules/content-board/content-board.php:542 +#: modules/content-board/content-board.php:1252 +#: modules/content-board/content-board.php:1790 +#: modules/content-overview/content-overview.php:564 +#: modules/content-overview/content-overview.php:1727 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3156,13 +3146,13 @@ msgstr "Título" msgid "Title: %s" msgstr "Título: %s" -#: modules/calendar/calendar.php:1587 modules/calendar/calendar.php:1621 -#: modules/content-board/content-board.php:1945 -#: modules/content-board/content-board.php:2252 -#: modules/content-board/content-board.php:2286 -#: modules/content-overview/content-overview.php:1881 -#: modules/content-overview/content-overview.php:2188 -#: modules/content-overview/content-overview.php:2222 +#: modules/calendar/calendar.php:1608 modules/calendar/calendar.php:1642 +#: modules/content-board/content-board.php:1996 +#: modules/content-board/content-board.php:2304 +#: modules/content-board/content-board.php:2338 +#: modules/content-overview/content-overview.php:1933 +#: modules/content-overview/content-overview.php:2241 +#: modules/content-overview/content-overview.php:2275 msgid "to" msgstr "a" @@ -3170,46 +3160,46 @@ msgstr "a" msgid "To date" msgstr "Fecha final" -#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:3034 +#: modules/calendar/calendar.php:814 modules/calendar/calendar.php:3058 msgid "Today" msgstr "Hoy" -#: modules/calendar/calendar.php:3028 +#: modules/calendar/calendar.php:3052 #, php-format msgid "Today is %s" msgstr "Hoy es %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:807 -#: modules/calendar/calendar.php:2724 modules/calendar/calendar.php:4584 -#: modules/content-board/content-board.php:2675 -#: modules/content-board/content-board.php:2770 -#: modules/content-overview/content-overview.php:2515 -#: modules/content-overview/content-overview.php:3005 +#: common/php/class-module.php:332 modules/calendar/calendar.php:818 +#: modules/calendar/calendar.php:2748 modules/calendar/calendar.php:4612 +#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2822 +#: modules/content-overview/content-overview.php:2570 +#: modules/content-overview/content-overview.php:3063 msgid "Trash" msgstr "Papelera" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:790 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:2342 +#: modules/calendar/calendar.php:2366 msgid "Twelve months" msgstr "Doce meses" -#: modules/calendar/calendar.php:2322 +#: modules/calendar/calendar.php:2346 msgid "Two months" msgstr "Dos meses" -#: modules/calendar/calendar.php:2288 +#: modules/calendar/calendar.php:2312 msgid "Two months ago" msgstr "Hace dos meses" -#: modules/calendar/calendar.php:2309 +#: modules/calendar/calendar.php:2333 msgid "Two weeks" msgstr "Dos semanas" -#: modules/editorial-metadata/editorial-metadata.php:1897 -#: modules/editorial-metadata/editorial-metadata.php:2196 +#: modules/editorial-metadata/editorial-metadata.php:1899 +#: modules/editorial-metadata/editorial-metadata.php:2198 msgid "Type" msgstr "Tipo" @@ -3217,9 +3207,9 @@ msgstr "Tipo" msgid "Undefined error found" msgstr "Se ha encontrado un error indefinido" -#: modules/calendar/calendar.php:2398 -#: modules/content-board/content-board.php:835 -#: modules/content-overview/content-overview.php:853 +#: modules/calendar/calendar.php:2422 +#: modules/content-board/content-board.php:851 +#: modules/content-overview/content-overview.php:870 msgid "Undo" msgstr "Deshacer" @@ -3227,7 +3217,7 @@ msgstr "Deshacer" msgid "Unpublished Content" msgstr "Contenido sin publicar" -#: modules/calendar/calendar.php:768 modules/calendar/calendar.php:4790 +#: modules/calendar/calendar.php:779 modules/calendar/calendar.php:4818 msgid "Untitled" msgstr "Sin título" @@ -3235,7 +3225,7 @@ msgstr "Sin título" msgid "Update Editorial Fields" msgstr "Actualizar campos editoriales" -#: modules/editorial-metadata/editorial-metadata.php:2127 +#: modules/editorial-metadata/editorial-metadata.php:2129 msgid "Update Editorial fields term" msgstr "Actualizar término de campos editoriales" @@ -3255,7 +3245,7 @@ msgstr "Actualizar el aviso de perfil" msgid "Update Notify User" msgstr "Actualizar el aviso de usuario" -#: modules/calendar/calendar.php:236 +#: modules/calendar/calendar.php:239 #, php-format msgid "" "Updating the post date dynamically doesn't work for published content. " @@ -3284,12 +3274,12 @@ msgstr "Usuario" msgid "user" msgstr "usuario" -#: modules/improved-notifications/improved-notifications.php:1057 +#: modules/improved-notifications/improved-notifications.php:1095 msgid "User making changes or comments" msgstr "Usuario haciendo cambios o comentarios" -#: modules/editorial-metadata/editorial-metadata.php:1908 -#: modules/editorial-metadata/editorial-metadata.php:2222 +#: modules/editorial-metadata/editorial-metadata.php:1910 +#: modules/editorial-metadata/editorial-metadata.php:2224 msgid "User role" msgstr "Perfil de usuario" @@ -3315,18 +3305,18 @@ msgstr "Usuarios" msgid "Users who selected \"Notify me\" for the content" msgstr "Usuarios que seleccionaron «Avísame» para el contenido" -#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:2748 -#: modules/calendar/calendar.php:4591 -#: modules/content-board/content-board.php:2691 -#: modules/content-board/content-board.php:2772 -#: modules/content-overview/content-overview.php:2517 -#: modules/content-overview/content-overview.php:3021 +#: modules/calendar/calendar.php:820 modules/calendar/calendar.php:2772 +#: modules/calendar/calendar.php:4619 +#: modules/content-board/content-board.php:2743 +#: modules/content-board/content-board.php:2824 +#: modules/content-overview/content-overview.php:2572 +#: modules/content-overview/content-overview.php:3079 msgid "View" msgstr "Ver" -#: modules/calendar/calendar.php:2742 -#: modules/content-board/content-board.php:2685 -#: modules/content-overview/content-overview.php:3015 +#: modules/calendar/calendar.php:2766 +#: modules/content-board/content-board.php:2737 +#: modules/content-overview/content-overview.php:3073 #, php-format msgid "View “%s”" msgstr "Ver “%s”" @@ -3336,7 +3326,7 @@ msgstr "Ver “%s”" msgid "View “%s” on Google Maps" msgstr "Ver “%s” en Google Maps" -#: modules/calendar/calendar.php:5047 +#: modules/calendar/calendar.php:5075 msgid "View all categories" msgstr "Ver todas las categorías" @@ -3366,11 +3356,11 @@ msgstr "Ver: %s" msgid "Warning" msgstr "Advertencia" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:791 msgid "Wed" msgstr "Mié" -#: modules/calendar/calendar.php:1244 +#: modules/calendar/calendar.php:1262 msgid "Weeks" msgstr "Semanas" @@ -3378,7 +3368,7 @@ msgstr "Semanas" msgid "What the post needs to cover." msgstr "Lo que la publicación debe cubrir." -#: modules/improved-notifications/improved-notifications.php:927 +#: modules/improved-notifications/improved-notifications.php:965 msgid "What to say?" msgstr "¿Qué decir?" @@ -3386,6 +3376,10 @@ msgstr "¿Qué decir?" msgid "When an editorial comment is added" msgstr "Cuando se añade un comentario editorial" +#: lib/Notifications/Workflow/Step/Event/Post_TaxonomyUpdate.php:28 +msgid "When taxonomy is updated" +msgstr "Cuando se actualiza la taxonomía" + #: lib/Notifications/Workflow/Step/Event/Post_StatusTransition.php:28 msgid "When the content is moved to a new status" msgstr "Cuando el contenido cambia a un nuevo estado" @@ -3403,13 +3397,13 @@ msgid "When the status is changed" msgstr "Cuando se cambia el estado" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:897 +#: modules/improved-notifications/improved-notifications.php:935 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "¿Cuándo avisar?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:917 +#: modules/improved-notifications/improved-notifications.php:955 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "¿A quién avisar?" @@ -3422,11 +3416,11 @@ msgstr "Opciones del widget" msgid "WordPress Scheduler" msgstr "Programador de WordPress" -#: modules/improved-notifications/improved-notifications.php:1058 +#: modules/improved-notifications/improved-notifications.php:1096 msgid "Workflow" msgstr "Flujo de trabajo" -#: modules/improved-notifications/improved-notifications.php:859 +#: modules/improved-notifications/improved-notifications.php:897 msgid "Workflow Settings" msgstr "Ajustes de los flujos de trabajo" @@ -3436,13 +3430,13 @@ msgid "Workflow: %s" msgstr "Flujo de trabajo: %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:472 -#: modules/improved-notifications/improved-notifications.php:1237 +#: modules/improved-notifications/improved-notifications.php:476 +#: modules/improved-notifications/improved-notifications.php:1276 msgid "Workflows" msgstr "Flujos de trabajo" -#: modules/editorial-metadata/editorial-metadata.php:2056 -#: modules/editorial-metadata/editorial-metadata.php:2367 +#: modules/editorial-metadata/editorial-metadata.php:2058 +#: modules/editorial-metadata/editorial-metadata.php:2369 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:142 msgid "Yes" msgstr "Sí" @@ -3452,7 +3446,7 @@ msgstr "Sí" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Estás recibiendo este correo electrónico porque estás suscrito a «%s»." -#: modules/improved-notifications/improved-notifications.php:1051 +#: modules/improved-notifications/improved-notifications.php:1089 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3473,19 +3467,19 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Puedes ver todos los comentarios editoriales en esta %s aquí: " -#: modules/calendar/calendar.php:2041 -#: modules/content-board/content-board.php:1084 -#: modules/content-board/content-board.php:1144 -#: modules/content-overview/content-overview.php:1108 -#: modules/content-overview/content-overview.php:1168 +#: modules/calendar/calendar.php:2064 +#: modules/content-board/content-board.php:1125 +#: modules/content-board/content-board.php:1185 +#: modules/content-overview/content-overview.php:1150 +#: modules/content-overview/content-overview.php:1210 msgid "You do not have any editorial fields enabled" msgstr "No hay campos editoriales activados" -#: modules/calendar/calendar.php:2048 -#: modules/content-board/content-board.php:1091 -#: modules/content-board/content-board.php:1151 -#: modules/content-overview/content-overview.php:1115 -#: modules/content-overview/content-overview.php:1175 +#: modules/calendar/calendar.php:2071 +#: modules/content-board/content-board.php:1132 +#: modules/content-board/content-board.php:1192 +#: modules/content-overview/content-overview.php:1157 +#: modules/content-overview/content-overview.php:1217 msgid "You do not have any public taxonomies" msgstr "No hay ninguna taxonomía pública" @@ -3493,13 +3487,13 @@ msgstr "No hay ninguna taxonomía pública" msgid "You do not have necessary permissions to complete this action." msgstr "No tienes los permisos necesarios para completar esta acción." -#: modules/content-board/content-board.php:951 -#: modules/content-overview/content-overview.php:969 +#: modules/content-board/content-board.php:992 +#: modules/content-overview/content-overview.php:1011 #, php-format msgid "You do not have permission to add new %s" msgstr "Lo siento, no tienes permisos para añadir nuevo %s" -#: modules/content-board/content-board.php:1512 +#: modules/content-board/content-board.php:1555 msgid "You do not have permission to edit selected post." msgstr "Lo siento, no tienes permisos para editar la entrada seleccionada." @@ -3516,6 +3510,24 @@ msgstr "" "Estás usando PublishPress Planner Free. La versión Pro tiene más " "características y soporte. %sPasar a Pro%s" +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you activate the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Los estados personalizados están desactivados hasta que actives el plugin " +#~ "%1$sPublishPress Statuses%2$s. Consulta %3$sPlanificación > Ajustes%4$s " +#~ "para más detalles." + +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you install the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Los estados personalizados están desactivados hasta que instales el " +#~ "plugin %1$sPublishPress Statuses%2$s. Consulta %3$sPlanificación > " +#~ "Ajustes%4$s para más detalles." + #~ msgid "Hidden field can only be viewed on the edit post view." #~ msgstr "" #~ "Los campos ocultos solo se pueden ver en la vista de edición de la " diff --git a/languages/publishpress-fr_FR.mo b/languages/publishpress-fr_FR.mo index 9dd3cd05b..0acc3b8a0 100644 Binary files a/languages/publishpress-fr_FR.mo and b/languages/publishpress-fr_FR.mo differ diff --git a/languages/publishpress-fr_FR.po b/languages/publishpress-fr_FR.po index 2108b11f0..e57ac343c 100644 --- a/languages/publishpress-fr_FR.po +++ b/languages/publishpress-fr_FR.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Plugins - PublishPress: Editorial Calendar, Workflow, " "Comments, Notifications and Statuses - Stable (latest release)\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" -"POT-Creation-Date: 2024-08-12 12:31+0000\n" -"PO-Revision-Date: 2024-08-14 23:27+0200\n" +"POT-Creation-Date: 2024-09-12 09:14+0000\n" +"PO-Revision-Date: 2024-09-12 22:27+0200\n" "Last-Translator: \n" "Language-Team: French (France)\n" "Language: fr_FR\n" @@ -58,8 +58,8 @@ msgstr "%1$s #%2$s « %3$s » a été dépublié par %4$s %5$s" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "%1$s (%2$s) a dit le %3$s à %4$s :" -#: modules/content-board/content-board.php:787 -#: modules/content-overview/content-overview.php:805 +#: modules/content-board/content-board.php:803 +#: modules/content-overview/content-overview.php:822 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s

        %2$s" @@ -84,7 +84,7 @@ msgstr "%1$s à %2$s" msgid "%1$s last updated on %2$s" msgstr "%1$s mis à jour le %2$s" -#: modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1858 #, php-format msgid "%1s weeks" msgstr "%1s semaines" @@ -101,22 +101,22 @@ msgid_plural "%d Users" msgstr[0] "%d utilisateur/utilisatrice" msgstr[1] "%d utilisateurs/utilisatrices" -#: modules/calendar/calendar.php:801 modules/calendar/calendar.php:1845 +#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1868 msgid "%d week" msgstr "%d semaine" -#: modules/calendar/calendar.php:802 +#: modules/calendar/calendar.php:813 msgid "%d weeks" msgstr "%d semaines" -#: modules/content-board/content-board.php:946 -#: modules/content-overview/content-overview.php:964 +#: modules/content-board/content-board.php:987 +#: modules/content-overview/content-overview.php:1006 #, php-format msgid "%s could not be created" msgstr "%s n’a pas pu être créée" -#: modules/content-board/content-board.php:943 -#: modules/content-overview/content-overview.php:961 +#: modules/content-board/content-board.php:984 +#: modules/content-overview/content-overview.php:1003 #, php-format msgid "%s created successfully. Edit %s" msgstr "%s a bien été créée. Modifier %s" @@ -128,26 +128,26 @@ msgid_plural "%s notifications found." msgstr[0] "%s notification trouvée." msgstr[1] "%s notifications trouvées." -#: modules/calendar/calendar.php:5138 +#: modules/calendar/calendar.php:5166 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s semaine" msgstr[1] "%s semaines" -#: modules/calendar/calendar.php:3051 +#: modules/calendar/calendar.php:3075 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:3064 +#: modules/calendar/calendar.php:3088 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:3020 +#: modules/calendar/calendar.php:3044 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:3003 +#: modules/calendar/calendar.php:3027 msgid "›" msgstr "›" @@ -168,7 +168,7 @@ msgstr "-- Sélectionner %s --" msgid "-- Select a user --" msgstr "-- Sélectionner un utilisateur/utilisatrice --" -#: modules/calendar/calendar.php:254 +#: modules/calendar/calendar.php:257 msgid "" "

        For more information:

        Calendar Documentation

        " -#: modules/calendar/calendar.php:249 +#: modules/calendar/calendar.php:252 msgid "" "

        The calendar is a convenient week-by-week or month-by-month view into " "your content. Quickly see which stories are on track to being published on " @@ -380,12 +380,12 @@ msgstr "" msgid "Add an editorial comment" msgstr "Ajouter un commentaire éditorial" -#: modules/editorial-metadata/editorial-metadata.php:2043 -#: modules/editorial-metadata/editorial-metadata.php:2356 +#: modules/editorial-metadata/editorial-metadata.php:2045 +#: modules/editorial-metadata/editorial-metadata.php:2358 msgid "Add Another Option" msgstr "Ajouter une autre option" -#: modules/content-overview/content-overview.php:1246 +#: modules/content-overview/content-overview.php:1289 msgid "Add Column" msgstr "Ajouter une colonne" @@ -393,7 +393,7 @@ msgstr "Ajouter une colonne" msgid "Add Comment" msgstr "Ajouter un commentaire" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:784 #, php-format msgid "Add content for %s" msgstr "Ajouter le contenu pour %s" @@ -404,24 +404,24 @@ msgstr "Ajouter le contenu pour %s" msgid "Add editorial comment: %s" msgstr "Ajouter un commentaire éditorial : %s" -#: modules/calendar/calendar.php:2119 -#: modules/content-board/content-board.php:1370 -#: modules/content-overview/content-overview.php:1394 +#: modules/calendar/calendar.php:2143 +#: modules/content-board/content-board.php:1413 +#: modules/content-overview/content-overview.php:1438 msgid "Add Filter" msgstr "Ajouter un filtre" -#: modules/calendar/calendar.php:2099 -#: modules/content-board/content-board.php:1202 -#: modules/content-board/content-board.php:1222 -#: modules/content-board/content-board.php:1350 -#: modules/content-overview/content-overview.php:1226 -#: modules/content-overview/content-overview.php:1374 -#: modules/editorial-metadata/editorial-metadata.php:1769 +#: modules/calendar/calendar.php:2123 +#: modules/content-board/content-board.php:1244 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1393 +#: modules/content-overview/content-overview.php:1269 +#: modules/content-overview/content-overview.php:1418 +#: modules/editorial-metadata/editorial-metadata.php:1771 msgid "Add New" msgstr "Ajouter" -#: modules/content-board/content-board.php:1580 -#: modules/content-overview/content-overview.php:1517 +#: modules/content-board/content-board.php:1623 +#: modules/content-overview/content-overview.php:1561 #, php-format msgid "Add New %s" msgstr "Ajouter %s" @@ -430,7 +430,7 @@ msgstr "Ajouter %s" msgid "Add New Editorial Fields" msgstr "Ajouter de nouveaux champs éditoriaux" -#: modules/editorial-metadata/editorial-metadata.php:2438 +#: modules/editorial-metadata/editorial-metadata.php:2440 msgid "Add New Editorial fields term" msgstr "Ajouter un nouveau terme de champs éditoriaux" @@ -462,12 +462,12 @@ msgstr "Ajouter ou supprimer des notifications de rôles" msgid "Add or remove notify users" msgstr "Ajouter ou supprimer des utilisateurs/utilisatrices de notification" -#: modules/editorial-metadata/editorial-metadata.php:2075 -#: modules/editorial-metadata/editorial-metadata.php:2389 +#: modules/editorial-metadata/editorial-metadata.php:2077 +#: modules/editorial-metadata/editorial-metadata.php:2391 msgid "Add to post types" msgstr "Ajouter aux types de publication" -#: modules/improved-notifications/improved-notifications.php:94 +#: modules/improved-notifications/improved-notifications.php:95 msgid "Advanced Notifications" msgstr "Notifications avancées" @@ -475,11 +475,11 @@ msgstr "Notifications avancées" msgid "All" msgstr "Tous" -#: modules/calendar/calendar.php:1431 modules/calendar/calendar.php:1434 -#: modules/content-board/content-board.php:2099 -#: modules/content-board/content-board.php:2102 -#: modules/content-overview/content-overview.php:2035 -#: modules/content-overview/content-overview.php:2038 +#: modules/calendar/calendar.php:1452 modules/calendar/calendar.php:1455 +#: modules/content-board/content-board.php:2151 +#: modules/content-board/content-board.php:2154 +#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:2091 #, php-format msgid "All %s" msgstr "Toutes les %s" @@ -488,16 +488,16 @@ msgstr "Toutes les %s" msgid "All Actions" msgstr "Toutes les actions" -#: modules/calendar/calendar.php:799 modules/calendar/calendar.php:1458 -#: modules/calendar/calendar.php:1461 modules/calendar/calendar.php:5086 -#: modules/content-board/content-board.php:2124 -#: modules/content-board/content-board.php:2127 -#: modules/content-overview/content-overview.php:2060 -#: modules/content-overview/content-overview.php:2063 +#: modules/calendar/calendar.php:810 modules/calendar/calendar.php:1479 +#: modules/calendar/calendar.php:1482 modules/calendar/calendar.php:5114 +#: modules/content-board/content-board.php:2176 +#: modules/content-board/content-board.php:2179 +#: modules/content-overview/content-overview.php:2113 +#: modules/content-overview/content-overview.php:2116 msgid "All authors" msgstr "Tous les auteurs/autrices" -#: modules/calendar/calendar.php:797 +#: modules/calendar/calendar.php:808 msgid "All categories" msgstr "Toutes les catégories" @@ -529,14 +529,14 @@ msgstr "Toutes les notifications des rôles" msgid "All Notify Users" msgstr "Tous les comptes de notification" -#: modules/editorial-metadata/editorial-metadata.php:1269 -#: modules/editorial-metadata/editorial-metadata.php:1426 +#: modules/editorial-metadata/editorial-metadata.php:1271 +#: modules/editorial-metadata/editorial-metadata.php:1428 msgid "All options value and labels are required." msgstr "Toutes les valeurs et libellés des options sont obligatoires." -#: modules/calendar/calendar.php:1491 -#: modules/content-board/content-board.php:2156 -#: modules/content-overview/content-overview.php:2092 +#: modules/calendar/calendar.php:1512 +#: modules/content-board/content-board.php:2208 +#: modules/content-overview/content-overview.php:2145 msgid "All post types" msgstr "Tous les types de publication" @@ -546,7 +546,7 @@ msgstr "Tous les types de publication" msgid "All Posts" msgstr "Toutes les publications" -#: modules/calendar/calendar.php:4058 +#: modules/calendar/calendar.php:4081 msgid "All posts" msgstr "Toutes les publications" @@ -554,9 +554,9 @@ msgstr "Toutes les publications" msgid "All Receivers" msgstr "Tous les destinataires" -#: modules/calendar/calendar.php:1706 -#: modules/content-board/content-board.php:2371 -#: modules/content-overview/content-overview.php:2307 +#: modules/calendar/calendar.php:1727 +#: modules/content-board/content-board.php:2423 +#: modules/content-overview/content-overview.php:2360 msgid "All status" msgstr "Tous les états" @@ -564,18 +564,18 @@ msgstr "Tous les états" msgid "All Statuses" msgstr "Tous les états" -#: modules/calendar/calendar.php:796 modules/calendar/calendar.php:1405 -#: modules/calendar/calendar.php:5030 -#: modules/content-board/content-board.php:2073 -#: modules/content-overview/content-overview.php:2009 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:1426 +#: modules/calendar/calendar.php:5058 +#: modules/content-board/content-board.php:2125 +#: modules/content-overview/content-overview.php:2062 msgid "All statuses" msgstr "Tous les états" -#: modules/calendar/calendar.php:798 modules/calendar/calendar.php:5065 +#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:5093 msgid "All tags" msgstr "Toutes les étiquettes" -#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:5113 +#: modules/calendar/calendar.php:811 modules/calendar/calendar.php:5141 msgid "All types" msgstr "Tous les types" @@ -588,7 +588,7 @@ msgstr "Tous les comptes" msgid "All Workflows" msgstr "Tous les flux de travail" -#: modules/calendar/calendar.php:3662 +#: modules/calendar/calendar.php:3685 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "Autoriser l’accès public aux abonnements à iCal ou Calendrier Google" @@ -601,43 +601,43 @@ msgid "Always notify users who have edited the content:" msgstr "" "Prévenez toujours les utilisateurs/utilisatrices qui ont modifié le contenu :" -#: modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:3733 msgid "Always show complete post titles" msgstr "Toujours afficher les titres complets des publications" -#: modules/content-board/content-board.php:1468 -#: modules/content-board/content-board.php:1494 -#: modules/content-board/content-board.php:1553 +#: modules/content-board/content-board.php:1511 +#: modules/content-board/content-board.php:1537 +#: modules/content-board/content-board.php:1596 msgid "An error occured" msgstr "Une erreur s’est produite" -#: modules/calendar/calendar.php:1540 modules/calendar/calendar.php:1651 -#: modules/calendar/calendar.php:1689 modules/calendar/calendar.php:1770 -#: modules/content-board/content-board.php:797 -#: modules/content-board/content-board.php:807 -#: modules/content-board/content-board.php:2205 -#: modules/content-board/content-board.php:2316 -#: modules/content-board/content-board.php:2354 -#: modules/content-board/content-board.php:2435 -#: modules/content-board/content-board.php:2544 -#: modules/content-overview/content-overview.php:815 -#: modules/content-overview/content-overview.php:825 -#: modules/content-overview/content-overview.php:2141 -#: modules/content-overview/content-overview.php:2252 -#: modules/content-overview/content-overview.php:2290 -#: modules/content-overview/content-overview.php:2371 +#: modules/calendar/calendar.php:1561 modules/calendar/calendar.php:1672 +#: modules/calendar/calendar.php:1710 modules/calendar/calendar.php:1791 +#: modules/content-board/content-board.php:813 +#: modules/content-board/content-board.php:823 +#: modules/content-board/content-board.php:2257 +#: modules/content-board/content-board.php:2368 +#: modules/content-board/content-board.php:2406 +#: modules/content-board/content-board.php:2487 +#: modules/content-board/content-board.php:2596 +#: modules/content-overview/content-overview.php:832 +#: modules/content-overview/content-overview.php:842 +#: modules/content-overview/content-overview.php:2194 +#: modules/content-overview/content-overview.php:2305 +#: modules/content-overview/content-overview.php:2343 +#: modules/content-overview/content-overview.php:2424 msgid "Apply" msgstr "Appliquer" -#: modules/calendar/calendar.php:2203 -#: modules/content-board/content-board.php:1306 -#: modules/content-board/content-board.php:1454 -#: modules/content-overview/content-overview.php:1330 -#: modules/content-overview/content-overview.php:1478 +#: modules/calendar/calendar.php:2227 +#: modules/content-board/content-board.php:1348 +#: modules/content-board/content-board.php:1497 +#: modules/content-overview/content-overview.php:1373 +#: modules/content-overview/content-overview.php:1522 msgid "Apply Changes" msgstr "Appliquer les modifications" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:798 msgid "Apr" msgstr "Avr" @@ -662,7 +662,7 @@ msgstr "Notifications asynchrones" msgid "asynchronous" msgstr "asynchrone" -#: modules/calendar/calendar.php:3729 +#: modules/calendar/calendar.php:3752 msgid "At least one post type must be selected" msgstr "Au moins un type de publication doit être sélectionné" @@ -670,27 +670,27 @@ msgstr "Au moins un type de publication doit être sélectionné" msgid "Attach file" msgstr "Attacher un fichier" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:802 msgid "Aug" msgstr "Aoû" -#: modules/calendar/calendar.php:815 modules/calendar/calendar.php:1456 -#: modules/calendar/calendar.php:1988 modules/calendar/calendar.php:2032 -#: modules/calendar/calendar.php:2859 modules/calendar/calendar.php:4555 -#: modules/calendar/calendar.php:4645 -#: modules/content-board/content-board.php:1022 -#: modules/content-board/content-board.php:1033 -#: modules/content-board/content-board.php:1076 -#: modules/content-board/content-board.php:1135 -#: modules/content-board/content-board.php:1762 -#: modules/content-board/content-board.php:2122 -#: modules/content-overview/content-overview.php:1041 -#: modules/content-overview/content-overview.php:1054 -#: modules/content-overview/content-overview.php:1098 -#: modules/content-overview/content-overview.php:1159 -#: modules/content-overview/content-overview.php:1698 -#: modules/content-overview/content-overview.php:2058 -#: modules/content-overview/content-overview.php:2512 +#: modules/calendar/calendar.php:826 modules/calendar/calendar.php:1477 +#: modules/calendar/calendar.php:2011 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:2883 modules/calendar/calendar.php:4583 +#: modules/calendar/calendar.php:4673 +#: modules/content-board/content-board.php:1063 +#: modules/content-board/content-board.php:1074 +#: modules/content-board/content-board.php:1117 +#: modules/content-board/content-board.php:1176 +#: modules/content-board/content-board.php:1811 +#: modules/content-board/content-board.php:2174 +#: modules/content-overview/content-overview.php:1083 +#: modules/content-overview/content-overview.php:1096 +#: modules/content-overview/content-overview.php:1140 +#: modules/content-overview/content-overview.php:1201 +#: modules/content-overview/content-overview.php:1748 +#: modules/content-overview/content-overview.php:2111 +#: modules/content-overview/content-overview.php:2567 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgstr "Auteur/autrice" @@ -713,15 +713,15 @@ msgstr "Auteurs du contenu" msgid "Auto-draft" msgstr "Brouillon automatique" -#: modules/improved-notifications/improved-notifications.php:1067 +#: modules/improved-notifications/improved-notifications.php:1105 msgid "Available fields" msgstr "Available fields" -#: modules/calendar/calendar.php:3043 +#: modules/calendar/calendar.php:3067 msgid "Back %d weeks" msgstr "Retour de %d semaines" -#: modules/calendar/calendar.php:3055 +#: modules/calendar/calendar.php:3079 msgid "Back 1 week" msgstr "Retour 1 semaine" @@ -753,44 +753,44 @@ msgstr "Blog : " msgid "Body" msgstr "Corps" -#: modules/content-board/content-board.php:803 -#: modules/content-overview/content-overview.php:821 +#: modules/content-board/content-board.php:819 +#: modules/content-overview/content-overview.php:838 #: modules/editorial-comments/editorial-comments.php:580 -#: modules/editorial-metadata/editorial-metadata.php:2130 +#: modules/editorial-metadata/editorial-metadata.php:2132 msgid "Cancel" msgstr "Annuler" -#: modules/content-board/content-board.php:876 +#: modules/content-board/content-board.php:892 msgid "Card Data updated successfully." msgstr "Les données de la carte ont bien été mises à jour." -#: modules/calendar/calendar.php:4655 -#: modules/content-board/content-board.php:1772 -#: modules/content-overview/content-overview.php:1708 +#: modules/calendar/calendar.php:4683 +#: modules/content-board/content-board.php:1821 +#: modules/content-overview/content-overview.php:1758 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Catégories" -#: modules/calendar/calendar.php:4560 +#: modules/calendar/calendar.php:4588 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Catégorie" msgstr[1] "Catégories" -#: modules/content-board/content-board.php:804 -#: modules/content-overview/content-overview.php:822 +#: modules/content-board/content-board.php:820 +#: modules/content-overview/content-overview.php:839 msgid "Change" msgstr "Changer" -#: modules/content-board/content-board.php:1484 -#: modules/content-board/content-board.php:1542 +#: modules/content-board/content-board.php:1527 +#: modules/content-board/content-board.php:1585 msgid "Changes saved!" msgstr "Modifications enregistrées !" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:473 -#: modules/improved-notifications/improved-notifications.php:1238 +#: modules/improved-notifications/improved-notifications.php:477 +#: modules/improved-notifications/improved-notifications.php:1277 msgid "Channels" msgstr "Canaux" @@ -802,9 +802,9 @@ msgstr "Une mauvaise manipulation ?" msgid "Checkbox" msgstr "Case à cocher" -#: modules/calendar/calendar.php:1671 -#: modules/content-board/content-board.php:2336 -#: modules/content-overview/content-overview.php:2272 +#: modules/calendar/calendar.php:1692 +#: modules/content-board/content-board.php:2388 +#: modules/content-overview/content-overview.php:2325 msgid "Checked" msgstr "Sélectionné" @@ -827,37 +827,37 @@ msgid "Choose Post Types" msgstr "Choisissez les types de publication" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:467 -#: modules/improved-notifications/improved-notifications.php:1232 +#: modules/improved-notifications/improved-notifications.php:471 +#: modules/improved-notifications/improved-notifications.php:1271 msgid "Choose the channels where each workflow will send notifications to:" msgstr "" "Choisissez les canaux vers lesquels chaque flux de travail enverra des " "notifications :" -#: modules/improved-notifications/improved-notifications.php:1069 +#: modules/improved-notifications/improved-notifications.php:1107 msgid "Click here to read more about shortcode options..." msgstr "Cliquez ici pour en savoir plus sur les options des codes courts…" -#: modules/calendar/calendar.php:2367 +#: modules/calendar/calendar.php:2391 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Cliquez ici pour vous abonner à iCal ou Calendrier Google" -#: modules/content-board/content-board.php:1067 +#: modules/content-board/content-board.php:1108 msgid "Click the \"Add New\" button to create new card data." msgstr "" "Cliquer sur le bouton « Ajouter » pour créer de nouvelles données de carte." -#: modules/content-overview/content-overview.php:1088 +#: modules/content-overview/content-overview.php:1130 msgid "Click the \"Add New\" button to create new columns." msgstr "Cliquer sur le bouton « Ajouter » pour créer de nouvelles colonnes." -#: modules/calendar/calendar.php:2023 -#: modules/content-board/content-board.php:1126 -#: modules/content-overview/content-overview.php:1150 +#: modules/calendar/calendar.php:2046 +#: modules/content-board/content-board.php:1167 +#: modules/content-overview/content-overview.php:1192 msgid "Click the \"Add New\" button to create new filters." msgstr "Cliquer sur le bouton « Ajouter » pour créer de nouveaux filtres." -#: modules/calendar/calendar.php:764 +#: modules/calendar/calendar.php:775 msgid "Click to add" msgstr "Cliquez pour ajouter" @@ -878,15 +878,15 @@ msgstr "Cliquez pour être informé des mises à jour de ce contenu" msgid "Click to stop being notified on updates for this post" msgstr "Cliquez pour ne plus être informé des mises à jour de ce contenu" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:780 msgid "Close" msgstr "Fermer" -#: modules/content-overview/content-overview.php:1234 +#: modules/content-overview/content-overview.php:1277 msgid "Column Title" msgstr "Titre de la colonne" -#: modules/content-overview/content-overview.php:894 +#: modules/content-overview/content-overview.php:911 msgid "Column updated successfully." msgstr "La colonne a bien été mise à jour." @@ -915,10 +915,10 @@ msgstr "Configurer" msgid "Contact" msgstr "Contact" -#: modules/calendar/calendar.php:4672 -#: modules/content-board/content-board.php:1789 -#: modules/content-overview/content-overview.php:1725 -#: modules/improved-notifications/improved-notifications.php:1055 +#: modules/calendar/calendar.php:4700 +#: modules/content-board/content-board.php:1838 +#: modules/content-overview/content-overview.php:1775 +#: modules/improved-notifications/improved-notifications.php:1093 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenu" @@ -930,8 +930,8 @@ msgstr "Contenu" msgid "Content Board" msgstr "Tableau des contenus" -#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:461 -#: modules/calendar/calendar.php:478 modules/calendar/calendar.php:479 +#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:464 +#: modules/calendar/calendar.php:481 modules/calendar/calendar.php:482 msgid "Content Calendar" msgstr "Calendrier des contenus" @@ -946,12 +946,12 @@ msgstr "Aperçu du contenu" msgid "Content:" msgstr "Contenu :" -#: modules/calendar/calendar.php:2361 +#: modules/calendar/calendar.php:2385 msgid "Copy to the clipboard" msgstr "Copier dans le presse-papiers" -#: modules/content-board/content-board.php:1714 -#: modules/content-overview/content-overview.php:1650 +#: modules/content-board/content-board.php:1757 +#: modules/content-overview/content-overview.php:1694 #, php-format msgid "Create %s" msgstr "Créer %s" @@ -960,55 +960,35 @@ msgstr "Créer %s" msgid "Created on" msgstr "Créé le" -#: modules/calendar/calendar.php:2284 +#: modules/calendar/calendar.php:2308 msgid "Current week" msgstr "Semaine courante" -#: modules/content-overview/content-overview.php:1087 +#: modules/content-overview/content-overview.php:1129 msgid "Custom Columns" msgstr "Colonnes personnalisées" -#: modules/calendar/calendar.php:2022 -#: modules/content-board/content-board.php:1125 -#: modules/content-overview/content-overview.php:1149 +#: modules/calendar/calendar.php:2045 +#: modules/content-board/content-board.php:1166 +#: modules/content-overview/content-overview.php:1191 msgid "Custom filters" msgstr "Filtres personnalisés" -#: modules/content-board/content-board.php:1066 +#: modules/content-board/content-board.php:1107 msgid "Custom Items" msgstr "Éléments personnalisés" -#: statuses-intro.php:142 -#, php-format -msgid "" -"Custom statuses are disabled until you activate the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Les états personnalisés sont désactivés jusqu’à ce que vous activiez " -"l’extension %1$sPublishPress Statuses%2$s. Voir %3$sPlanificateur > " -"Réglages%4$s pour plus d’informations." - -#: statuses-intro.php:150 -#, php-format -msgid "" -"Custom statuses are disabled until you install the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Les états personnalisés sont désactivés jusqu’à ce que vous installiez " -"l’extension %1$sPublishPress Statuses%2$s. Voir %3$sPlanificateur > " -"Réglages%4$s pour plus de détails." - -#: modules/content-board/content-board.php:1891 +#: modules/content-board/content-board.php:1941 msgid "Customize Card Data" msgstr "Personnaliser les données de la carte" -#: modules/content-overview/content-overview.php:1827 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personnaliser les colonnes" -#: modules/calendar/calendar.php:1806 -#: modules/content-board/content-board.php:1901 -#: modules/content-overview/content-overview.php:1837 +#: modules/calendar/calendar.php:1828 +#: modules/content-board/content-board.php:1951 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personnaliser les filtres" @@ -1020,9 +1000,9 @@ msgstr "Note du tableau de bord" msgid "Dashboard Widgets" msgstr "Widgets du tableau de bord" -#: modules/calendar/calendar.php:4544 -#: modules/content-board/content-board.php:1949 -#: modules/content-overview/content-overview.php:1885 +#: modules/calendar/calendar.php:4572 +#: modules/content-board/content-board.php:2000 +#: modules/content-overview/content-overview.php:1937 #: modules/editorial-metadata/editorial-metadata.php:289 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1037,37 +1017,37 @@ msgstr "Débogage" msgid "Debug data" msgstr "Données de débogage" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:806 msgid "Dec" msgstr "Déc" -#: modules/content-board/content-board.php:2534 -#: modules/content-board/content-board.php:2551 +#: modules/content-board/content-board.php:2586 +#: modules/content-board/content-board.php:2603 msgid "Default Date" msgstr "Date par défaut" -#: modules/improved-notifications/improved-notifications.php:217 +#: modules/improved-notifications/improved-notifications.php:221 msgid "Default notification channels:" msgstr "Canaux de notifiation par défaut :" -#: modules/editorial-metadata/editorial-metadata.php:2005 -#: modules/editorial-metadata/editorial-metadata.php:2035 -#: modules/editorial-metadata/editorial-metadata.php:2318 -#: modules/editorial-metadata/editorial-metadata.php:2348 +#: modules/editorial-metadata/editorial-metadata.php:2007 +#: modules/editorial-metadata/editorial-metadata.php:2037 +#: modules/editorial-metadata/editorial-metadata.php:2320 +#: modules/editorial-metadata/editorial-metadata.php:2350 msgid "Default option" msgstr "Option par défaut" -#: modules/calendar/calendar.php:3686 +#: modules/calendar/calendar.php:3709 msgid "Default publish time for items created in the calendar" msgstr "" "Heure de publication par défaut pour les éléments créés dans le calendrier" #: modules/editorial-comments/editorial-comments.php:645 -#: modules/editorial-metadata/editorial-metadata.php:2008 -#: modules/editorial-metadata/editorial-metadata.php:2038 -#: modules/editorial-metadata/editorial-metadata.php:2321 -#: modules/editorial-metadata/editorial-metadata.php:2351 -#: modules/editorial-metadata/editorial-metadata.php:2669 +#: modules/editorial-metadata/editorial-metadata.php:2010 +#: modules/editorial-metadata/editorial-metadata.php:2040 +#: modules/editorial-metadata/editorial-metadata.php:2323 +#: modules/editorial-metadata/editorial-metadata.php:2353 +#: modules/editorial-metadata/editorial-metadata.php:2671 #: modules/editorial-comments/library/EditorialCommentsTable.php:434 #: modules/notifications-log/library/NotificationsLogTable.php:370 #: modules/notifications-log/library/NotificationsLogTable.php:401 @@ -1082,9 +1062,9 @@ msgstr "Tout supprimer" msgid "Delete file" msgstr "Supprimer le fichier" -#: modules/editorial-metadata/editorial-metadata.php:1880 -#: modules/editorial-metadata/editorial-metadata.php:2179 -#: modules/editorial-metadata/editorial-metadata.php:2556 +#: modules/editorial-metadata/editorial-metadata.php:1882 +#: modules/editorial-metadata/editorial-metadata.php:2181 +#: modules/editorial-metadata/editorial-metadata.php:2558 msgid "Description" msgstr "Description" @@ -1094,7 +1074,7 @@ msgstr "" "Une documentation détaillée est également disponible sur le site de " "l’extension." -#: modules/calendar/calendar.php:3760 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:3783 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Désactivé" @@ -1108,10 +1088,10 @@ msgstr "" "Désactivé car add_post_type_support (’%1$s’, ’%2$s’) est inclus dans un " "fichier chargé." -#: modules/editorial-metadata/editorial-metadata.php:1996 -#: modules/editorial-metadata/editorial-metadata.php:2027 -#: modules/editorial-metadata/editorial-metadata.php:2309 -#: modules/editorial-metadata/editorial-metadata.php:2340 +#: modules/editorial-metadata/editorial-metadata.php:1998 +#: modules/editorial-metadata/editorial-metadata.php:2029 +#: modules/editorial-metadata/editorial-metadata.php:2311 +#: modules/editorial-metadata/editorial-metadata.php:2342 msgid "Display Label" msgstr "Afficher le libellé" @@ -1123,7 +1103,7 @@ msgstr "Nom à afficher publiquement" msgid "Documentation" msgstr "Documentation" -#: modules/calendar/calendar.php:2354 +#: modules/calendar/calendar.php:2378 msgid "Download .ics file" msgstr "Téléchargez le fichier .ics" @@ -1131,22 +1111,22 @@ msgstr "Téléchargez le fichier .ics" msgid "Draft" msgstr "Brouillon" -#: modules/content-board/content-board.php:1265 +#: modules/content-board/content-board.php:1307 msgid "Drag to change enabled card data order." msgstr "Glisser pour modifier l’ordre des données de la carte activée." -#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1332 msgid "Drag to change enabled columns order." msgstr "Glisser pour modifier l’ordre des colonnes activées." -#: modules/calendar/calendar.php:2162 -#: modules/content-board/content-board.php:1413 -#: modules/content-overview/content-overview.php:1437 +#: modules/calendar/calendar.php:2186 +#: modules/content-board/content-board.php:1456 +#: modules/content-overview/content-overview.php:1481 msgid "Drag to change enabled filters order." msgstr "Glisser pour modifier l’ordre des filtres activés." -#: modules/editorial-metadata/editorial-metadata.php:1963 -#: modules/editorial-metadata/editorial-metadata.php:2278 +#: modules/editorial-metadata/editorial-metadata.php:1965 +#: modules/editorial-metadata/editorial-metadata.php:2280 msgid "Dropdown Option" msgstr "Option de la liste déroulante" @@ -1154,7 +1134,7 @@ msgstr "Option de la liste déroulante" msgid "Dropdown Select" msgstr "Sélection par liste déroulante" -#: modules/improved-notifications/improved-notifications.php:209 +#: modules/improved-notifications/improved-notifications.php:213 msgid "Duplicated notification threshold:" msgstr "Seuil de notification dupliquée :" @@ -1162,14 +1142,14 @@ msgstr "Seuil de notification dupliquée :" msgid "E-mails" msgstr "E-mails" -#: modules/calendar/calendar.php:806 modules/calendar/calendar.php:2714 -#: modules/calendar/calendar.php:4577 -#: modules/content-board/content-board.php:2663 -#: modules/content-board/content-board.php:2769 -#: modules/content-overview/content-overview.php:2514 -#: modules/content-overview/content-overview.php:2993 +#: modules/calendar/calendar.php:817 modules/calendar/calendar.php:2738 +#: modules/calendar/calendar.php:4605 +#: modules/content-board/content-board.php:2715 +#: modules/content-board/content-board.php:2821 +#: modules/content-overview/content-overview.php:2569 +#: modules/content-overview/content-overview.php:3051 #: modules/editorial-comments/editorial-comments.php:634 -#: modules/editorial-metadata/editorial-metadata.php:2667 +#: modules/editorial-metadata/editorial-metadata.php:2669 msgid "Edit" msgstr "Modifier" @@ -1203,12 +1183,12 @@ msgstr "Modifier la notification de rôle" msgid "Edit Notify User" msgstr "Modifier utilisateur/utilisatrice de notification" -#: modules/calendar/calendar.php:2714 +#: modules/calendar/calendar.php:2738 msgid "Edit this item" msgstr "Modifier cet élément" -#: modules/content-board/content-board.php:2659 -#: modules/content-overview/content-overview.php:2989 +#: modules/content-board/content-board.php:2711 +#: modules/content-overview/content-overview.php:3047 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Editer cette fiche entreprise" @@ -1219,7 +1199,7 @@ msgstr "Editer cette fiche entreprise" msgid "Edit: %s" msgstr "Modifier : %s" -#: modules/improved-notifications/improved-notifications.php:1056 +#: modules/improved-notifications/improved-notifications.php:1094 msgid "Editorial Comment" msgstr "Commentaire éditorial" @@ -1230,15 +1210,15 @@ msgstr "Commentaire éditorial" msgid "Editorial Comments" msgstr "Commentaires éditoriaux" -#: modules/calendar/calendar.php:2040 -#: modules/content-board/content-board.php:1083 -#: modules/content-board/content-board.php:1143 -#: modules/content-overview/content-overview.php:1107 -#: modules/content-overview/content-overview.php:1167 +#: modules/calendar/calendar.php:2063 +#: modules/content-board/content-board.php:1124 +#: modules/content-board/content-board.php:1184 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1209 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:510 -#: modules/editorial-metadata/editorial-metadata.php:1745 -#: modules/editorial-metadata/editorial-metadata.php:1746 +#: modules/editorial-metadata/editorial-metadata.php:1747 +#: modules/editorial-metadata/editorial-metadata.php:1748 msgid "Editorial Fields" msgstr "Champs éditoriaux" @@ -1267,16 +1247,16 @@ msgid "Editorial fields visibility changed." msgstr "La visibilité des champs éditoriaux a été modifiée." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:466 -#: modules/improved-notifications/improved-notifications.php:1231 +#: modules/improved-notifications/improved-notifications.php:470 +#: modules/improved-notifications/improved-notifications.php:1270 msgid "Editorial Notifications" msgstr "Notifications éditoriales" -#: modules/calendar/calendar.php:2334 +#: modules/calendar/calendar.php:2358 msgid "Eight months" msgstr "Huit mois" -#: modules/calendar/calendar.php:2340 +#: modules/calendar/calendar.php:2364 msgid "Eleven months" msgstr "Onze mois" @@ -1293,13 +1273,13 @@ msgstr "e-mail" msgid "Email from:" msgstr "E-mail de l’expéditeur :" -#: modules/content-overview/content-overview.php:1208 +#: modules/content-overview/content-overview.php:1250 msgid "Enable Columns" msgstr "Activer les colonnes" -#: modules/calendar/calendar.php:2081 -#: modules/content-board/content-board.php:1332 -#: modules/content-overview/content-overview.php:1356 +#: modules/calendar/calendar.php:2104 +#: modules/content-board/content-board.php:1374 +#: modules/content-overview/content-overview.php:1399 msgid "Enable Filters" msgstr "Activer les filtres" @@ -1307,37 +1287,37 @@ msgstr "Activer les filtres" msgid "Enable for these post types:" msgstr "Activer pour ces types de publications :" -#: modules/content-board/content-board.php:1184 +#: modules/content-board/content-board.php:1225 msgid "Enable or Disable" msgstr "Activer ou désactiver" -#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1231 msgid "Enable or Disable Content Board Card Data." msgstr "" "Activer ou désactiver les données de la carte du « Tableau des contenus »." -#: modules/content-board/content-board.php:1338 +#: modules/content-board/content-board.php:1380 msgid "Enable or Disable Content Board filter." msgstr "Activer ou désactiver le filtre du « Tableau des contenus »." -#: modules/calendar/calendar.php:2087 +#: modules/calendar/calendar.php:2110 msgid "Enable or Disable Content calendar filter." msgstr "Activer ou désactiver le filtre du calendrier des contenus." -#: modules/content-overview/content-overview.php:1362 +#: modules/content-overview/content-overview.php:1405 msgid "Enable or Disable Content Overview filter." msgstr "Activer ou désactiver le filtre de la « Vue d’ensemble du contenu »." -#: modules/content-overview/content-overview.php:1214 +#: modules/content-overview/content-overview.php:1256 msgid "Enable or Disable Content Overview table column." msgstr "" "Activer ou désactiver la colonne du tableau « Vue d’ensemble du contenu »." -#: modules/calendar/calendar.php:3654 +#: modules/calendar/calendar.php:3677 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Activez les abonnements à iCal ou Calendrier Google" -#: modules/calendar/calendar.php:3761 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:3784 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Activé" @@ -1346,7 +1326,7 @@ msgstr "Activé" msgid "Enabled features" msgstr "Fonctionnalitées activées" -#: modules/calendar/calendar.php:2302 +#: modules/calendar/calendar.php:2326 msgid "End date" msgstr "Date de fin" @@ -1362,8 +1342,8 @@ msgstr "" "Saisissez les utilisateurs/utilisatrices, rôles ou adresses e-mail qui " "doivent recevoir les notifications des flux de notification." -#: modules/editorial-metadata/editorial-metadata.php:1968 -#: modules/editorial-metadata/editorial-metadata.php:2281 +#: modules/editorial-metadata/editorial-metadata.php:1970 +#: modules/editorial-metadata/editorial-metadata.php:2283 msgid "" "Enter the dropdown option value and label. You can move options to change " "their order." @@ -1376,27 +1356,27 @@ msgstr "" msgid "Error" msgstr "Erreur" -#: modules/editorial-metadata/editorial-metadata.php:1357 +#: modules/editorial-metadata/editorial-metadata.php:1359 msgid "Error adding term." msgstr "Erreur en ajoutant le terme." -#: modules/editorial-metadata/editorial-metadata.php:1616 +#: modules/editorial-metadata/editorial-metadata.php:1618 msgid "Error deleting term." msgstr "Erreur de suppression du terme." -#: modules/content-board/content-board.php:1508 +#: modules/content-board/content-board.php:1551 msgid "Error fetching post data." msgstr "Erreur dans la récupération des données de la publication." -#: modules/editorial-metadata/editorial-metadata.php:1507 -#: modules/editorial-metadata/editorial-metadata.php:1550 +#: modules/editorial-metadata/editorial-metadata.php:1509 +#: modules/editorial-metadata/editorial-metadata.php:1552 msgid "Error updating term." msgstr "Erreur de mise à jour du terme." -#: modules/content-board/content-board.php:1472 -#: modules/content-board/content-board.php:1498 -#: modules/content-board/content-board.php:1557 -#: modules/content-overview/content-overview.php:1494 +#: modules/content-board/content-board.php:1515 +#: modules/content-board/content-board.php:1541 +#: modules/content-board/content-board.php:1600 +#: modules/content-overview/content-overview.php:1538 msgid "Error validating nonce. Please reload this page and try again." msgstr "" "Erreur de validation du nonce. Veuillez recharger cette page et réessayer." @@ -1412,13 +1392,13 @@ msgstr "" msgid "Excerpt View" msgstr "Vue en résumé" -#: modules/improved-notifications/improved-notifications.php:245 +#: modules/improved-notifications/improved-notifications.php:249 msgid "Existing Post is updated" msgstr "La publication existante est mise à jour" -#: modules/calendar/calendar.php:1710 -#: modules/content-board/content-board.php:2375 -#: modules/content-overview/content-overview.php:2311 +#: modules/calendar/calendar.php:1731 +#: modules/content-board/content-board.php:2427 +#: modules/content-overview/content-overview.php:2364 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1432,7 +1412,7 @@ msgstr "Un support rapide et professionnel" msgid "Features" msgstr "Fonctionnalitées" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:796 msgid "Feb" msgstr "Fév" @@ -1442,15 +1422,15 @@ msgstr "" "N’hésitez pas à ne sélectionner que les fonctionnalités dont vous avez " "besoin." -#: modules/improved-notifications/improved-notifications.php:1062 +#: modules/improved-notifications/improved-notifications.php:1100 msgid "field" msgstr "champ" -#: modules/editorial-metadata/editorial-metadata.php:2555 +#: modules/editorial-metadata/editorial-metadata.php:2557 msgid "Field Type" msgstr "Type de champ" -#: modules/calendar/calendar.php:3694 +#: modules/calendar/calendar.php:3717 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Champ utilisé pour trier les éléments du calendrier dans une cellule " @@ -1477,7 +1457,7 @@ msgstr "Filtrer par notification de rôle" msgid "Filter by notify user" msgstr "Filtrer par utilisateur/utilisatrice de notification" -#: modules/calendar/calendar.php:1920 +#: modules/calendar/calendar.php:1943 msgid "Filter reset successfully." msgstr "Le filtre a bien été réinitialisé." @@ -1485,8 +1465,8 @@ msgstr "Le filtre a bien été réinitialisé." msgid "Filter the content?" msgstr "Filtrer le contenu ?" -#: modules/editorial-metadata/editorial-metadata.php:1928 -#: modules/editorial-metadata/editorial-metadata.php:2244 +#: modules/editorial-metadata/editorial-metadata.php:1930 +#: modules/editorial-metadata/editorial-metadata.php:2246 msgid "" "Filter the list of users in the editorial meta to users in the selected " "roles." @@ -1494,15 +1474,15 @@ msgstr "" "Filtrer la liste des utilisateur·ice·s dans la méta éditoriale des " "utilisateur·ice·s dans les rôles sélectionnés." -#: modules/calendar/calendar.php:2107 -#: modules/content-board/content-board.php:1358 -#: modules/content-overview/content-overview.php:1382 +#: modules/calendar/calendar.php:2131 +#: modules/content-board/content-board.php:1401 +#: modules/content-overview/content-overview.php:1426 msgid "Filter Title" msgstr "Titre du filtre" -#: modules/calendar/calendar.php:1915 -#: modules/content-board/content-board.php:890 -#: modules/content-overview/content-overview.php:908 +#: modules/calendar/calendar.php:1938 +#: modules/content-board/content-board.php:906 +#: modules/content-overview/content-overview.php:925 msgid "Filter updated successfully." msgstr "Le filtre a bien été mis à jour." @@ -1514,44 +1494,44 @@ msgstr "Date de la première ébauche" msgid "First Name" msgstr "Prénom" -#: modules/calendar/calendar.php:2328 +#: modules/calendar/calendar.php:2352 msgid "Five months" msgstr "Cinq mois" -#: modules/calendar/calendar.php:2294 +#: modules/calendar/calendar.php:2318 msgid "Five months ago" msgstr "Il y a cinq mois" -#: modules/improved-notifications/improved-notifications.php:907 +#: modules/improved-notifications/improved-notifications.php:945 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "Pour quel contenu ?" -#: modules/improved-notifications/improved-notifications.php:1059 +#: modules/improved-notifications/improved-notifications.php:1097 msgid "Format" msgstr "Format" -#: modules/calendar/calendar.php:3009 +#: modules/calendar/calendar.php:3033 msgid "Forward %d weeks" msgstr "Avancer de %d semaines" -#: modules/calendar/calendar.php:2994 +#: modules/calendar/calendar.php:3018 msgid "Forward 1 week" msgstr "Avancer d’une semaine" -#: modules/calendar/calendar.php:2326 +#: modules/calendar/calendar.php:2350 msgid "Four months" msgstr "Quatre mois" -#: modules/calendar/calendar.php:2292 +#: modules/calendar/calendar.php:2316 msgid "Four months ago" msgstr "Il y a quatre mois" -#: modules/calendar/calendar.php:2313 +#: modules/calendar/calendar.php:2337 msgid "Four weeks" msgstr "Quatre semaines" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:793 msgid "Fri" msgstr "Ven" @@ -1559,11 +1539,11 @@ msgstr "Ven" msgid "From date" msgstr "À partir du" -#: modules/improved-notifications/improved-notifications.php:877 +#: modules/improved-notifications/improved-notifications.php:915 msgid "Help" msgstr "Aide" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:777 #, php-format msgid "Hide the %s last items" msgstr "Masquer les %s derniers éléments" @@ -1576,7 +1556,7 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/calendar/calendar.php:240 +#: modules/calendar/calendar.php:243 msgid "" "iCal secret key regenerated. Please inform all users they will need to " "resubscribe." @@ -1584,14 +1564,14 @@ msgstr "" "Clé secrète iCal régénérée. Veuillez informer tous les utilisateurs/" "utilisatrices qu’ils devront se réinscrire." -#: modules/calendar/calendar.php:4539 +#: modules/calendar/calendar.php:4567 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" msgstr "ID" -#: modules/editorial-metadata/editorial-metadata.php:2066 -#: modules/editorial-metadata/editorial-metadata.php:2381 +#: modules/editorial-metadata/editorial-metadata.php:2068 +#: modules/editorial-metadata/editorial-metadata.php:2383 msgid "" "If enabled, this field will be available when adding new posts on the " "Content Calendar and Overview screen." @@ -1620,30 +1600,30 @@ msgstr "" "PublishPress, veuillez ne pas hésiter à contacter l’équipe de support. " "Envoyez-nous un e-mail :" -#: modules/content-board/content-board.php:1073 +#: modules/content-board/content-board.php:1114 msgid "Inbuilt Card Data" msgstr "Données natives de la carte" -#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1136 msgid "Inbuilt Columns" msgstr "Colonnes natives" -#: modules/calendar/calendar.php:2029 -#: modules/content-board/content-board.php:1132 -#: modules/content-overview/content-overview.php:1156 +#: modules/calendar/calendar.php:2052 +#: modules/content-board/content-board.php:1173 +#: modules/content-overview/content-overview.php:1198 msgid "Inbuilt filters" msgstr "Filtres natifs" -#: modules/editorial-metadata/editorial-metadata.php:1956 -#: modules/editorial-metadata/editorial-metadata.php:2273 +#: modules/editorial-metadata/editorial-metadata.php:1958 +#: modules/editorial-metadata/editorial-metadata.php:2275 msgid "Indicate the select type." msgstr "Indiquez le type de sélection." -#: modules/editorial-metadata/editorial-metadata.php:2217 +#: modules/editorial-metadata/editorial-metadata.php:2219 msgid "Indicate the type of editorial fields." msgstr "Indiquer le type de champs éditoriaux." -#: modules/calendar/calendar.php:2439 +#: modules/calendar/calendar.php:2463 msgid "Initializing the calendar. Please wait..." msgstr "Initialisation du calendrier. Veuillez patienter…" @@ -1670,26 +1650,26 @@ msgstr "Canal invalide pour la notification" msgid "Invalid comment data" msgstr "Données de commentaire invalides" -#: modules/calendar/calendar.php:4400 +#: modules/calendar/calendar.php:4428 msgid "Invalid date" msgstr "Date invalide" -#: modules/content-board/content-board.php:1474 -#: modules/content-board/content-board.php:1500 -#: modules/content-board/content-board.php:1559 -#: modules/content-overview/content-overview.php:1496 +#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1602 +#: modules/content-overview/content-overview.php:1540 msgid "Invalid form request." msgstr "Demande de formulaire invalide." -#: modules/calendar/calendar.php:4380 +#: modules/calendar/calendar.php:4408 msgid "Invalid input" msgstr "Entrée invalide" -#: core/Error.php:80 modules/calendar/calendar.php:4371 +#: core/Error.php:80 modules/calendar/calendar.php:4399 msgid "Invalid nonce" msgstr "Nonce invalide" -#: modules/calendar/calendar.php:4838 +#: modules/calendar/calendar.php:4866 msgid "Invalid Publish Date supplied." msgstr "Date de publication invalide fournie." @@ -1697,11 +1677,11 @@ msgstr "Date de publication invalide fournie." msgid "Invalid receiver for the notification" msgstr "Destinataire invalide pour la notification" -#: modules/calendar/calendar.php:4814 +#: modules/calendar/calendar.php:4842 msgid "Invalid Status supplied." msgstr "État invalide fourni." -#: modules/calendar/calendar.php:2443 +#: modules/calendar/calendar.php:2467 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1709,20 +1689,20 @@ msgstr "" "Il semble que cela prenne trop de temps. Essayez de recharger la page et " "vérifiez la console du navigateur à la recherche d’erreurs." -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:795 msgid "Jan" msgstr "Jan" -#: modules/calendar/calendar.php:790 +#: modules/calendar/calendar.php:801 msgid "Jul" msgstr "Jui" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:800 msgid "Jun" msgstr "Jui" -#: modules/content-overview/content-overview.php:1043 -#: modules/content-overview/content-overview.php:1100 +#: modules/content-overview/content-overview.php:1085 +#: modules/content-overview/content-overview.php:1142 msgid "Last Modified" msgstr "Dernière modification" @@ -1730,11 +1710,11 @@ msgstr "Dernière modification" msgid "Last Name" msgstr "Nom" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:774 msgid "Loading item..." msgstr "Chargement de l’élément…" -#: modules/calendar/calendar.php:762 +#: modules/calendar/calendar.php:773 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Chargement…" @@ -1755,22 +1735,22 @@ msgstr "Fichier journal" msgid "Log file not found." msgstr "Fichier journal non trouvé." -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:797 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:3702 +#: modules/calendar/calendar.php:3725 msgid "Max visible posts per date" msgstr "Nombre maximum de publications visibles par date" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:799 msgid "May" msgstr "Mai" -#: modules/calendar/calendar.php:1246 modules/calendar/calendar.php:1801 -#: modules/calendar/calendar.php:1802 -#: modules/content-board/content-board.php:1888 -#: modules/content-overview/content-overview.php:1824 +#: modules/calendar/calendar.php:1264 modules/calendar/calendar.php:1822 +#: modules/calendar/calendar.php:1823 +#: modules/content-board/content-board.php:1937 +#: modules/content-overview/content-overview.php:1874 msgid "Me Mode" msgstr "Mode Me" @@ -1778,24 +1758,24 @@ msgstr "Mode Me" msgid "Message" msgstr "Message" -#: modules/improved-notifications/improved-notifications.php:1068 +#: modules/improved-notifications/improved-notifications.php:1106 msgid "Meta fields" msgstr "Champs métas" -#: modules/editorial-metadata/editorial-metadata.php:1990 -#: modules/editorial-metadata/editorial-metadata.php:2021 -#: modules/editorial-metadata/editorial-metadata.php:2303 -#: modules/editorial-metadata/editorial-metadata.php:2334 +#: modules/editorial-metadata/editorial-metadata.php:1992 +#: modules/editorial-metadata/editorial-metadata.php:2023 +#: modules/editorial-metadata/editorial-metadata.php:2305 +#: modules/editorial-metadata/editorial-metadata.php:2336 msgid "Meta Value" msgstr "Valeur de méta" -#: modules/editorial-metadata/editorial-metadata.php:1449 +#: modules/editorial-metadata/editorial-metadata.php:1451 msgid "Metadata name conflicts with existing term. Please choose another." msgstr "" "Le nom des métadonnées entre en conflit avec un terme existant. Veuillez en " "choisir un autre." -#: modules/improved-notifications/improved-notifications.php:416 +#: modules/improved-notifications/improved-notifications.php:420 msgid "minutes" msgstr "minutes" @@ -1809,7 +1789,7 @@ msgstr "" msgid "Modified on" msgstr "Modifié le" -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:789 msgid "Mon" msgstr "Lun" @@ -1825,28 +1805,28 @@ msgstr "Notification de rôle la plus utilisée" msgid "Most Used Notify User" msgstr "Utilisateur/utilisatrice de notification le plus utilisé" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Move posts here to change their status" msgstr "Déplacer les publications ici pour changer leur état" -#: modules/content-board/content-board.php:2671 -#: modules/content-overview/content-overview.php:3001 +#: modules/content-board/content-board.php:2723 +#: modules/content-overview/content-overview.php:3059 msgid "Move this item to the Trash" msgstr "Mettre cet article à la corbeille" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:776 msgid "Moving the item..." msgstr "Déplacement de l’élément…" -#: modules/editorial-metadata/editorial-metadata.php:1939 -#: modules/editorial-metadata/editorial-metadata.php:2253 +#: modules/editorial-metadata/editorial-metadata.php:1941 +#: modules/editorial-metadata/editorial-metadata.php:2255 msgid "Multiple Select" msgstr "Sélection multiple" -#: modules/improved-notifications/improved-notifications.php:471 -#: modules/improved-notifications/improved-notifications.php:1219 -#: modules/improved-notifications/improved-notifications.php:1236 +#: modules/improved-notifications/improved-notifications.php:475 +#: modules/improved-notifications/improved-notifications.php:1258 +#: modules/improved-notifications/improved-notifications.php:1275 msgid "Muted" msgstr "Muet" @@ -1854,28 +1834,28 @@ msgstr "Muet" msgid "My Content Notifications" msgstr "Mes notifications de contenu" -#: modules/editorial-metadata/editorial-metadata.php:2148 -#: modules/editorial-metadata/editorial-metadata.php:2553 +#: modules/editorial-metadata/editorial-metadata.php:2150 +#: modules/editorial-metadata/editorial-metadata.php:2555 msgid "Name" msgstr "Nom" -#: modules/editorial-metadata/editorial-metadata.php:1298 -#: modules/editorial-metadata/editorial-metadata.php:1458 +#: modules/editorial-metadata/editorial-metadata.php:1300 +#: modules/editorial-metadata/editorial-metadata.php:1460 msgid "Name already in use. Please choose another." msgstr "Nom déjà utilisé. Veuillez en choisir un autre." -#: modules/editorial-metadata/editorial-metadata.php:1308 -#: modules/editorial-metadata/editorial-metadata.php:1315 -#: modules/editorial-metadata/editorial-metadata.php:1471 +#: modules/editorial-metadata/editorial-metadata.php:1310 +#: modules/editorial-metadata/editorial-metadata.php:1317 +#: modules/editorial-metadata/editorial-metadata.php:1473 msgid "Name cannot exceed 200 characters. Please try a shorter name." msgstr "Le nom ne peut pas dépasser 200 caractères. Essayez un nom plus court." -#: modules/editorial-metadata/editorial-metadata.php:1291 +#: modules/editorial-metadata/editorial-metadata.php:1293 msgid "Name conflicts with existing term. Please choose another." msgstr "" "Le nom entre en conflit avec un terme existant. Veuillez en choisir un autre." -#: modules/editorial-metadata/editorial-metadata.php:1463 +#: modules/editorial-metadata/editorial-metadata.php:1465 msgid "" "Name conflicts with slug for another term. Please choose something else." msgstr "" @@ -1906,16 +1886,16 @@ msgstr "Nouvelle notification de rôle" msgid "New Notify User" msgstr "Nouveau compte de notification" -#: modules/content-board/content-board.php:1918 -#: modules/content-overview/content-overview.php:1854 +#: modules/content-board/content-board.php:1968 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nouvelle publication" -#: modules/improved-notifications/improved-notifications.php:287 +#: modules/improved-notifications/improved-notifications.php:291 msgid "New Post is created in Draft status" msgstr "La nouvelle publication est créée dans l’état « Brouillon »" -#: modules/improved-notifications/improved-notifications.php:336 +#: modules/improved-notifications/improved-notifications.php:340 msgid "New Post is Published" msgstr "La nouvelle publication est publiée" @@ -1928,9 +1908,9 @@ msgstr "Nouveau état de la publication : %s" msgid "New status" msgstr "Nouvel état" -#: modules/calendar/calendar.php:811 -#: modules/content-board/content-board.php:2774 -#: modules/content-overview/content-overview.php:2519 +#: modules/calendar/calendar.php:822 +#: modules/content-board/content-board.php:2826 +#: modules/content-overview/content-overview.php:2574 msgid "Next Post" msgstr "Publication suivante" @@ -1938,12 +1918,12 @@ msgstr "Publication suivante" msgid "Nickname" msgstr "Pseudonyme" -#: modules/calendar/calendar.php:2336 +#: modules/calendar/calendar.php:2360 msgid "Nine months" msgstr "Neuf mois" -#: modules/editorial-metadata/editorial-metadata.php:2055 -#: modules/editorial-metadata/editorial-metadata.php:2366 +#: modules/editorial-metadata/editorial-metadata.php:2057 +#: modules/editorial-metadata/editorial-metadata.php:2368 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:143 msgid "No" msgstr "Non" @@ -1953,7 +1933,7 @@ msgstr "Non" msgid "No active notifications found for this %s." msgstr "Aucune notification active n’a été trouvée pour ce %s." -#: modules/calendar/calendar.php:4773 +#: modules/calendar/calendar.php:4801 msgid "No date supplied." msgstr "Aucune date fournie." @@ -1961,11 +1941,11 @@ msgstr "Aucune date fournie." msgid "No editorial comments." msgstr "Aucun commentaire éditorial." -#: modules/editorial-metadata/editorial-metadata.php:2643 +#: modules/editorial-metadata/editorial-metadata.php:2645 msgid "No editorial fields found." msgstr "Aucun champ éditorial trouvé." -#: modules/calendar/calendar.php:4391 +#: modules/calendar/calendar.php:4419 msgid "No enough permissions" msgstr "Aucun droit suffisant" @@ -1992,12 +1972,12 @@ msgstr "Aucune notification des rôles" msgid "No notify users" msgstr "Aucun utilisateurs/utilisatrices de notification" -#: modules/content-board/content-board.php:2748 -#: modules/content-overview/content-overview.php:2488 +#: modules/content-board/content-board.php:2800 +#: modules/content-overview/content-overview.php:2543 msgid "No results found" msgstr "Aucun résultat trouvé" -#: modules/calendar/calendar.php:804 +#: modules/calendar/calendar.php:815 msgid "No terms" msgstr "Aucun terme" @@ -2023,9 +2003,9 @@ msgstr "" "La vérification du nonce a échoué. Veuillez vous assurer que vous êtes censé " "modifier les commentaires éditoriaux." -#: modules/calendar/calendar.php:2694 -#: modules/content-board/content-board.php:3084 -#: modules/content-overview/content-overview.php:2868 +#: modules/calendar/calendar.php:2718 +#: modules/content-board/content-board.php:3137 +#: modules/content-overview/content-overview.php:2927 msgid "None" msgstr "Aucun" @@ -2052,7 +2032,7 @@ msgstr "Journal de notification non trouvé" msgid "Notifications" msgstr "Notifications" -#: modules/improved-notifications/improved-notifications.php:825 +#: modules/improved-notifications/improved-notifications.php:863 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2076,7 +2056,7 @@ msgstr "E-mails de notification" msgid "Notify me" msgstr "Notifiez-moi" -#: modules/improved-notifications/improved-notifications.php:371 +#: modules/improved-notifications/improved-notifications.php:375 msgid "Notify on editorial comments" msgstr "Notifier des commentaires éditoriaux" @@ -2102,7 +2082,7 @@ msgstr "Utilisateur/utilisatrice de notification" msgid "Notify Users" msgstr "Utilisateurs/utilisatrices de notification" -#: modules/calendar/calendar.php:794 +#: modules/calendar/calendar.php:805 msgid "Nov" msgstr "Nov" @@ -2110,7 +2090,7 @@ msgstr "Nov" msgid "Number" msgstr "Nombre" -#: modules/calendar/calendar.php:793 +#: modules/calendar/calendar.php:804 msgid "Oct" msgstr "Oct" @@ -2119,7 +2099,7 @@ msgstr "Oct" msgid "Old post status: %s" msgstr "Vieux état de la publication : %s" -#: modules/improved-notifications/improved-notifications.php:1063 +#: modules/improved-notifications/improved-notifications.php:1101 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2127,28 +2107,28 @@ msgstr "" "Sur chaque code court, vous pouvez sélectionner un ou plusieurs champs. S’il " "y en a plusieurs, ils seront affichés séparés par des « , »." -#: modules/calendar/calendar.php:2319 +#: modules/calendar/calendar.php:2343 msgid "One month" msgstr "Un mois" -#: modules/calendar/calendar.php:2286 +#: modules/calendar/calendar.php:2310 msgid "One month ago" msgstr "Il y a un mois" -#: modules/calendar/calendar.php:2307 +#: modules/calendar/calendar.php:2331 msgid "One week" msgstr "Une Semaine" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Only editable posts will be moveable." msgstr "Uniquement les publications modifiables peuvent être déplacées." -#: modules/improved-notifications/improved-notifications.php:868 +#: modules/improved-notifications/improved-notifications.php:906 msgid "Options" msgstr "Options" -#: modules/calendar/calendar.php:248 +#: modules/calendar/calendar.php:251 #: modules/editorial-comments/editorial-comments.php:82 #: modules/editorial-metadata/editorial-metadata.php:120 #: modules/notifications/notifications.php:93 @@ -2183,9 +2163,9 @@ msgstr "Utilisateur/utilisatrice de notification parent" msgid "Parent Notify User:" msgstr "Utilisateur/utilisatrice de notification parent :" -#: modules/calendar/calendar.php:1709 -#: modules/content-board/content-board.php:2374 -#: modules/content-overview/content-overview.php:2310 +#: modules/calendar/calendar.php:1730 +#: modules/content-board/content-board.php:2426 +#: modules/content-overview/content-overview.php:2363 msgid "Passed" msgstr "Succès" @@ -2197,7 +2177,7 @@ msgstr "Chemin" msgid "Pending Review" msgstr "En attente de validation" -#: modules/calendar/calendar.php:1834 modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1857 modules/calendar/calendar.php:1858 msgid "Period" msgstr "Période" @@ -2214,24 +2194,24 @@ msgstr "Veuillez corriger vos erreurs de formulaire ci-dessous et réessayer." msgid "Please enter a comment." msgstr "Veuillez saisir un commentaire." -#: modules/editorial-metadata/editorial-metadata.php:1435 +#: modules/editorial-metadata/editorial-metadata.php:1437 msgid "Please enter a name for the editorial fields" msgstr "Veuillez saisir un nom pour les champs éditoriaux" -#: modules/editorial-metadata/editorial-metadata.php:1278 +#: modules/editorial-metadata/editorial-metadata.php:1280 msgid "Please enter a name for the editorial fields." msgstr "Veuillez saisir un nom pour les champs éditoriaux." -#: modules/editorial-metadata/editorial-metadata.php:1285 +#: modules/editorial-metadata/editorial-metadata.php:1287 msgid "Please enter a slug for the editorial fields." msgstr "Veuillez entrer un slug pour les champs éditoriaux." -#: modules/editorial-metadata/editorial-metadata.php:1440 +#: modules/editorial-metadata/editorial-metadata.php:1442 msgid "Please enter a valid, non-numeric name for the editorial fields." msgstr "" "Veuillez entrer un nom valide et non numérique pour les champs éditoriaux." -#: modules/editorial-metadata/editorial-metadata.php:1325 +#: modules/editorial-metadata/editorial-metadata.php:1327 msgid "Please select a valid metadata type." msgstr "Veuillez sélectionner un type de métadonnées valide." @@ -2239,9 +2219,9 @@ msgstr "Veuillez sélectionner un type de métadonnées valide." msgid "Please select at least one event" msgstr "Veuillez sélectionner au moins un événement" -#: modules/calendar/calendar.php:776 -#: modules/content-board/content-board.php:1723 -#: modules/content-overview/content-overview.php:1659 +#: modules/calendar/calendar.php:787 +#: modules/content-board/content-board.php:1766 +#: modules/content-overview/content-overview.php:1703 msgid "Please, wait! Loading the form fields..." msgstr "S’il vous plaît, attendez ! Chargement des champs du formulaire…" @@ -2261,7 +2241,7 @@ msgstr "Les notifications des rôles populaires" msgid "Popular Notify Users" msgstr "Utilisateurs/utilisatrices de notification les plus populaires" -#: modules/editorial-metadata/editorial-metadata.php:2552 +#: modules/editorial-metadata/editorial-metadata.php:2554 msgid "Position" msgstr "Position" @@ -2269,23 +2249,23 @@ msgstr "Position" msgid "Post" msgstr "Article" -#: modules/calendar/calendar.php:4914 +#: modules/calendar/calendar.php:4942 msgid "Post could not be created" msgstr "La publication n’a pas pu être créée" -#: modules/calendar/calendar.php:4907 +#: modules/calendar/calendar.php:4935 msgid "Post created successfully" msgstr "La publication a bien été créée" -#: modules/calendar/calendar.php:805 -#: modules/content-board/content-board.php:2768 -#: modules/content-overview/content-overview.php:1042 -#: modules/content-overview/content-overview.php:1099 -#: modules/content-overview/content-overview.php:2513 +#: modules/calendar/calendar.php:816 +#: modules/content-board/content-board.php:2820 +#: modules/content-overview/content-overview.php:1084 +#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:2568 msgid "Post Date" msgstr "Date de la publication" -#: modules/calendar/calendar.php:230 +#: modules/calendar/calendar.php:233 msgid "Post date updated." msgstr "Date de la publication mis à jour." @@ -2297,25 +2277,25 @@ msgstr "La publication n’existe pas" msgid "Post ID: %d" msgstr "ID de la publication : %d" -#: modules/calendar/calendar.php:4386 +#: modules/calendar/calendar.php:4414 msgid "Post not found" msgstr "Publication non trouvée" -#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1401 -#: modules/calendar/calendar.php:2031 modules/calendar/calendar.php:4003 -#: modules/calendar/calendar.php:4550 modules/calendar/calendar.php:4630 -#: modules/content-board/content-board.php:1134 -#: modules/content-board/content-board.php:1753 -#: modules/content-board/content-board.php:2069 -#: modules/content-board/content-board.php:2775 -#: modules/content-overview/content-overview.php:1158 -#: modules/content-overview/content-overview.php:1689 -#: modules/content-overview/content-overview.php:2005 -#: modules/content-overview/content-overview.php:2520 +#: modules/calendar/calendar.php:823 modules/calendar/calendar.php:1422 +#: modules/calendar/calendar.php:2054 modules/calendar/calendar.php:4026 +#: modules/calendar/calendar.php:4578 modules/calendar/calendar.php:4658 +#: modules/content-board/content-board.php:1175 +#: modules/content-board/content-board.php:1796 +#: modules/content-board/content-board.php:2121 +#: modules/content-board/content-board.php:2827 +#: modules/content-overview/content-overview.php:1200 +#: modules/content-overview/content-overview.php:1733 +#: modules/content-overview/content-overview.php:2058 +#: modules/content-overview/content-overview.php:2575 msgid "Post Status" msgstr "État de la publication" -#: modules/calendar/calendar.php:231 +#: modules/calendar/calendar.php:234 msgid "Post status updated." msgstr "L’état de la publication mis à jour." @@ -2323,21 +2303,21 @@ msgstr "L’état de la publication mis à jour." msgid "Post Status Widget" msgstr "Widget de l’état de la publication" -#: modules/calendar/calendar.php:1487 modules/calendar/calendar.php:1989 -#: modules/calendar/calendar.php:2033 modules/calendar/calendar.php:2867 -#: modules/calendar/calendar.php:4534 -#: modules/content-board/content-board.php:1021 -#: modules/content-board/content-board.php:1034 +#: modules/calendar/calendar.php:1508 modules/calendar/calendar.php:2012 +#: modules/calendar/calendar.php:2056 modules/calendar/calendar.php:2891 +#: modules/calendar/calendar.php:4562 +#: modules/content-board/content-board.php:1062 #: modules/content-board/content-board.php:1075 -#: modules/content-board/content-board.php:1136 -#: modules/content-board/content-board.php:1741 -#: modules/content-board/content-board.php:2152 -#: modules/content-overview/content-overview.php:1040 -#: modules/content-overview/content-overview.php:1055 +#: modules/content-board/content-board.php:1116 +#: modules/content-board/content-board.php:1177 +#: modules/content-board/content-board.php:1784 +#: modules/content-board/content-board.php:2204 +#: modules/content-overview/content-overview.php:1082 #: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1160 -#: modules/content-overview/content-overview.php:1677 -#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:1139 +#: modules/content-overview/content-overview.php:1202 +#: modules/content-overview/content-overview.php:1721 +#: modules/content-overview/content-overview.php:2141 msgid "Post Type" msgstr "Type de publication" @@ -2345,11 +2325,11 @@ msgstr "Type de publication" msgid "Post type" msgstr "Type d’article" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:785 msgid "Post type not found" msgstr "Type de publication non trouvé" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:786 msgid "Post type:" msgstr "Type de publication :" @@ -2358,12 +2338,12 @@ msgstr "Type de publication :" msgid "Post type: %s" msgstr "Type de publication : %s" -#: modules/editorial-metadata/editorial-metadata.php:2554 +#: modules/editorial-metadata/editorial-metadata.php:2556 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Post_Type.php:34 msgid "Post Types" msgstr "Types d’article" -#: modules/calendar/calendar.php:3646 +#: modules/calendar/calendar.php:3669 msgid "Post types to show" msgstr "Types de messages à afficher" @@ -2376,29 +2356,29 @@ msgstr "Types de publications à afficher :" msgid "Posts at a Glance" msgstr "Aperçu des articles" -#: modules/calendar/calendar.php:3678 +#: modules/calendar/calendar.php:3701 msgid "Posts publish time format" msgstr "Format de l’heure de publication des publications" -#: modules/calendar/calendar.php:808 modules/calendar/calendar.php:2738 -#: modules/calendar/calendar.php:4594 -#: modules/content-board/content-board.php:2704 -#: modules/content-board/content-board.php:2771 -#: modules/content-overview/content-overview.php:2516 -#: modules/content-overview/content-overview.php:3034 +#: modules/calendar/calendar.php:819 modules/calendar/calendar.php:2762 +#: modules/calendar/calendar.php:4622 +#: modules/content-board/content-board.php:2756 +#: modules/content-board/content-board.php:2823 +#: modules/content-overview/content-overview.php:2571 +#: modules/content-overview/content-overview.php:3092 msgid "Preview" msgstr "Aperçu" -#: modules/calendar/calendar.php:2735 -#: modules/content-board/content-board.php:2701 -#: modules/content-overview/content-overview.php:3031 +#: modules/calendar/calendar.php:2759 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3089 #, php-format msgid "Preview “%s”" msgstr "Prévisualiser “%s”" -#: modules/calendar/calendar.php:810 -#: modules/content-board/content-board.php:2773 -#: modules/content-overview/content-overview.php:2518 +#: modules/calendar/calendar.php:821 +#: modules/content-board/content-board.php:2825 +#: modules/content-overview/content-overview.php:2573 msgid "Previous Post" msgstr "Publication précédente" @@ -2406,29 +2386,34 @@ msgstr "Publication précédente" msgid "Previous status" msgstr "Statut précédent" -#: modules/content-board/content-board.php:1910 -#: modules/content-overview/content-overview.php:1846 +#: modules/content-board/content-board.php:1960 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Imprimer" -#: common/php/class-module.php:330 modules/content-board/content-board.php:2493 +#: common/php/class-module.php:330 modules/content-board/content-board.php:2545 msgid "Private" msgstr "Privé" -#: modules/calendar/calendar.php:4636 +#: modules/content-board/content-board.php:1802 +#: modules/content-overview/content-overview.php:1739 +msgid "Publish Date" +msgstr "Date de publication" + +#: modules/calendar/calendar.php:4664 msgid "Publish Time" msgstr "Heure de publication" -#: common/php/class-module.php:327 modules/calendar/calendar.php:2880 +#: common/php/class-module.php:327 modules/calendar/calendar.php:2904 msgid "Published" msgstr "Publié" -#: modules/calendar/calendar.php:4002 +#: modules/calendar/calendar.php:4025 msgid "Publishing Time" msgstr "Heure de la publication" #. Author of the plugin -#: modules/calendar/calendar.php:2273 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:2297 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2464,15 +2449,15 @@ msgstr "" msgid "PublishPress Settings" msgstr "Réglages de PublishPress" -#: modules/improved-notifications/improved-notifications.php:1060 +#: modules/improved-notifications/improved-notifications.php:1098 msgid "Receiver" msgstr "Destinataire" -#: modules/calendar/calendar.php:3779 +#: modules/calendar/calendar.php:3802 msgid "Regenerate calendar feed secret" msgstr "Régénérer le secret du flux du calendrier" -#: modules/editorial-metadata/editorial-metadata.php:1663 +#: modules/editorial-metadata/editorial-metadata.php:1665 msgid "Register editorial fields for these post types:" msgstr "Enregistrer les champs éditoriaux pour ces types de publication :" @@ -2485,17 +2470,17 @@ msgstr "Retirer" msgid "Remove PublishPress ads and branding" msgstr "Retirez les publicités et l’image de marque de PublishPress" -#: modules/content-board/content-board.php:1185 +#: modules/content-board/content-board.php:1226 msgid "Reorder" msgstr "Réorganiser" -#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1251 msgid "Reorder Columns" msgstr "Réorganiser les colonnes" -#: modules/calendar/calendar.php:2082 -#: modules/content-board/content-board.php:1333 -#: modules/content-overview/content-overview.php:1357 +#: modules/calendar/calendar.php:2105 +#: modules/content-board/content-board.php:1375 +#: modules/content-overview/content-overview.php:1400 msgid "Reorder Filters" msgstr "Réorganiser les filtres" @@ -2521,17 +2506,17 @@ msgstr "Demande de support" msgid "Reschedule" msgstr "Replanifier" -#: modules/calendar/calendar.php:1881 modules/calendar/calendar.php:2986 -#: modules/content-board/content-board.php:800 -#: modules/content-board/content-board.php:1984 -#: modules/content-overview/content-overview.php:818 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:1904 modules/calendar/calendar.php:3010 +#: modules/content-board/content-board.php:816 +#: modules/content-board/content-board.php:2035 +#: modules/content-overview/content-overview.php:835 +#: modules/content-overview/content-overview.php:1972 msgid "Reset" msgstr "Réinitialiser" -#: modules/calendar/calendar.php:1880 -#: modules/content-board/content-board.php:1983 -#: modules/content-overview/content-overview.php:1919 +#: modules/calendar/calendar.php:1903 +#: modules/content-board/content-board.php:2034 +#: modules/content-overview/content-overview.php:1971 msgid "Reset Filters" msgstr "Réinitialiser les filtres" @@ -2554,35 +2539,35 @@ msgstr "rôle : %s" msgid "Roles" msgstr "Rôles" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:794 msgid "Sat" msgstr "Sam" -#: modules/calendar/calendar.php:770 modules/calendar/calendar.php:2764 +#: modules/calendar/calendar.php:781 modules/calendar/calendar.php:2788 msgid "Save" msgstr "Enregistrer" -#: modules/calendar/calendar.php:2758 +#: modules/calendar/calendar.php:2782 #, php-format msgid "Save “%s”" msgstr "Enregistrer “%s”" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:783 msgid "Save and edit" msgstr "Enregistrer et modifier" -#: modules/calendar/calendar.php:813 -#: modules/content-board/content-board.php:2776 -#: modules/content-overview/content-overview.php:2521 +#: modules/calendar/calendar.php:824 +#: modules/content-board/content-board.php:2828 +#: modules/content-overview/content-overview.php:2576 msgid "Save Changes" msgstr "Enregistrer les modifications" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:782 msgid "Saving..." msgstr "Enregistrement…" -#: common/php/class-module.php:329 modules/calendar/calendar.php:2875 -#: modules/content-board/content-board.php:2483 +#: common/php/class-module.php:329 modules/calendar/calendar.php:2899 +#: modules/content-board/content-board.php:2535 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Planifié" @@ -2591,17 +2576,17 @@ msgstr "Planifié" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Planifié pour %d destinataires. Cliquez ici pour les afficher." -#: modules/calendar/calendar.php:1247 modules/calendar/calendar.php:1819 -#: modules/content-board/content-board.php:1932 -#: modules/content-overview/content-overview.php:1868 +#: modules/calendar/calendar.php:1266 modules/calendar/calendar.php:1841 +#: modules/content-board/content-board.php:1982 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Rechercher" -#: modules/calendar/calendar.php:1511 modules/calendar/calendar.php:1818 -#: modules/content-board/content-board.php:1931 -#: modules/content-board/content-board.php:2176 -#: modules/content-overview/content-overview.php:1867 -#: modules/content-overview/content-overview.php:2112 +#: modules/calendar/calendar.php:1532 modules/calendar/calendar.php:1840 +#: modules/content-board/content-board.php:1981 +#: modules/content-board/content-board.php:2228 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2165 msgid "Search box" msgstr "Boîte de recherche" @@ -2640,31 +2625,31 @@ msgstr "Résultats de recherche pour « %s »" msgid "Select %s" msgstr "Sélectionner %s" -#: modules/improved-notifications/improved-notifications.php:1047 +#: modules/improved-notifications/improved-notifications.php:1085 msgid "Select at least one option for each section." msgstr "Sélectionnez au moins une option pour chaque section." -#: modules/calendar/calendar.php:2111 -#: modules/content-board/content-board.php:1214 -#: modules/content-board/content-board.php:1362 -#: modules/content-overview/content-overview.php:1238 -#: modules/content-overview/content-overview.php:1386 +#: modules/calendar/calendar.php:2135 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1405 +#: modules/content-overview/content-overview.php:1281 +#: modules/content-overview/content-overview.php:1430 msgid "Select Metakey" msgstr "Sélectionner Metakey" -#: modules/calendar/calendar.php:1553 -#: modules/content-board/content-board.php:2218 -#: modules/content-overview/content-overview.php:2154 +#: modules/calendar/calendar.php:1574 +#: modules/content-board/content-board.php:2270 +#: modules/content-overview/content-overview.php:2207 msgid "Select option..." msgstr "Sélectionner une option…" -#: modules/editorial-metadata/editorial-metadata.php:1916 -#: modules/editorial-metadata/editorial-metadata.php:2230 +#: modules/editorial-metadata/editorial-metadata.php:1918 +#: modules/editorial-metadata/editorial-metadata.php:2232 msgid "Select roles..." msgstr "Sélectionner les rôles" -#: modules/editorial-metadata/editorial-metadata.php:1934 -#: modules/editorial-metadata/editorial-metadata.php:2249 +#: modules/editorial-metadata/editorial-metadata.php:1936 +#: modules/editorial-metadata/editorial-metadata.php:2251 msgid "Select Type" msgstr "Sélectionner le type" @@ -2676,7 +2661,7 @@ msgstr "Envoyer des notifications de rappel" msgid "Sent" msgstr "Envoyé" -#: modules/calendar/calendar.php:792 +#: modules/calendar/calendar.php:803 msgid "Sep" msgstr "Sep" @@ -2701,36 +2686,40 @@ msgstr "Réglages" msgid "settings" msgstr "réglages" -#: modules/calendar/calendar.php:2332 +#: modules/calendar/calendar.php:2356 msgid "Seven months" msgstr "Sept mois" -#: modules/improved-notifications/improved-notifications.php:1061 +#: modules/improved-notifications/improved-notifications.php:1099 msgid "shortcode" msgstr "code court" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:778 #, php-format msgid "Show %s more" msgstr "Afficher %s de plus" -#: modules/content-board/content-board.php:758 -#: modules/content-overview/content-overview.php:776 +#: modules/content-board/content-board.php:774 +#: modules/content-overview/content-overview.php:793 msgid "Show content from" msgstr "Afficher le contenu à partir de" -#: modules/editorial-metadata/editorial-metadata.php:2051 -#: modules/editorial-metadata/editorial-metadata.php:2363 +#: modules/editorial-metadata/editorial-metadata.php:2053 +#: modules/editorial-metadata/editorial-metadata.php:2365 msgid "Show on Content Calendar and Overview form" msgstr "" "Afficher sur le formulaire du « Calendrier des contenus » et de la « Vue " "d’ensemble du contenu »." -#: modules/editorial-metadata/editorial-metadata.php:2099 -#: modules/editorial-metadata/editorial-metadata.php:2412 +#: modules/editorial-metadata/editorial-metadata.php:2101 +#: modules/editorial-metadata/editorial-metadata.php:2414 msgid "Show on Post Types screen" msgstr "Afficher dans l’écran « Types de publication »" +#: modules/calendar/calendar.php:1265 +msgid "Show Revision" +msgstr "Afficher la révision" + #: modules/notifications/notifications.php:1635 msgid "" "Show the \"Notify me\" and \"Stop notifying me\" links for these post types:" @@ -2738,8 +2727,8 @@ msgstr "" "Affichez les liens « Me notifier » et « Arrêtez de me notifier » pour ces " "types de publication :" -#: modules/editorial-metadata/editorial-metadata.php:1938 -#: modules/editorial-metadata/editorial-metadata.php:2252 +#: modules/editorial-metadata/editorial-metadata.php:1940 +#: modules/editorial-metadata/editorial-metadata.php:2254 msgid "Single Select" msgstr "Sélection simple" @@ -2748,11 +2737,11 @@ msgstr "Sélection simple" msgid "Site Administrator" msgstr "Administrateur/administratrice du site" -#: modules/calendar/calendar.php:2330 +#: modules/calendar/calendar.php:2354 msgid "Six months" msgstr "Six mois" -#: modules/calendar/calendar.php:2296 +#: modules/calendar/calendar.php:2320 msgid "Six months ago" msgstr "Il y a six mois" @@ -2779,12 +2768,12 @@ msgstr "Ignoré" msgid "Slack integration for notifications" msgstr "Intégration de Slack pour les notifications" -#: modules/editorial-metadata/editorial-metadata.php:1867 -#: modules/editorial-metadata/editorial-metadata.php:2162 +#: modules/editorial-metadata/editorial-metadata.php:1869 +#: modules/editorial-metadata/editorial-metadata.php:2164 msgid "Slug" msgstr "Identifiant" -#: modules/editorial-metadata/editorial-metadata.php:1302 +#: modules/editorial-metadata/editorial-metadata.php:1304 msgid "Slug already in use. Please choose another." msgstr "Slug déjà utilisé. Veuillez en choisir un autre." @@ -2837,19 +2826,19 @@ msgstr "" "Désolé, vous n’avez pas les privilèges pour modifier ce commentaire " "éditorial. Veuillez en parler à votre administrateur/administratrice." -#: modules/calendar/calendar.php:1245 +#: modules/calendar/calendar.php:1263 msgid "Start Date" msgstr "Date de début" -#: modules/calendar/calendar.php:2280 +#: modules/calendar/calendar.php:2304 msgid "Start date" msgstr "Date de début" -#: modules/calendar/calendar.php:1987 -#: modules/content-board/content-board.php:1032 -#: modules/content-overview/content-overview.php:1039 -#: modules/content-overview/content-overview.php:1053 -#: modules/content-overview/content-overview.php:1096 +#: modules/calendar/calendar.php:2010 +#: modules/content-board/content-board.php:1073 +#: modules/content-overview/content-overview.php:1081 +#: modules/content-overview/content-overview.php:1095 +#: modules/content-overview/content-overview.php:1138 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Statut" @@ -2860,7 +2849,7 @@ msgstr "Statut" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "L’état a été changé pour %1$s #%2$s « %3$s » par %4$s %5$s" -#: modules/calendar/calendar.php:3670 +#: modules/calendar/calendar.php:3693 msgid "Statuses to display publish time" msgstr "États à afficher l’heure de publication" @@ -2877,8 +2866,8 @@ msgstr "Objet" msgid "Subject:" msgstr "Objet :" -#: modules/content-board/content-board.php:1716 -#: modules/content-overview/content-overview.php:1652 +#: modules/content-board/content-board.php:1759 +#: modules/content-overview/content-overview.php:1696 msgid "Submit" msgstr "Envoyer" @@ -2886,7 +2875,7 @@ msgstr "Envoyer" msgid "Submitted on" msgstr "Envoyé le" -#: modules/calendar/calendar.php:2275 +#: modules/calendar/calendar.php:2299 msgid "Subscribe in iCal or Google Calendar" msgstr "Cliquez ici pour vous abonner à iCal ou Google Agenda" @@ -2894,7 +2883,7 @@ msgstr "Cliquez ici pour vous abonner à iCal ou Google Agenda" msgid "Success" msgstr "Succès" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:788 msgid "Sun" msgstr "Dim" @@ -2902,23 +2891,24 @@ msgstr "Dim" msgid "synchronous" msgstr "synchrone" -#: modules/calendar/calendar.php:4565 +#: modules/calendar/calendar.php:4593 msgid "Tag" msgid_plural "Tags" msgstr[0] "Étiquette" msgstr[1] "Étiquettes" -#: modules/calendar/calendar.php:4664 -#: modules/content-board/content-board.php:1781 -#: modules/content-overview/content-overview.php:1717 +#: modules/calendar/calendar.php:4692 +#: modules/content-board/content-board.php:1830 +#: modules/content-overview/content-overview.php:1767 msgid "Tags" msgstr "Étiquettes" -#: modules/calendar/calendar.php:2047 -#: modules/content-board/content-board.php:1090 -#: modules/content-board/content-board.php:1150 -#: modules/content-overview/content-overview.php:1114 -#: modules/content-overview/content-overview.php:1174 +#: modules/calendar/calendar.php:2070 +#: modules/content-board/content-board.php:1131 +#: modules/content-board/content-board.php:1191 +#: modules/content-overview/content-overview.php:1156 +#: modules/content-overview/content-overview.php:1216 +#: lib/Notifications/Workflow/Step/Event/Filter/Taxonomies.php:34 msgid "Taxonomies" msgstr "Taxonomies" @@ -2931,9 +2921,9 @@ msgctxt "taxonomy general name" msgid "Editorial Field" msgstr "Champ éditorial" -#: modules/calendar/calendar.php:814 -#: modules/content-board/content-board.php:2777 -#: modules/content-overview/content-overview.php:2522 +#: modules/calendar/calendar.php:825 +#: modules/content-board/content-board.php:2829 +#: modules/content-overview/content-overview.php:2577 msgid "Taxonomy not set." msgstr "La taxonomie n’est pas définie." @@ -2942,7 +2932,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Champ éditorial" -#: modules/calendar/calendar.php:2338 +#: modules/calendar/calendar.php:2362 msgid "Ten months" msgstr "Dix mois" @@ -2950,7 +2940,7 @@ msgstr "Dix mois" msgid "Terms" msgstr "Termes" -#: modules/editorial-metadata/editorial-metadata.php:1575 +#: modules/editorial-metadata/editorial-metadata.php:1577 msgid "Terms not set." msgstr "Les conditions ne sont pas définies." @@ -2958,7 +2948,7 @@ msgstr "Les conditions ne sont pas définies." msgid "Text" msgstr "Texte" -#: modules/editorial-metadata/editorial-metadata.php:2171 +#: modules/editorial-metadata/editorial-metadata.php:2173 msgid "" "The \"slug\" is the URL-friendly version of the name. It is usually all " "lowercase and contains only letters, numbers, and hyphens." @@ -2967,7 +2957,7 @@ msgstr "" "en minuscules et ne contient que des lettres, des chiffres et des traits " "d’union." -#: modules/editorial-metadata/editorial-metadata.php:1888 +#: modules/editorial-metadata/editorial-metadata.php:1890 msgid "" "The description can be used to communicate with your team about what the " "field is for." @@ -2975,7 +2965,7 @@ msgstr "" "La description peut être utilisée pour communiquer avec votre équipe sur le " "but du champ." -#: modules/editorial-metadata/editorial-metadata.php:2188 +#: modules/editorial-metadata/editorial-metadata.php:2190 msgid "" "The description can be used to communicate with your team about what the " "metadata is for." @@ -2987,12 +2977,12 @@ msgstr "" msgid "The Events Calendar Integration" msgstr "L’intégration de The Events Calendar" -#: modules/editorial-metadata/editorial-metadata.php:1902 +#: modules/editorial-metadata/editorial-metadata.php:1904 msgid "The field type cannot be changed once created." msgstr "Le type de champ ne peut pas être modifié une fois créé." -#: modules/editorial-metadata/editorial-metadata.php:1862 -#: modules/editorial-metadata/editorial-metadata.php:2157 +#: modules/editorial-metadata/editorial-metadata.php:1864 +#: modules/editorial-metadata/editorial-metadata.php:2159 msgid "The name is for labeling the editorial fields." msgstr "Le nom sert à labelliser le champs éditoriaux." @@ -3009,7 +2999,7 @@ msgid "" msgstr "" "Le module de notification doit être activé pour que ce widget s’affiche." -#: modules/calendar/calendar.php:3746 +#: modules/calendar/calendar.php:3769 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -3021,12 +3011,12 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "Le journal parent a été supprimé ou probablement reprogrammé" -#: modules/calendar/calendar.php:4784 +#: modules/calendar/calendar.php:4812 msgid "The selected post type is not enabled for the calendar." msgstr "" "Le type de publication sélectionné n’est pas activé pour le calendrier." -#: modules/calendar/calendar.php:5261 +#: modules/calendar/calendar.php:5289 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -3034,12 +3024,12 @@ msgstr "" "L’utilisateur/utilisatrice sélectionné n’a pas les droits pour être défini " "comme l’auteur/autrice de la publication." -#: modules/editorial-metadata/editorial-metadata.php:1872 +#: modules/editorial-metadata/editorial-metadata.php:1874 msgid "The slug cannot be changed once the term has been created." msgstr "Le slug ne peut pas être modifié une fois que le terme a été créé." -#: modules/content-board/content-board.php:2753 -#: modules/content-overview/content-overview.php:2493 +#: modules/content-board/content-board.php:2805 +#: modules/content-overview/content-overview.php:2548 msgid "There are no posts in the range or filter specified." msgstr "Il n’y a aucune publication dans l’intervalle ou le filtre spécifié." @@ -3056,7 +3046,7 @@ msgid "" msgstr "" "Un problème est survenu. Essayez à nouveau ou contactez votre administrateur." -#: modules/calendar/calendar.php:232 +#: modules/calendar/calendar.php:235 msgid "There was an error updating the post. Please try again." msgstr "" "Une erreur s’est produite lors de la mise à jour de la publication. Veuillez " @@ -3079,13 +3069,13 @@ msgstr "Ce type de champs éditoriaux n’est pas encore pris en charge." msgid "This email was sent %s." msgstr "Cet e-mail à été envoyé %s." -#: modules/editorial-metadata/editorial-metadata.php:2080 -#: modules/editorial-metadata/editorial-metadata.php:2393 +#: modules/editorial-metadata/editorial-metadata.php:2082 +#: modules/editorial-metadata/editorial-metadata.php:2395 msgid "This field will be available for these post types." msgstr "Ce champ sera disponible pour ces types de publication." -#: modules/editorial-metadata/editorial-metadata.php:2104 -#: modules/editorial-metadata/editorial-metadata.php:2416 +#: modules/editorial-metadata/editorial-metadata.php:2106 +#: modules/editorial-metadata/editorial-metadata.php:2418 msgid "" "This field will be viewable on the overview screens for these post types." msgstr "" @@ -3099,7 +3089,7 @@ msgstr "" "Ceci est un aperçu du message programmé. Le contenu peut encore être modifié " "jusqu’à l’envoi de la notification." -#: modules/content-board/content-board.php:2541 +#: modules/content-board/content-board.php:2593 msgid "" "This is the default publish date from today for posts moving to the " "Scheduled status." @@ -3119,7 +3109,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Cette publication a été mis à jour pour la dernière fois le " -#: modules/improved-notifications/improved-notifications.php:420 +#: modules/improved-notifications/improved-notifications.php:424 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3137,28 +3127,28 @@ msgstr "" "ciblant l’option « Utilisateurs/utilisatrices ayant sélectionné “Me " "notifier” pour le contenu »." -#: modules/calendar/calendar.php:2324 +#: modules/calendar/calendar.php:2348 msgid "Three months" msgstr "Trois mois" -#: modules/calendar/calendar.php:2290 +#: modules/calendar/calendar.php:2314 msgid "Three months ago" msgstr "Il y a trois mois" -#: modules/calendar/calendar.php:2311 +#: modules/calendar/calendar.php:2335 msgid "Three weeks" msgstr "Trois semaines" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:792 msgid "Thu" msgstr "Jeu" -#: modules/calendar/calendar.php:4625 -#: modules/content-board/content-board.php:535 -#: modules/content-board/content-board.php:1210 -#: modules/content-board/content-board.php:1747 -#: modules/content-overview/content-overview.php:556 -#: modules/content-overview/content-overview.php:1683 +#: modules/calendar/calendar.php:4653 +#: modules/content-board/content-board.php:542 +#: modules/content-board/content-board.php:1252 +#: modules/content-board/content-board.php:1790 +#: modules/content-overview/content-overview.php:564 +#: modules/content-overview/content-overview.php:1727 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3169,13 +3159,13 @@ msgstr "Titre" msgid "Title: %s" msgstr "Titre : %s" -#: modules/calendar/calendar.php:1587 modules/calendar/calendar.php:1621 -#: modules/content-board/content-board.php:1945 -#: modules/content-board/content-board.php:2252 -#: modules/content-board/content-board.php:2286 -#: modules/content-overview/content-overview.php:1881 -#: modules/content-overview/content-overview.php:2188 -#: modules/content-overview/content-overview.php:2222 +#: modules/calendar/calendar.php:1608 modules/calendar/calendar.php:1642 +#: modules/content-board/content-board.php:1996 +#: modules/content-board/content-board.php:2304 +#: modules/content-board/content-board.php:2338 +#: modules/content-overview/content-overview.php:1933 +#: modules/content-overview/content-overview.php:2241 +#: modules/content-overview/content-overview.php:2275 msgid "to" msgstr "à" @@ -3183,46 +3173,46 @@ msgstr "à" msgid "To date" msgstr "À ce jour" -#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:3034 +#: modules/calendar/calendar.php:814 modules/calendar/calendar.php:3058 msgid "Today" msgstr "Aujourd’hui" -#: modules/calendar/calendar.php:3028 +#: modules/calendar/calendar.php:3052 #, php-format msgid "Today is %s" msgstr "Aujourd‘hui est le %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:807 -#: modules/calendar/calendar.php:2724 modules/calendar/calendar.php:4584 -#: modules/content-board/content-board.php:2675 -#: modules/content-board/content-board.php:2770 -#: modules/content-overview/content-overview.php:2515 -#: modules/content-overview/content-overview.php:3005 +#: common/php/class-module.php:332 modules/calendar/calendar.php:818 +#: modules/calendar/calendar.php:2748 modules/calendar/calendar.php:4612 +#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2822 +#: modules/content-overview/content-overview.php:2570 +#: modules/content-overview/content-overview.php:3063 msgid "Trash" msgstr "Corbeille" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:790 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:2342 +#: modules/calendar/calendar.php:2366 msgid "Twelve months" msgstr "Douze mois" -#: modules/calendar/calendar.php:2322 +#: modules/calendar/calendar.php:2346 msgid "Two months" msgstr "Deux mois" -#: modules/calendar/calendar.php:2288 +#: modules/calendar/calendar.php:2312 msgid "Two months ago" msgstr "Il y a deux mois" -#: modules/calendar/calendar.php:2309 +#: modules/calendar/calendar.php:2333 msgid "Two weeks" msgstr "Deux semaines" -#: modules/editorial-metadata/editorial-metadata.php:1897 -#: modules/editorial-metadata/editorial-metadata.php:2196 +#: modules/editorial-metadata/editorial-metadata.php:1899 +#: modules/editorial-metadata/editorial-metadata.php:2198 msgid "Type" msgstr "Type" @@ -3230,9 +3220,9 @@ msgstr "Type" msgid "Undefined error found" msgstr "Erreur indéfinie trouvée" -#: modules/calendar/calendar.php:2398 -#: modules/content-board/content-board.php:835 -#: modules/content-overview/content-overview.php:853 +#: modules/calendar/calendar.php:2422 +#: modules/content-board/content-board.php:851 +#: modules/content-overview/content-overview.php:870 msgid "Undo" msgstr "Annuler" @@ -3240,7 +3230,7 @@ msgstr "Annuler" msgid "Unpublished Content" msgstr "Contenu non publié" -#: modules/calendar/calendar.php:768 modules/calendar/calendar.php:4790 +#: modules/calendar/calendar.php:779 modules/calendar/calendar.php:4818 msgid "Untitled" msgstr "Sans titre" @@ -3248,7 +3238,7 @@ msgstr "Sans titre" msgid "Update Editorial Fields" msgstr "Mise à jour des champs éditoriaux" -#: modules/editorial-metadata/editorial-metadata.php:2127 +#: modules/editorial-metadata/editorial-metadata.php:2129 msgid "Update Editorial fields term" msgstr "Mise à jour du terme des champs éditoriaux" @@ -3268,7 +3258,7 @@ msgstr "Mettre à jour la notification de rôle" msgid "Update Notify User" msgstr "Mettre à jour utilisateur/utilisatrice de notification" -#: modules/calendar/calendar.php:236 +#: modules/calendar/calendar.php:239 #, php-format msgid "" "Updating the post date dynamically doesn't work for published content. " @@ -3297,13 +3287,13 @@ msgstr "Compte" msgid "user" msgstr "compte" -#: modules/improved-notifications/improved-notifications.php:1057 +#: modules/improved-notifications/improved-notifications.php:1095 msgid "User making changes or comments" msgstr "" "Utilisateur/utilisatrice apportant des modifications ou des commentaires" -#: modules/editorial-metadata/editorial-metadata.php:1908 -#: modules/editorial-metadata/editorial-metadata.php:2222 +#: modules/editorial-metadata/editorial-metadata.php:1910 +#: modules/editorial-metadata/editorial-metadata.php:2224 msgid "User role" msgstr "Rôle du compte" @@ -3331,18 +3321,18 @@ msgstr "" "Les utilisateurs/utilisatrices qui ont sélectionné « Me notifier » pour le " "contenu" -#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:2748 -#: modules/calendar/calendar.php:4591 -#: modules/content-board/content-board.php:2691 -#: modules/content-board/content-board.php:2772 -#: modules/content-overview/content-overview.php:2517 -#: modules/content-overview/content-overview.php:3021 +#: modules/calendar/calendar.php:820 modules/calendar/calendar.php:2772 +#: modules/calendar/calendar.php:4619 +#: modules/content-board/content-board.php:2743 +#: modules/content-board/content-board.php:2824 +#: modules/content-overview/content-overview.php:2572 +#: modules/content-overview/content-overview.php:3079 msgid "View" msgstr "Voir" -#: modules/calendar/calendar.php:2742 -#: modules/content-board/content-board.php:2685 -#: modules/content-overview/content-overview.php:3015 +#: modules/calendar/calendar.php:2766 +#: modules/content-board/content-board.php:2737 +#: modules/content-overview/content-overview.php:3073 #, php-format msgid "View “%s”" msgstr "Voir “%s”" @@ -3352,7 +3342,7 @@ msgstr "Voir “%s”" msgid "View “%s” on Google Maps" msgstr "Voir “%s” sur Google Maps" -#: modules/calendar/calendar.php:5047 +#: modules/calendar/calendar.php:5075 msgid "View all categories" msgstr "Voir toutes les catégories" @@ -3382,11 +3372,11 @@ msgstr "Voir : %s" msgid "Warning" msgstr "Avertissement" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:791 msgid "Wed" msgstr "Mer" -#: modules/calendar/calendar.php:1244 +#: modules/calendar/calendar.php:1262 msgid "Weeks" msgstr "Semaines" @@ -3394,7 +3384,7 @@ msgstr "Semaines" msgid "What the post needs to cover." msgstr "Ce que la publication doit couvrir." -#: modules/improved-notifications/improved-notifications.php:927 +#: modules/improved-notifications/improved-notifications.php:965 msgid "What to say?" msgstr "Que dire ?" @@ -3402,6 +3392,10 @@ msgstr "Que dire ?" msgid "When an editorial comment is added" msgstr "Quand un commentaire éditorial est ajouté" +#: lib/Notifications/Workflow/Step/Event/Post_TaxonomyUpdate.php:28 +msgid "When taxonomy is updated" +msgstr "Lorsque la taxonomie est mise à jour" + #: lib/Notifications/Workflow/Step/Event/Post_StatusTransition.php:28 msgid "When the content is moved to a new status" msgstr "Lorsque le contenu est déplacé vers un nouveau statut" @@ -3419,13 +3413,13 @@ msgid "When the status is changed" msgstr "Lorsque le statut est modifié" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:897 +#: modules/improved-notifications/improved-notifications.php:935 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "Quand faut-il notifier ?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:917 +#: modules/improved-notifications/improved-notifications.php:955 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "Qui doit être prévenu ?" @@ -3438,11 +3432,11 @@ msgstr "Options de Widget" msgid "WordPress Scheduler" msgstr "Planificateur WordPress" -#: modules/improved-notifications/improved-notifications.php:1058 +#: modules/improved-notifications/improved-notifications.php:1096 msgid "Workflow" msgstr "Flux de travail" -#: modules/improved-notifications/improved-notifications.php:859 +#: modules/improved-notifications/improved-notifications.php:897 msgid "Workflow Settings" msgstr "Réglages du flux de travail" @@ -3452,13 +3446,13 @@ msgid "Workflow: %s" msgstr "Fluxe de travail : %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:472 -#: modules/improved-notifications/improved-notifications.php:1237 +#: modules/improved-notifications/improved-notifications.php:476 +#: modules/improved-notifications/improved-notifications.php:1276 msgid "Workflows" msgstr "Flux de travail" -#: modules/editorial-metadata/editorial-metadata.php:2056 -#: modules/editorial-metadata/editorial-metadata.php:2367 +#: modules/editorial-metadata/editorial-metadata.php:2058 +#: modules/editorial-metadata/editorial-metadata.php:2369 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:142 msgid "Yes" msgstr "Oui" @@ -3468,7 +3462,7 @@ msgstr "Oui" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Vous recevez cet e-mail parce que vous êtes abonné à « %s »." -#: modules/improved-notifications/improved-notifications.php:1051 +#: modules/improved-notifications/improved-notifications.php:1089 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3489,19 +3483,19 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Vous pouvez voir ici tous les commentaires éditoriaux sur cette %s : " -#: modules/calendar/calendar.php:2041 -#: modules/content-board/content-board.php:1084 -#: modules/content-board/content-board.php:1144 -#: modules/content-overview/content-overview.php:1108 -#: modules/content-overview/content-overview.php:1168 +#: modules/calendar/calendar.php:2064 +#: modules/content-board/content-board.php:1125 +#: modules/content-board/content-board.php:1185 +#: modules/content-overview/content-overview.php:1150 +#: modules/content-overview/content-overview.php:1210 msgid "You do not have any editorial fields enabled" msgstr "Vous n’avez aucun champ éditorial activé" -#: modules/calendar/calendar.php:2048 -#: modules/content-board/content-board.php:1091 -#: modules/content-board/content-board.php:1151 -#: modules/content-overview/content-overview.php:1115 -#: modules/content-overview/content-overview.php:1175 +#: modules/calendar/calendar.php:2071 +#: modules/content-board/content-board.php:1132 +#: modules/content-board/content-board.php:1192 +#: modules/content-overview/content-overview.php:1157 +#: modules/content-overview/content-overview.php:1217 msgid "You do not have any public taxonomies" msgstr "Vous n’avez aucune taxonomie publique" @@ -3509,13 +3503,13 @@ msgstr "Vous n’avez aucune taxonomie publique" msgid "You do not have necessary permissions to complete this action." msgstr "Vous n’avez pas les droits necessaires pour compléter cette action." -#: modules/content-board/content-board.php:951 -#: modules/content-overview/content-overview.php:969 +#: modules/content-board/content-board.php:992 +#: modules/content-overview/content-overview.php:1011 #, php-format msgid "You do not have permission to add new %s" msgstr "Vous n’avez pas les droits pour ajouter %s" -#: modules/content-board/content-board.php:1512 +#: modules/content-board/content-board.php:1555 msgid "You do not have permission to edit selected post." msgstr "Vous n’avez pas les droits pour modifier la publication sélectionnée." @@ -3533,6 +3527,24 @@ msgstr "" "offre plus de fonctionnalités et de pris en charge. %sPasser à la version " "Pro%s" +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you activate the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Les états personnalisés sont désactivés jusqu’à ce que vous activiez " +#~ "l’extension %1$sPublishPress Statuses%2$s. Voir %3$sPlanificateur > " +#~ "Réglages%4$s pour plus d’informations." + +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you install the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Les états personnalisés sont désactivés jusqu’à ce que vous installiez " +#~ "l’extension %1$sPublishPress Statuses%2$s. Voir %3$sPlanificateur > " +#~ "Réglages%4$s pour plus de détails." + #~ msgid "Hidden field can only be viewed on the edit post view." #~ msgstr "" #~ "Le champ masqué peut être visualisé uniquement dans la vue de " diff --git a/languages/publishpress-it_IT.mo b/languages/publishpress-it_IT.mo index 182a4f34b..6e52afaf1 100644 Binary files a/languages/publishpress-it_IT.mo and b/languages/publishpress-it_IT.mo differ diff --git a/languages/publishpress-it_IT.po b/languages/publishpress-it_IT.po index 6f06b2b46..59d40e91b 100644 --- a/languages/publishpress-it_IT.po +++ b/languages/publishpress-it_IT.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Plugins - PublishPress Planner: Organize and Schedule " "Your WordPress Content - Stable (latest release)\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" -"POT-Creation-Date: 2024-08-12 12:31+0000\n" -"PO-Revision-Date: 2024-08-14 23:25+0200\n" +"POT-Creation-Date: 2024-09-12 09:14+0000\n" +"PO-Revision-Date: 2024-09-12 22:26+0200\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -58,8 +58,8 @@ msgstr "%1$s #%2$s \"%3$s\" è stato modificato a non pubblicato da %4$s %5$s" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "%1$s (%2$s ) ha detto %3$s alle %4$s:" -#: modules/content-board/content-board.php:787 -#: modules/content-overview/content-overview.php:805 +#: modules/content-board/content-board.php:803 +#: modules/content-overview/content-overview.php:822 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s

        %2$s" @@ -84,7 +84,7 @@ msgstr "%1$s alle %2$s" msgid "%1$s last updated on %2$s" msgstr "Ultimo aggiornamento di%1$s il %2$s" -#: modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1858 #, php-format msgid "%1s weeks" msgstr "%1s settimane" @@ -101,22 +101,22 @@ msgid_plural "%d Users" msgstr[0] "%d utente" msgstr[1] "%d utenti" -#: modules/calendar/calendar.php:801 modules/calendar/calendar.php:1845 +#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1868 msgid "%d week" msgstr "%d settimana" -#: modules/calendar/calendar.php:802 +#: modules/calendar/calendar.php:813 msgid "%d weeks" msgstr "%d settimane" -#: modules/content-board/content-board.php:946 -#: modules/content-overview/content-overview.php:964 +#: modules/content-board/content-board.php:987 +#: modules/content-overview/content-overview.php:1006 #, php-format msgid "%s could not be created" msgstr "%s non può essere creato" -#: modules/content-board/content-board.php:943 -#: modules/content-overview/content-overview.php:961 +#: modules/content-board/content-board.php:984 +#: modules/content-overview/content-overview.php:1003 #, php-format msgid "%s created successfully. Edit %s" msgstr "" @@ -129,26 +129,26 @@ msgid_plural "%s notifications found." msgstr[0] "Notifica %s trovata." msgstr[1] "Notifiche %s trovate." -#: modules/calendar/calendar.php:5138 +#: modules/calendar/calendar.php:5166 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s settimana" msgstr[1] "%s settimane" -#: modules/calendar/calendar.php:3051 +#: modules/calendar/calendar.php:3075 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:3064 +#: modules/calendar/calendar.php:3088 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:3020 +#: modules/calendar/calendar.php:3044 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:3003 +#: modules/calendar/calendar.php:3027 msgid "›" msgstr "›" @@ -169,7 +169,7 @@ msgstr "-- Selezionare %s --" msgid "-- Select a user --" msgstr "-- Selezionare un utente --" -#: modules/calendar/calendar.php:254 +#: modules/calendar/calendar.php:257 msgid "" "

        For more information:

        Calendar Documentation

        " -#: modules/calendar/calendar.php:249 +#: modules/calendar/calendar.php:252 msgid "" "

        The calendar is a convenient week-by-week or month-by-month view into " "your content. Quickly see which stories are on track to being published on " @@ -378,12 +378,12 @@ msgstr "" msgid "Add an editorial comment" msgstr "Aggiungi un commento editoriale" -#: modules/editorial-metadata/editorial-metadata.php:2043 -#: modules/editorial-metadata/editorial-metadata.php:2356 +#: modules/editorial-metadata/editorial-metadata.php:2045 +#: modules/editorial-metadata/editorial-metadata.php:2358 msgid "Add Another Option" msgstr "Aggiungi una opzione" -#: modules/content-overview/content-overview.php:1246 +#: modules/content-overview/content-overview.php:1289 msgid "Add Column" msgstr "Aggiungi una colonna" @@ -391,7 +391,7 @@ msgstr "Aggiungi una colonna" msgid "Add Comment" msgstr "Aggiungi un commento" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:784 #, php-format msgid "Add content for %s" msgstr "Aggiungi contenuto per %s" @@ -402,24 +402,24 @@ msgstr "Aggiungi contenuto per %s" msgid "Add editorial comment: %s" msgstr "Aggiungi commento editoriale: %s" -#: modules/calendar/calendar.php:2119 -#: modules/content-board/content-board.php:1370 -#: modules/content-overview/content-overview.php:1394 +#: modules/calendar/calendar.php:2143 +#: modules/content-board/content-board.php:1413 +#: modules/content-overview/content-overview.php:1438 msgid "Add Filter" msgstr "Aggiungi filtro" -#: modules/calendar/calendar.php:2099 -#: modules/content-board/content-board.php:1202 -#: modules/content-board/content-board.php:1222 -#: modules/content-board/content-board.php:1350 -#: modules/content-overview/content-overview.php:1226 -#: modules/content-overview/content-overview.php:1374 -#: modules/editorial-metadata/editorial-metadata.php:1769 +#: modules/calendar/calendar.php:2123 +#: modules/content-board/content-board.php:1244 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1393 +#: modules/content-overview/content-overview.php:1269 +#: modules/content-overview/content-overview.php:1418 +#: modules/editorial-metadata/editorial-metadata.php:1771 msgid "Add New" msgstr "Aggiungi nuovo" -#: modules/content-board/content-board.php:1580 -#: modules/content-overview/content-overview.php:1517 +#: modules/content-board/content-board.php:1623 +#: modules/content-overview/content-overview.php:1561 #, php-format msgid "Add New %s" msgstr "Aggiungi nuovo %s" @@ -428,7 +428,7 @@ msgstr "Aggiungi nuovo %s" msgid "Add New Editorial Fields" msgstr "Aggiungi nuovi campi editoriali" -#: modules/editorial-metadata/editorial-metadata.php:2438 +#: modules/editorial-metadata/editorial-metadata.php:2440 msgid "Add New Editorial fields term" msgstr "Aggiungi un nuovo termine ai campi editoriali" @@ -460,12 +460,12 @@ msgstr "Aggiungi o elimina notifiche di ruolo" msgid "Add or remove notify users" msgstr "Aggiungi o elimina utenti di notifica" -#: modules/editorial-metadata/editorial-metadata.php:2075 -#: modules/editorial-metadata/editorial-metadata.php:2389 +#: modules/editorial-metadata/editorial-metadata.php:2077 +#: modules/editorial-metadata/editorial-metadata.php:2391 msgid "Add to post types" msgstr "Aggiungi ai tipi di contenuto" -#: modules/improved-notifications/improved-notifications.php:94 +#: modules/improved-notifications/improved-notifications.php:95 msgid "Advanced Notifications" msgstr "Notifiche avanzate" @@ -473,11 +473,11 @@ msgstr "Notifiche avanzate" msgid "All" msgstr "Tutto" -#: modules/calendar/calendar.php:1431 modules/calendar/calendar.php:1434 -#: modules/content-board/content-board.php:2099 -#: modules/content-board/content-board.php:2102 -#: modules/content-overview/content-overview.php:2035 -#: modules/content-overview/content-overview.php:2038 +#: modules/calendar/calendar.php:1452 modules/calendar/calendar.php:1455 +#: modules/content-board/content-board.php:2151 +#: modules/content-board/content-board.php:2154 +#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:2091 #, php-format msgid "All %s" msgstr "Tutti i %s" @@ -486,16 +486,16 @@ msgstr "Tutti i %s" msgid "All Actions" msgstr "Tutte le azioni" -#: modules/calendar/calendar.php:799 modules/calendar/calendar.php:1458 -#: modules/calendar/calendar.php:1461 modules/calendar/calendar.php:5086 -#: modules/content-board/content-board.php:2124 -#: modules/content-board/content-board.php:2127 -#: modules/content-overview/content-overview.php:2060 -#: modules/content-overview/content-overview.php:2063 +#: modules/calendar/calendar.php:810 modules/calendar/calendar.php:1479 +#: modules/calendar/calendar.php:1482 modules/calendar/calendar.php:5114 +#: modules/content-board/content-board.php:2176 +#: modules/content-board/content-board.php:2179 +#: modules/content-overview/content-overview.php:2113 +#: modules/content-overview/content-overview.php:2116 msgid "All authors" msgstr "Tutti gli autori" -#: modules/calendar/calendar.php:797 +#: modules/calendar/calendar.php:808 msgid "All categories" msgstr "Tutte le categorie" @@ -527,14 +527,14 @@ msgstr "Tutte le notifiche di ruolo" msgid "All Notify Users" msgstr "Tutti gli utenti di notifica" -#: modules/editorial-metadata/editorial-metadata.php:1269 -#: modules/editorial-metadata/editorial-metadata.php:1426 +#: modules/editorial-metadata/editorial-metadata.php:1271 +#: modules/editorial-metadata/editorial-metadata.php:1428 msgid "All options value and labels are required." msgstr "Tutti i valori e le etichette delle opzioni sono obbligatori." -#: modules/calendar/calendar.php:1491 -#: modules/content-board/content-board.php:2156 -#: modules/content-overview/content-overview.php:2092 +#: modules/calendar/calendar.php:1512 +#: modules/content-board/content-board.php:2208 +#: modules/content-overview/content-overview.php:2145 msgid "All post types" msgstr "Tutti i tipi di contenuto" @@ -544,7 +544,7 @@ msgstr "Tutti i tipi di contenuto" msgid "All Posts" msgstr "Tutti gli articoli" -#: modules/calendar/calendar.php:4058 +#: modules/calendar/calendar.php:4081 msgid "All posts" msgstr "Tutti gli articoli" @@ -552,9 +552,9 @@ msgstr "Tutti gli articoli" msgid "All Receivers" msgstr "Tutti i destinatari" -#: modules/calendar/calendar.php:1706 -#: modules/content-board/content-board.php:2371 -#: modules/content-overview/content-overview.php:2307 +#: modules/calendar/calendar.php:1727 +#: modules/content-board/content-board.php:2423 +#: modules/content-overview/content-overview.php:2360 msgid "All status" msgstr "Tutti gli stati" @@ -562,18 +562,18 @@ msgstr "Tutti gli stati" msgid "All Statuses" msgstr "Tutti gli stati" -#: modules/calendar/calendar.php:796 modules/calendar/calendar.php:1405 -#: modules/calendar/calendar.php:5030 -#: modules/content-board/content-board.php:2073 -#: modules/content-overview/content-overview.php:2009 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:1426 +#: modules/calendar/calendar.php:5058 +#: modules/content-board/content-board.php:2125 +#: modules/content-overview/content-overview.php:2062 msgid "All statuses" msgstr "Tutti gli stati" -#: modules/calendar/calendar.php:798 modules/calendar/calendar.php:5065 +#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:5093 msgid "All tags" msgstr "Tutti i tag" -#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:5113 +#: modules/calendar/calendar.php:811 modules/calendar/calendar.php:5141 msgid "All types" msgstr "Tutti i tipi" @@ -586,7 +586,7 @@ msgstr "Tutti gli utenti" msgid "All Workflows" msgstr "Tutti i workflows" -#: modules/calendar/calendar.php:3662 +#: modules/calendar/calendar.php:3685 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "Permetti l'accesso pubblico agli abbonamenti a iCal o Google Calendar" @@ -598,43 +598,43 @@ msgstr "Avvisa sempre l'autore del contenuto:" msgid "Always notify users who have edited the content:" msgstr "Avvisa sempre gli utenti che hanno modificato il contenuto:" -#: modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:3733 msgid "Always show complete post titles" msgstr "Visualizza sempre il titolo completo degli articoli" -#: modules/content-board/content-board.php:1468 -#: modules/content-board/content-board.php:1494 -#: modules/content-board/content-board.php:1553 +#: modules/content-board/content-board.php:1511 +#: modules/content-board/content-board.php:1537 +#: modules/content-board/content-board.php:1596 msgid "An error occured" msgstr "Si è verificato un errore" -#: modules/calendar/calendar.php:1540 modules/calendar/calendar.php:1651 -#: modules/calendar/calendar.php:1689 modules/calendar/calendar.php:1770 -#: modules/content-board/content-board.php:797 -#: modules/content-board/content-board.php:807 -#: modules/content-board/content-board.php:2205 -#: modules/content-board/content-board.php:2316 -#: modules/content-board/content-board.php:2354 -#: modules/content-board/content-board.php:2435 -#: modules/content-board/content-board.php:2544 -#: modules/content-overview/content-overview.php:815 -#: modules/content-overview/content-overview.php:825 -#: modules/content-overview/content-overview.php:2141 -#: modules/content-overview/content-overview.php:2252 -#: modules/content-overview/content-overview.php:2290 -#: modules/content-overview/content-overview.php:2371 +#: modules/calendar/calendar.php:1561 modules/calendar/calendar.php:1672 +#: modules/calendar/calendar.php:1710 modules/calendar/calendar.php:1791 +#: modules/content-board/content-board.php:813 +#: modules/content-board/content-board.php:823 +#: modules/content-board/content-board.php:2257 +#: modules/content-board/content-board.php:2368 +#: modules/content-board/content-board.php:2406 +#: modules/content-board/content-board.php:2487 +#: modules/content-board/content-board.php:2596 +#: modules/content-overview/content-overview.php:832 +#: modules/content-overview/content-overview.php:842 +#: modules/content-overview/content-overview.php:2194 +#: modules/content-overview/content-overview.php:2305 +#: modules/content-overview/content-overview.php:2343 +#: modules/content-overview/content-overview.php:2424 msgid "Apply" msgstr "Applica" -#: modules/calendar/calendar.php:2203 -#: modules/content-board/content-board.php:1306 -#: modules/content-board/content-board.php:1454 -#: modules/content-overview/content-overview.php:1330 -#: modules/content-overview/content-overview.php:1478 +#: modules/calendar/calendar.php:2227 +#: modules/content-board/content-board.php:1348 +#: modules/content-board/content-board.php:1497 +#: modules/content-overview/content-overview.php:1373 +#: modules/content-overview/content-overview.php:1522 msgid "Apply Changes" msgstr "Applica modifiche" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:798 msgid "Apr" msgstr "Apr" @@ -659,7 +659,7 @@ msgstr "Notifiche asincrone" msgid "asynchronous" msgstr "asincrono" -#: modules/calendar/calendar.php:3729 +#: modules/calendar/calendar.php:3752 msgid "At least one post type must be selected" msgstr "Almeno un tipo di articolo deve essere selezionato" @@ -667,27 +667,27 @@ msgstr "Almeno un tipo di articolo deve essere selezionato" msgid "Attach file" msgstr "Allega file" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:802 msgid "Aug" msgstr "Ago" -#: modules/calendar/calendar.php:815 modules/calendar/calendar.php:1456 -#: modules/calendar/calendar.php:1988 modules/calendar/calendar.php:2032 -#: modules/calendar/calendar.php:2859 modules/calendar/calendar.php:4555 -#: modules/calendar/calendar.php:4645 -#: modules/content-board/content-board.php:1022 -#: modules/content-board/content-board.php:1033 -#: modules/content-board/content-board.php:1076 -#: modules/content-board/content-board.php:1135 -#: modules/content-board/content-board.php:1762 -#: modules/content-board/content-board.php:2122 -#: modules/content-overview/content-overview.php:1041 -#: modules/content-overview/content-overview.php:1054 -#: modules/content-overview/content-overview.php:1098 -#: modules/content-overview/content-overview.php:1159 -#: modules/content-overview/content-overview.php:1698 -#: modules/content-overview/content-overview.php:2058 -#: modules/content-overview/content-overview.php:2512 +#: modules/calendar/calendar.php:826 modules/calendar/calendar.php:1477 +#: modules/calendar/calendar.php:2011 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:2883 modules/calendar/calendar.php:4583 +#: modules/calendar/calendar.php:4673 +#: modules/content-board/content-board.php:1063 +#: modules/content-board/content-board.php:1074 +#: modules/content-board/content-board.php:1117 +#: modules/content-board/content-board.php:1176 +#: modules/content-board/content-board.php:1811 +#: modules/content-board/content-board.php:2174 +#: modules/content-overview/content-overview.php:1083 +#: modules/content-overview/content-overview.php:1096 +#: modules/content-overview/content-overview.php:1140 +#: modules/content-overview/content-overview.php:1201 +#: modules/content-overview/content-overview.php:1748 +#: modules/content-overview/content-overview.php:2111 +#: modules/content-overview/content-overview.php:2567 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgstr "Autore" @@ -710,15 +710,15 @@ msgstr "Autori dei contenuti" msgid "Auto-draft" msgstr "Bozza automatica" -#: modules/improved-notifications/improved-notifications.php:1067 +#: modules/improved-notifications/improved-notifications.php:1105 msgid "Available fields" msgstr "Campi disponibili" -#: modules/calendar/calendar.php:3043 +#: modules/calendar/calendar.php:3067 msgid "Back %d weeks" msgstr "Indietro di %d settimane" -#: modules/calendar/calendar.php:3055 +#: modules/calendar/calendar.php:3079 msgid "Back 1 week" msgstr "Indietro di una settimana" @@ -750,44 +750,44 @@ msgstr "Blog: " msgid "Body" msgstr "Corpo del testo" -#: modules/content-board/content-board.php:803 -#: modules/content-overview/content-overview.php:821 +#: modules/content-board/content-board.php:819 +#: modules/content-overview/content-overview.php:838 #: modules/editorial-comments/editorial-comments.php:580 -#: modules/editorial-metadata/editorial-metadata.php:2130 +#: modules/editorial-metadata/editorial-metadata.php:2132 msgid "Cancel" msgstr "Annulla" -#: modules/content-board/content-board.php:876 +#: modules/content-board/content-board.php:892 msgid "Card Data updated successfully." msgstr "Dati della scheda aggiornati correttamente." -#: modules/calendar/calendar.php:4655 -#: modules/content-board/content-board.php:1772 -#: modules/content-overview/content-overview.php:1708 +#: modules/calendar/calendar.php:4683 +#: modules/content-board/content-board.php:1821 +#: modules/content-overview/content-overview.php:1758 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Categorie" -#: modules/calendar/calendar.php:4560 +#: modules/calendar/calendar.php:4588 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Categoria" msgstr[1] "Categorie" -#: modules/content-board/content-board.php:804 -#: modules/content-overview/content-overview.php:822 +#: modules/content-board/content-board.php:820 +#: modules/content-overview/content-overview.php:839 msgid "Change" msgstr "Cambia" -#: modules/content-board/content-board.php:1484 -#: modules/content-board/content-board.php:1542 +#: modules/content-board/content-board.php:1527 +#: modules/content-board/content-board.php:1585 msgid "Changes saved!" msgstr "Modifiche salvate!" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:473 -#: modules/improved-notifications/improved-notifications.php:1238 +#: modules/improved-notifications/improved-notifications.php:477 +#: modules/improved-notifications/improved-notifications.php:1277 msgid "Channels" msgstr "Canali" @@ -799,9 +799,9 @@ msgstr "Si tenta di fare i furbi, eh?" msgid "Checkbox" msgstr "Checkbox" -#: modules/calendar/calendar.php:1671 -#: modules/content-board/content-board.php:2336 -#: modules/content-overview/content-overview.php:2272 +#: modules/calendar/calendar.php:1692 +#: modules/content-board/content-board.php:2388 +#: modules/content-overview/content-overview.php:2325 msgid "Checked" msgstr "Selezionato" @@ -822,34 +822,34 @@ msgid "Choose Post Types" msgstr "Scegli i tipi di articoli" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:467 -#: modules/improved-notifications/improved-notifications.php:1232 +#: modules/improved-notifications/improved-notifications.php:471 +#: modules/improved-notifications/improved-notifications.php:1271 msgid "Choose the channels where each workflow will send notifications to:" msgstr "Scegli i canali a cui ogni workflow invierà notifiche:" -#: modules/improved-notifications/improved-notifications.php:1069 +#: modules/improved-notifications/improved-notifications.php:1107 msgid "Click here to read more about shortcode options..." msgstr "Fare clic qui per saperne di più sulle opzioni di shortcode…" -#: modules/calendar/calendar.php:2367 +#: modules/calendar/calendar.php:2391 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Fai clic qui per iscriverti a iCal o Google Calendar" -#: modules/content-board/content-board.php:1067 +#: modules/content-board/content-board.php:1108 msgid "Click the \"Add New\" button to create new card data." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuovi dati scheda." -#: modules/content-overview/content-overview.php:1088 +#: modules/content-overview/content-overview.php:1130 msgid "Click the \"Add New\" button to create new columns." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuove colonne." -#: modules/calendar/calendar.php:2023 -#: modules/content-board/content-board.php:1126 -#: modules/content-overview/content-overview.php:1150 +#: modules/calendar/calendar.php:2046 +#: modules/content-board/content-board.php:1167 +#: modules/content-overview/content-overview.php:1192 msgid "Click the \"Add New\" button to create new filters." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuovi filtri." -#: modules/calendar/calendar.php:764 +#: modules/calendar/calendar.php:775 msgid "Click to add" msgstr "Fai clic per aggiungere" @@ -874,15 +874,15 @@ msgstr "" "Fai clic per non ricevere più notifiche sugli aggiornamenti di questo " "articolo" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:780 msgid "Close" msgstr "Chiudi" -#: modules/content-overview/content-overview.php:1234 +#: modules/content-overview/content-overview.php:1277 msgid "Column Title" msgstr "Titolo colonna" -#: modules/content-overview/content-overview.php:894 +#: modules/content-overview/content-overview.php:911 msgid "Column updated successfully." msgstr "La colonna è stata aggiornata correttamente." @@ -911,10 +911,10 @@ msgstr "Configura" msgid "Contact" msgstr "Contatti" -#: modules/calendar/calendar.php:4672 -#: modules/content-board/content-board.php:1789 -#: modules/content-overview/content-overview.php:1725 -#: modules/improved-notifications/improved-notifications.php:1055 +#: modules/calendar/calendar.php:4700 +#: modules/content-board/content-board.php:1838 +#: modules/content-overview/content-overview.php:1775 +#: modules/improved-notifications/improved-notifications.php:1093 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenuto" @@ -926,8 +926,8 @@ msgstr "Contenuto" msgid "Content Board" msgstr "Bacheca dei contenuti" -#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:461 -#: modules/calendar/calendar.php:478 modules/calendar/calendar.php:479 +#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:464 +#: modules/calendar/calendar.php:481 modules/calendar/calendar.php:482 msgid "Content Calendar" msgstr "Calendario dei contenuti" @@ -942,12 +942,12 @@ msgstr "Panoramica dei contenuti" msgid "Content:" msgstr "Contenuto:" -#: modules/calendar/calendar.php:2361 +#: modules/calendar/calendar.php:2385 msgid "Copy to the clipboard" msgstr "Copia negli appunti" -#: modules/content-board/content-board.php:1714 -#: modules/content-overview/content-overview.php:1650 +#: modules/content-board/content-board.php:1757 +#: modules/content-overview/content-overview.php:1694 #, php-format msgid "Create %s" msgstr "Crea %s" @@ -956,55 +956,35 @@ msgstr "Crea %s" msgid "Created on" msgstr "Creato il" -#: modules/calendar/calendar.php:2284 +#: modules/calendar/calendar.php:2308 msgid "Current week" msgstr "Settimana corrente" -#: modules/content-overview/content-overview.php:1087 +#: modules/content-overview/content-overview.php:1129 msgid "Custom Columns" msgstr "Colonne personalizzate" -#: modules/calendar/calendar.php:2022 -#: modules/content-board/content-board.php:1125 -#: modules/content-overview/content-overview.php:1149 +#: modules/calendar/calendar.php:2045 +#: modules/content-board/content-board.php:1166 +#: modules/content-overview/content-overview.php:1191 msgid "Custom filters" msgstr "Filtri personalizzati" -#: modules/content-board/content-board.php:1066 +#: modules/content-board/content-board.php:1107 msgid "Custom Items" msgstr "Elementi personalizzati" -#: statuses-intro.php:142 -#, php-format -msgid "" -"Custom statuses are disabled until you activate the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Gli stati personalizzati sono disabilitati finché non attivi il plugin " -"%1$sPublishPress Statuses%2$s. Vedi %3$sPlanner > Impostazioni%4$s per i " -"dettagli." - -#: statuses-intro.php:150 -#, php-format -msgid "" -"Custom statuses are disabled until you install the %1$sPublishPress " -"Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." -msgstr "" -"Gli stati personalizzati sono disabilitati finché non installi il plugin " -"%1$sPublishPress Statuses%2$s. Vedi %3$sPlanner > Impostazioni%4$s per i " -"dettagli." - -#: modules/content-board/content-board.php:1891 +#: modules/content-board/content-board.php:1941 msgid "Customize Card Data" msgstr "Personalizza dati scheda" -#: modules/content-overview/content-overview.php:1827 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personalizza colonne" -#: modules/calendar/calendar.php:1806 -#: modules/content-board/content-board.php:1901 -#: modules/content-overview/content-overview.php:1837 +#: modules/calendar/calendar.php:1828 +#: modules/content-board/content-board.php:1951 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personalizza filtri" @@ -1016,9 +996,9 @@ msgstr "Nota in bacheca" msgid "Dashboard Widgets" msgstr "Widget in bacheca" -#: modules/calendar/calendar.php:4544 -#: modules/content-board/content-board.php:1949 -#: modules/content-overview/content-overview.php:1885 +#: modules/calendar/calendar.php:4572 +#: modules/content-board/content-board.php:2000 +#: modules/content-overview/content-overview.php:1937 #: modules/editorial-metadata/editorial-metadata.php:289 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1033,37 +1013,37 @@ msgstr "Debug" msgid "Debug data" msgstr "Dati di debug" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:806 msgid "Dec" msgstr "Dic" -#: modules/content-board/content-board.php:2534 -#: modules/content-board/content-board.php:2551 +#: modules/content-board/content-board.php:2586 +#: modules/content-board/content-board.php:2603 msgid "Default Date" msgstr "Data predefinita" -#: modules/improved-notifications/improved-notifications.php:217 +#: modules/improved-notifications/improved-notifications.php:221 msgid "Default notification channels:" msgstr "Canali di notifica predefiniti:" -#: modules/editorial-metadata/editorial-metadata.php:2005 -#: modules/editorial-metadata/editorial-metadata.php:2035 -#: modules/editorial-metadata/editorial-metadata.php:2318 -#: modules/editorial-metadata/editorial-metadata.php:2348 +#: modules/editorial-metadata/editorial-metadata.php:2007 +#: modules/editorial-metadata/editorial-metadata.php:2037 +#: modules/editorial-metadata/editorial-metadata.php:2320 +#: modules/editorial-metadata/editorial-metadata.php:2350 msgid "Default option" msgstr "Opzione predefinita" -#: modules/calendar/calendar.php:3686 +#: modules/calendar/calendar.php:3709 msgid "Default publish time for items created in the calendar" msgstr "" "Ora di pubblicazione predefinita per gli elementi creati nel calendario" #: modules/editorial-comments/editorial-comments.php:645 -#: modules/editorial-metadata/editorial-metadata.php:2008 -#: modules/editorial-metadata/editorial-metadata.php:2038 -#: modules/editorial-metadata/editorial-metadata.php:2321 -#: modules/editorial-metadata/editorial-metadata.php:2351 -#: modules/editorial-metadata/editorial-metadata.php:2669 +#: modules/editorial-metadata/editorial-metadata.php:2010 +#: modules/editorial-metadata/editorial-metadata.php:2040 +#: modules/editorial-metadata/editorial-metadata.php:2323 +#: modules/editorial-metadata/editorial-metadata.php:2353 +#: modules/editorial-metadata/editorial-metadata.php:2671 #: modules/editorial-comments/library/EditorialCommentsTable.php:434 #: modules/notifications-log/library/NotificationsLogTable.php:370 #: modules/notifications-log/library/NotificationsLogTable.php:401 @@ -1078,9 +1058,9 @@ msgstr "Eliminare tutto" msgid "Delete file" msgstr "Elimina file" -#: modules/editorial-metadata/editorial-metadata.php:1880 -#: modules/editorial-metadata/editorial-metadata.php:2179 -#: modules/editorial-metadata/editorial-metadata.php:2556 +#: modules/editorial-metadata/editorial-metadata.php:1882 +#: modules/editorial-metadata/editorial-metadata.php:2181 +#: modules/editorial-metadata/editorial-metadata.php:2558 msgid "Description" msgstr "Descrizione" @@ -1089,7 +1069,7 @@ msgid "Detailed documentation is also available on the plugin website." msgstr "" "Una documentazione dettagliata è disponibile anche sul sito del plugin." -#: modules/calendar/calendar.php:3760 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:3783 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Disabilitato" @@ -1103,10 +1083,10 @@ msgstr "" "Disattivato perché add_post_type_support('%1$s', '%2$s') è incluso in un " "file caricato." -#: modules/editorial-metadata/editorial-metadata.php:1996 -#: modules/editorial-metadata/editorial-metadata.php:2027 -#: modules/editorial-metadata/editorial-metadata.php:2309 -#: modules/editorial-metadata/editorial-metadata.php:2340 +#: modules/editorial-metadata/editorial-metadata.php:1998 +#: modules/editorial-metadata/editorial-metadata.php:2029 +#: modules/editorial-metadata/editorial-metadata.php:2311 +#: modules/editorial-metadata/editorial-metadata.php:2342 msgid "Display Label" msgstr "Visualizza eitichetta" @@ -1118,7 +1098,7 @@ msgstr "Nome da visualizzare" msgid "Documentation" msgstr "Documentazione" -#: modules/calendar/calendar.php:2354 +#: modules/calendar/calendar.php:2378 msgid "Download .ics file" msgstr "Scarica file .ics" @@ -1126,22 +1106,22 @@ msgstr "Scarica file .ics" msgid "Draft" msgstr "Bozza" -#: modules/content-board/content-board.php:1265 +#: modules/content-board/content-board.php:1307 msgid "Drag to change enabled card data order." msgstr "Trascina per modificare l'ordine dei dati della scheda abilitata." -#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1332 msgid "Drag to change enabled columns order." msgstr "Trascina per modificare l'ordine delle colonne abilitate." -#: modules/calendar/calendar.php:2162 -#: modules/content-board/content-board.php:1413 -#: modules/content-overview/content-overview.php:1437 +#: modules/calendar/calendar.php:2186 +#: modules/content-board/content-board.php:1456 +#: modules/content-overview/content-overview.php:1481 msgid "Drag to change enabled filters order." msgstr "Trascina per modificare l'ordine dei filtri abilitati." -#: modules/editorial-metadata/editorial-metadata.php:1963 -#: modules/editorial-metadata/editorial-metadata.php:2278 +#: modules/editorial-metadata/editorial-metadata.php:1965 +#: modules/editorial-metadata/editorial-metadata.php:2280 msgid "Dropdown Option" msgstr "Opzioni del menu a discesa" @@ -1149,7 +1129,7 @@ msgstr "Opzioni del menu a discesa" msgid "Dropdown Select" msgstr "Seleziona menu a discesa" -#: modules/improved-notifications/improved-notifications.php:209 +#: modules/improved-notifications/improved-notifications.php:213 msgid "Duplicated notification threshold:" msgstr "Soglia di notifica duplicata:" @@ -1157,14 +1137,14 @@ msgstr "Soglia di notifica duplicata:" msgid "E-mails" msgstr "Email" -#: modules/calendar/calendar.php:806 modules/calendar/calendar.php:2714 -#: modules/calendar/calendar.php:4577 -#: modules/content-board/content-board.php:2663 -#: modules/content-board/content-board.php:2769 -#: modules/content-overview/content-overview.php:2514 -#: modules/content-overview/content-overview.php:2993 +#: modules/calendar/calendar.php:817 modules/calendar/calendar.php:2738 +#: modules/calendar/calendar.php:4605 +#: modules/content-board/content-board.php:2715 +#: modules/content-board/content-board.php:2821 +#: modules/content-overview/content-overview.php:2569 +#: modules/content-overview/content-overview.php:3051 #: modules/editorial-comments/editorial-comments.php:634 -#: modules/editorial-metadata/editorial-metadata.php:2667 +#: modules/editorial-metadata/editorial-metadata.php:2669 msgid "Edit" msgstr "Modifica" @@ -1198,12 +1178,12 @@ msgstr "Modifica notifica di ruolo" msgid "Edit Notify User" msgstr "Modifica utente di notifica" -#: modules/calendar/calendar.php:2714 +#: modules/calendar/calendar.php:2738 msgid "Edit this item" msgstr "Modifica questo elemento" -#: modules/content-board/content-board.php:2659 -#: modules/content-overview/content-overview.php:2989 +#: modules/content-board/content-board.php:2711 +#: modules/content-overview/content-overview.php:3047 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Modifica questo articolo" @@ -1214,7 +1194,7 @@ msgstr "Modifica questo articolo" msgid "Edit: %s" msgstr "Modifica: %s" -#: modules/improved-notifications/improved-notifications.php:1056 +#: modules/improved-notifications/improved-notifications.php:1094 msgid "Editorial Comment" msgstr "Commenti editoriali" @@ -1225,15 +1205,15 @@ msgstr "Commenti editoriali" msgid "Editorial Comments" msgstr "Commenti editoriali" -#: modules/calendar/calendar.php:2040 -#: modules/content-board/content-board.php:1083 -#: modules/content-board/content-board.php:1143 -#: modules/content-overview/content-overview.php:1107 -#: modules/content-overview/content-overview.php:1167 +#: modules/calendar/calendar.php:2063 +#: modules/content-board/content-board.php:1124 +#: modules/content-board/content-board.php:1184 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1209 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:510 -#: modules/editorial-metadata/editorial-metadata.php:1745 -#: modules/editorial-metadata/editorial-metadata.php:1746 +#: modules/editorial-metadata/editorial-metadata.php:1747 +#: modules/editorial-metadata/editorial-metadata.php:1748 msgid "Editorial Fields" msgstr "Campi editoriali" @@ -1262,16 +1242,16 @@ msgid "Editorial fields visibility changed." msgstr "Visibilità dei campi editoriali cambiata." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:466 -#: modules/improved-notifications/improved-notifications.php:1231 +#: modules/improved-notifications/improved-notifications.php:470 +#: modules/improved-notifications/improved-notifications.php:1270 msgid "Editorial Notifications" msgstr "Notifiche editoriali" -#: modules/calendar/calendar.php:2334 +#: modules/calendar/calendar.php:2358 msgid "Eight months" msgstr "Otto mesi" -#: modules/calendar/calendar.php:2340 +#: modules/calendar/calendar.php:2364 msgid "Eleven months" msgstr "Undici mesi" @@ -1288,13 +1268,13 @@ msgstr "email" msgid "Email from:" msgstr "Email da:" -#: modules/content-overview/content-overview.php:1208 +#: modules/content-overview/content-overview.php:1250 msgid "Enable Columns" msgstr "Abilita colonne" -#: modules/calendar/calendar.php:2081 -#: modules/content-board/content-board.php:1332 -#: modules/content-overview/content-overview.php:1356 +#: modules/calendar/calendar.php:2104 +#: modules/content-board/content-board.php:1374 +#: modules/content-overview/content-overview.php:1399 msgid "Enable Filters" msgstr "Abilita filtri" @@ -1302,36 +1282,36 @@ msgstr "Abilita filtri" msgid "Enable for these post types:" msgstr "Abilita per questi tipi di contenuti:" -#: modules/content-board/content-board.php:1184 +#: modules/content-board/content-board.php:1225 msgid "Enable or Disable" msgstr "Abilita o disabilita" -#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1231 msgid "Enable or Disable Content Board Card Data." msgstr "Abilita o disabilita i dati della sheda \"Bacheca dei contenuti\"." -#: modules/content-board/content-board.php:1338 +#: modules/content-board/content-board.php:1380 msgid "Enable or Disable Content Board filter." msgstr "Abilita o disabilita filtro della \"Bacheca dei contenuti\"." -#: modules/calendar/calendar.php:2087 +#: modules/calendar/calendar.php:2110 msgid "Enable or Disable Content calendar filter." msgstr "Abilita o disabilita filtro del \"Calendario dei contenuti\"." -#: modules/content-overview/content-overview.php:1362 +#: modules/content-overview/content-overview.php:1405 msgid "Enable or Disable Content Overview filter." msgstr "Abilita o disabilita filtro della panoramica dei contenuti." -#: modules/content-overview/content-overview.php:1214 +#: modules/content-overview/content-overview.php:1256 msgid "Enable or Disable Content Overview table column." msgstr "" "Abilita o disabilita colonna della tabella della panoramica dei contenuti." -#: modules/calendar/calendar.php:3654 +#: modules/calendar/calendar.php:3677 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Abilita gli abbonamenti a iCal o Google Calendar" -#: modules/calendar/calendar.php:3761 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:3784 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Abilitato" @@ -1340,7 +1320,7 @@ msgstr "Abilitato" msgid "Enabled features" msgstr "Funzionalità abilitate" -#: modules/calendar/calendar.php:2302 +#: modules/calendar/calendar.php:2326 msgid "End date" msgstr "Data di fine" @@ -1356,8 +1336,8 @@ msgstr "" "Immettere eventuali utenti, ruoli o indirizzi e-mail che dovrebbero ricevere " "notifiche dai flussi di lavoro o workflow." -#: modules/editorial-metadata/editorial-metadata.php:1968 -#: modules/editorial-metadata/editorial-metadata.php:2281 +#: modules/editorial-metadata/editorial-metadata.php:1970 +#: modules/editorial-metadata/editorial-metadata.php:2283 msgid "" "Enter the dropdown option value and label. You can move options to change " "their order." @@ -1370,27 +1350,27 @@ msgstr "" msgid "Error" msgstr "Errore" -#: modules/editorial-metadata/editorial-metadata.php:1357 +#: modules/editorial-metadata/editorial-metadata.php:1359 msgid "Error adding term." msgstr "Errore nell'aggiungere il termine." -#: modules/editorial-metadata/editorial-metadata.php:1616 +#: modules/editorial-metadata/editorial-metadata.php:1618 msgid "Error deleting term." msgstr "Errore nell'eliminazione del termine." -#: modules/content-board/content-board.php:1508 +#: modules/content-board/content-board.php:1551 msgid "Error fetching post data." msgstr "Errore nel recupero dei dati dell'articolo." -#: modules/editorial-metadata/editorial-metadata.php:1507 -#: modules/editorial-metadata/editorial-metadata.php:1550 +#: modules/editorial-metadata/editorial-metadata.php:1509 +#: modules/editorial-metadata/editorial-metadata.php:1552 msgid "Error updating term." msgstr "Errore nell'aggiornamento del termine." -#: modules/content-board/content-board.php:1472 -#: modules/content-board/content-board.php:1498 -#: modules/content-board/content-board.php:1557 -#: modules/content-overview/content-overview.php:1494 +#: modules/content-board/content-board.php:1515 +#: modules/content-board/content-board.php:1541 +#: modules/content-board/content-board.php:1600 +#: modules/content-overview/content-overview.php:1538 msgid "Error validating nonce. Please reload this page and try again." msgstr "Errore nella convalida del nonce. Ricarica questa pagina e riprova." @@ -1403,13 +1383,13 @@ msgstr "Evento: %s, ID Workflow: %s,ID Articolo: %s, ID Utente: %s" msgid "Excerpt View" msgstr "Visualizza riassunto" -#: modules/improved-notifications/improved-notifications.php:245 +#: modules/improved-notifications/improved-notifications.php:249 msgid "Existing Post is updated" msgstr "L'articolo esistente è stato aggiornato" -#: modules/calendar/calendar.php:1710 -#: modules/content-board/content-board.php:2375 -#: modules/content-overview/content-overview.php:2311 +#: modules/calendar/calendar.php:1731 +#: modules/content-board/content-board.php:2427 +#: modules/content-overview/content-overview.php:2364 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1423,7 +1403,7 @@ msgstr "Supporto veloce e professionale" msgid "Features" msgstr "Funzionalità" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:796 msgid "Feb" msgstr "Feb" @@ -1431,15 +1411,15 @@ msgstr "Feb" msgid "Feel free to select only the features you need." msgstr "Puoi scegliere liberamente le funzionalità che ti servono." -#: modules/improved-notifications/improved-notifications.php:1062 +#: modules/improved-notifications/improved-notifications.php:1100 msgid "field" msgstr "campo" -#: modules/editorial-metadata/editorial-metadata.php:2555 +#: modules/editorial-metadata/editorial-metadata.php:2557 msgid "Field Type" msgstr "Tipo di campo" -#: modules/calendar/calendar.php:3694 +#: modules/calendar/calendar.php:3717 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Campo utilizzato per ordinare gli elementi del calendario in una cella del " @@ -1466,7 +1446,7 @@ msgstr "Filtra per notifiche di ruolo" msgid "Filter by notify user" msgstr "Filtra per utenti di notifica" -#: modules/calendar/calendar.php:1920 +#: modules/calendar/calendar.php:1943 msgid "Filter reset successfully." msgstr "Filtro reimpostato con successo." @@ -1474,8 +1454,8 @@ msgstr "Filtro reimpostato con successo." msgid "Filter the content?" msgstr "Filtrare il contenuto?" -#: modules/editorial-metadata/editorial-metadata.php:1928 -#: modules/editorial-metadata/editorial-metadata.php:2244 +#: modules/editorial-metadata/editorial-metadata.php:1930 +#: modules/editorial-metadata/editorial-metadata.php:2246 msgid "" "Filter the list of users in the editorial meta to users in the selected " "roles." @@ -1483,15 +1463,15 @@ msgstr "" "Filtra la lista degli utenti dei meta editoriali per gli utenti dei ruoli " "selezionati." -#: modules/calendar/calendar.php:2107 -#: modules/content-board/content-board.php:1358 -#: modules/content-overview/content-overview.php:1382 +#: modules/calendar/calendar.php:2131 +#: modules/content-board/content-board.php:1401 +#: modules/content-overview/content-overview.php:1426 msgid "Filter Title" msgstr "Titolo filtro" -#: modules/calendar/calendar.php:1915 -#: modules/content-board/content-board.php:890 -#: modules/content-overview/content-overview.php:908 +#: modules/calendar/calendar.php:1938 +#: modules/content-board/content-board.php:906 +#: modules/content-overview/content-overview.php:925 msgid "Filter updated successfully." msgstr "Filtro aggiornato correttamente." @@ -1503,44 +1483,44 @@ msgstr "Data prima bozza" msgid "First Name" msgstr "Nome" -#: modules/calendar/calendar.php:2328 +#: modules/calendar/calendar.php:2352 msgid "Five months" msgstr "Cinque mesi" -#: modules/calendar/calendar.php:2294 +#: modules/calendar/calendar.php:2318 msgid "Five months ago" msgstr "Cinque mesi fa" -#: modules/improved-notifications/improved-notifications.php:907 +#: modules/improved-notifications/improved-notifications.php:945 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "Per quale contenuto?" -#: modules/improved-notifications/improved-notifications.php:1059 +#: modules/improved-notifications/improved-notifications.php:1097 msgid "Format" msgstr "Formato" -#: modules/calendar/calendar.php:3009 +#: modules/calendar/calendar.php:3033 msgid "Forward %d weeks" msgstr "Avanti di %d settimane" -#: modules/calendar/calendar.php:2994 +#: modules/calendar/calendar.php:3018 msgid "Forward 1 week" msgstr "Avanti di una settimana" -#: modules/calendar/calendar.php:2326 +#: modules/calendar/calendar.php:2350 msgid "Four months" msgstr "Quattro mesi" -#: modules/calendar/calendar.php:2292 +#: modules/calendar/calendar.php:2316 msgid "Four months ago" msgstr "Quattro mesi fa" -#: modules/calendar/calendar.php:2313 +#: modules/calendar/calendar.php:2337 msgid "Four weeks" msgstr "Quattro settimane" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:793 msgid "Fri" msgstr "Ven" @@ -1548,11 +1528,11 @@ msgstr "Ven" msgid "From date" msgstr "Dalla data" -#: modules/improved-notifications/improved-notifications.php:877 +#: modules/improved-notifications/improved-notifications.php:915 msgid "Help" msgstr "Aiuto" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:777 #, php-format msgid "Hide the %s last items" msgstr "Nascondi gli ultimi %s elementi" @@ -1565,7 +1545,7 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/calendar/calendar.php:240 +#: modules/calendar/calendar.php:243 msgid "" "iCal secret key regenerated. Please inform all users they will need to " "resubscribe." @@ -1573,14 +1553,14 @@ msgstr "" "chiave segreta iCal rigenerata. Ricordati di informare tutti gli utenti che " "dovranno iscriversi nuovamente." -#: modules/calendar/calendar.php:4539 +#: modules/calendar/calendar.php:4567 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" msgstr "ID" -#: modules/editorial-metadata/editorial-metadata.php:2066 -#: modules/editorial-metadata/editorial-metadata.php:2381 +#: modules/editorial-metadata/editorial-metadata.php:2068 +#: modules/editorial-metadata/editorial-metadata.php:2383 msgid "" "If enabled, this field will be available when adding new posts on the " "Content Calendar and Overview screen." @@ -1608,30 +1588,30 @@ msgstr "" "Se vedi un errore o cerchi informazioni su PublishPress, non esitare a " "contattare il team di supporto. Mandaci una email:" -#: modules/content-board/content-board.php:1073 +#: modules/content-board/content-board.php:1114 msgid "Inbuilt Card Data" msgstr "Dati della scheda incorporati" -#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1136 msgid "Inbuilt Columns" msgstr "Colonne integrate" -#: modules/calendar/calendar.php:2029 -#: modules/content-board/content-board.php:1132 -#: modules/content-overview/content-overview.php:1156 +#: modules/calendar/calendar.php:2052 +#: modules/content-board/content-board.php:1173 +#: modules/content-overview/content-overview.php:1198 msgid "Inbuilt filters" msgstr "Filtri integrati" -#: modules/editorial-metadata/editorial-metadata.php:1956 -#: modules/editorial-metadata/editorial-metadata.php:2273 +#: modules/editorial-metadata/editorial-metadata.php:1958 +#: modules/editorial-metadata/editorial-metadata.php:2275 msgid "Indicate the select type." msgstr "Indica il tipo selezionato." -#: modules/editorial-metadata/editorial-metadata.php:2217 +#: modules/editorial-metadata/editorial-metadata.php:2219 msgid "Indicate the type of editorial fields." msgstr "Indica il tipo di campo editoriale." -#: modules/calendar/calendar.php:2439 +#: modules/calendar/calendar.php:2463 msgid "Initializing the calendar. Please wait..." msgstr "Inizializzando il calendario. Attendi…" @@ -1658,26 +1638,26 @@ msgstr "Canale non valido per la notifica" msgid "Invalid comment data" msgstr "Dati del commento non validi" -#: modules/calendar/calendar.php:4400 +#: modules/calendar/calendar.php:4428 msgid "Invalid date" msgstr "Data non valida" -#: modules/content-board/content-board.php:1474 -#: modules/content-board/content-board.php:1500 -#: modules/content-board/content-board.php:1559 -#: modules/content-overview/content-overview.php:1496 +#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1602 +#: modules/content-overview/content-overview.php:1540 msgid "Invalid form request." msgstr "Richiesta di modulo non valida." -#: modules/calendar/calendar.php:4380 +#: modules/calendar/calendar.php:4408 msgid "Invalid input" msgstr "Input non valido" -#: core/Error.php:80 modules/calendar/calendar.php:4371 +#: core/Error.php:80 modules/calendar/calendar.php:4399 msgid "Invalid nonce" msgstr "Nonce non valido" -#: modules/calendar/calendar.php:4838 +#: modules/calendar/calendar.php:4866 msgid "Invalid Publish Date supplied." msgstr "Data di pubblicazione fornita non valida." @@ -1685,11 +1665,11 @@ msgstr "Data di pubblicazione fornita non valida." msgid "Invalid receiver for the notification" msgstr "Ricevitore non valido per la notifica" -#: modules/calendar/calendar.php:4814 +#: modules/calendar/calendar.php:4842 msgid "Invalid Status supplied." msgstr "Stato fornito non valido." -#: modules/calendar/calendar.php:2443 +#: modules/calendar/calendar.php:2467 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1697,20 +1677,20 @@ msgstr "" "Sta impiegando troppo tempo. Prova a ricaricare di nuovo la pagina e " "controlla la console del browser alla ricerca di errori." -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:795 msgid "Jan" msgstr "Gen" -#: modules/calendar/calendar.php:790 +#: modules/calendar/calendar.php:801 msgid "Jul" msgstr "Lug" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:800 msgid "Jun" msgstr "Giu" -#: modules/content-overview/content-overview.php:1043 -#: modules/content-overview/content-overview.php:1100 +#: modules/content-overview/content-overview.php:1085 +#: modules/content-overview/content-overview.php:1142 msgid "Last Modified" msgstr "Ultima modifica" @@ -1718,11 +1698,11 @@ msgstr "Ultima modifica" msgid "Last Name" msgstr "Cognome" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:774 msgid "Loading item..." msgstr "Caricando l'elemento…" -#: modules/calendar/calendar.php:762 +#: modules/calendar/calendar.php:773 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Caricando…" @@ -1743,22 +1723,22 @@ msgstr "File di registro" msgid "Log file not found." msgstr "File di registro non trovato." -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:797 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:3702 +#: modules/calendar/calendar.php:3725 msgid "Max visible posts per date" msgstr "Numero massimo di post visibili per data" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:799 msgid "May" msgstr "Mag" -#: modules/calendar/calendar.php:1246 modules/calendar/calendar.php:1801 -#: modules/calendar/calendar.php:1802 -#: modules/content-board/content-board.php:1888 -#: modules/content-overview/content-overview.php:1824 +#: modules/calendar/calendar.php:1264 modules/calendar/calendar.php:1822 +#: modules/calendar/calendar.php:1823 +#: modules/content-board/content-board.php:1937 +#: modules/content-overview/content-overview.php:1874 msgid "Me Mode" msgstr "Me Mode" @@ -1766,24 +1746,24 @@ msgstr "Me Mode" msgid "Message" msgstr "Messaggio" -#: modules/improved-notifications/improved-notifications.php:1068 +#: modules/improved-notifications/improved-notifications.php:1106 msgid "Meta fields" msgstr "Campi meta" -#: modules/editorial-metadata/editorial-metadata.php:1990 -#: modules/editorial-metadata/editorial-metadata.php:2021 -#: modules/editorial-metadata/editorial-metadata.php:2303 -#: modules/editorial-metadata/editorial-metadata.php:2334 +#: modules/editorial-metadata/editorial-metadata.php:1992 +#: modules/editorial-metadata/editorial-metadata.php:2023 +#: modules/editorial-metadata/editorial-metadata.php:2305 +#: modules/editorial-metadata/editorial-metadata.php:2336 msgid "Meta Value" msgstr "Valore meta" -#: modules/editorial-metadata/editorial-metadata.php:1449 +#: modules/editorial-metadata/editorial-metadata.php:1451 msgid "Metadata name conflicts with existing term. Please choose another." msgstr "" "Il nome del metadato è in conflitto con un termine esistente. Scegli un " "altro nome." -#: modules/improved-notifications/improved-notifications.php:416 +#: modules/improved-notifications/improved-notifications.php:420 msgid "minutes" msgstr "minuti" @@ -1795,7 +1775,7 @@ msgstr "Modale affinché possa modificare gli articoli senza cambiare schermata" msgid "Modified on" msgstr "Modificato il" -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:789 msgid "Mon" msgstr "Lun" @@ -1811,28 +1791,28 @@ msgstr "Notifiche di ruolo più usate" msgid "Most Used Notify User" msgstr "Gli utenti di notifica più usati" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Move posts here to change their status" msgstr "Sposta gli articoli qui per cambiarne lo stato" -#: modules/content-board/content-board.php:2671 -#: modules/content-overview/content-overview.php:3001 +#: modules/content-board/content-board.php:2723 +#: modules/content-overview/content-overview.php:3059 msgid "Move this item to the Trash" msgstr "Sposta questo elemento nel cestino" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:776 msgid "Moving the item..." msgstr "Spostando l'elemento…" -#: modules/editorial-metadata/editorial-metadata.php:1939 -#: modules/editorial-metadata/editorial-metadata.php:2253 +#: modules/editorial-metadata/editorial-metadata.php:1941 +#: modules/editorial-metadata/editorial-metadata.php:2255 msgid "Multiple Select" msgstr "Selezione multipla" -#: modules/improved-notifications/improved-notifications.php:471 -#: modules/improved-notifications/improved-notifications.php:1219 -#: modules/improved-notifications/improved-notifications.php:1236 +#: modules/improved-notifications/improved-notifications.php:475 +#: modules/improved-notifications/improved-notifications.php:1258 +#: modules/improved-notifications/improved-notifications.php:1275 msgid "Muted" msgstr "Silenzioso" @@ -1840,28 +1820,28 @@ msgstr "Silenzioso" msgid "My Content Notifications" msgstr "Le mie notifiche dei contenuti" -#: modules/editorial-metadata/editorial-metadata.php:2148 -#: modules/editorial-metadata/editorial-metadata.php:2553 +#: modules/editorial-metadata/editorial-metadata.php:2150 +#: modules/editorial-metadata/editorial-metadata.php:2555 msgid "Name" msgstr "Nome" -#: modules/editorial-metadata/editorial-metadata.php:1298 -#: modules/editorial-metadata/editorial-metadata.php:1458 +#: modules/editorial-metadata/editorial-metadata.php:1300 +#: modules/editorial-metadata/editorial-metadata.php:1460 msgid "Name already in use. Please choose another." msgstr "Questo nome già esiste. Scegli un altro nome." -#: modules/editorial-metadata/editorial-metadata.php:1308 -#: modules/editorial-metadata/editorial-metadata.php:1315 -#: modules/editorial-metadata/editorial-metadata.php:1471 +#: modules/editorial-metadata/editorial-metadata.php:1310 +#: modules/editorial-metadata/editorial-metadata.php:1317 +#: modules/editorial-metadata/editorial-metadata.php:1473 msgid "Name cannot exceed 200 characters. Please try a shorter name." msgstr "Il nome non può superare i 200 caratteri. Utilizza un nome più breve." -#: modules/editorial-metadata/editorial-metadata.php:1291 +#: modules/editorial-metadata/editorial-metadata.php:1293 msgid "Name conflicts with existing term. Please choose another." msgstr "" "Questo nome è in conflitto con un termine esistente. Scegline uno differente." -#: modules/editorial-metadata/editorial-metadata.php:1463 +#: modules/editorial-metadata/editorial-metadata.php:1465 msgid "" "Name conflicts with slug for another term. Please choose something else." msgstr "" @@ -1892,16 +1872,16 @@ msgstr "Nuova notifica di ruolo" msgid "New Notify User" msgstr "Nuovo utente di notifica" -#: modules/content-board/content-board.php:1918 -#: modules/content-overview/content-overview.php:1854 +#: modules/content-board/content-board.php:1968 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nuovo articolo" -#: modules/improved-notifications/improved-notifications.php:287 +#: modules/improved-notifications/improved-notifications.php:291 msgid "New Post is created in Draft status" msgstr "Il nuovo articolo viene creato nello stato di bozza" -#: modules/improved-notifications/improved-notifications.php:336 +#: modules/improved-notifications/improved-notifications.php:340 msgid "New Post is Published" msgstr "Il nuovo articolo è stato pubblicato" @@ -1914,9 +1894,9 @@ msgstr "Nuovo stato articolo: %s" msgid "New status" msgstr "Nuovo stato" -#: modules/calendar/calendar.php:811 -#: modules/content-board/content-board.php:2774 -#: modules/content-overview/content-overview.php:2519 +#: modules/calendar/calendar.php:822 +#: modules/content-board/content-board.php:2826 +#: modules/content-overview/content-overview.php:2574 msgid "Next Post" msgstr "Articolo successivo" @@ -1924,12 +1904,12 @@ msgstr "Articolo successivo" msgid "Nickname" msgstr "Pseudonimo" -#: modules/calendar/calendar.php:2336 +#: modules/calendar/calendar.php:2360 msgid "Nine months" msgstr "Nove mesi" -#: modules/editorial-metadata/editorial-metadata.php:2055 -#: modules/editorial-metadata/editorial-metadata.php:2366 +#: modules/editorial-metadata/editorial-metadata.php:2057 +#: modules/editorial-metadata/editorial-metadata.php:2368 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:143 msgid "No" msgstr "No" @@ -1939,7 +1919,7 @@ msgstr "No" msgid "No active notifications found for this %s." msgstr "Nessuna notifica attiva trovata per questo %s." -#: modules/calendar/calendar.php:4773 +#: modules/calendar/calendar.php:4801 msgid "No date supplied." msgstr "Nessuna data specificata." @@ -1947,11 +1927,11 @@ msgstr "Nessuna data specificata." msgid "No editorial comments." msgstr "Nessun commento editoriale." -#: modules/editorial-metadata/editorial-metadata.php:2643 +#: modules/editorial-metadata/editorial-metadata.php:2645 msgid "No editorial fields found." msgstr "Nessun campo editoriale trovato." -#: modules/calendar/calendar.php:4391 +#: modules/calendar/calendar.php:4419 msgid "No enough permissions" msgstr "Non hai autorizzazioni sufficienti" @@ -1978,12 +1958,12 @@ msgstr "Nessuna notifica di ruoli" msgid "No notify users" msgstr "Nessun utente di notifica" -#: modules/content-board/content-board.php:2748 -#: modules/content-overview/content-overview.php:2488 +#: modules/content-board/content-board.php:2800 +#: modules/content-overview/content-overview.php:2543 msgid "No results found" msgstr "Nessun risultato trovato." -#: modules/calendar/calendar.php:804 +#: modules/calendar/calendar.php:815 msgid "No terms" msgstr "Nessun termine" @@ -2008,9 +1988,9 @@ msgstr "" "Controllo nonce fallito. Assicurati che tu possa modificare i commenti " "editoriali." -#: modules/calendar/calendar.php:2694 -#: modules/content-board/content-board.php:3084 -#: modules/content-overview/content-overview.php:2868 +#: modules/calendar/calendar.php:2718 +#: modules/content-board/content-board.php:3137 +#: modules/content-overview/content-overview.php:2927 msgid "None" msgstr "Nessuno" @@ -2037,7 +2017,7 @@ msgstr "Registro delle notifiche non trovato" msgid "Notifications" msgstr "Notifiche" -#: modules/improved-notifications/improved-notifications.php:825 +#: modules/improved-notifications/improved-notifications.php:863 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2061,7 +2041,7 @@ msgstr "Email di notifica" msgid "Notify me" msgstr "Avvisami" -#: modules/improved-notifications/improved-notifications.php:371 +#: modules/improved-notifications/improved-notifications.php:375 msgid "Notify on editorial comments" msgstr "Notifica sui commenti editoriali" @@ -2087,7 +2067,7 @@ msgstr "Utente di notifica" msgid "Notify Users" msgstr "Utenti di notifica" -#: modules/calendar/calendar.php:794 +#: modules/calendar/calendar.php:805 msgid "Nov" msgstr "Nov" @@ -2095,7 +2075,7 @@ msgstr "Nov" msgid "Number" msgstr "Numero" -#: modules/calendar/calendar.php:793 +#: modules/calendar/calendar.php:804 msgid "Oct" msgstr "Ott" @@ -2104,7 +2084,7 @@ msgstr "Ott" msgid "Old post status: %s" msgstr "Vecchio stato dell'articolo: %s" -#: modules/improved-notifications/improved-notifications.php:1063 +#: modules/improved-notifications/improved-notifications.php:1101 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2112,28 +2092,28 @@ msgstr "" "Su ogni shortcode, puoi selezionare uno o più campi. Se più di uno, verranno " "visualizzati separati da una \", \"." -#: modules/calendar/calendar.php:2319 +#: modules/calendar/calendar.php:2343 msgid "One month" msgstr "Un mese" -#: modules/calendar/calendar.php:2286 +#: modules/calendar/calendar.php:2310 msgid "One month ago" msgstr "Un mese fa" -#: modules/calendar/calendar.php:2307 +#: modules/calendar/calendar.php:2331 msgid "One week" msgstr "Una settimana" -#: modules/content-board/content-board.php:2585 -#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2637 +#: modules/content-board/content-board.php:2779 msgid "Only editable posts will be moveable." msgstr "Solo gli articoli modificabili saranno spostabili." -#: modules/improved-notifications/improved-notifications.php:868 +#: modules/improved-notifications/improved-notifications.php:906 msgid "Options" msgstr "Opzioni" -#: modules/calendar/calendar.php:248 +#: modules/calendar/calendar.php:251 #: modules/editorial-comments/editorial-comments.php:82 #: modules/editorial-metadata/editorial-metadata.php:120 #: modules/notifications/notifications.php:93 @@ -2168,9 +2148,9 @@ msgstr "Utente di notifica genitore" msgid "Parent Notify User:" msgstr "Utente di notifica genitore:" -#: modules/calendar/calendar.php:1709 -#: modules/content-board/content-board.php:2374 -#: modules/content-overview/content-overview.php:2310 +#: modules/calendar/calendar.php:1730 +#: modules/content-board/content-board.php:2426 +#: modules/content-overview/content-overview.php:2363 msgid "Passed" msgstr "Approvato" @@ -2182,7 +2162,7 @@ msgstr "Percorso" msgid "Pending Review" msgstr "In attesa di revisione" -#: modules/calendar/calendar.php:1834 modules/calendar/calendar.php:1835 +#: modules/calendar/calendar.php:1857 modules/calendar/calendar.php:1858 msgid "Period" msgstr "Periodo" @@ -2199,23 +2179,23 @@ msgstr "Correggi gli errori nel modulo sottostante e riprova." msgid "Please enter a comment." msgstr "Inserisci un commento." -#: modules/editorial-metadata/editorial-metadata.php:1435 +#: modules/editorial-metadata/editorial-metadata.php:1437 msgid "Please enter a name for the editorial fields" msgstr "Inserisci un nome per i campi editoriali" -#: modules/editorial-metadata/editorial-metadata.php:1278 +#: modules/editorial-metadata/editorial-metadata.php:1280 msgid "Please enter a name for the editorial fields." msgstr "Inserisci un nome per i campi editoriali." -#: modules/editorial-metadata/editorial-metadata.php:1285 +#: modules/editorial-metadata/editorial-metadata.php:1287 msgid "Please enter a slug for the editorial fields." msgstr "Inserisci uno slug per i campi editoriali." -#: modules/editorial-metadata/editorial-metadata.php:1440 +#: modules/editorial-metadata/editorial-metadata.php:1442 msgid "Please enter a valid, non-numeric name for the editorial fields." msgstr "Inserisci un nome valido e non numerico per i campi editoriali." -#: modules/editorial-metadata/editorial-metadata.php:1325 +#: modules/editorial-metadata/editorial-metadata.php:1327 msgid "Please select a valid metadata type." msgstr "Seleziona un tipo di metadati valido." @@ -2223,9 +2203,9 @@ msgstr "Seleziona un tipo di metadati valido." msgid "Please select at least one event" msgstr "Selezionare almeno un evento" -#: modules/calendar/calendar.php:776 -#: modules/content-board/content-board.php:1723 -#: modules/content-overview/content-overview.php:1659 +#: modules/calendar/calendar.php:787 +#: modules/content-board/content-board.php:1766 +#: modules/content-overview/content-overview.php:1703 msgid "Please, wait! Loading the form fields..." msgstr "Attendi! Caricamento in corso dei campi del modulo…" @@ -2245,7 +2225,7 @@ msgstr "Notifiche di ruolo più popolari" msgid "Popular Notify Users" msgstr "Utenti di notifica più popolari" -#: modules/editorial-metadata/editorial-metadata.php:2552 +#: modules/editorial-metadata/editorial-metadata.php:2554 msgid "Position" msgstr "Posizione" @@ -2253,23 +2233,23 @@ msgstr "Posizione" msgid "Post" msgstr "Articolo" -#: modules/calendar/calendar.php:4914 +#: modules/calendar/calendar.php:4942 msgid "Post could not be created" msgstr "L'articolo non può essere creato" -#: modules/calendar/calendar.php:4907 +#: modules/calendar/calendar.php:4935 msgid "Post created successfully" msgstr "Articolo creato con successo" -#: modules/calendar/calendar.php:805 -#: modules/content-board/content-board.php:2768 -#: modules/content-overview/content-overview.php:1042 -#: modules/content-overview/content-overview.php:1099 -#: modules/content-overview/content-overview.php:2513 +#: modules/calendar/calendar.php:816 +#: modules/content-board/content-board.php:2820 +#: modules/content-overview/content-overview.php:1084 +#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:2568 msgid "Post Date" msgstr "Data articolo" -#: modules/calendar/calendar.php:230 +#: modules/calendar/calendar.php:233 msgid "Post date updated." msgstr "Data dell'articolo aggiornata." @@ -2281,25 +2261,25 @@ msgstr "L'articolo non esiste" msgid "Post ID: %d" msgstr "ID Articolo: %d" -#: modules/calendar/calendar.php:4386 +#: modules/calendar/calendar.php:4414 msgid "Post not found" msgstr "Articolo non trovato" -#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1401 -#: modules/calendar/calendar.php:2031 modules/calendar/calendar.php:4003 -#: modules/calendar/calendar.php:4550 modules/calendar/calendar.php:4630 -#: modules/content-board/content-board.php:1134 -#: modules/content-board/content-board.php:1753 -#: modules/content-board/content-board.php:2069 -#: modules/content-board/content-board.php:2775 -#: modules/content-overview/content-overview.php:1158 -#: modules/content-overview/content-overview.php:1689 -#: modules/content-overview/content-overview.php:2005 -#: modules/content-overview/content-overview.php:2520 +#: modules/calendar/calendar.php:823 modules/calendar/calendar.php:1422 +#: modules/calendar/calendar.php:2054 modules/calendar/calendar.php:4026 +#: modules/calendar/calendar.php:4578 modules/calendar/calendar.php:4658 +#: modules/content-board/content-board.php:1175 +#: modules/content-board/content-board.php:1796 +#: modules/content-board/content-board.php:2121 +#: modules/content-board/content-board.php:2827 +#: modules/content-overview/content-overview.php:1200 +#: modules/content-overview/content-overview.php:1733 +#: modules/content-overview/content-overview.php:2058 +#: modules/content-overview/content-overview.php:2575 msgid "Post Status" msgstr "Stati dell'articolo" -#: modules/calendar/calendar.php:231 +#: modules/calendar/calendar.php:234 msgid "Post status updated." msgstr "Lo stato dell'articolo è stato aggiornato." @@ -2307,21 +2287,21 @@ msgstr "Lo stato dell'articolo è stato aggiornato." msgid "Post Status Widget" msgstr "Widget stato articolo" -#: modules/calendar/calendar.php:1487 modules/calendar/calendar.php:1989 -#: modules/calendar/calendar.php:2033 modules/calendar/calendar.php:2867 -#: modules/calendar/calendar.php:4534 -#: modules/content-board/content-board.php:1021 -#: modules/content-board/content-board.php:1034 +#: modules/calendar/calendar.php:1508 modules/calendar/calendar.php:2012 +#: modules/calendar/calendar.php:2056 modules/calendar/calendar.php:2891 +#: modules/calendar/calendar.php:4562 +#: modules/content-board/content-board.php:1062 #: modules/content-board/content-board.php:1075 -#: modules/content-board/content-board.php:1136 -#: modules/content-board/content-board.php:1741 -#: modules/content-board/content-board.php:2152 -#: modules/content-overview/content-overview.php:1040 -#: modules/content-overview/content-overview.php:1055 +#: modules/content-board/content-board.php:1116 +#: modules/content-board/content-board.php:1177 +#: modules/content-board/content-board.php:1784 +#: modules/content-board/content-board.php:2204 +#: modules/content-overview/content-overview.php:1082 #: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1160 -#: modules/content-overview/content-overview.php:1677 -#: modules/content-overview/content-overview.php:2088 +#: modules/content-overview/content-overview.php:1139 +#: modules/content-overview/content-overview.php:1202 +#: modules/content-overview/content-overview.php:1721 +#: modules/content-overview/content-overview.php:2141 msgid "Post Type" msgstr "Tipo di articolo" @@ -2329,11 +2309,11 @@ msgstr "Tipo di articolo" msgid "Post type" msgstr "Tipo di articolo" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:785 msgid "Post type not found" msgstr "Tipo di contenuto non trovato" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:786 msgid "Post type:" msgstr "Tipo di contenuto:" @@ -2342,12 +2322,12 @@ msgstr "Tipo di contenuto:" msgid "Post type: %s" msgstr "Tipo di Articolo: %s" -#: modules/editorial-metadata/editorial-metadata.php:2554 +#: modules/editorial-metadata/editorial-metadata.php:2556 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Post_Type.php:34 msgid "Post Types" msgstr "Tipi di articoli" -#: modules/calendar/calendar.php:3646 +#: modules/calendar/calendar.php:3669 msgid "Post types to show" msgstr "Tipi di articoli da mostrare" @@ -2360,29 +2340,29 @@ msgstr "Tipi di contenuto da mostrare:" msgid "Posts at a Glance" msgstr "Articoli a colpo d'occhio" -#: modules/calendar/calendar.php:3678 +#: modules/calendar/calendar.php:3701 msgid "Posts publish time format" msgstr "Gli articoli pubblicano il formato dell'ora" -#: modules/calendar/calendar.php:808 modules/calendar/calendar.php:2738 -#: modules/calendar/calendar.php:4594 -#: modules/content-board/content-board.php:2704 -#: modules/content-board/content-board.php:2771 -#: modules/content-overview/content-overview.php:2516 -#: modules/content-overview/content-overview.php:3034 +#: modules/calendar/calendar.php:819 modules/calendar/calendar.php:2762 +#: modules/calendar/calendar.php:4622 +#: modules/content-board/content-board.php:2756 +#: modules/content-board/content-board.php:2823 +#: modules/content-overview/content-overview.php:2571 +#: modules/content-overview/content-overview.php:3092 msgid "Preview" msgstr "Anteprima" -#: modules/calendar/calendar.php:2735 -#: modules/content-board/content-board.php:2701 -#: modules/content-overview/content-overview.php:3031 +#: modules/calendar/calendar.php:2759 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3089 #, php-format msgid "Preview “%s”" msgstr "Anteprima “%s”" -#: modules/calendar/calendar.php:810 -#: modules/content-board/content-board.php:2773 -#: modules/content-overview/content-overview.php:2518 +#: modules/calendar/calendar.php:821 +#: modules/content-board/content-board.php:2825 +#: modules/content-overview/content-overview.php:2573 msgid "Previous Post" msgstr "Articolo precedente" @@ -2390,29 +2370,34 @@ msgstr "Articolo precedente" msgid "Previous status" msgstr "Stato precedente" -#: modules/content-board/content-board.php:1910 -#: modules/content-overview/content-overview.php:1846 +#: modules/content-board/content-board.php:1960 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Stampa" -#: common/php/class-module.php:330 modules/content-board/content-board.php:2493 +#: common/php/class-module.php:330 modules/content-board/content-board.php:2545 msgid "Private" msgstr "Privato" -#: modules/calendar/calendar.php:4636 +#: modules/content-board/content-board.php:1802 +#: modules/content-overview/content-overview.php:1739 +msgid "Publish Date" +msgstr "Data di pubblicazione" + +#: modules/calendar/calendar.php:4664 msgid "Publish Time" msgstr "Pubblicare l'ora" -#: common/php/class-module.php:327 modules/calendar/calendar.php:2880 +#: common/php/class-module.php:327 modules/calendar/calendar.php:2904 msgid "Published" msgstr "Pubblicato" -#: modules/calendar/calendar.php:4002 +#: modules/calendar/calendar.php:4025 msgid "Publishing Time" msgstr "Tempo di pubblicazione" #. Author of the plugin -#: modules/calendar/calendar.php:2273 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:2297 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2448,15 +2433,15 @@ msgstr "" msgid "PublishPress Settings" msgstr "Impostazioni di PublishPress" -#: modules/improved-notifications/improved-notifications.php:1060 +#: modules/improved-notifications/improved-notifications.php:1098 msgid "Receiver" msgstr "Destinatario" -#: modules/calendar/calendar.php:3779 +#: modules/calendar/calendar.php:3802 msgid "Regenerate calendar feed secret" msgstr "Rigenera il feed secret del calendario" -#: modules/editorial-metadata/editorial-metadata.php:1663 +#: modules/editorial-metadata/editorial-metadata.php:1665 msgid "Register editorial fields for these post types:" msgstr "Registra i campi editoriali per questi tipi di contenuto:" @@ -2469,17 +2454,17 @@ msgstr "Rimuovi" msgid "Remove PublishPress ads and branding" msgstr "Rimuovi la pubblicità e il marchio di PublishPress" -#: modules/content-board/content-board.php:1185 +#: modules/content-board/content-board.php:1226 msgid "Reorder" msgstr "Riordina" -#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1251 msgid "Reorder Columns" msgstr "Riordina colonne" -#: modules/calendar/calendar.php:2082 -#: modules/content-board/content-board.php:1333 -#: modules/content-overview/content-overview.php:1357 +#: modules/calendar/calendar.php:2105 +#: modules/content-board/content-board.php:1375 +#: modules/content-overview/content-overview.php:1400 msgid "Reorder Filters" msgstr "Riordina filtri" @@ -2505,17 +2490,17 @@ msgstr "Richiesta di supporto" msgid "Reschedule" msgstr "Riprogrammare" -#: modules/calendar/calendar.php:1881 modules/calendar/calendar.php:2986 -#: modules/content-board/content-board.php:800 -#: modules/content-board/content-board.php:1984 -#: modules/content-overview/content-overview.php:818 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:1904 modules/calendar/calendar.php:3010 +#: modules/content-board/content-board.php:816 +#: modules/content-board/content-board.php:2035 +#: modules/content-overview/content-overview.php:835 +#: modules/content-overview/content-overview.php:1972 msgid "Reset" msgstr "Reimposta" -#: modules/calendar/calendar.php:1880 -#: modules/content-board/content-board.php:1983 -#: modules/content-overview/content-overview.php:1919 +#: modules/calendar/calendar.php:1903 +#: modules/content-board/content-board.php:2034 +#: modules/content-overview/content-overview.php:1971 msgid "Reset Filters" msgstr "Reimposta i filtri" @@ -2538,35 +2523,35 @@ msgstr "ruolo:%s" msgid "Roles" msgstr "Ruoli" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:794 msgid "Sat" msgstr "Sab" -#: modules/calendar/calendar.php:770 modules/calendar/calendar.php:2764 +#: modules/calendar/calendar.php:781 modules/calendar/calendar.php:2788 msgid "Save" msgstr "Salva" -#: modules/calendar/calendar.php:2758 +#: modules/calendar/calendar.php:2782 #, php-format msgid "Save “%s”" msgstr "Salva “%s”" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:783 msgid "Save and edit" msgstr "Salva e modifica" -#: modules/calendar/calendar.php:813 -#: modules/content-board/content-board.php:2776 -#: modules/content-overview/content-overview.php:2521 +#: modules/calendar/calendar.php:824 +#: modules/content-board/content-board.php:2828 +#: modules/content-overview/content-overview.php:2576 msgid "Save Changes" msgstr "Salva modifiche" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:782 msgid "Saving..." msgstr "Salvataggio in corso…" -#: common/php/class-module.php:329 modules/calendar/calendar.php:2875 -#: modules/content-board/content-board.php:2483 +#: common/php/class-module.php:329 modules/calendar/calendar.php:2899 +#: modules/content-board/content-board.php:2535 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Programmato" @@ -2575,17 +2560,17 @@ msgstr "Programmato" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Pianificato per %d destinatari. Fare clic qui per visualizzarli." -#: modules/calendar/calendar.php:1247 modules/calendar/calendar.php:1819 -#: modules/content-board/content-board.php:1932 -#: modules/content-overview/content-overview.php:1868 +#: modules/calendar/calendar.php:1266 modules/calendar/calendar.php:1841 +#: modules/content-board/content-board.php:1982 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Cerca" -#: modules/calendar/calendar.php:1511 modules/calendar/calendar.php:1818 -#: modules/content-board/content-board.php:1931 -#: modules/content-board/content-board.php:2176 -#: modules/content-overview/content-overview.php:1867 -#: modules/content-overview/content-overview.php:2112 +#: modules/calendar/calendar.php:1532 modules/calendar/calendar.php:1840 +#: modules/content-board/content-board.php:1981 +#: modules/content-board/content-board.php:2228 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2165 msgid "Search box" msgstr "Casella di ricerca" @@ -2624,31 +2609,31 @@ msgstr "Risultati della ricerca per “%s”" msgid "Select %s" msgstr "Seleziona %s" -#: modules/improved-notifications/improved-notifications.php:1047 +#: modules/improved-notifications/improved-notifications.php:1085 msgid "Select at least one option for each section." msgstr "Seleziona almeno una opzione per ciascuna selezione." -#: modules/calendar/calendar.php:2111 -#: modules/content-board/content-board.php:1214 -#: modules/content-board/content-board.php:1362 -#: modules/content-overview/content-overview.php:1238 -#: modules/content-overview/content-overview.php:1386 +#: modules/calendar/calendar.php:2135 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1405 +#: modules/content-overview/content-overview.php:1281 +#: modules/content-overview/content-overview.php:1430 msgid "Select Metakey" msgstr "Seleziona Metakey" -#: modules/calendar/calendar.php:1553 -#: modules/content-board/content-board.php:2218 -#: modules/content-overview/content-overview.php:2154 +#: modules/calendar/calendar.php:1574 +#: modules/content-board/content-board.php:2270 +#: modules/content-overview/content-overview.php:2207 msgid "Select option..." msgstr "Seleziona opzione…" -#: modules/editorial-metadata/editorial-metadata.php:1916 -#: modules/editorial-metadata/editorial-metadata.php:2230 +#: modules/editorial-metadata/editorial-metadata.php:1918 +#: modules/editorial-metadata/editorial-metadata.php:2232 msgid "Select roles..." msgstr "Selezionare i ruoli…" -#: modules/editorial-metadata/editorial-metadata.php:1934 -#: modules/editorial-metadata/editorial-metadata.php:2249 +#: modules/editorial-metadata/editorial-metadata.php:1936 +#: modules/editorial-metadata/editorial-metadata.php:2251 msgid "Select Type" msgstr "Selezione tipo" @@ -2660,7 +2645,7 @@ msgstr "Invia notifiche di promemoria" msgid "Sent" msgstr "Inviato" -#: modules/calendar/calendar.php:792 +#: modules/calendar/calendar.php:803 msgid "Sep" msgstr "Set" @@ -2684,42 +2669,46 @@ msgstr "Impostazioni" msgid "settings" msgstr "impostazioni" -#: modules/calendar/calendar.php:2332 +#: modules/calendar/calendar.php:2356 msgid "Seven months" msgstr "Sette mesi" -#: modules/improved-notifications/improved-notifications.php:1061 +#: modules/improved-notifications/improved-notifications.php:1099 msgid "shortcode" msgstr "shortcode" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:778 #, php-format msgid "Show %s more" msgstr "Mostra più %s" -#: modules/content-board/content-board.php:758 -#: modules/content-overview/content-overview.php:776 +#: modules/content-board/content-board.php:774 +#: modules/content-overview/content-overview.php:793 msgid "Show content from" msgstr "Mostra i contenuti dal" -#: modules/editorial-metadata/editorial-metadata.php:2051 -#: modules/editorial-metadata/editorial-metadata.php:2363 +#: modules/editorial-metadata/editorial-metadata.php:2053 +#: modules/editorial-metadata/editorial-metadata.php:2365 msgid "Show on Content Calendar and Overview form" msgstr "Mostra nel modulo del calendario e della panoramica dei contenuti" -#: modules/editorial-metadata/editorial-metadata.php:2099 -#: modules/editorial-metadata/editorial-metadata.php:2412 +#: modules/editorial-metadata/editorial-metadata.php:2101 +#: modules/editorial-metadata/editorial-metadata.php:2414 msgid "Show on Post Types screen" msgstr "Mostra nelle schermate dei tipi di contenuto" +#: modules/calendar/calendar.php:1265 +msgid "Show Revision" +msgstr "Mostra la revisione" + #: modules/notifications/notifications.php:1635 msgid "" "Show the \"Notify me\" and \"Stop notifying me\" links for these post types:" msgstr "" "Mostra i link «Avvisami» e «Non avvisarmi più» per questi tipi di post:" -#: modules/editorial-metadata/editorial-metadata.php:1938 -#: modules/editorial-metadata/editorial-metadata.php:2252 +#: modules/editorial-metadata/editorial-metadata.php:1940 +#: modules/editorial-metadata/editorial-metadata.php:2254 msgid "Single Select" msgstr "Selezione singola" @@ -2728,11 +2717,11 @@ msgstr "Selezione singola" msgid "Site Administrator" msgstr "Amministratore del sito" -#: modules/calendar/calendar.php:2330 +#: modules/calendar/calendar.php:2354 msgid "Six months" msgstr "Sei mesi" -#: modules/calendar/calendar.php:2296 +#: modules/calendar/calendar.php:2320 msgid "Six months ago" msgstr "Sei mesi fa" @@ -2757,12 +2746,12 @@ msgstr "Saltato" msgid "Slack integration for notifications" msgstr "Integrazioni con Slack per le notifiche" -#: modules/editorial-metadata/editorial-metadata.php:1867 -#: modules/editorial-metadata/editorial-metadata.php:2162 +#: modules/editorial-metadata/editorial-metadata.php:1869 +#: modules/editorial-metadata/editorial-metadata.php:2164 msgid "Slug" msgstr "Slug" -#: modules/editorial-metadata/editorial-metadata.php:1302 +#: modules/editorial-metadata/editorial-metadata.php:1304 msgid "Slug already in use. Please choose another." msgstr "Questo slug già esiste. Scegli un altro nome." @@ -2814,19 +2803,19 @@ msgstr "" "Non hai i privilegi per modificare questo commento editoriale. Rivolgiti " "all'amministratore." -#: modules/calendar/calendar.php:1245 +#: modules/calendar/calendar.php:1263 msgid "Start Date" msgstr "Data d'inizio" -#: modules/calendar/calendar.php:2280 +#: modules/calendar/calendar.php:2304 msgid "Start date" msgstr "Data d'inizio" -#: modules/calendar/calendar.php:1987 -#: modules/content-board/content-board.php:1032 -#: modules/content-overview/content-overview.php:1039 -#: modules/content-overview/content-overview.php:1053 -#: modules/content-overview/content-overview.php:1096 +#: modules/calendar/calendar.php:2010 +#: modules/content-board/content-board.php:1073 +#: modules/content-overview/content-overview.php:1081 +#: modules/content-overview/content-overview.php:1095 +#: modules/content-overview/content-overview.php:1138 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Stato" @@ -2837,7 +2826,7 @@ msgstr "Stato" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "Lo stato per %1$s #%2$s \"%3$s\" è stato modificato da %4$s %5$s" -#: modules/calendar/calendar.php:3670 +#: modules/calendar/calendar.php:3693 msgid "Statuses to display publish time" msgstr "Stati per visualizzare l'ora di pubblicazione" @@ -2854,8 +2843,8 @@ msgstr "Oggetto" msgid "Subject:" msgstr "Oggetto:" -#: modules/content-board/content-board.php:1716 -#: modules/content-overview/content-overview.php:1652 +#: modules/content-board/content-board.php:1759 +#: modules/content-overview/content-overview.php:1696 msgid "Submit" msgstr "Invia" @@ -2863,7 +2852,7 @@ msgstr "Invia" msgid "Submitted on" msgstr "Inviato il" -#: modules/calendar/calendar.php:2275 +#: modules/calendar/calendar.php:2299 msgid "Subscribe in iCal or Google Calendar" msgstr "Iscriviti a iCal o Google Calendar" @@ -2871,7 +2860,7 @@ msgstr "Iscriviti a iCal o Google Calendar" msgid "Success" msgstr "Successo" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:788 msgid "Sun" msgstr "Dom" @@ -2879,23 +2868,24 @@ msgstr "Dom" msgid "synchronous" msgstr "sincrono" -#: modules/calendar/calendar.php:4565 +#: modules/calendar/calendar.php:4593 msgid "Tag" msgid_plural "Tags" msgstr[0] "Tag" msgstr[1] "Tag" -#: modules/calendar/calendar.php:4664 -#: modules/content-board/content-board.php:1781 -#: modules/content-overview/content-overview.php:1717 +#: modules/calendar/calendar.php:4692 +#: modules/content-board/content-board.php:1830 +#: modules/content-overview/content-overview.php:1767 msgid "Tags" msgstr "Tag" -#: modules/calendar/calendar.php:2047 -#: modules/content-board/content-board.php:1090 -#: modules/content-board/content-board.php:1150 -#: modules/content-overview/content-overview.php:1114 -#: modules/content-overview/content-overview.php:1174 +#: modules/calendar/calendar.php:2070 +#: modules/content-board/content-board.php:1131 +#: modules/content-board/content-board.php:1191 +#: modules/content-overview/content-overview.php:1156 +#: modules/content-overview/content-overview.php:1216 +#: lib/Notifications/Workflow/Step/Event/Filter/Taxonomies.php:34 msgid "Taxonomies" msgstr "Tassonomie" @@ -2908,9 +2898,9 @@ msgctxt "taxonomy general name" msgid "Editorial Field" msgstr "Campo editoriale" -#: modules/calendar/calendar.php:814 -#: modules/content-board/content-board.php:2777 -#: modules/content-overview/content-overview.php:2522 +#: modules/calendar/calendar.php:825 +#: modules/content-board/content-board.php:2829 +#: modules/content-overview/content-overview.php:2577 msgid "Taxonomy not set." msgstr "La tassonomia non è stata impostata." @@ -2919,7 +2909,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Campo editoriale" -#: modules/calendar/calendar.php:2338 +#: modules/calendar/calendar.php:2362 msgid "Ten months" msgstr "Dieci mesi" @@ -2927,7 +2917,7 @@ msgstr "Dieci mesi" msgid "Terms" msgstr "Termini" -#: modules/editorial-metadata/editorial-metadata.php:1575 +#: modules/editorial-metadata/editorial-metadata.php:1577 msgid "Terms not set." msgstr "Termini non impostati." @@ -2935,7 +2925,7 @@ msgstr "Termini non impostati." msgid "Text" msgstr "Testo" -#: modules/editorial-metadata/editorial-metadata.php:2171 +#: modules/editorial-metadata/editorial-metadata.php:2173 msgid "" "The \"slug\" is the URL-friendly version of the name. It is usually all " "lowercase and contains only letters, numbers, and hyphens." @@ -2943,7 +2933,7 @@ msgstr "" "Lo \"slug\" è la versione del nome compatibile con l'URL. Di solito è tutto " "minuscolo e contiene solo lettere, numeri e trattini." -#: modules/editorial-metadata/editorial-metadata.php:1888 +#: modules/editorial-metadata/editorial-metadata.php:1890 msgid "" "The description can be used to communicate with your team about what the " "field is for." @@ -2951,7 +2941,7 @@ msgstr "" "La descrizione può essere utilizzata per comunicare con il tuo team a cosa " "serve il campo." -#: modules/editorial-metadata/editorial-metadata.php:2188 +#: modules/editorial-metadata/editorial-metadata.php:2190 msgid "" "The description can be used to communicate with your team about what the " "metadata is for." @@ -2963,12 +2953,12 @@ msgstr "" msgid "The Events Calendar Integration" msgstr "Integrazione The Events Calendar" -#: modules/editorial-metadata/editorial-metadata.php:1902 +#: modules/editorial-metadata/editorial-metadata.php:1904 msgid "The field type cannot be changed once created." msgstr "Il tipo di campo una volta creato non può essere modificato." -#: modules/editorial-metadata/editorial-metadata.php:1862 -#: modules/editorial-metadata/editorial-metadata.php:2157 +#: modules/editorial-metadata/editorial-metadata.php:1864 +#: modules/editorial-metadata/editorial-metadata.php:2159 msgid "The name is for labeling the editorial fields." msgstr "Il nome serve per etichettare i campi editoriali" @@ -2986,7 +2976,7 @@ msgstr "" "Il modulo delle notifiche dovrà essere abilitato per visualizzare questo " "widget." -#: modules/calendar/calendar.php:3746 +#: modules/calendar/calendar.php:3769 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -2998,11 +2988,11 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "Il registro genitore è stato eliminato o probabilmente riprogrammato" -#: modules/calendar/calendar.php:4784 +#: modules/calendar/calendar.php:4812 msgid "The selected post type is not enabled for the calendar." msgstr "Il tipo di contenuto selezionato non è abilitato per il calendario." -#: modules/calendar/calendar.php:5261 +#: modules/calendar/calendar.php:5289 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -3010,13 +3000,13 @@ msgstr "" "L'utente selezionato non dispone di autorizzazioni sufficienti per essere " "impostato come autore dell'articolo." -#: modules/editorial-metadata/editorial-metadata.php:1872 +#: modules/editorial-metadata/editorial-metadata.php:1874 msgid "The slug cannot be changed once the term has been created." msgstr "" "Una volta che il termine è stato creato il suo slug non può essere cambiato." -#: modules/content-board/content-board.php:2753 -#: modules/content-overview/content-overview.php:2493 +#: modules/content-board/content-board.php:2805 +#: modules/content-overview/content-overview.php:2548 msgid "There are no posts in the range or filter specified." msgstr "Non sono presenti post nell'intervallo o nel filtro specificato." @@ -3033,7 +3023,7 @@ msgid "" msgstr "" "C'era un problema di qualche tipo. Riprova o contatta il tuo amministratore." -#: modules/calendar/calendar.php:232 +#: modules/calendar/calendar.php:235 msgid "There was an error updating the post. Please try again." msgstr "" "Si è verificato un errore nell'aggiornamento dell'articolo. Prova ancora." @@ -3055,13 +3045,13 @@ msgstr "Questo tipo di campo editoriale non è ancora supportato." msgid "This email was sent %s." msgstr "Questa email è stata spedita %s." -#: modules/editorial-metadata/editorial-metadata.php:2080 -#: modules/editorial-metadata/editorial-metadata.php:2393 +#: modules/editorial-metadata/editorial-metadata.php:2082 +#: modules/editorial-metadata/editorial-metadata.php:2395 msgid "This field will be available for these post types." msgstr "Questo campo sarà disponibile per questi tipi di contenuto." -#: modules/editorial-metadata/editorial-metadata.php:2104 -#: modules/editorial-metadata/editorial-metadata.php:2416 +#: modules/editorial-metadata/editorial-metadata.php:2106 +#: modules/editorial-metadata/editorial-metadata.php:2418 msgid "" "This field will be viewable on the overview screens for these post types." msgstr "" @@ -3076,7 +3066,7 @@ msgstr "" "Questa è un'anteprima del messaggio pianificato. Il contenuto può ancora " "essere modificato fino a quando non viene inviata la notifica." -#: modules/content-board/content-board.php:2541 +#: modules/content-board/content-board.php:2593 msgid "" "This is the default publish date from today for posts moving to the " "Scheduled status." @@ -3096,7 +3086,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Questo articolo è stato aggiornato l'ultima volta il " -#: modules/improved-notifications/improved-notifications.php:420 +#: modules/improved-notifications/improved-notifications.php:424 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3113,28 +3103,28 @@ msgstr "" "lavoro mirato all'opzione “Utenti che hanno selezionato ‘Notificami’ per il " "contenuto”." -#: modules/calendar/calendar.php:2324 +#: modules/calendar/calendar.php:2348 msgid "Three months" msgstr "Tre mesi" -#: modules/calendar/calendar.php:2290 +#: modules/calendar/calendar.php:2314 msgid "Three months ago" msgstr "Tre mesi fa" -#: modules/calendar/calendar.php:2311 +#: modules/calendar/calendar.php:2335 msgid "Three weeks" msgstr "Tre settimane" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:792 msgid "Thu" msgstr "Gio" -#: modules/calendar/calendar.php:4625 -#: modules/content-board/content-board.php:535 -#: modules/content-board/content-board.php:1210 -#: modules/content-board/content-board.php:1747 -#: modules/content-overview/content-overview.php:556 -#: modules/content-overview/content-overview.php:1683 +#: modules/calendar/calendar.php:4653 +#: modules/content-board/content-board.php:542 +#: modules/content-board/content-board.php:1252 +#: modules/content-board/content-board.php:1790 +#: modules/content-overview/content-overview.php:564 +#: modules/content-overview/content-overview.php:1727 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3145,13 +3135,13 @@ msgstr "Titolo" msgid "Title: %s" msgstr "Titolo: %s" -#: modules/calendar/calendar.php:1587 modules/calendar/calendar.php:1621 -#: modules/content-board/content-board.php:1945 -#: modules/content-board/content-board.php:2252 -#: modules/content-board/content-board.php:2286 -#: modules/content-overview/content-overview.php:1881 -#: modules/content-overview/content-overview.php:2188 -#: modules/content-overview/content-overview.php:2222 +#: modules/calendar/calendar.php:1608 modules/calendar/calendar.php:1642 +#: modules/content-board/content-board.php:1996 +#: modules/content-board/content-board.php:2304 +#: modules/content-board/content-board.php:2338 +#: modules/content-overview/content-overview.php:1933 +#: modules/content-overview/content-overview.php:2241 +#: modules/content-overview/content-overview.php:2275 msgid "to" msgstr "a" @@ -3159,46 +3149,46 @@ msgstr "a" msgid "To date" msgstr "Ad oggi" -#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:3034 +#: modules/calendar/calendar.php:814 modules/calendar/calendar.php:3058 msgid "Today" msgstr "Oggi" -#: modules/calendar/calendar.php:3028 +#: modules/calendar/calendar.php:3052 #, php-format msgid "Today is %s" msgstr "Oggi è %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:807 -#: modules/calendar/calendar.php:2724 modules/calendar/calendar.php:4584 -#: modules/content-board/content-board.php:2675 -#: modules/content-board/content-board.php:2770 -#: modules/content-overview/content-overview.php:2515 -#: modules/content-overview/content-overview.php:3005 +#: common/php/class-module.php:332 modules/calendar/calendar.php:818 +#: modules/calendar/calendar.php:2748 modules/calendar/calendar.php:4612 +#: modules/content-board/content-board.php:2727 +#: modules/content-board/content-board.php:2822 +#: modules/content-overview/content-overview.php:2570 +#: modules/content-overview/content-overview.php:3063 msgid "Trash" msgstr "Cestino" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:790 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:2342 +#: modules/calendar/calendar.php:2366 msgid "Twelve months" msgstr "Dodici mesi" -#: modules/calendar/calendar.php:2322 +#: modules/calendar/calendar.php:2346 msgid "Two months" msgstr "Due mesi" -#: modules/calendar/calendar.php:2288 +#: modules/calendar/calendar.php:2312 msgid "Two months ago" msgstr "Due mesi fa" -#: modules/calendar/calendar.php:2309 +#: modules/calendar/calendar.php:2333 msgid "Two weeks" msgstr "Due settimane" -#: modules/editorial-metadata/editorial-metadata.php:1897 -#: modules/editorial-metadata/editorial-metadata.php:2196 +#: modules/editorial-metadata/editorial-metadata.php:1899 +#: modules/editorial-metadata/editorial-metadata.php:2198 msgid "Type" msgstr "Tipo" @@ -3206,9 +3196,9 @@ msgstr "Tipo" msgid "Undefined error found" msgstr "Si è verificato un errore indefinito" -#: modules/calendar/calendar.php:2398 -#: modules/content-board/content-board.php:835 -#: modules/content-overview/content-overview.php:853 +#: modules/calendar/calendar.php:2422 +#: modules/content-board/content-board.php:851 +#: modules/content-overview/content-overview.php:870 msgid "Undo" msgstr "Annulla azione" @@ -3216,7 +3206,7 @@ msgstr "Annulla azione" msgid "Unpublished Content" msgstr "Contenuto non pubblicato" -#: modules/calendar/calendar.php:768 modules/calendar/calendar.php:4790 +#: modules/calendar/calendar.php:779 modules/calendar/calendar.php:4818 msgid "Untitled" msgstr "Senza titolo" @@ -3224,7 +3214,7 @@ msgstr "Senza titolo" msgid "Update Editorial Fields" msgstr "Aggiorna i campi editoriali" -#: modules/editorial-metadata/editorial-metadata.php:2127 +#: modules/editorial-metadata/editorial-metadata.php:2129 msgid "Update Editorial fields term" msgstr "Aggiorna termine dei campi editoriali" @@ -3244,7 +3234,7 @@ msgstr "Aggiorna la notifica di ruolo" msgid "Update Notify User" msgstr "Aggiorna utente di notifica" -#: modules/calendar/calendar.php:236 +#: modules/calendar/calendar.php:239 #, php-format msgid "" "Updating the post date dynamically doesn't work for published content. " @@ -3273,12 +3263,12 @@ msgstr "Utente" msgid "user" msgstr "utente" -#: modules/improved-notifications/improved-notifications.php:1057 +#: modules/improved-notifications/improved-notifications.php:1095 msgid "User making changes or comments" msgstr "Utente che apporta modifiche o commenti" -#: modules/editorial-metadata/editorial-metadata.php:1908 -#: modules/editorial-metadata/editorial-metadata.php:2222 +#: modules/editorial-metadata/editorial-metadata.php:1910 +#: modules/editorial-metadata/editorial-metadata.php:2224 msgid "User role" msgstr "Ruolo utente" @@ -3304,18 +3294,18 @@ msgstr "Utenti" msgid "Users who selected \"Notify me\" for the content" msgstr "Utenti che hanno selezionato «Avvisami» per il contenuto" -#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:2748 -#: modules/calendar/calendar.php:4591 -#: modules/content-board/content-board.php:2691 -#: modules/content-board/content-board.php:2772 -#: modules/content-overview/content-overview.php:2517 -#: modules/content-overview/content-overview.php:3021 +#: modules/calendar/calendar.php:820 modules/calendar/calendar.php:2772 +#: modules/calendar/calendar.php:4619 +#: modules/content-board/content-board.php:2743 +#: modules/content-board/content-board.php:2824 +#: modules/content-overview/content-overview.php:2572 +#: modules/content-overview/content-overview.php:3079 msgid "View" msgstr "Visualizza" -#: modules/calendar/calendar.php:2742 -#: modules/content-board/content-board.php:2685 -#: modules/content-overview/content-overview.php:3015 +#: modules/calendar/calendar.php:2766 +#: modules/content-board/content-board.php:2737 +#: modules/content-overview/content-overview.php:3073 #, php-format msgid "View “%s”" msgstr "Visualizza “%s”" @@ -3325,7 +3315,7 @@ msgstr "Visualizza “%s”" msgid "View “%s” on Google Maps" msgstr "Visualizza “%s” su Google Maps" -#: modules/calendar/calendar.php:5047 +#: modules/calendar/calendar.php:5075 msgid "View all categories" msgstr "Visualizza tutte le categorie" @@ -3355,11 +3345,11 @@ msgstr "Visualizza: %s" msgid "Warning" msgstr "Attenzione" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:791 msgid "Wed" msgstr "Mer" -#: modules/calendar/calendar.php:1244 +#: modules/calendar/calendar.php:1262 msgid "Weeks" msgstr "Settimane" @@ -3367,7 +3357,7 @@ msgstr "Settimane" msgid "What the post needs to cover." msgstr "Di che cosa deve trattare l'articolo." -#: modules/improved-notifications/improved-notifications.php:927 +#: modules/improved-notifications/improved-notifications.php:965 msgid "What to say?" msgstr "Cosa dire?" @@ -3375,6 +3365,10 @@ msgstr "Cosa dire?" msgid "When an editorial comment is added" msgstr "Quando viene aggiunto un commento editoriale" +#: lib/Notifications/Workflow/Step/Event/Post_TaxonomyUpdate.php:28 +msgid "When taxonomy is updated" +msgstr "Quando la tassonomia viene aggiornata" + #: lib/Notifications/Workflow/Step/Event/Post_StatusTransition.php:28 msgid "When the content is moved to a new status" msgstr "Quando il contenuto viene cambiato di stato" @@ -3392,13 +3386,13 @@ msgid "When the status is changed" msgstr "Quando lo stato è cambiato" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:897 +#: modules/improved-notifications/improved-notifications.php:935 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "Quando notificare?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:917 +#: modules/improved-notifications/improved-notifications.php:955 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "Cosa notificare?" @@ -3411,11 +3405,11 @@ msgstr "Opzioni del widget" msgid "WordPress Scheduler" msgstr "Programmazione di WordPress" -#: modules/improved-notifications/improved-notifications.php:1058 +#: modules/improved-notifications/improved-notifications.php:1096 msgid "Workflow" msgstr "Workflow" -#: modules/improved-notifications/improved-notifications.php:859 +#: modules/improved-notifications/improved-notifications.php:897 msgid "Workflow Settings" msgstr "Impostazioni del workflow" @@ -3425,13 +3419,13 @@ msgid "Workflow: %s" msgstr "Workflow: %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:472 -#: modules/improved-notifications/improved-notifications.php:1237 +#: modules/improved-notifications/improved-notifications.php:476 +#: modules/improved-notifications/improved-notifications.php:1276 msgid "Workflows" msgstr "Workflow" -#: modules/editorial-metadata/editorial-metadata.php:2056 -#: modules/editorial-metadata/editorial-metadata.php:2367 +#: modules/editorial-metadata/editorial-metadata.php:2058 +#: modules/editorial-metadata/editorial-metadata.php:2369 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:142 msgid "Yes" msgstr "Sì" @@ -3441,7 +3435,7 @@ msgstr "Sì" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Hai ricevuto questa email perché ti sei iscritto a \"%s\"." -#: modules/improved-notifications/improved-notifications.php:1051 +#: modules/improved-notifications/improved-notifications.php:1089 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3462,19 +3456,19 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Puoi vedere qui tutti i commenti editoriali su questo %s: " -#: modules/calendar/calendar.php:2041 -#: modules/content-board/content-board.php:1084 -#: modules/content-board/content-board.php:1144 -#: modules/content-overview/content-overview.php:1108 -#: modules/content-overview/content-overview.php:1168 +#: modules/calendar/calendar.php:2064 +#: modules/content-board/content-board.php:1125 +#: modules/content-board/content-board.php:1185 +#: modules/content-overview/content-overview.php:1150 +#: modules/content-overview/content-overview.php:1210 msgid "You do not have any editorial fields enabled" msgstr "Non c'è nessun campo editoriale abilitato" -#: modules/calendar/calendar.php:2048 -#: modules/content-board/content-board.php:1091 -#: modules/content-board/content-board.php:1151 -#: modules/content-overview/content-overview.php:1115 -#: modules/content-overview/content-overview.php:1175 +#: modules/calendar/calendar.php:2071 +#: modules/content-board/content-board.php:1132 +#: modules/content-board/content-board.php:1192 +#: modules/content-overview/content-overview.php:1157 +#: modules/content-overview/content-overview.php:1217 msgid "You do not have any public taxonomies" msgstr "Non c'è nessuna tassonomia pubblica" @@ -3482,13 +3476,13 @@ msgstr "Non c'è nessuna tassonomia pubblica" msgid "You do not have necessary permissions to complete this action." msgstr "Non hai i permessi necessari per completare questa operazione." -#: modules/content-board/content-board.php:951 -#: modules/content-overview/content-overview.php:969 +#: modules/content-board/content-board.php:992 +#: modules/content-overview/content-overview.php:1011 #, php-format msgid "You do not have permission to add new %s" msgstr "Non hai i permessi necessari per aggiungere nuovi %s" -#: modules/content-board/content-board.php:1512 +#: modules/content-board/content-board.php:1555 msgid "You do not have permission to edit selected post." msgstr "Non hai i permessi necessari per modificare l'articolo selezionato." @@ -3505,6 +3499,24 @@ msgstr "" "Stai usando la versione gratuita di PublishPress Planner. La versione Pro ha " "più funzionalità e un supporto migliore. %sAggiorna a Pro%s" +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you activate the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Gli stati personalizzati sono disabilitati finché non attivi il plugin " +#~ "%1$sPublishPress Statuses%2$s. Vedi %3$sPlanner > Impostazioni%4$s per i " +#~ "dettagli." + +#, php-format +#~ msgid "" +#~ "Custom statuses are disabled until you install the %1$sPublishPress " +#~ "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." +#~ msgstr "" +#~ "Gli stati personalizzati sono disabilitati finché non installi il plugin " +#~ "%1$sPublishPress Statuses%2$s. Vedi %3$sPlanner > Impostazioni%4$s per i " +#~ "dettagli." + #~ msgid "Hidden field can only be viewed on the edit post view." #~ msgstr "" #~ "Il campo nascosto può essere visualizzato solo nella vista di modifica " diff --git a/languages/publishpress.pot b/languages/publishpress.pot index 89334f3c9..b4beb3739 100644 --- a/languages/publishpress.pot +++ b/languages/publishpress.pot @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-09-12 09:14+0000\n" +"POT-Creation-Date: 2024-10-10 15:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: Loco https://localise.biz/\n" "X-Domain: publishpress\n" @@ -30,50 +30,50 @@ msgid "\"Notify me\"" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:1953 +#: modules/notifications/notifications.php:1961 #, php-format msgid "%1$s #%2$s \"%3$s\" was moved to the trash by %4$s %5$s" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:2000 +#: modules/notifications/notifications.php:2008 #, php-format msgid "%1$s #%2$s \"%3$s\" was published by %4$s %5$s" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:1970 +#: modules/notifications/notifications.php:1978 #, php-format msgid "%1$s #%2$s \"%3$s\" was restored from trash by %4$s %5$s" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:2017 +#: modules/notifications/notifications.php:2025 #, php-format msgid "%1$s #%2$s \"%3$s\" was unpublished by %4$s %5$s" msgstr "" #. 1: comment author, 2: author email, 3: date, 4: time -#: modules/notifications/notifications.php:2116 +#: modules/notifications/notifications.php:2124 #, php-format msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "" -#: modules/content-board/content-board.php:803 -#: modules/content-overview/content-overview.php:822 +#: modules/content-board/library/content-board-utilities.php:538 +#: modules/content-overview/library/content-overview-utilities.php:643 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s

        %2$s" msgstr "" #. 1: old status, 2: new status -#: modules/notifications/notifications.php:2058 +#: modules/notifications/notifications.php:2066 #, php-format msgid "%1$s => %2$s" msgstr "" #. 1: Comment date, 2: Comment time. -#: modules/notifications/notifications.php:1894 +#: modules/notifications/notifications.php:1902 #: modules/editorial-comments/library/EditorialCommentsTable.php:336 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-date-handler.php:201 #, php-format @@ -85,7 +85,7 @@ msgstr "" msgid "%1$s last updated on %2$s" msgstr "" -#: modules/calendar/calendar.php:1858 +#: modules/calendar/library/calendar-utilities.php:480 #, php-format msgid "%1s weeks" msgstr "" @@ -102,56 +102,34 @@ msgid_plural "%d Users" msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:812 modules/calendar/calendar.php:1868 +#: modules/calendar/library/calendar-methods.php:1148 +#: modules/calendar/library/calendar-utilities.php:490 msgid "%d week" msgstr "" -#: modules/calendar/calendar.php:813 +#: modules/calendar/library/calendar-methods.php:1149 msgid "%d weeks" msgstr "" -#: modules/content-board/content-board.php:987 -#: modules/content-overview/content-overview.php:1006 +#: modules/content-overview/content-overview.php:756 +#: modules/content-board/library/content-board-methods.php:253 #, php-format msgid "%s could not be created" msgstr "" -#: modules/content-board/content-board.php:984 -#: modules/content-overview/content-overview.php:1003 +#: modules/content-overview/content-overview.php:753 +#: modules/content-board/library/content-board-methods.php:250 #, php-format msgid "%s created successfully. Edit %s" msgstr "" -#: modules/notifications-log/notifications-log.php:272 +#: modules/notifications-log/notifications-log.php:279 #, php-format msgid "%s notification found." msgid_plural "%s notifications found." msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:5166 -#, php-format -msgid "%s week" -msgid_plural "%s weeks" -msgstr[0] "" -msgstr[1] "" - -#: modules/calendar/calendar.php:3075 -msgid "«" -msgstr "" - -#: modules/calendar/calendar.php:3088 -msgid "‹" -msgstr "" - -#: modules/calendar/calendar.php:3044 -msgid "»" -msgstr "" - -#: modules/calendar/calendar.php:3027 -msgid "›" -msgstr "" - #: common/php/util.php:46 msgid "(no title)" msgstr "" @@ -169,7 +147,7 @@ msgstr "" msgid "-- Select a user --" msgstr "" -#: modules/calendar/calendar.php:257 +#: modules/calendar/calendar.php:264 msgid "" "

        For more information:

        Calendar Documentation

        PublishPress on Github

        " msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:126 +#: modules/editorial-metadata/editorial-metadata.php:125 msgid "" "

        For more information:

        Editorial Fields " @@ -213,7 +191,7 @@ msgid "" "time a comment is left.

        " msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:121 +#: modules/editorial-metadata/editorial-metadata.php:120 msgid "" "

        Keep track of important details about your content with editorial fields. " "This feature allows you to create as many date, text, number, etc. fields as " @@ -234,73 +212,73 @@ msgid "" "editor.

        " msgstr "" -#: modules/calendar/calendar.php:252 +#: modules/calendar/calendar.php:259 msgid "" "

        The calendar is a convenient week-by-week or month-by-month view into " "your content. Quickly see which stories are on track to being published on " "time, and which will need extra effort.

        " msgstr "" -#: modules/notifications/notifications.php:2066 +#: modules/notifications/notifications.php:2074 #, php-format msgid "== %s Details ==" msgstr "" -#: modules/notifications/notifications.php:2085 -#: modules/notifications/notifications.php:2138 +#: modules/notifications/notifications.php:2093 +#: modules/notifications/notifications.php:2146 msgid "== Actions ==" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:1993 +#: modules/notifications/notifications.php:2001 #, php-format msgid "[%1$s] %2$s Published: \"%3$s\"" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:1963 +#: modules/notifications/notifications.php:1971 #, php-format msgid "[%1$s] %2$s Restored (from Trash ): \"%3$s\"" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:2027 +#: modules/notifications/notifications.php:2035 #, php-format msgid "[%1$s] %2$s Status Changed for \"%3$s\"" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:1946 +#: modules/notifications/notifications.php:1954 #, php-format msgid "[%1$s] %2$s Trashed: \"%3$s\"" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:2010 +#: modules/notifications/notifications.php:2018 #, php-format msgid "[%1$s] %2$s Unpublished: \"%3$s\"" msgstr "" #. 1: site name, 2: post type, 3. post title -#: modules/notifications/notifications.php:1929 +#: modules/notifications/notifications.php:1937 #, php-format msgid "[%1$s] New %2$s Created: \"%3$s\"" msgstr "" #. 1: blog name, 2: post title -#: modules/notifications/notifications.php:2102 +#: modules/notifications/notifications.php:2110 #, php-format msgid "[%1$s] New Editorial Comment: \"%2$s\"" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:1936 +#: modules/notifications/notifications.php:1944 #, php-format msgid "A new %1$s (#%2$s \"%3$s\" ) was created by %4$s %5$s" msgstr "" #. 1: post id, 2: post title, 3. post type -#: modules/notifications/notifications.php:2109 +#: modules/notifications/notifications.php:2117 #, php-format msgid "A new editorial comment was added to %3$s #%1$s \"%2$s\"" msgstr "" @@ -317,76 +295,76 @@ msgstr "" msgid "Action nonce not found." msgstr "" -#: modules/notifications/notifications.php:678 +#: modules/notifications/notifications.php:686 msgid "Active Notifications" msgstr "" -#: modules/notifications/notifications.php:1787 +#: modules/notifications/notifications.php:1795 msgid "" "Add a list of taxonomy-slugs separated by comma that should not be loaded by " "the Taxonomy content filter when adding a new Notification Workflow." msgstr "" -#: modules/editorial-comments/editorial-comments.php:554 -#: modules/editorial-comments/editorial-comments.php:558 +#: modules/editorial-comments/editorial-comments.php:561 +#: modules/editorial-comments/editorial-comments.php:565 msgid "Add an editorial comment" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2045 -#: modules/editorial-metadata/editorial-metadata.php:2358 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:338 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:649 msgid "Add Another Option" msgstr "" -#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/library/content-overview-utilities.php:61 msgid "Add Column" msgstr "" -#: modules/editorial-comments/editorial-comments.php:576 +#: modules/editorial-comments/editorial-comments.php:583 msgid "Add Comment" msgstr "" -#: modules/calendar/calendar.php:784 +#: modules/calendar/library/calendar-methods.php:1120 #, php-format msgid "Add content for %s" msgstr "" -#: modules/notifications/notifications.php:2087 -#: modules/notifications/notifications.php:2144 +#: modules/notifications/notifications.php:2095 +#: modules/notifications/notifications.php:2152 #, php-format msgid "Add editorial comment: %s" msgstr "" -#: modules/calendar/calendar.php:2143 -#: modules/content-board/content-board.php:1413 -#: modules/content-overview/content-overview.php:1438 +#: modules/calendar/library/calendar-utilities.php:592 +#: modules/content-board/library/content-board-utilities.php:399 +#: modules/content-overview/library/content-overview-utilities.php:207 msgid "Add Filter" msgstr "" -#: modules/calendar/calendar.php:2123 -#: modules/content-board/content-board.php:1244 -#: modules/content-board/content-board.php:1264 -#: modules/content-board/content-board.php:1393 -#: modules/content-overview/content-overview.php:1269 -#: modules/content-overview/content-overview.php:1418 -#: modules/editorial-metadata/editorial-metadata.php:1771 +#: modules/calendar/library/calendar-utilities.php:575 +#: modules/content-board/library/content-board-utilities.php:236 +#: modules/content-board/library/content-board-utilities.php:253 +#: modules/content-board/library/content-board-utilities.php:382 +#: modules/content-overview/library/content-overview-utilities.php:44 +#: modules/content-overview/library/content-overview-utilities.php:190 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:68 msgid "Add New" msgstr "" -#: modules/content-board/content-board.php:1623 -#: modules/content-overview/content-overview.php:1561 +#: modules/content-board/library/content-board-utilities.php:987 +#: modules/content-overview/library/content-overview-utilities.php:314 #, php-format msgid "Add New %s" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:457 +#: modules/editorial-metadata/editorial-metadata.php:458 msgid "Add New Editorial Fields" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2440 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:730 msgid "Add New Editorial fields term" msgstr "" -#: publishpress.php:1354 +#: publishpress.php:1397 msgid "Add New Notification" msgstr "" @@ -414,8 +392,8 @@ msgstr "" msgid "Add or remove notify users" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2077 -#: modules/editorial-metadata/editorial-metadata.php:2391 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:370 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:682 msgid "Add to post types" msgstr "" @@ -427,33 +405,35 @@ msgstr "" msgid "All" msgstr "" -#: modules/calendar/calendar.php:1452 modules/calendar/calendar.php:1455 -#: modules/content-board/content-board.php:2151 -#: modules/content-board/content-board.php:2154 -#: modules/content-overview/content-overview.php:2088 -#: modules/content-overview/content-overview.php:2091 +#: modules/calendar/library/calendar-utilities.php:73 +#: modules/calendar/library/calendar-utilities.php:76 +#: modules/content-board/library/content-board-utilities.php:624 +#: modules/content-board/library/content-board-utilities.php:627 +#: modules/content-overview/library/content-overview-utilities.php:729 +#: modules/content-overview/library/content-overview-utilities.php:732 #, php-format msgid "All %s" msgstr "" -#: modules/notifications-log/notifications-log.php:206 +#: modules/notifications-log/notifications-log.php:213 msgid "All Actions" msgstr "" -#: modules/calendar/calendar.php:810 modules/calendar/calendar.php:1479 -#: modules/calendar/calendar.php:1482 modules/calendar/calendar.php:5114 -#: modules/content-board/content-board.php:2176 -#: modules/content-board/content-board.php:2179 -#: modules/content-overview/content-overview.php:2113 -#: modules/content-overview/content-overview.php:2116 +#: modules/calendar/library/calendar-methods.php:1146 +#: modules/calendar/library/calendar-utilities.php:100 +#: modules/calendar/library/calendar-utilities.php:103 +#: modules/content-board/library/content-board-utilities.php:649 +#: modules/content-board/library/content-board-utilities.php:652 +#: modules/content-overview/library/content-overview-utilities.php:754 +#: modules/content-overview/library/content-overview-utilities.php:757 msgid "All authors" msgstr "" -#: modules/calendar/calendar.php:808 +#: modules/calendar/library/calendar-methods.php:1144 msgid "All categories" msgstr "" -#: modules/notifications-log/notifications-log.php:207 +#: modules/notifications-log/notifications-log.php:214 msgid "All Channels" msgstr "" @@ -461,7 +441,7 @@ msgstr "" msgid "All channels" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:454 +#: modules/editorial-metadata/editorial-metadata.php:455 msgid "All Editorial Fields" msgstr "" @@ -481,24 +461,24 @@ msgstr "" msgid "All Notify Users" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1271 -#: modules/editorial-metadata/editorial-metadata.php:1428 +#: modules/editorial-metadata/editorial-metadata.php:1243 +#: modules/editorial-metadata/editorial-metadata.php:1400 msgid "All options value and labels are required." msgstr "" -#: modules/calendar/calendar.php:1512 -#: modules/content-board/content-board.php:2208 -#: modules/content-overview/content-overview.php:2145 +#: modules/calendar/library/calendar-utilities.php:133 +#: modules/content-board/library/content-board-utilities.php:681 +#: modules/content-overview/library/content-overview-utilities.php:786 msgid "All post types" msgstr "" -#: modules/editorial-comments/editorial-comments.php:212 -#: modules/notifications-log/notifications-log.php:204 +#: modules/editorial-comments/editorial-comments.php:219 +#: modules/notifications-log/notifications-log.php:211 #: modules/editorial-comments/library/EditorialCommentsTable.php:181 msgid "All Posts" msgstr "" -#: modules/calendar/calendar.php:4081 +#: modules/calendar/library/calendar-methods.php:408 msgid "All posts" msgstr "" @@ -506,99 +486,103 @@ msgstr "" msgid "All Receivers" msgstr "" -#: modules/calendar/calendar.php:1727 -#: modules/content-board/content-board.php:2423 -#: modules/content-overview/content-overview.php:2360 +#: modules/calendar/library/calendar-utilities.php:347 +#: modules/content-board/library/content-board-utilities.php:895 +#: modules/content-overview/library/content-overview-utilities.php:1000 msgid "All status" msgstr "" -#: modules/notifications-log/notifications-log.php:208 +#: modules/notifications-log/notifications-log.php:215 msgid "All Statuses" msgstr "" -#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:1426 -#: modules/calendar/calendar.php:5058 -#: modules/content-board/content-board.php:2125 -#: modules/content-overview/content-overview.php:2062 +#: modules/calendar/library/calendar-methods.php:1143 +#: modules/calendar/library/calendar-utilities.php:47 +#: modules/content-board/library/content-board-utilities.php:598 +#: modules/content-overview/library/content-overview-utilities.php:703 msgid "All statuses" msgstr "" -#: modules/calendar/calendar.php:809 modules/calendar/calendar.php:5093 +#: modules/calendar/library/calendar-methods.php:1145 msgid "All tags" msgstr "" -#: modules/calendar/calendar.php:811 modules/calendar/calendar.php:5141 +#: modules/calendar/library/calendar-methods.php:1147 msgid "All types" msgstr "" -#: modules/editorial-comments/editorial-comments.php:213 +#: modules/editorial-comments/editorial-comments.php:220 #: modules/editorial-comments/library/EditorialCommentsTable.php:196 msgid "All Users" msgstr "" -#: modules/notifications-log/notifications-log.php:205 +#: modules/notifications-log/notifications-log.php:212 msgid "All Workflows" msgstr "" -#: modules/calendar/calendar.php:3685 +#: modules/calendar/library/calendar-methods.php:96 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "" -#: modules/notifications/notifications.php:1651 +#: modules/notifications/notifications.php:1659 msgid "Always notify the author of the content:" msgstr "" -#: modules/notifications/notifications.php:1659 +#: modules/notifications/notifications.php:1667 msgid "Always notify users who have edited the content:" msgstr "" -#: modules/calendar/calendar.php:3733 +#: modules/calendar/library/calendar-methods.php:144 msgid "Always show complete post titles" msgstr "" -#: modules/content-board/content-board.php:1511 -#: modules/content-board/content-board.php:1537 -#: modules/content-board/content-board.php:1596 +#: modules/content-board/content-board.php:843 +#: modules/content-board/library/content-board-methods.php:39 +#: modules/content-board/library/content-board-methods.php:107 msgid "An error occured" msgstr "" -#: modules/calendar/calendar.php:1561 modules/calendar/calendar.php:1672 -#: modules/calendar/calendar.php:1710 modules/calendar/calendar.php:1791 -#: modules/content-board/content-board.php:813 -#: modules/content-board/content-board.php:823 -#: modules/content-board/content-board.php:2257 -#: modules/content-board/content-board.php:2368 -#: modules/content-board/content-board.php:2406 -#: modules/content-board/content-board.php:2487 -#: modules/content-board/content-board.php:2596 -#: modules/content-overview/content-overview.php:832 -#: modules/content-overview/content-overview.php:842 -#: modules/content-overview/content-overview.php:2194 -#: modules/content-overview/content-overview.php:2305 -#: modules/content-overview/content-overview.php:2343 -#: modules/content-overview/content-overview.php:2424 +#: modules/content-board/content-board.php:1055 +#: modules/calendar/library/calendar-utilities.php:181 +#: modules/calendar/library/calendar-utilities.php:292 +#: modules/calendar/library/calendar-utilities.php:330 +#: modules/calendar/library/calendar-utilities.php:410 +#: modules/content-board/library/content-board-utilities.php:548 +#: modules/content-board/library/content-board-utilities.php:558 +#: modules/content-board/library/content-board-utilities.php:729 +#: modules/content-board/library/content-board-utilities.php:840 +#: modules/content-board/library/content-board-utilities.php:878 +#: modules/content-board/library/content-board-utilities.php:958 +#: modules/content-overview/library/content-overview-utilities.php:653 +#: modules/content-overview/library/content-overview-utilities.php:663 +#: modules/content-overview/library/content-overview-utilities.php:834 +#: modules/content-overview/library/content-overview-utilities.php:945 +#: modules/content-overview/library/content-overview-utilities.php:983 +#: modules/content-overview/library/content-overview-utilities.php:1063 msgid "Apply" msgstr "" -#: modules/calendar/calendar.php:2227 -#: modules/content-board/content-board.php:1348 -#: modules/content-board/content-board.php:1497 -#: modules/content-overview/content-overview.php:1373 -#: modules/content-overview/content-overview.php:1522 +#: modules/calendar/library/calendar-utilities.php:676 +#: modules/content-board/library/content-board-utilities.php:71 +#: modules/content-board/library/content-board-utilities.php:337 +#: modules/content-board/library/content-board-utilities.php:483 +#: modules/content-overview/library/content-overview-methods.php:302 +#: modules/content-overview/library/content-overview-utilities.php:145 +#: modules/content-overview/library/content-overview-utilities.php:291 msgid "Apply Changes" msgstr "" -#: modules/calendar/calendar.php:798 +#: modules/calendar/library/calendar-methods.php:1134 msgid "Apr" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:371 +#: modules/editorial-metadata/editorial-metadata.php:372 msgid "" "Are you sure you want to delete this term? Any metadata for this term will " "remain but will not be visible unless this term is re-added." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:219 +#: modules/editorial-metadata/editorial-metadata.php:220 msgid "Assignment" msgstr "" @@ -610,41 +594,43 @@ msgstr "" msgid "asynchronous" msgstr "" -#: modules/calendar/calendar.php:3752 +#: modules/calendar/library/calendar-methods.php:164 msgid "At least one post type must be selected" msgstr "" -#: modules/editorial-comments/editorial-comments.php:564 +#: modules/editorial-comments/editorial-comments.php:571 msgid "Attach file" msgstr "" -#: modules/calendar/calendar.php:802 +#: modules/calendar/library/calendar-methods.php:1138 msgid "Aug" msgstr "" -#: modules/calendar/calendar.php:826 modules/calendar/calendar.php:1477 -#: modules/calendar/calendar.php:2011 modules/calendar/calendar.php:2055 -#: modules/calendar/calendar.php:2883 modules/calendar/calendar.php:4583 -#: modules/calendar/calendar.php:4673 -#: modules/content-board/content-board.php:1063 -#: modules/content-board/content-board.php:1074 -#: modules/content-board/content-board.php:1117 -#: modules/content-board/content-board.php:1176 -#: modules/content-board/content-board.php:1811 -#: modules/content-board/content-board.php:2174 -#: modules/content-overview/content-overview.php:1083 -#: modules/content-overview/content-overview.php:1096 -#: modules/content-overview/content-overview.php:1140 -#: modules/content-overview/content-overview.php:1201 -#: modules/content-overview/content-overview.php:1748 -#: modules/content-overview/content-overview.php:2111 -#: modules/content-overview/content-overview.php:2567 +#: modules/calendar/calendar.php:980 modules/calendar/calendar.php:1201 +#: modules/content-board/content-board.php:695 +#: modules/content-board/content-board.php:706 +#: modules/content-board/content-board.php:749 +#: modules/content-board/content-board.php:808 +#: modules/content-overview/content-overview.php:833 +#: modules/content-overview/content-overview.php:846 +#: modules/content-overview/content-overview.php:890 +#: modules/content-overview/content-overview.php:951 +#: modules/content-overview/content-overview.php:1213 +#: modules/calendar/library/calendar-methods.php:787 +#: modules/calendar/library/calendar-methods.php:1162 +#: modules/calendar/library/calendar-utilities.php:98 +#: modules/calendar/library/calendar-utilities.php:1048 +#: modules/calendar/library/calendar-utilities.php:1163 +#: modules/content-board/library/content-board-utilities.php:647 +#: modules/content-board/library/content-board-utilities.php:1180 +#: modules/content-overview/library/content-overview-utilities.php:506 +#: modules/content-overview/library/content-overview-utilities.php:752 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgstr "" #. 1: author name, 2: author email -#: modules/notifications/notifications.php:2071 +#: modules/notifications/notifications.php:2079 #, php-format msgid "Author: %1$s (%2$s )" msgstr "" @@ -661,18 +647,10 @@ msgstr "" msgid "Auto-draft" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1105 +#: modules/improved-notifications/improved-notifications.php:1106 msgid "Available fields" msgstr "" -#: modules/calendar/calendar.php:3067 -msgid "Back %d weeks" -msgstr "" - -#: modules/calendar/calendar.php:3079 -msgid "Back 1 week" -msgstr "" - #: modules/notifications/notifications.php:393 msgid "Back to notify emails" msgstr "" @@ -685,7 +663,7 @@ msgstr "" msgid "Back to notify users" msgstr "" -#: modules/notifications/notifications.php:1667 +#: modules/notifications/notifications.php:1675 msgid "Blacklisted taxonomies for Notifications" msgstr "" @@ -701,58 +679,58 @@ msgstr "" msgid "Body" msgstr "" -#: modules/content-board/content-board.php:819 -#: modules/content-overview/content-overview.php:838 -#: modules/editorial-comments/editorial-comments.php:580 -#: modules/editorial-metadata/editorial-metadata.php:2132 +#: modules/editorial-comments/editorial-comments.php:587 +#: modules/content-board/library/content-board-utilities.php:554 +#: modules/content-overview/library/content-overview-utilities.php:659 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:425 msgid "Cancel" msgstr "" -#: modules/content-board/content-board.php:892 +#: modules/content-board/library/content-board-methods.php:150 msgid "Card Data updated successfully." msgstr "" -#: modules/calendar/calendar.php:4683 -#: modules/content-board/content-board.php:1821 -#: modules/content-overview/content-overview.php:1758 +#: modules/calendar/library/calendar-methods.php:797 +#: modules/content-board/library/content-board-utilities.php:1190 +#: modules/content-overview/library/content-overview-utilities.php:516 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "" -#: modules/calendar/calendar.php:4588 +#: modules/calendar/library/calendar-utilities.php:1053 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "" msgstr[1] "" -#: modules/content-board/content-board.php:820 -#: modules/content-overview/content-overview.php:839 +#: modules/content-board/library/content-board-utilities.php:555 +#: modules/content-overview/library/content-overview-utilities.php:660 msgid "Change" msgstr "" -#: modules/content-board/content-board.php:1527 -#: modules/content-board/content-board.php:1585 +#: modules/content-board/library/content-board-methods.php:95 +#: modules/content-board/library/content-board-methods.php:123 msgid "Changes saved!" msgstr "" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:477 -#: modules/improved-notifications/improved-notifications.php:1277 +#: modules/improved-notifications/improved-notifications.php:478 +#: modules/improved-notifications/improved-notifications.php:1278 msgid "Channels" msgstr "" -#: publishpress.php:673 +#: publishpress.php:675 msgid "Cheatin’ uh?" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:287 +#: modules/editorial-metadata/editorial-metadata.php:288 msgid "Checkbox" msgstr "" -#: modules/calendar/calendar.php:1692 -#: modules/content-board/content-board.php:2388 -#: modules/content-overview/content-overview.php:2325 +#: modules/calendar/library/calendar-utilities.php:312 +#: modules/content-board/library/content-board-utilities.php:860 +#: modules/content-overview/library/content-overview-utilities.php:965 msgid "Checked" msgstr "" @@ -773,34 +751,34 @@ msgid "Choose Post Types" msgstr "" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:471 -#: modules/improved-notifications/improved-notifications.php:1271 +#: modules/improved-notifications/improved-notifications.php:472 +#: modules/improved-notifications/improved-notifications.php:1272 msgid "Choose the channels where each workflow will send notifications to:" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1107 +#: modules/improved-notifications/improved-notifications.php:1108 msgid "Click here to read more about shortcode options..." msgstr "" -#: modules/calendar/calendar.php:2391 +#: modules/calendar/library/calendar-utilities.php:1293 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "" -#: modules/content-board/content-board.php:1108 +#: modules/content-board/content-board.php:740 msgid "Click the \"Add New\" button to create new card data." msgstr "" -#: modules/content-overview/content-overview.php:1130 +#: modules/content-overview/content-overview.php:880 msgid "Click the \"Add New\" button to create new columns." msgstr "" -#: modules/calendar/calendar.php:2046 -#: modules/content-board/content-board.php:1167 -#: modules/content-overview/content-overview.php:1192 +#: modules/content-board/content-board.php:799 +#: modules/content-overview/content-overview.php:942 +#: modules/calendar/library/calendar-utilities.php:1154 msgid "Click the \"Add New\" button to create new filters." msgstr "" -#: modules/calendar/calendar.php:775 +#: modules/calendar/library/calendar-methods.php:1111 msgid "Click to add" msgstr "" @@ -809,25 +787,25 @@ msgid "" "Click to delete the log file. Be careful, this operation can not be undone. " msgstr "" -#: modules/notifications/notifications.php:573 -#: modules/notifications/notifications.php:945 +#: modules/notifications/notifications.php:581 +#: modules/notifications/notifications.php:953 msgid "Click to start being notified on updates for this post" msgstr "" -#: modules/notifications/notifications.php:569 -#: modules/notifications/notifications.php:939 +#: modules/notifications/notifications.php:577 +#: modules/notifications/notifications.php:947 msgid "Click to stop being notified on updates for this post" msgstr "" -#: modules/calendar/calendar.php:780 +#: modules/calendar/library/calendar-methods.php:1116 msgid "Close" msgstr "" -#: modules/content-overview/content-overview.php:1277 +#: modules/content-overview/library/content-overview-utilities.php:52 msgid "Column Title" msgstr "" -#: modules/content-overview/content-overview.php:911 +#: modules/content-overview/content-overview.php:653 msgid "Column updated successfully." msgstr "" @@ -835,11 +813,11 @@ msgstr "" msgid "Comment" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1241 +#: modules/editorial-comments/editorial-comments.php:1248 msgid "Comment author name field:" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1183 +#: modules/editorial-comments/editorial-comments.php:1190 msgid "Comment deleted successfully." msgstr "" @@ -848,7 +826,7 @@ msgstr "" msgid "Comment: %s (%d)" msgstr "" -#: publishpress.php:669 +#: publishpress.php:671 msgid "Configure" msgstr "" @@ -856,43 +834,43 @@ msgstr "" msgid "Contact" msgstr "" -#: modules/calendar/calendar.php:4700 -#: modules/content-board/content-board.php:1838 -#: modules/content-overview/content-overview.php:1775 -#: modules/improved-notifications/improved-notifications.php:1093 +#: modules/improved-notifications/improved-notifications.php:1094 +#: modules/calendar/library/calendar-methods.php:814 +#: modules/content-board/library/content-board-utilities.php:1207 +#: modules/content-overview/library/content-overview-utilities.php:533 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "" -#: modules/content-board/content-board.php:134 -#: modules/content-board/content-board.php:394 -#: modules/content-board/content-board.php:411 -#: modules/content-board/content-board.php:412 +#: modules/content-board/content-board.php:142 +#: modules/content-board/content-board.php:379 +#: modules/content-board/content-board.php:396 +#: modules/content-board/content-board.php:397 msgid "Content Board" msgstr "" -#: modules/calendar/calendar.php:209 modules/calendar/calendar.php:464 -#: modules/calendar/calendar.php:481 modules/calendar/calendar.php:482 +#: modules/calendar/calendar.php:216 modules/calendar/calendar.php:414 +#: modules/calendar/calendar.php:431 modules/calendar/calendar.php:432 msgid "Content Calendar" msgstr "" -#: modules/content-overview/content-overview.php:148 -#: modules/content-overview/content-overview.php:418 -#: modules/content-overview/content-overview.php:435 -#: modules/content-overview/content-overview.php:436 +#: modules/content-overview/content-overview.php:156 +#: modules/content-overview/content-overview.php:376 +#: modules/content-overview/content-overview.php:393 +#: modules/content-overview/content-overview.php:394 msgid "Content Overview" msgstr "" -#: modules/notifications-log/notifications-log.php:825 +#: modules/notifications-log/notifications-log.php:832 msgid "Content:" msgstr "" -#: modules/calendar/calendar.php:2385 +#: modules/calendar/library/calendar-utilities.php:1287 msgid "Copy to the clipboard" msgstr "" -#: modules/content-board/content-board.php:1757 -#: modules/content-overview/content-overview.php:1694 +#: modules/content-board/library/content-board-utilities.php:1121 +#: modules/content-overview/library/content-overview-utilities.php:447 #, php-format msgid "Create %s" msgstr "" @@ -901,35 +879,35 @@ msgstr "" msgid "Created on" msgstr "" -#: modules/calendar/calendar.php:2308 +#: modules/calendar/library/calendar-utilities.php:1210 msgid "Current week" msgstr "" -#: modules/content-overview/content-overview.php:1129 +#: modules/content-overview/content-overview.php:879 msgid "Custom Columns" msgstr "" -#: modules/calendar/calendar.php:2045 -#: modules/content-board/content-board.php:1166 -#: modules/content-overview/content-overview.php:1191 +#: modules/content-board/content-board.php:798 +#: modules/content-overview/content-overview.php:941 +#: modules/calendar/library/calendar-utilities.php:1153 msgid "Custom filters" msgstr "" -#: modules/content-board/content-board.php:1107 +#: modules/content-board/content-board.php:739 msgid "Custom Items" msgstr "" -#: modules/content-board/content-board.php:1941 +#: modules/content-board/library/content-board-utilities.php:32 msgid "Customize Card Data" msgstr "" -#: modules/content-overview/content-overview.php:1878 +#: modules/content-overview/library/content-overview-methods.php:263 msgid "Customize Columns" msgstr "" -#: modules/calendar/calendar.php:1828 -#: modules/content-board/content-board.php:1951 -#: modules/content-overview/content-overview.php:1888 +#: modules/calendar/library/calendar-utilities.php:450 +#: modules/content-board/library/content-board-utilities.php:42 +#: modules/content-overview/library/content-overview-methods.php:273 msgid "Customize Filters" msgstr "" @@ -941,11 +919,11 @@ msgstr "" msgid "Dashboard Widgets" msgstr "" -#: modules/calendar/calendar.php:4572 -#: modules/content-board/content-board.php:2000 -#: modules/content-overview/content-overview.php:1937 -#: modules/editorial-metadata/editorial-metadata.php:289 +#: modules/editorial-metadata/editorial-metadata.php:290 #: lib/Notifications/Table/Notifications.php:158 +#: modules/calendar/library/calendar-utilities.php:1037 +#: modules/content-board/library/content-board-utilities.php:116 +#: modules/content-overview/library/content-overview-methods.php:347 #: modules/notifications-log/library/NotificationsLogTable.php:490 msgid "Date" msgstr "" @@ -958,37 +936,37 @@ msgstr "" msgid "Debug data" msgstr "" -#: modules/calendar/calendar.php:806 +#: modules/calendar/library/calendar-methods.php:1142 msgid "Dec" msgstr "" -#: modules/content-board/content-board.php:2586 -#: modules/content-board/content-board.php:2603 +#: modules/content-board/content-board.php:1045 +#: modules/content-board/content-board.php:1062 msgid "Default Date" msgstr "" -#: modules/improved-notifications/improved-notifications.php:221 +#: modules/improved-notifications/improved-notifications.php:222 msgid "Default notification channels:" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2007 -#: modules/editorial-metadata/editorial-metadata.php:2037 -#: modules/editorial-metadata/editorial-metadata.php:2320 -#: modules/editorial-metadata/editorial-metadata.php:2350 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:300 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:330 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:611 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:641 msgid "Default option" msgstr "" -#: modules/calendar/calendar.php:3709 +#: modules/calendar/library/calendar-methods.php:120 msgid "Default publish time for items created in the calendar" msgstr "" -#: modules/editorial-comments/editorial-comments.php:645 -#: modules/editorial-metadata/editorial-metadata.php:2010 -#: modules/editorial-metadata/editorial-metadata.php:2040 -#: modules/editorial-metadata/editorial-metadata.php:2323 -#: modules/editorial-metadata/editorial-metadata.php:2353 -#: modules/editorial-metadata/editorial-metadata.php:2671 +#: modules/editorial-comments/editorial-comments.php:652 #: modules/editorial-comments/library/EditorialCommentsTable.php:434 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:161 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:303 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:333 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:614 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:644 #: modules/notifications-log/library/NotificationsLogTable.php:370 #: modules/notifications-log/library/NotificationsLogTable.php:401 msgid "Delete" @@ -1002,9 +980,9 @@ msgstr "" msgid "Delete file" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1882 -#: modules/editorial-metadata/editorial-metadata.php:2181 -#: modules/editorial-metadata/editorial-metadata.php:2558 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:48 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:176 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:474 msgid "Description" msgstr "" @@ -1012,8 +990,9 @@ msgstr "" msgid "Detailed documentation is also available on the plugin website." msgstr "" -#: modules/calendar/calendar.php:3783 modules/dashboard/dashboard.php:368 -#: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 +#: modules/dashboard/dashboard.php:368 modules/dashboard/dashboard.php:391 +#: modules/dashboard/dashboard.php:425 +#: modules/calendar/library/calendar-methods.php:443 msgid "Disabled" msgstr "" @@ -1024,14 +1003,14 @@ msgid "" "loaded file." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1998 -#: modules/editorial-metadata/editorial-metadata.php:2029 -#: modules/editorial-metadata/editorial-metadata.php:2311 -#: modules/editorial-metadata/editorial-metadata.php:2342 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:291 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:322 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:602 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:633 msgid "Display Label" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1268 +#: modules/editorial-comments/editorial-comments.php:1275 msgid "Display Name" msgstr "" @@ -1039,7 +1018,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: modules/calendar/calendar.php:2378 +#: modules/calendar/library/calendar-utilities.php:1280 msgid "Download .ics file" msgstr "" @@ -1047,30 +1026,30 @@ msgstr "" msgid "Draft" msgstr "" -#: modules/content-board/content-board.php:1307 +#: modules/content-board/library/content-board-utilities.php:296 msgid "Drag to change enabled card data order." msgstr "" -#: modules/content-overview/content-overview.php:1332 +#: modules/content-overview/library/content-overview-utilities.php:104 msgid "Drag to change enabled columns order." msgstr "" -#: modules/calendar/calendar.php:2186 -#: modules/content-board/content-board.php:1456 -#: modules/content-overview/content-overview.php:1481 +#: modules/calendar/library/calendar-utilities.php:635 +#: modules/content-board/library/content-board-utilities.php:442 +#: modules/content-overview/library/content-overview-utilities.php:250 msgid "Drag to change enabled filters order." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1965 -#: modules/editorial-metadata/editorial-metadata.php:2280 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:258 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:571 msgid "Dropdown Option" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:288 +#: modules/editorial-metadata/editorial-metadata.php:289 msgid "Dropdown Select" msgstr "" -#: modules/improved-notifications/improved-notifications.php:213 +#: modules/improved-notifications/improved-notifications.php:214 msgid "Duplicated notification threshold:" msgstr "" @@ -1078,18 +1057,18 @@ msgstr "" msgid "E-mails" msgstr "" -#: modules/calendar/calendar.php:817 modules/calendar/calendar.php:2738 -#: modules/calendar/calendar.php:4605 -#: modules/content-board/content-board.php:2715 -#: modules/content-board/content-board.php:2821 -#: modules/content-overview/content-overview.php:2569 -#: modules/content-overview/content-overview.php:3051 -#: modules/editorial-comments/editorial-comments.php:634 -#: modules/editorial-metadata/editorial-metadata.php:2669 +#: modules/content-board/content-board.php:1174 +#: modules/content-board/content-board.php:1280 +#: modules/content-overview/content-overview.php:1215 +#: modules/content-overview/content-overview.php:1697 +#: modules/editorial-comments/editorial-comments.php:641 +#: modules/calendar/library/calendar-methods.php:1153 +#: modules/calendar/library/calendar-utilities.php:1070 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:159 msgid "Edit" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:455 +#: modules/editorial-metadata/editorial-metadata.php:456 msgid "Edit Editorial Fields" msgstr "" @@ -1100,7 +1079,7 @@ msgid "" "deactivate Edit Flow." msgstr "" -#: publishpress.php:1355 +#: publishpress.php:1398 msgid "Edit Notification" msgstr "" @@ -1116,84 +1095,80 @@ msgstr "" msgid "Edit Notify User" msgstr "" -#: modules/calendar/calendar.php:2738 -msgid "Edit this item" -msgstr "" - -#: modules/content-board/content-board.php:2711 -#: modules/content-overview/content-overview.php:3047 +#: modules/content-board/content-board.php:1170 +#: modules/content-overview/content-overview.php:1693 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "" -#: modules/notifications/notifications.php:2090 -#: modules/notifications/notifications.php:2147 +#: modules/notifications/notifications.php:2098 +#: modules/notifications/notifications.php:2155 #, php-format msgid "Edit: %s" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1094 +#: modules/improved-notifications/improved-notifications.php:1095 msgid "Editorial Comment" msgstr "" #: modules/editorial-comments/editorial-comments.php:63 -#: modules/editorial-comments/editorial-comments.php:237 -#: modules/editorial-comments/editorial-comments.php:238 -#: modules/editorial-comments/editorial-comments.php:459 +#: modules/editorial-comments/editorial-comments.php:244 +#: modules/editorial-comments/editorial-comments.php:245 +#: modules/editorial-comments/editorial-comments.php:466 msgid "Editorial Comments" msgstr "" -#: modules/calendar/calendar.php:2063 -#: modules/content-board/content-board.php:1124 -#: modules/content-board/content-board.php:1184 -#: modules/content-overview/content-overview.php:1149 -#: modules/content-overview/content-overview.php:1209 -#: modules/editorial-metadata/editorial-metadata.php:96 -#: modules/editorial-metadata/editorial-metadata.php:510 -#: modules/editorial-metadata/editorial-metadata.php:1747 -#: modules/editorial-metadata/editorial-metadata.php:1748 +#: modules/content-board/content-board.php:756 +#: modules/content-board/content-board.php:816 +#: modules/content-overview/content-overview.php:899 +#: modules/content-overview/content-overview.php:959 +#: modules/editorial-metadata/editorial-metadata.php:95 +#: modules/editorial-metadata/editorial-metadata.php:511 +#: modules/editorial-metadata/editorial-metadata.php:1719 +#: modules/editorial-metadata/editorial-metadata.php:1720 +#: modules/calendar/library/calendar-utilities.php:1171 msgid "Editorial Fields" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:114 +#: modules/editorial-metadata/editorial-metadata.php:113 msgid "Editorial fields order updated." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:110 +#: modules/editorial-metadata/editorial-metadata.php:109 msgid "Editorial fields term added." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:113 +#: modules/editorial-metadata/editorial-metadata.php:112 msgid "Editorial fields term deleted." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:112 +#: modules/editorial-metadata/editorial-metadata.php:111 msgid "Editorial fields term doesn't exist." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:111 +#: modules/editorial-metadata/editorial-metadata.php:110 msgid "Editorial fields term updated." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:115 +#: modules/editorial-metadata/editorial-metadata.php:114 msgid "Editorial fields visibility changed." msgstr "" #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:470 -#: modules/improved-notifications/improved-notifications.php:1270 +#: modules/improved-notifications/improved-notifications.php:471 +#: modules/improved-notifications/improved-notifications.php:1271 msgid "Editorial Notifications" msgstr "" -#: modules/calendar/calendar.php:2358 +#: modules/calendar/library/calendar-utilities.php:1260 msgid "Eight months" msgstr "" -#: modules/calendar/calendar.php:2364 +#: modules/calendar/library/calendar-utilities.php:1266 msgid "Eleven months" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1271 +#: modules/editorial-comments/editorial-comments.php:1278 #: lib/Notifications/Workflow/Step/Channel/Email.php:31 msgid "Email" msgstr "" @@ -1202,62 +1177,63 @@ msgstr "" msgid "email" msgstr "" -#: modules/notifications/notifications.php:1643 +#: modules/notifications/notifications.php:1651 msgid "Email from:" msgstr "" -#: modules/content-overview/content-overview.php:1250 +#: modules/content-overview/library/content-overview-utilities.php:25 msgid "Enable Columns" msgstr "" -#: modules/calendar/calendar.php:2104 -#: modules/content-board/content-board.php:1374 -#: modules/content-overview/content-overview.php:1399 +#: modules/calendar/library/calendar-utilities.php:556 +#: modules/content-board/library/content-board-utilities.php:363 +#: modules/content-overview/library/content-overview-utilities.php:171 msgid "Enable Filters" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1234 +#: modules/editorial-comments/editorial-comments.php:1241 msgid "Enable for these post types:" msgstr "" -#: modules/content-board/content-board.php:1225 +#: modules/content-board/library/content-board-utilities.php:217 msgid "Enable or Disable" msgstr "" -#: modules/content-board/content-board.php:1231 +#: modules/content-board/library/content-board-utilities.php:223 msgid "Enable or Disable Content Board Card Data." msgstr "" -#: modules/content-board/content-board.php:1380 +#: modules/content-board/library/content-board-utilities.php:369 msgid "Enable or Disable Content Board filter." msgstr "" -#: modules/calendar/calendar.php:2110 +#: modules/calendar/library/calendar-utilities.php:562 msgid "Enable or Disable Content calendar filter." msgstr "" -#: modules/content-overview/content-overview.php:1405 +#: modules/content-overview/library/content-overview-utilities.php:177 msgid "Enable or Disable Content Overview filter." msgstr "" -#: modules/content-overview/content-overview.php:1256 +#: modules/content-overview/library/content-overview-utilities.php:31 msgid "Enable or Disable Content Overview table column." msgstr "" -#: modules/calendar/calendar.php:3677 +#: modules/calendar/library/calendar-methods.php:88 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "" -#: modules/calendar/calendar.php:3784 modules/dashboard/dashboard.php:369 -#: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 +#: modules/dashboard/dashboard.php:369 modules/dashboard/dashboard.php:392 +#: modules/dashboard/dashboard.php:426 +#: modules/calendar/library/calendar-methods.php:444 msgid "Enabled" msgstr "" -#: modules/modules-settings/modules-settings.php:219 +#: modules/modules-settings/modules-settings.php:223 msgid "Enabled features" msgstr "" -#: modules/calendar/calendar.php:2326 +#: modules/calendar/library/calendar-utilities.php:1228 msgid "End date" msgstr "" @@ -1265,14 +1241,14 @@ msgstr "" msgid "Enhance the power of PublishPress Planner with the Pro version:" msgstr "" -#: modules/notifications/notifications.php:638 +#: modules/notifications/notifications.php:646 msgid "" "Enter any users, roles, or email address that should receive notifications " "from workflows." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1970 -#: modules/editorial-metadata/editorial-metadata.php:2283 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:263 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:574 msgid "" "Enter the dropdown option value and label. You can move options to change " "their order." @@ -1283,27 +1259,27 @@ msgstr "" msgid "Error" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1359 +#: modules/editorial-metadata/editorial-metadata.php:1331 msgid "Error adding term." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1618 +#: modules/editorial-metadata/editorial-metadata.php:1590 msgid "Error deleting term." msgstr "" -#: modules/content-board/content-board.php:1551 +#: modules/content-board/library/content-board-methods.php:53 msgid "Error fetching post data." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1509 -#: modules/editorial-metadata/editorial-metadata.php:1552 +#: modules/editorial-metadata/editorial-metadata.php:1481 +#: modules/editorial-metadata/editorial-metadata.php:1524 msgid "Error updating term." msgstr "" -#: modules/content-board/content-board.php:1515 -#: modules/content-board/content-board.php:1541 -#: modules/content-board/content-board.php:1600 -#: modules/content-overview/content-overview.php:1538 +#: modules/content-board/content-board.php:847 +#: modules/content-overview/content-overview.php:990 +#: modules/content-board/library/content-board-methods.php:43 +#: modules/content-board/library/content-board-methods.php:111 msgid "Error validating nonce. Please reload this page and try again." msgstr "" @@ -1316,13 +1292,13 @@ msgstr "" msgid "Excerpt View" msgstr "" -#: modules/improved-notifications/improved-notifications.php:249 +#: modules/improved-notifications/improved-notifications.php:250 msgid "Existing Post is updated" msgstr "" -#: modules/calendar/calendar.php:1731 -#: modules/content-board/content-board.php:2427 -#: modules/content-overview/content-overview.php:2364 +#: modules/calendar/library/calendar-utilities.php:351 +#: modules/content-board/library/content-board-utilities.php:899 +#: modules/content-overview/library/content-overview-utilities.php:1004 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1336,23 +1312,23 @@ msgstr "" msgid "Features" msgstr "" -#: modules/calendar/calendar.php:796 +#: modules/calendar/library/calendar-methods.php:1132 msgid "Feb" msgstr "" -#: modules/modules-settings/modules-settings.php:213 +#: modules/modules-settings/modules-settings.php:217 msgid "Feel free to select only the features you need." msgstr "" -#: modules/improved-notifications/improved-notifications.php:1100 +#: modules/improved-notifications/improved-notifications.php:1101 msgid "field" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2557 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:47 msgid "Field Type" msgstr "" -#: modules/calendar/calendar.php:3717 +#: modules/calendar/library/calendar-methods.php:128 msgid "Field used for sorting the calendar items in a day cell" msgstr "" @@ -1377,7 +1353,7 @@ msgstr "" msgid "Filter by notify user" msgstr "" -#: modules/calendar/calendar.php:1943 +#: modules/calendar/calendar.php:912 msgid "Filter reset successfully." msgstr "" @@ -1385,71 +1361,63 @@ msgstr "" msgid "Filter the content?" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1930 -#: modules/editorial-metadata/editorial-metadata.php:2246 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:223 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:537 msgid "" "Filter the list of users in the editorial meta to users in the selected " "roles." msgstr "" -#: modules/calendar/calendar.php:2131 -#: modules/content-board/content-board.php:1401 -#: modules/content-overview/content-overview.php:1426 +#: modules/calendar/library/calendar-utilities.php:583 +#: modules/content-board/library/content-board-utilities.php:390 +#: modules/content-overview/library/content-overview-utilities.php:198 msgid "Filter Title" msgstr "" -#: modules/calendar/calendar.php:1938 -#: modules/content-board/content-board.php:906 -#: modules/content-overview/content-overview.php:925 +#: modules/calendar/calendar.php:907 +#: modules/content-overview/content-overview.php:667 +#: modules/content-board/library/content-board-methods.php:164 msgid "Filter updated successfully." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:211 +#: modules/editorial-metadata/editorial-metadata.php:212 msgid "First Draft Date" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1269 +#: modules/editorial-comments/editorial-comments.php:1276 msgid "First Name" msgstr "" -#: modules/calendar/calendar.php:2352 +#: modules/calendar/library/calendar-utilities.php:1254 msgid "Five months" msgstr "" -#: modules/calendar/calendar.php:2318 +#: modules/calendar/library/calendar-utilities.php:1220 msgid "Five months ago" msgstr "" -#: modules/improved-notifications/improved-notifications.php:945 +#: modules/improved-notifications/improved-notifications.php:946 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1097 +#: modules/improved-notifications/improved-notifications.php:1098 msgid "Format" msgstr "" -#: modules/calendar/calendar.php:3033 -msgid "Forward %d weeks" -msgstr "" - -#: modules/calendar/calendar.php:3018 -msgid "Forward 1 week" -msgstr "" - -#: modules/calendar/calendar.php:2350 +#: modules/calendar/library/calendar-utilities.php:1252 msgid "Four months" msgstr "" -#: modules/calendar/calendar.php:2316 +#: modules/calendar/library/calendar-utilities.php:1218 msgid "Four months ago" msgstr "" -#: modules/calendar/calendar.php:2337 +#: modules/calendar/library/calendar-utilities.php:1239 msgid "Four weeks" msgstr "" -#: modules/calendar/calendar.php:793 +#: modules/calendar/library/calendar-methods.php:1129 msgid "Fri" msgstr "" @@ -1457,11 +1425,11 @@ msgstr "" msgid "From date" msgstr "" -#: modules/improved-notifications/improved-notifications.php:915 +#: modules/improved-notifications/improved-notifications.php:916 msgid "Help" msgstr "" -#: modules/calendar/calendar.php:777 +#: modules/calendar/library/calendar-methods.php:1113 #, php-format msgid "Hide the %s last items" msgstr "" @@ -1474,20 +1442,20 @@ msgstr "" msgid "https://publishpress.com/" msgstr "" -#: modules/calendar/calendar.php:243 +#: modules/calendar/calendar.php:250 msgid "" "iCal secret key regenerated. Please inform all users they will need to " "resubscribe." msgstr "" -#: modules/calendar/calendar.php:4567 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 +#: modules/calendar/library/calendar-utilities.php:1032 msgid "ID" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2068 -#: modules/editorial-metadata/editorial-metadata.php:2383 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:361 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:674 msgid "" "If enabled, this field will be available when adding new posts on the " "Content Calendar and Overview screen." @@ -1508,30 +1476,30 @@ msgid "" "don't hesitate to contact the support team. E-mail us:" msgstr "" -#: modules/content-board/content-board.php:1114 +#: modules/content-board/content-board.php:746 msgid "Inbuilt Card Data" msgstr "" -#: modules/content-overview/content-overview.php:1136 +#: modules/content-overview/content-overview.php:886 msgid "Inbuilt Columns" msgstr "" -#: modules/calendar/calendar.php:2052 -#: modules/content-board/content-board.php:1173 -#: modules/content-overview/content-overview.php:1198 +#: modules/content-board/content-board.php:805 +#: modules/content-overview/content-overview.php:948 +#: modules/calendar/library/calendar-utilities.php:1160 msgid "Inbuilt filters" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1958 -#: modules/editorial-metadata/editorial-metadata.php:2275 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:251 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:566 msgid "Indicate the select type." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2219 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:511 msgid "Indicate the type of editorial fields." msgstr "" -#: modules/calendar/calendar.php:2463 +#: modules/calendar/calendar.php:1150 msgid "Initializing the calendar. Please wait..." msgstr "" @@ -1551,33 +1519,33 @@ msgstr "" msgid "Invalid channel for the notification" msgstr "" -#: modules/editorial-comments/editorial-comments.php:757 -#: modules/editorial-comments/editorial-comments.php:898 -#: modules/editorial-comments/editorial-comments.php:1030 -#: modules/editorial-comments/editorial-comments.php:1146 +#: modules/editorial-comments/editorial-comments.php:764 +#: modules/editorial-comments/editorial-comments.php:905 +#: modules/editorial-comments/editorial-comments.php:1037 +#: modules/editorial-comments/editorial-comments.php:1153 msgid "Invalid comment data" msgstr "" -#: modules/calendar/calendar.php:4428 +#: modules/calendar/library/calendar-methods.php:724 msgid "Invalid date" msgstr "" -#: modules/content-board/content-board.php:1517 -#: modules/content-board/content-board.php:1543 -#: modules/content-board/content-board.php:1602 -#: modules/content-overview/content-overview.php:1540 +#: modules/content-board/content-board.php:849 +#: modules/content-overview/content-overview.php:992 +#: modules/content-board/library/content-board-methods.php:45 +#: modules/content-board/library/content-board-methods.php:113 msgid "Invalid form request." msgstr "" -#: modules/calendar/calendar.php:4408 +#: modules/calendar/library/calendar-methods.php:704 msgid "Invalid input" msgstr "" -#: core/Error.php:80 modules/calendar/calendar.php:4399 +#: core/Error.php:80 modules/calendar/library/calendar-methods.php:695 msgid "Invalid nonce" msgstr "" -#: modules/calendar/calendar.php:4866 +#: modules/calendar/library/calendar-methods.php:1658 msgid "Invalid Publish Date supplied." msgstr "" @@ -1585,47 +1553,47 @@ msgstr "" msgid "Invalid receiver for the notification" msgstr "" -#: modules/calendar/calendar.php:4842 +#: modules/calendar/library/calendar-methods.php:1634 msgid "Invalid Status supplied." msgstr "" -#: modules/calendar/calendar.php:2467 +#: modules/calendar/calendar.php:1154 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." msgstr "" -#: modules/calendar/calendar.php:795 +#: modules/calendar/library/calendar-methods.php:1131 msgid "Jan" msgstr "" -#: modules/calendar/calendar.php:801 +#: modules/calendar/library/calendar-methods.php:1137 msgid "Jul" msgstr "" -#: modules/calendar/calendar.php:800 +#: modules/calendar/library/calendar-methods.php:1136 msgid "Jun" msgstr "" -#: modules/content-overview/content-overview.php:1085 -#: modules/content-overview/content-overview.php:1142 +#: modules/content-overview/content-overview.php:835 +#: modules/content-overview/content-overview.php:892 msgid "Last Modified" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1270 +#: modules/editorial-comments/editorial-comments.php:1277 msgid "Last Name" msgstr "" -#: modules/calendar/calendar.php:774 +#: modules/calendar/library/calendar-methods.php:1110 msgid "Loading item..." msgstr "" -#: modules/calendar/calendar.php:773 -#: modules/notifications-log/notifications-log.php:210 +#: modules/notifications-log/notifications-log.php:217 +#: modules/calendar/library/calendar-methods.php:1109 msgid "Loading..." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:290 +#: modules/editorial-metadata/editorial-metadata.php:291 msgid "Location" msgstr "" @@ -1641,22 +1609,28 @@ msgstr "" msgid "Log file not found." msgstr "" -#: modules/calendar/calendar.php:797 +#: modules/calendar/library/calendar-methods.php:1133 msgid "Mar" msgstr "" -#: modules/calendar/calendar.php:3725 +#: modules/calendar/library/calendar-methods.php:136 msgid "Max visible posts per date" msgstr "" -#: modules/calendar/calendar.php:799 +#: modules/content-board/library/content-board-utilities.php:63 +#: modules/content-overview/library/content-overview-methods.php:294 +msgid "Maximum Post Results" +msgstr "" + +#: modules/calendar/library/calendar-methods.php:1135 msgid "May" msgstr "" -#: modules/calendar/calendar.php:1264 modules/calendar/calendar.php:1822 -#: modules/calendar/calendar.php:1823 -#: modules/content-board/content-board.php:1937 -#: modules/content-overview/content-overview.php:1874 +#: modules/calendar/calendar.php:730 +#: modules/calendar/library/calendar-utilities.php:444 +#: modules/calendar/library/calendar-utilities.php:445 +#: modules/content-board/library/content-board-utilities.php:28 +#: modules/content-overview/library/content-overview-methods.php:259 msgid "Me Mode" msgstr "" @@ -1664,22 +1638,22 @@ msgstr "" msgid "Message" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1106 +#: modules/improved-notifications/improved-notifications.php:1107 msgid "Meta fields" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1992 -#: modules/editorial-metadata/editorial-metadata.php:2023 -#: modules/editorial-metadata/editorial-metadata.php:2305 -#: modules/editorial-metadata/editorial-metadata.php:2336 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:285 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:316 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:596 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:627 msgid "Meta Value" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1451 +#: modules/editorial-metadata/editorial-metadata.php:1423 msgid "Metadata name conflicts with existing term. Please choose another." msgstr "" -#: modules/improved-notifications/improved-notifications.php:420 +#: modules/improved-notifications/improved-notifications.php:421 msgid "minutes" msgstr "" @@ -1691,7 +1665,7 @@ msgstr "" msgid "Modified on" msgstr "" -#: modules/calendar/calendar.php:789 +#: modules/calendar/library/calendar-methods.php:1125 msgid "Mon" msgstr "" @@ -1707,28 +1681,27 @@ msgstr "" msgid "Most Used Notify User" msgstr "" -#: modules/content-board/content-board.php:2637 -#: modules/content-board/content-board.php:2779 +#: modules/content-board/content-board.php:1022 msgid "Move posts here to change their status" msgstr "" -#: modules/content-board/content-board.php:2723 -#: modules/content-overview/content-overview.php:3059 +#: modules/content-board/content-board.php:1182 +#: modules/content-overview/content-overview.php:1705 msgid "Move this item to the Trash" msgstr "" -#: modules/calendar/calendar.php:776 +#: modules/calendar/library/calendar-methods.php:1112 msgid "Moving the item..." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1941 -#: modules/editorial-metadata/editorial-metadata.php:2255 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:234 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:546 msgid "Multiple Select" msgstr "" -#: modules/improved-notifications/improved-notifications.php:475 -#: modules/improved-notifications/improved-notifications.php:1258 -#: modules/improved-notifications/improved-notifications.php:1275 +#: modules/improved-notifications/improved-notifications.php:476 +#: modules/improved-notifications/improved-notifications.php:1259 +#: modules/improved-notifications/improved-notifications.php:1276 msgid "Muted" msgstr "" @@ -1736,27 +1709,27 @@ msgstr "" msgid "My Content Notifications" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2150 -#: modules/editorial-metadata/editorial-metadata.php:2555 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:45 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:443 msgid "Name" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1300 -#: modules/editorial-metadata/editorial-metadata.php:1460 +#: modules/editorial-metadata/editorial-metadata.php:1272 +#: modules/editorial-metadata/editorial-metadata.php:1432 msgid "Name already in use. Please choose another." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1310 -#: modules/editorial-metadata/editorial-metadata.php:1317 -#: modules/editorial-metadata/editorial-metadata.php:1473 +#: modules/editorial-metadata/editorial-metadata.php:1282 +#: modules/editorial-metadata/editorial-metadata.php:1289 +#: modules/editorial-metadata/editorial-metadata.php:1445 msgid "Name cannot exceed 200 characters. Please try a shorter name." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1293 +#: modules/editorial-metadata/editorial-metadata.php:1265 msgid "Name conflicts with existing term. Please choose another." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1465 +#: modules/editorial-metadata/editorial-metadata.php:1437 msgid "" "Name conflicts with slug for another term. Please choose something else." msgstr "" @@ -1769,7 +1742,7 @@ msgstr "" msgid "New" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:458 +#: modules/editorial-metadata/editorial-metadata.php:459 msgid "New Editorial Fields" msgstr "" @@ -1785,16 +1758,16 @@ msgstr "" msgid "New Notify User" msgstr "" -#: modules/content-board/content-board.php:1968 -#: modules/content-overview/content-overview.php:1905 +#: modules/content-board/library/content-board-utilities.php:84 +#: modules/content-overview/library/content-overview-methods.php:315 msgid "New Post" msgstr "" -#: modules/improved-notifications/improved-notifications.php:291 +#: modules/improved-notifications/improved-notifications.php:292 msgid "New Post is created in Draft status" msgstr "" -#: modules/improved-notifications/improved-notifications.php:340 +#: modules/improved-notifications/improved-notifications.php:341 msgid "New Post is Published" msgstr "" @@ -1807,32 +1780,32 @@ msgstr "" msgid "New status" msgstr "" -#: modules/calendar/calendar.php:822 -#: modules/content-board/content-board.php:2826 -#: modules/content-overview/content-overview.php:2574 +#: modules/content-board/content-board.php:1285 +#: modules/content-overview/content-overview.php:1220 +#: modules/calendar/library/calendar-methods.php:1158 msgid "Next Post" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1266 +#: modules/editorial-comments/editorial-comments.php:1273 msgid "Nickname" msgstr "" -#: modules/calendar/calendar.php:2360 +#: modules/calendar/library/calendar-utilities.php:1262 msgid "Nine months" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2057 -#: modules/editorial-metadata/editorial-metadata.php:2368 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:143 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:350 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:659 msgid "No" msgstr "" -#: modules/notifications/notifications.php:707 +#: modules/notifications/notifications.php:715 #, php-format msgid "No active notifications found for this %s." msgstr "" -#: modules/calendar/calendar.php:4801 +#: modules/calendar/library/calendar-methods.php:1593 msgid "No date supplied." msgstr "" @@ -1840,19 +1813,19 @@ msgstr "" msgid "No editorial comments." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2645 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:135 msgid "No editorial fields found." msgstr "" -#: modules/calendar/calendar.php:4419 +#: modules/calendar/library/calendar-methods.php:715 msgid "No enough permissions" msgstr "" -#: publishpress.php:1359 publishpress.php:1360 +#: publishpress.php:1402 publishpress.php:1403 msgid "No notification found" msgstr "" -#: modules/notifications-log/notifications-log.php:284 +#: modules/notifications-log/notifications-log.php:291 msgid "No notifications found." msgstr "" @@ -1871,12 +1844,12 @@ msgstr "" msgid "No notify users" msgstr "" -#: modules/content-board/content-board.php:2800 -#: modules/content-overview/content-overview.php:2543 +#: modules/content-board/content-board.php:1259 +#: modules/content-overview/content-overview.php:1189 msgid "No results found" msgstr "" -#: modules/calendar/calendar.php:815 +#: modules/calendar/library/calendar-methods.php:1151 msgid "No terms" msgstr "" @@ -1884,23 +1857,22 @@ msgstr "" msgid "No workflows found." msgstr "" -#: modules/editorial-comments/editorial-comments.php:749 +#: modules/editorial-comments/editorial-comments.php:756 msgid "" "Nonce check failed. Please ensure you're supposed to be adding editorial " "comments." msgstr "" -#: modules/editorial-comments/editorial-comments.php:887 -#: modules/editorial-comments/editorial-comments.php:1019 -#: modules/editorial-comments/editorial-comments.php:1136 +#: modules/editorial-comments/editorial-comments.php:894 +#: modules/editorial-comments/editorial-comments.php:1026 +#: modules/editorial-comments/editorial-comments.php:1143 msgid "" "Nonce check failed. Please ensure you're supposed to be editing editorial " "comments." msgstr "" -#: modules/calendar/calendar.php:2718 -#: modules/content-board/content-board.php:3137 -#: modules/content-overview/content-overview.php:2927 +#: modules/content-board/content-board.php:1596 +#: modules/content-overview/content-overview.php:1573 msgid "None" msgstr "" @@ -1912,8 +1884,8 @@ msgstr "" msgid "Notepad" msgstr "" -#: publishpress.php:1353 publishpress.php:1358 -#: modules/notifications-log/notifications-log.php:209 +#: publishpress.php:1396 publishpress.php:1401 +#: modules/notifications-log/notifications-log.php:216 msgid "Notification" msgstr "" @@ -1921,17 +1893,17 @@ msgstr "" msgid "Notification log not found" msgstr "" -#: publishpress.php:1352 publishpress.php:1357 +#: publishpress.php:1395 publishpress.php:1400 #: modules/notifications/notifications.php:72 -#: modules/notifications/notifications.php:601 +#: modules/notifications/notifications.php:609 msgid "Notifications" msgstr "" -#: modules/improved-notifications/improved-notifications.php:863 +#: modules/improved-notifications/improved-notifications.php:864 #: modules/notifications-log/notifications-log.php:75 -#: modules/notifications-log/notifications-log.php:263 -#: modules/notifications-log/notifications-log.php:489 -#: modules/notifications-log/notifications-log.php:490 +#: modules/notifications-log/notifications-log.php:270 +#: modules/notifications-log/notifications-log.php:496 +#: modules/notifications-log/notifications-log.php:497 msgid "Notifications Log" msgstr "" @@ -1946,12 +1918,12 @@ msgstr "" msgid "Notify Emails" msgstr "" -#: modules/notifications/notifications.php:574 -#: modules/notifications/notifications.php:944 +#: modules/notifications/notifications.php:582 +#: modules/notifications/notifications.php:952 msgid "Notify me" msgstr "" -#: modules/improved-notifications/improved-notifications.php:375 +#: modules/improved-notifications/improved-notifications.php:376 msgid "Notify on editorial comments" msgstr "" @@ -1977,15 +1949,15 @@ msgstr "" msgid "Notify Users" msgstr "" -#: modules/calendar/calendar.php:805 +#: modules/calendar/library/calendar-methods.php:1141 msgid "Nov" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:291 +#: modules/editorial-metadata/editorial-metadata.php:292 msgid "Number" msgstr "" -#: modules/calendar/calendar.php:804 +#: modules/calendar/library/calendar-methods.php:1140 msgid "Oct" msgstr "" @@ -1994,41 +1966,41 @@ msgstr "" msgid "Old post status: %s" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1101 +#: modules/improved-notifications/improved-notifications.php:1102 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." msgstr "" -#: modules/calendar/calendar.php:2343 +#: modules/calendar/library/calendar-utilities.php:1245 msgid "One month" msgstr "" -#: modules/calendar/calendar.php:2310 +#: modules/calendar/library/calendar-utilities.php:1212 msgid "One month ago" msgstr "" -#: modules/calendar/calendar.php:2331 +#: modules/calendar/library/calendar-utilities.php:1233 msgid "One week" msgstr "" -#: modules/content-board/content-board.php:2637 -#: modules/content-board/content-board.php:2779 +#: modules/content-board/content-board.php:1096 +#: modules/content-board/content-board.php:1238 msgid "Only editable posts will be moveable." msgstr "" -#: modules/improved-notifications/improved-notifications.php:906 +#: modules/improved-notifications/improved-notifications.php:907 msgid "Options" msgstr "" -#: modules/calendar/calendar.php:251 +#: modules/calendar/calendar.php:258 #: modules/editorial-comments/editorial-comments.php:82 -#: modules/editorial-metadata/editorial-metadata.php:120 +#: modules/editorial-metadata/editorial-metadata.php:119 #: modules/notifications/notifications.php:93 msgid "Overview" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:292 +#: modules/editorial-metadata/editorial-metadata.php:293 msgid "Paragraph" msgstr "" @@ -2056,9 +2028,9 @@ msgstr "" msgid "Parent Notify User:" msgstr "" -#: modules/calendar/calendar.php:1730 -#: modules/content-board/content-board.php:2426 -#: modules/content-overview/content-overview.php:2363 +#: modules/calendar/library/calendar-utilities.php:350 +#: modules/content-board/library/content-board-utilities.php:898 +#: modules/content-overview/library/content-overview-utilities.php:1003 msgid "Passed" msgstr "" @@ -2070,40 +2042,41 @@ msgstr "" msgid "Pending Review" msgstr "" -#: modules/calendar/calendar.php:1857 modules/calendar/calendar.php:1858 +#: modules/calendar/library/calendar-utilities.php:479 +#: modules/calendar/library/calendar-utilities.php:480 msgid "Period" msgstr "" -#: publishpress.php:588 +#: publishpress.php:590 msgid "Planner" msgstr "" -#: publishpress.php:672 +#: publishpress.php:674 msgid "Please correct your form errors below and try again." msgstr "" -#: modules/editorial-comments/editorial-comments.php:780 -#: modules/editorial-comments/editorial-comments.php:944 +#: modules/editorial-comments/editorial-comments.php:787 +#: modules/editorial-comments/editorial-comments.php:951 msgid "Please enter a comment." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1437 +#: modules/editorial-metadata/editorial-metadata.php:1409 msgid "Please enter a name for the editorial fields" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1280 +#: modules/editorial-metadata/editorial-metadata.php:1252 msgid "Please enter a name for the editorial fields." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1287 +#: modules/editorial-metadata/editorial-metadata.php:1259 msgid "Please enter a slug for the editorial fields." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1442 +#: modules/editorial-metadata/editorial-metadata.php:1414 msgid "Please enter a valid, non-numeric name for the editorial fields." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1327 +#: modules/editorial-metadata/editorial-metadata.php:1299 msgid "Please select a valid metadata type." msgstr "" @@ -2111,13 +2084,13 @@ msgstr "" msgid "Please select at least one event" msgstr "" -#: modules/calendar/calendar.php:787 -#: modules/content-board/content-board.php:1766 -#: modules/content-overview/content-overview.php:1703 +#: modules/calendar/library/calendar-methods.php:1123 +#: modules/content-board/library/content-board-utilities.php:1130 +#: modules/content-overview/library/content-overview-utilities.php:456 msgid "Please, wait! Loading the form fields..." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:453 +#: modules/editorial-metadata/editorial-metadata.php:454 msgid "Popular Editorial Fields" msgstr "" @@ -2133,7 +2106,7 @@ msgstr "" msgid "Popular Notify Users" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2554 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:44 msgid "Position" msgstr "" @@ -2141,27 +2114,27 @@ msgstr "" msgid "Post" msgstr "" -#: modules/calendar/calendar.php:4942 +#: modules/calendar/library/calendar-methods.php:1734 msgid "Post could not be created" msgstr "" -#: modules/calendar/calendar.php:4935 +#: modules/calendar/library/calendar-methods.php:1727 msgid "Post created successfully" msgstr "" -#: modules/calendar/calendar.php:816 -#: modules/content-board/content-board.php:2820 -#: modules/content-overview/content-overview.php:1084 -#: modules/content-overview/content-overview.php:1141 -#: modules/content-overview/content-overview.php:2568 +#: modules/content-board/content-board.php:1279 +#: modules/content-overview/content-overview.php:834 +#: modules/content-overview/content-overview.php:891 +#: modules/content-overview/content-overview.php:1214 +#: modules/calendar/library/calendar-methods.php:1152 msgid "Post Date" msgstr "" -#: modules/calendar/calendar.php:233 +#: modules/calendar/calendar.php:240 msgid "Post date updated." msgstr "" -#: publishpress.php:678 +#: publishpress.php:680 msgid "Post does not exist" msgstr "" @@ -2169,25 +2142,28 @@ msgstr "" msgid "Post ID: %d" msgstr "" -#: modules/calendar/calendar.php:4414 +#: modules/calendar/library/calendar-methods.php:710 msgid "Post not found" msgstr "" -#: modules/calendar/calendar.php:823 modules/calendar/calendar.php:1422 -#: modules/calendar/calendar.php:2054 modules/calendar/calendar.php:4026 -#: modules/calendar/calendar.php:4578 modules/calendar/calendar.php:4658 -#: modules/content-board/content-board.php:1175 -#: modules/content-board/content-board.php:1796 -#: modules/content-board/content-board.php:2121 -#: modules/content-board/content-board.php:2827 -#: modules/content-overview/content-overview.php:1200 -#: modules/content-overview/content-overview.php:1733 -#: modules/content-overview/content-overview.php:2058 -#: modules/content-overview/content-overview.php:2575 +#: modules/content-board/content-board.php:807 +#: modules/content-board/content-board.php:1286 +#: modules/content-overview/content-overview.php:950 +#: modules/content-overview/content-overview.php:1221 +#: modules/calendar/library/calendar-methods.php:353 +#: modules/calendar/library/calendar-methods.php:772 +#: modules/calendar/library/calendar-methods.php:1159 +#: modules/calendar/library/calendar-utilities.php:43 +#: modules/calendar/library/calendar-utilities.php:1043 +#: modules/calendar/library/calendar-utilities.php:1162 +#: modules/content-board/library/content-board-utilities.php:594 +#: modules/content-board/library/content-board-utilities.php:1165 +#: modules/content-overview/library/content-overview-utilities.php:491 +#: modules/content-overview/library/content-overview-utilities.php:699 msgid "Post Status" msgstr "" -#: modules/calendar/calendar.php:234 +#: modules/calendar/calendar.php:241 msgid "Post status updated." msgstr "" @@ -2195,21 +2171,22 @@ msgstr "" msgid "Post Status Widget" msgstr "" -#: modules/calendar/calendar.php:1508 modules/calendar/calendar.php:2012 -#: modules/calendar/calendar.php:2056 modules/calendar/calendar.php:2891 -#: modules/calendar/calendar.php:4562 -#: modules/content-board/content-board.php:1062 -#: modules/content-board/content-board.php:1075 -#: modules/content-board/content-board.php:1116 -#: modules/content-board/content-board.php:1177 -#: modules/content-board/content-board.php:1784 -#: modules/content-board/content-board.php:2204 -#: modules/content-overview/content-overview.php:1082 -#: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1139 -#: modules/content-overview/content-overview.php:1202 -#: modules/content-overview/content-overview.php:1721 -#: modules/content-overview/content-overview.php:2141 +#: modules/calendar/calendar.php:981 modules/calendar/calendar.php:1209 +#: modules/content-board/content-board.php:694 +#: modules/content-board/content-board.php:707 +#: modules/content-board/content-board.php:748 +#: modules/content-board/content-board.php:809 +#: modules/content-overview/content-overview.php:832 +#: modules/content-overview/content-overview.php:847 +#: modules/content-overview/content-overview.php:889 +#: modules/content-overview/content-overview.php:952 +#: modules/calendar/library/calendar-utilities.php:129 +#: modules/calendar/library/calendar-utilities.php:1027 +#: modules/calendar/library/calendar-utilities.php:1164 +#: modules/content-board/library/content-board-utilities.php:677 +#: modules/content-board/library/content-board-utilities.php:1153 +#: modules/content-overview/library/content-overview-utilities.php:479 +#: modules/content-overview/library/content-overview-utilities.php:782 msgid "Post Type" msgstr "" @@ -2217,11 +2194,11 @@ msgstr "" msgid "Post type" msgstr "" -#: modules/calendar/calendar.php:785 +#: modules/calendar/library/calendar-methods.php:1121 msgid "Post type not found" msgstr "" -#: modules/calendar/calendar.php:786 +#: modules/calendar/library/calendar-methods.php:1122 msgid "Post type:" msgstr "" @@ -2230,17 +2207,17 @@ msgstr "" msgid "Post type: %s" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2556 +#: modules/editorial-metadata/library/editorial-metadata-list-table.php:46 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Post_Type.php:34 msgid "Post Types" msgstr "" -#: modules/calendar/calendar.php:3669 +#: modules/calendar/library/calendar-methods.php:80 msgid "Post types to show" msgstr "" -#: modules/content-board/content-board.php:253 -#: modules/content-overview/content-overview.php:263 +#: modules/content-board/library/content-board-methods.php:444 +#: modules/content-overview/library/content-overview-methods.php:167 msgid "Post types to show:" msgstr "" @@ -2248,29 +2225,28 @@ msgstr "" msgid "Posts at a Glance" msgstr "" -#: modules/calendar/calendar.php:3701 +#: modules/calendar/library/calendar-methods.php:112 msgid "Posts publish time format" msgstr "" -#: modules/calendar/calendar.php:819 modules/calendar/calendar.php:2762 -#: modules/calendar/calendar.php:4622 -#: modules/content-board/content-board.php:2756 -#: modules/content-board/content-board.php:2823 -#: modules/content-overview/content-overview.php:2571 -#: modules/content-overview/content-overview.php:3092 +#: modules/content-board/content-board.php:1215 +#: modules/content-board/content-board.php:1282 +#: modules/content-overview/content-overview.php:1217 +#: modules/content-overview/content-overview.php:1738 +#: modules/calendar/library/calendar-methods.php:1155 +#: modules/calendar/library/calendar-utilities.php:1087 msgid "Preview" msgstr "" -#: modules/calendar/calendar.php:2759 -#: modules/content-board/content-board.php:2753 -#: modules/content-overview/content-overview.php:3089 +#: modules/content-board/content-board.php:1212 +#: modules/content-overview/content-overview.php:1735 #, php-format msgid "Preview “%s”" msgstr "" -#: modules/calendar/calendar.php:821 -#: modules/content-board/content-board.php:2825 -#: modules/content-overview/content-overview.php:2573 +#: modules/content-board/content-board.php:1284 +#: modules/content-overview/content-overview.php:1219 +#: modules/calendar/library/calendar-methods.php:1157 msgid "Previous Post" msgstr "" @@ -2278,34 +2254,35 @@ msgstr "" msgid "Previous status" msgstr "" -#: modules/content-board/content-board.php:1960 -#: modules/content-overview/content-overview.php:1897 +#: modules/content-board/library/content-board-utilities.php:51 +#: modules/content-overview/library/content-overview-methods.php:282 msgid "Print" msgstr "" -#: common/php/class-module.php:330 modules/content-board/content-board.php:2545 +#: common/php/class-module.php:330 modules/content-board/content-board.php:985 msgid "Private" msgstr "" -#: modules/content-board/content-board.php:1802 -#: modules/content-overview/content-overview.php:1739 +#: modules/content-board/library/content-board-utilities.php:1171 +#: modules/content-overview/library/content-overview-utilities.php:497 msgid "Publish Date" msgstr "" -#: modules/calendar/calendar.php:4664 +#: modules/calendar/library/calendar-methods.php:778 msgid "Publish Time" msgstr "" -#: common/php/class-module.php:327 modules/calendar/calendar.php:2904 +#: common/php/class-module.php:327 modules/calendar/calendar.php:1222 msgid "Published" msgstr "" -#: modules/calendar/calendar.php:4025 +#: modules/calendar/library/calendar-methods.php:352 msgid "Publishing Time" msgstr "" #. Author of the plugin -#: modules/calendar/calendar.php:2297 modules/settings/settings.php:61 +#: modules/settings/settings.php:61 +#: modules/calendar/library/calendar-utilities.php:1199 msgid "PublishPress" msgstr "" @@ -2324,7 +2301,7 @@ msgid "" "Features include a content calendar, kanban board, and notifications." msgstr "" -#: publishpress.php:1400 +#: publishpress.php:1443 msgid "" "PublishPress Planner tried to load multiple times. Please, deactivate and " "remove other instances of PublishPress, specially if you are using " @@ -2335,20 +2312,20 @@ msgstr "" msgid "PublishPress Settings" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1098 +#: modules/improved-notifications/improved-notifications.php:1099 msgid "Receiver" msgstr "" -#: modules/calendar/calendar.php:3802 +#: modules/calendar/library/calendar-methods.php:462 msgid "Regenerate calendar feed secret" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1665 +#: modules/editorial-metadata/editorial-metadata.php:1637 msgid "Register editorial fields for these post types:" msgstr "" -#: modules/editorial-comments/editorial-comments.php:211 -#: modules/editorial-comments/editorial-comments.php:721 +#: modules/editorial-comments/editorial-comments.php:218 +#: modules/editorial-comments/editorial-comments.php:728 msgid "Remove" msgstr "" @@ -2356,29 +2333,29 @@ msgstr "" msgid "Remove PublishPress ads and branding" msgstr "" -#: modules/content-board/content-board.php:1226 +#: modules/content-board/library/content-board-utilities.php:218 msgid "Reorder" msgstr "" -#: modules/content-overview/content-overview.php:1251 +#: modules/content-overview/library/content-overview-utilities.php:26 msgid "Reorder Columns" msgstr "" -#: modules/calendar/calendar.php:2105 -#: modules/content-board/content-board.php:1375 -#: modules/content-overview/content-overview.php:1400 +#: modules/calendar/library/calendar-utilities.php:557 +#: modules/content-board/library/content-board-utilities.php:364 +#: modules/content-overview/library/content-overview-utilities.php:172 msgid "Reorder Filters" msgstr "" -#: modules/editorial-comments/editorial-comments.php:625 +#: modules/editorial-comments/editorial-comments.php:632 msgid "Reply" msgstr "" -#: modules/editorial-comments/editorial-comments.php:622 +#: modules/editorial-comments/editorial-comments.php:629 msgid "Reply to this comment" msgstr "" -#: modules/notifications/notifications.php:2140 +#: modules/notifications/notifications.php:2148 #, php-format msgid "Reply: %s" msgstr "" @@ -2392,17 +2369,17 @@ msgstr "" msgid "Reschedule" msgstr "" -#: modules/calendar/calendar.php:1904 modules/calendar/calendar.php:3010 -#: modules/content-board/content-board.php:816 -#: modules/content-board/content-board.php:2035 -#: modules/content-overview/content-overview.php:835 -#: modules/content-overview/content-overview.php:1972 +#: modules/calendar/library/calendar-utilities.php:528 +#: modules/content-board/library/content-board-utilities.php:153 +#: modules/content-board/library/content-board-utilities.php:551 +#: modules/content-overview/library/content-overview-methods.php:384 +#: modules/content-overview/library/content-overview-utilities.php:656 msgid "Reset" msgstr "" -#: modules/calendar/calendar.php:1903 -#: modules/content-board/content-board.php:2034 -#: modules/content-overview/content-overview.php:1971 +#: modules/calendar/library/calendar-utilities.php:527 +#: modules/content-board/library/content-board-utilities.php:152 +#: modules/content-overview/library/content-overview-methods.php:383 msgid "Reset Filters" msgstr "" @@ -2425,35 +2402,30 @@ msgstr "" msgid "Roles" msgstr "" -#: modules/calendar/calendar.php:794 +#: modules/calendar/library/calendar-methods.php:1130 msgid "Sat" msgstr "" -#: modules/calendar/calendar.php:781 modules/calendar/calendar.php:2788 +#: modules/calendar/library/calendar-methods.php:1117 msgid "Save" msgstr "" -#: modules/calendar/calendar.php:2782 -#, php-format -msgid "Save “%s”" -msgstr "" - -#: modules/calendar/calendar.php:783 +#: modules/calendar/library/calendar-methods.php:1119 msgid "Save and edit" msgstr "" -#: modules/calendar/calendar.php:824 -#: modules/content-board/content-board.php:2828 -#: modules/content-overview/content-overview.php:2576 +#: modules/content-board/content-board.php:1287 +#: modules/content-overview/content-overview.php:1222 +#: modules/calendar/library/calendar-methods.php:1160 msgid "Save Changes" msgstr "" -#: modules/calendar/calendar.php:782 +#: modules/calendar/library/calendar-methods.php:1118 msgid "Saving..." msgstr "" -#: common/php/class-module.php:329 modules/calendar/calendar.php:2899 -#: modules/content-board/content-board.php:2535 +#: common/php/class-module.php:329 modules/calendar/calendar.php:1217 +#: modules/content-board/content-board.php:975 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "" @@ -2462,29 +2434,37 @@ msgstr "" msgid "Scheduled for %d receivers. Click here to display them." msgstr "" -#: modules/calendar/calendar.php:1266 modules/calendar/calendar.php:1841 -#: modules/content-board/content-board.php:1982 -#: modules/content-overview/content-overview.php:1919 +#: modules/calendar/calendar.php:732 +#: modules/calendar/library/calendar-utilities.php:463 +#: modules/content-board/library/content-board-utilities.php:98 +#: modules/content-overview/library/content-overview-methods.php:329 msgid "Search" msgstr "" -#: modules/calendar/calendar.php:1532 modules/calendar/calendar.php:1840 -#: modules/content-board/content-board.php:1981 -#: modules/content-board/content-board.php:2228 -#: modules/content-overview/content-overview.php:1918 -#: modules/content-overview/content-overview.php:2165 +#: modules/calendar/library/calendar-utilities.php:152 +#: modules/calendar/library/calendar-utilities.php:462 +#: modules/content-board/library/content-board-utilities.php:97 +#: modules/content-board/library/content-board-utilities.php:700 +#: modules/content-overview/library/content-overview-methods.php:328 +#: modules/content-overview/library/content-overview-utilities.php:805 msgid "Search box" msgstr "" -#: modules/editorial-comments/editorial-comments.php:291 +#: modules/editorial-comments/editorial-comments.php:298 msgid "Search Comments" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:452 +#: modules/editorial-metadata/editorial-metadata.php:453 msgid "Search Editorial Fields" msgstr "" -#: publishpress.php:1356 +#: modules/calendar/library/calendar-utilities.php:587 +#: modules/content-board/library/content-board-utilities.php:248 +#: modules/content-overview/library/content-overview-utilities.php:56 +msgid "Search Metakey" +msgstr "" + +#: publishpress.php:1399 msgid "Search Notifications" msgstr "" @@ -2501,41 +2481,38 @@ msgid "Search Notify Users" msgstr "" #. %s: search keywords -#: modules/editorial-comments/editorial-comments.php:278 +#: modules/editorial-comments/editorial-comments.php:285 #, php-format msgid "Search results for “%s”" msgstr "" -#: common/php/class-module.php:1040 +#: common/php/class-module.php:1057 #, php-format msgid "Select %s" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1085 +#: modules/improved-notifications/improved-notifications.php:1086 msgid "Select at least one option for each section." msgstr "" -#: modules/calendar/calendar.php:2135 -#: modules/content-board/content-board.php:1256 -#: modules/content-board/content-board.php:1405 -#: modules/content-overview/content-overview.php:1281 -#: modules/content-overview/content-overview.php:1430 +#: modules/content-board/library/content-board-utilities.php:394 +#: modules/content-overview/library/content-overview-utilities.php:202 msgid "Select Metakey" msgstr "" -#: modules/calendar/calendar.php:1574 -#: modules/content-board/content-board.php:2270 -#: modules/content-overview/content-overview.php:2207 +#: modules/calendar/library/calendar-utilities.php:194 +#: modules/content-board/library/content-board-utilities.php:742 +#: modules/content-overview/library/content-overview-utilities.php:847 msgid "Select option..." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1918 -#: modules/editorial-metadata/editorial-metadata.php:2232 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:211 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:523 msgid "Select roles..." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1936 -#: modules/editorial-metadata/editorial-metadata.php:2251 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:229 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:542 msgid "Select Type" msgstr "" @@ -2547,7 +2524,7 @@ msgstr "" msgid "Sent" msgstr "" -#: modules/calendar/calendar.php:803 +#: modules/calendar/library/calendar-methods.php:1139 msgid "Sep" msgstr "" @@ -2571,45 +2548,50 @@ msgstr "" msgid "settings" msgstr "" -#: modules/calendar/calendar.php:2356 +#: modules/content-overview/content-overview.php:675 +#: modules/content-board/library/content-board-methods.php:172 +msgid "Settings updated successfully." +msgstr "" + +#: modules/calendar/library/calendar-utilities.php:1258 msgid "Seven months" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1099 +#: modules/improved-notifications/improved-notifications.php:1100 msgid "shortcode" msgstr "" -#: modules/calendar/calendar.php:778 +#: modules/calendar/library/calendar-methods.php:1114 #, php-format msgid "Show %s more" msgstr "" -#: modules/content-board/content-board.php:774 -#: modules/content-overview/content-overview.php:793 +#: modules/content-board/library/content-board-utilities.php:509 +#: modules/content-overview/library/content-overview-utilities.php:614 msgid "Show content from" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2053 -#: modules/editorial-metadata/editorial-metadata.php:2365 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:346 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:656 msgid "Show on Content Calendar and Overview form" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2101 -#: modules/editorial-metadata/editorial-metadata.php:2414 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:394 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:704 msgid "Show on Post Types screen" msgstr "" -#: modules/calendar/calendar.php:1265 +#: modules/calendar/calendar.php:731 msgid "Show Revision" msgstr "" -#: modules/notifications/notifications.php:1635 +#: modules/notifications/notifications.php:1643 msgid "" "Show the \"Notify me\" and \"Stop notifying me\" links for these post types:" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1940 -#: modules/editorial-metadata/editorial-metadata.php:2254 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:233 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:545 msgid "Single Select" msgstr "" @@ -2618,11 +2600,11 @@ msgstr "" msgid "Site Administrator" msgstr "" -#: modules/calendar/calendar.php:2354 +#: modules/calendar/library/calendar-utilities.php:1256 msgid "Six months" msgstr "" -#: modules/calendar/calendar.php:2320 +#: modules/calendar/library/calendar-utilities.php:1222 msgid "Six months ago" msgstr "" @@ -2647,16 +2629,16 @@ msgstr "" msgid "Slack integration for notifications" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1869 -#: modules/editorial-metadata/editorial-metadata.php:2164 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:163 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:457 msgid "Slug" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1304 +#: modules/editorial-metadata/editorial-metadata.php:1276 msgid "Slug already in use. Please choose another." msgstr "" -#: modules/notifications/notifications.php:1781 +#: modules/notifications/notifications.php:1789 msgid "slug1,slug2" msgstr "" @@ -2664,66 +2646,66 @@ msgstr "" msgid "Sorry! You're not subscribed to any posts!" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1082 +#: modules/editorial-comments/editorial-comments.php:1089 msgid "" "Sorry, you can't delete this editorial comment because it has some replies." msgstr "" -#: modules/editorial-comments/editorial-comments.php:770 +#: modules/editorial-comments/editorial-comments.php:777 msgid "" "Sorry, you don't have the privileges to add editorial comments. Please talk " "to your Administrator." msgstr "" -#: modules/editorial-comments/editorial-comments.php:1061 -#: modules/editorial-comments/editorial-comments.php:1165 +#: modules/editorial-comments/editorial-comments.php:1068 +#: modules/editorial-comments/editorial-comments.php:1172 msgid "" "Sorry, you don't have the privileges to delete this editorial comment. " "Please talk to your Administrator." msgstr "" -#: modules/editorial-comments/editorial-comments.php:913 -#: modules/editorial-comments/editorial-comments.php:1045 +#: modules/editorial-comments/editorial-comments.php:920 +#: modules/editorial-comments/editorial-comments.php:1052 msgid "" "Sorry, you don't have the privileges to edit editorial comments. Please talk " "to your Administrator." msgstr "" -#: modules/editorial-comments/editorial-comments.php:931 +#: modules/editorial-comments/editorial-comments.php:938 msgid "" "Sorry, you don't have the privileges to edit this editorial comment. Please " "talk to your Administrator." msgstr "" -#: modules/calendar/calendar.php:1263 +#: modules/calendar/calendar.php:729 msgid "Start Date" msgstr "" -#: modules/calendar/calendar.php:2304 +#: modules/calendar/library/calendar-utilities.php:1206 msgid "Start date" msgstr "" -#: modules/calendar/calendar.php:2010 -#: modules/content-board/content-board.php:1073 -#: modules/content-overview/content-overview.php:1081 -#: modules/content-overview/content-overview.php:1095 -#: modules/content-overview/content-overview.php:1138 +#: modules/calendar/calendar.php:979 +#: modules/content-board/content-board.php:705 +#: modules/content-overview/content-overview.php:831 +#: modules/content-overview/content-overview.php:845 +#: modules/content-overview/content-overview.php:888 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "" #. 1: post type, 2: post id, 3. post title, 4. user name, 5. user email -#: modules/notifications/notifications.php:2034 +#: modules/notifications/notifications.php:2042 #, php-format msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "" -#: modules/calendar/calendar.php:3693 +#: modules/calendar/library/calendar-methods.php:104 msgid "Statuses to display publish time" msgstr "" -#: modules/notifications/notifications.php:570 -#: modules/notifications/notifications.php:938 +#: modules/notifications/notifications.php:578 +#: modules/notifications/notifications.php:946 msgid "Stop notifying me" msgstr "" @@ -2731,12 +2713,12 @@ msgstr "" msgid "Subject" msgstr "" -#: modules/notifications-log/notifications-log.php:817 +#: modules/notifications-log/notifications-log.php:824 msgid "Subject:" msgstr "" -#: modules/content-board/content-board.php:1759 -#: modules/content-overview/content-overview.php:1696 +#: modules/content-board/library/content-board-utilities.php:1123 +#: modules/content-overview/library/content-overview-utilities.php:449 msgid "Submit" msgstr "" @@ -2744,7 +2726,7 @@ msgstr "" msgid "Submitted on" msgstr "" -#: modules/calendar/calendar.php:2299 +#: modules/calendar/library/calendar-utilities.php:1201 msgid "Subscribe in iCal or Google Calendar" msgstr "" @@ -2752,7 +2734,7 @@ msgstr "" msgid "Success" msgstr "" -#: modules/calendar/calendar.php:788 +#: modules/calendar/library/calendar-methods.php:1124 msgid "Sun" msgstr "" @@ -2760,23 +2742,23 @@ msgstr "" msgid "synchronous" msgstr "" -#: modules/calendar/calendar.php:4593 +#: modules/calendar/library/calendar-utilities.php:1058 msgid "Tag" msgid_plural "Tags" msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:4692 -#: modules/content-board/content-board.php:1830 -#: modules/content-overview/content-overview.php:1767 +#: modules/calendar/library/calendar-methods.php:806 +#: modules/content-board/library/content-board-utilities.php:1199 +#: modules/content-overview/library/content-overview-utilities.php:525 msgid "Tags" msgstr "" -#: modules/calendar/calendar.php:2070 -#: modules/content-board/content-board.php:1131 -#: modules/content-board/content-board.php:1191 -#: modules/content-overview/content-overview.php:1156 -#: modules/content-overview/content-overview.php:1216 +#: modules/content-board/content-board.php:763 +#: modules/content-board/content-board.php:823 +#: modules/content-overview/content-overview.php:906 +#: modules/content-overview/content-overview.php:966 +#: modules/calendar/library/calendar-utilities.php:1178 #: lib/Notifications/Workflow/Step/Event/Filter/Taxonomies.php:34 msgid "Taxonomies" msgstr "" @@ -2785,23 +2767,23 @@ msgstr "" msgid "Taxonomy" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:450 +#: modules/editorial-metadata/editorial-metadata.php:451 msgctxt "taxonomy general name" msgid "Editorial Field" msgstr "" -#: modules/calendar/calendar.php:825 -#: modules/content-board/content-board.php:2829 -#: modules/content-overview/content-overview.php:2577 +#: modules/content-board/content-board.php:1288 +#: modules/content-overview/content-overview.php:1223 +#: modules/calendar/library/calendar-methods.php:1161 msgid "Taxonomy not set." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:451 +#: modules/editorial-metadata/editorial-metadata.php:452 msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "" -#: modules/calendar/calendar.php:2362 +#: modules/calendar/library/calendar-utilities.php:1264 msgid "Ten months" msgstr "" @@ -2809,27 +2791,27 @@ msgstr "" msgid "Terms" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1577 +#: modules/editorial-metadata/editorial-metadata.php:1549 msgid "Terms not set." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:293 +#: modules/editorial-metadata/editorial-metadata.php:294 msgid "Text" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2173 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:466 msgid "" "The \"slug\" is the URL-friendly version of the name. It is usually all " "lowercase and contains only letters, numbers, and hyphens." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1890 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:184 msgid "" "The description can be used to communicate with your team about what the " "field is for." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2190 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:483 msgid "" "The description can be used to communicate with your team about what the " "metadata is for." @@ -2839,12 +2821,12 @@ msgstr "" msgid "The Events Calendar Integration" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1904 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:198 msgid "The field type cannot be changed once created." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1864 -#: modules/editorial-metadata/editorial-metadata.php:2159 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:158 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:452 msgid "The name is for labeling the editorial fields." msgstr "" @@ -2858,32 +2840,26 @@ msgid "" "The notifications module will need to be enabled for this widget to display." msgstr "" -#: modules/calendar/calendar.php:3769 -msgid "" -"The number of weeks shown on the calendar can be changed on a user-by-user " -"basis using the calendar's screen options." -msgstr "" - #: modules/notifications-log/library/NotificationsLogModel.php:264 msgid "The parent log was deleted or probably rescheduled" msgstr "" -#: modules/calendar/calendar.php:4812 +#: modules/calendar/library/calendar-methods.php:1604 msgid "The selected post type is not enabled for the calendar." msgstr "" -#: modules/calendar/calendar.php:5289 +#: modules/calendar/calendar.php:1792 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1874 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:168 msgid "The slug cannot be changed once the term has been created." msgstr "" -#: modules/content-board/content-board.php:2805 -#: modules/content-overview/content-overview.php:2548 +#: modules/content-board/content-board.php:1264 +#: modules/content-overview/content-overview.php:1194 msgid "There are no posts in the range or filter specified." msgstr "" @@ -2891,20 +2867,20 @@ msgstr "" msgid "There are no PublishPress modules registered" msgstr "" -#: modules/editorial-comments/editorial-comments.php:867 -#: modules/editorial-comments/editorial-comments.php:997 -#: modules/editorial-comments/editorial-comments.php:1107 -#: modules/editorial-comments/editorial-comments.php:1191 +#: modules/editorial-comments/editorial-comments.php:874 +#: modules/editorial-comments/editorial-comments.php:1004 +#: modules/editorial-comments/editorial-comments.php:1114 +#: modules/editorial-comments/editorial-comments.php:1198 msgid "" "There was a problem of some sort. Try again or contact your administrator." msgstr "" -#: modules/calendar/calendar.php:235 +#: modules/calendar/calendar.php:242 msgid "There was an error updating the post. Please try again." msgstr "" #. 1: date, 2: time, 3: timezone -#: modules/notifications/notifications.php:2045 +#: modules/notifications/notifications.php:2053 #, php-format msgid "This action was taken on %1$s at %2$s %3$s" msgstr "" @@ -2915,35 +2891,35 @@ msgstr "" msgid "This editorial fields type is not yet supported." msgstr "" -#: modules/notifications/notifications.php:1058 +#: modules/notifications/notifications.php:1066 #, php-format msgid "This email was sent %s." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2082 -#: modules/editorial-metadata/editorial-metadata.php:2395 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:375 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:686 msgid "This field will be available for these post types." msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2106 -#: modules/editorial-metadata/editorial-metadata.php:2418 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:399 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:708 msgid "" "This field will be viewable on the overview screens for these post types." msgstr "" -#: modules/notifications-log/notifications-log.php:835 +#: modules/notifications-log/notifications-log.php:842 msgid "" "This is a preview of the scheduled message. The content can still change " "until the notification is sent." msgstr "" -#: modules/content-board/content-board.php:2593 +#: modules/content-board/content-board.php:1052 msgid "" "This is the default publish date from today for posts moving to the " "Scheduled status." msgstr "" -#: modules/notifications-log/notifications-log.php:442 +#: modules/notifications-log/notifications-log.php:449 msgid "" "This notification is very similar to another one sent less than %d minutes " "ago for the same receiver" @@ -2953,57 +2929,58 @@ msgstr "" msgid "This post was last updated on " msgstr "" -#: modules/improved-notifications/improved-notifications.php:424 +#: modules/improved-notifications/improved-notifications.php:425 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." msgstr "" -#: modules/notifications/notifications.php:664 +#: modules/notifications/notifications.php:672 msgid "" "This won't have any effect unless you have at least one workflow targeting " "the \"Users who selected \"Notify me\" for the content\" option." msgstr "" -#: modules/calendar/calendar.php:2348 +#: modules/calendar/library/calendar-utilities.php:1250 msgid "Three months" msgstr "" -#: modules/calendar/calendar.php:2314 +#: modules/calendar/library/calendar-utilities.php:1216 msgid "Three months ago" msgstr "" -#: modules/calendar/calendar.php:2335 +#: modules/calendar/library/calendar-utilities.php:1237 msgid "Three weeks" msgstr "" -#: modules/calendar/calendar.php:792 +#: modules/calendar/library/calendar-methods.php:1128 msgid "Thu" msgstr "" -#: modules/calendar/calendar.php:4653 -#: modules/content-board/content-board.php:542 -#: modules/content-board/content-board.php:1252 -#: modules/content-board/content-board.php:1790 -#: modules/content-overview/content-overview.php:564 -#: modules/content-overview/content-overview.php:1727 +#: modules/content-board/content-board.php:421 +#: modules/content-overview/content-overview.php:418 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 +#: modules/calendar/library/calendar-methods.php:767 +#: modules/content-board/library/content-board-utilities.php:244 +#: modules/content-board/library/content-board-utilities.php:1159 +#: modules/content-overview/library/content-overview-utilities.php:485 msgid "Title" msgstr "" -#: modules/notifications/notifications.php:2067 +#: modules/notifications/notifications.php:2075 #, php-format msgid "Title: %s" msgstr "" -#: modules/calendar/calendar.php:1608 modules/calendar/calendar.php:1642 -#: modules/content-board/content-board.php:1996 -#: modules/content-board/content-board.php:2304 -#: modules/content-board/content-board.php:2338 -#: modules/content-overview/content-overview.php:1933 -#: modules/content-overview/content-overview.php:2241 -#: modules/content-overview/content-overview.php:2275 +#: modules/calendar/library/calendar-utilities.php:228 +#: modules/calendar/library/calendar-utilities.php:262 +#: modules/content-board/library/content-board-utilities.php:112 +#: modules/content-board/library/content-board-utilities.php:776 +#: modules/content-board/library/content-board-utilities.php:810 +#: modules/content-overview/library/content-overview-methods.php:343 +#: modules/content-overview/library/content-overview-utilities.php:881 +#: modules/content-overview/library/content-overview-utilities.php:915 msgid "to" msgstr "" @@ -3011,46 +2988,41 @@ msgstr "" msgid "To date" msgstr "" -#: modules/calendar/calendar.php:814 modules/calendar/calendar.php:3058 +#: modules/calendar/library/calendar-methods.php:1150 msgid "Today" msgstr "" -#: modules/calendar/calendar.php:3052 -#, php-format -msgid "Today is %s" -msgstr "" - -#: common/php/class-module.php:332 modules/calendar/calendar.php:818 -#: modules/calendar/calendar.php:2748 modules/calendar/calendar.php:4612 -#: modules/content-board/content-board.php:2727 -#: modules/content-board/content-board.php:2822 -#: modules/content-overview/content-overview.php:2570 -#: modules/content-overview/content-overview.php:3063 +#: common/php/class-module.php:332 modules/content-board/content-board.php:1186 +#: modules/content-board/content-board.php:1281 +#: modules/content-overview/content-overview.php:1216 +#: modules/content-overview/content-overview.php:1709 +#: modules/calendar/library/calendar-methods.php:1154 +#: modules/calendar/library/calendar-utilities.php:1077 msgid "Trash" msgstr "" -#: modules/calendar/calendar.php:790 +#: modules/calendar/library/calendar-methods.php:1126 msgid "Tue" msgstr "" -#: modules/calendar/calendar.php:2366 +#: modules/calendar/library/calendar-utilities.php:1268 msgid "Twelve months" msgstr "" -#: modules/calendar/calendar.php:2346 +#: modules/calendar/library/calendar-utilities.php:1248 msgid "Two months" msgstr "" -#: modules/calendar/calendar.php:2312 +#: modules/calendar/library/calendar-utilities.php:1214 msgid "Two months ago" msgstr "" -#: modules/calendar/calendar.php:2333 +#: modules/calendar/library/calendar-utilities.php:1235 msgid "Two weeks" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1899 -#: modules/editorial-metadata/editorial-metadata.php:2198 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:193 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:491 msgid "Type" msgstr "" @@ -3058,9 +3030,9 @@ msgstr "" msgid "Undefined error found" msgstr "" -#: modules/calendar/calendar.php:2422 -#: modules/content-board/content-board.php:851 -#: modules/content-overview/content-overview.php:870 +#: modules/calendar/calendar.php:1109 +#: modules/content-board/content-board.php:610 +#: modules/content-overview/library/content-overview-methods.php:221 msgid "Undo" msgstr "" @@ -3068,15 +3040,16 @@ msgstr "" msgid "Unpublished Content" msgstr "" -#: modules/calendar/calendar.php:779 modules/calendar/calendar.php:4818 +#: modules/calendar/library/calendar-methods.php:1115 +#: modules/calendar/library/calendar-methods.php:1610 msgid "Untitled" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:456 +#: modules/editorial-metadata/editorial-metadata.php:457 msgid "Update Editorial Fields" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2129 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:422 msgid "Update Editorial fields term" msgstr "" @@ -3096,7 +3069,7 @@ msgstr "" msgid "Update Notify User" msgstr "" -#: modules/calendar/calendar.php:239 +#: modules/calendar/calendar.php:246 #, php-format msgid "" "Updating the post date dynamically doesn't work for published content. " @@ -3115,7 +3088,7 @@ msgstr "" msgid "Use post meta in notifications" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:294 +#: modules/editorial-metadata/editorial-metadata.php:295 msgid "User" msgstr "" @@ -3123,16 +3096,16 @@ msgstr "" msgid "user" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1095 +#: modules/improved-notifications/improved-notifications.php:1096 msgid "User making changes or comments" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:1910 -#: modules/editorial-metadata/editorial-metadata.php:2224 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:204 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:516 msgid "User role" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1272 +#: modules/editorial-comments/editorial-comments.php:1279 msgid "User Url" msgstr "" @@ -3141,7 +3114,7 @@ msgstr "" msgid "User: %s (%d)" msgstr "" -#: modules/editorial-comments/editorial-comments.php:1267 +#: modules/editorial-comments/editorial-comments.php:1274 msgid "Username" msgstr "" @@ -3154,18 +3127,17 @@ msgstr "" msgid "Users who selected \"Notify me\" for the content" msgstr "" -#: modules/calendar/calendar.php:820 modules/calendar/calendar.php:2772 -#: modules/calendar/calendar.php:4619 -#: modules/content-board/content-board.php:2743 -#: modules/content-board/content-board.php:2824 -#: modules/content-overview/content-overview.php:2572 -#: modules/content-overview/content-overview.php:3079 +#: modules/content-board/content-board.php:1202 +#: modules/content-board/content-board.php:1283 +#: modules/content-overview/content-overview.php:1218 +#: modules/content-overview/content-overview.php:1725 +#: modules/calendar/library/calendar-methods.php:1156 +#: modules/calendar/library/calendar-utilities.php:1084 msgid "View" msgstr "" -#: modules/calendar/calendar.php:2766 -#: modules/content-board/content-board.php:2737 -#: modules/content-overview/content-overview.php:3073 +#: modules/content-board/content-board.php:1196 +#: modules/content-overview/content-overview.php:1719 #, php-format msgid "View “%s”" msgstr "" @@ -3175,10 +3147,6 @@ msgstr "" msgid "View “%s” on Google Maps" msgstr "" -#: modules/calendar/calendar.php:5075 -msgid "View all categories" -msgstr "" - #: lib/Legacy/Util.php:240 msgid "View Knowledge Base" msgstr "" @@ -3195,29 +3163,29 @@ msgstr "" msgid "View Notify User" msgstr "" -#: modules/notifications/notifications.php:2091 -#: modules/notifications/notifications.php:2148 +#: modules/notifications/notifications.php:2099 +#: modules/notifications/notifications.php:2156 #, php-format msgid "View: %s" msgstr "" -#: publishpress.php:1408 +#: publishpress.php:1451 msgid "Warning" msgstr "" -#: modules/calendar/calendar.php:791 +#: modules/calendar/library/calendar-methods.php:1127 msgid "Wed" msgstr "" -#: modules/calendar/calendar.php:1262 +#: modules/calendar/calendar.php:728 msgid "Weeks" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:222 +#: modules/editorial-metadata/editorial-metadata.php:223 msgid "What the post needs to cover." msgstr "" -#: modules/improved-notifications/improved-notifications.php:965 +#: modules/improved-notifications/improved-notifications.php:966 msgid "What to say?" msgstr "" @@ -3237,7 +3205,7 @@ msgstr "" msgid "When the content is updated" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:214 +#: modules/editorial-metadata/editorial-metadata.php:215 msgid "When the first draft needs to be ready." msgstr "" @@ -3246,13 +3214,13 @@ msgid "When the status is changed" msgstr "" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:935 +#: modules/improved-notifications/improved-notifications.php:936 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:955 +#: modules/improved-notifications/improved-notifications.php:956 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "" @@ -3261,15 +3229,15 @@ msgstr "" msgid "Widget Options" msgstr "" -#: modules/notifications/notifications.php:1920 +#: modules/notifications/notifications.php:1928 msgid "WordPress Scheduler" msgstr "" -#: modules/improved-notifications/improved-notifications.php:1096 +#: modules/improved-notifications/improved-notifications.php:1097 msgid "Workflow" msgstr "" -#: modules/improved-notifications/improved-notifications.php:897 +#: modules/improved-notifications/improved-notifications.php:898 msgid "Workflow Settings" msgstr "" @@ -3279,69 +3247,77 @@ msgid "Workflow: %s" msgstr "" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:476 -#: modules/improved-notifications/improved-notifications.php:1276 +#: modules/improved-notifications/improved-notifications.php:477 +#: modules/improved-notifications/improved-notifications.php:1277 msgid "Workflows" msgstr "" -#: modules/editorial-metadata/editorial-metadata.php:2058 -#: modules/editorial-metadata/editorial-metadata.php:2369 #: modules/editorial-metadata/input-handlers/editorial-metadata-input-checkbox-handler.php:142 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:351 +#: modules/editorial-metadata/library/editorial-metadata-utilities.php:660 msgid "Yes" msgstr "" -#: modules/notifications/notifications.php:1053 +#: modules/notifications/notifications.php:1061 #, php-format msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "" -#: modules/improved-notifications/improved-notifications.php:1089 +#: modules/improved-notifications/improved-notifications.php:1090 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" msgstr "" -#: modules/editorial-comments/editorial-comments.php:534 +#: modules/editorial-comments/editorial-comments.php:541 msgid "" "You can add editorial comments to a post once you've saved it for the first " "time." msgstr "" -#: modules/notifications/notifications.php:2151 +#: modules/notifications/notifications.php:2159 #, php-format msgid "You can see all editorial comments on this %s here: " msgstr "" -#: modules/calendar/calendar.php:2064 -#: modules/content-board/content-board.php:1125 -#: modules/content-board/content-board.php:1185 -#: modules/content-overview/content-overview.php:1150 -#: modules/content-overview/content-overview.php:1210 +#: modules/content-board/content-board.php:757 +#: modules/content-board/content-board.php:817 +#: modules/content-overview/content-overview.php:900 +#: modules/content-overview/content-overview.php:960 +#: modules/calendar/library/calendar-utilities.php:1172 msgid "You do not have any editorial fields enabled" msgstr "" -#: modules/calendar/calendar.php:2071 -#: modules/content-board/content-board.php:1132 -#: modules/content-board/content-board.php:1192 -#: modules/content-overview/content-overview.php:1157 -#: modules/content-overview/content-overview.php:1217 +#: modules/content-board/content-board.php:764 +#: modules/content-board/content-board.php:824 +#: modules/content-overview/content-overview.php:907 +#: modules/content-overview/content-overview.php:967 +#: modules/calendar/library/calendar-utilities.php:1179 msgid "You do not have any public taxonomies" msgstr "" -#: publishpress.php:674 +#: publishpress.php:676 msgid "You do not have necessary permissions to complete this action." msgstr "" -#: modules/content-board/content-board.php:992 -#: modules/content-overview/content-overview.php:1011 +#: modules/content-overview/content-overview.php:761 +#: modules/content-board/library/content-board-methods.php:258 #, php-format msgid "You do not have permission to add new %s" msgstr "" -#: modules/content-board/content-board.php:1555 +#: modules/content-board/library/content-board-methods.php:63 msgid "You do not have permission to edit selected post." msgstr "" +#: modules/content-board/library/content-board-methods.php:65 +msgid "You do not have permission to move post to selected post status." +msgstr "" + +#: modules/content-board/content-board.php:1025 +msgid "You do not have permission to move post to this status" +msgstr "" + #: lib/Notifications/Table/Notifications.php:235 msgid "You don't have any notifications" msgstr "" diff --git a/modules/calendar/calendar.php b/modules/calendar/calendar.php index 27c969588..1f7ee9b91 100644 --- a/modules/calendar/calendar.php +++ b/modules/calendar/calendar.php @@ -197,6 +197,13 @@ class PP_Calendar extends PP_Module */ public $content_calendar_datas; + /** + * Content calendar methods + * + * @var [type] + */ + private $content_calendar_methods; + /** * Construct the PP_Calendar class */ @@ -266,6 +273,14 @@ public function __construct() $this->dateUtil = new \PublishPress\Utility\Date(); $this->module = PublishPress()->register_module('calendar', $args); + + // Load utilities files. + $this->load_utilities_files(); + + $this->content_calendar_methods = new PP_Calendar_Methods([ + 'module' => $this->module, + 'module_url' => $this->module_url + ]); } /** @@ -275,6 +290,7 @@ public function __construct() */ public function init() { + add_action('template_include', [$this, 'handle_public_calendar_feed']); if (is_admin()) { @@ -301,31 +317,28 @@ public function init() require_once PUBLISHPRESS_BASE_PATH . '/common/php/' . 'screen-options.php'; - add_action('admin_init', [$this, 'register_settings']); - add_action('admin_print_styles', [$this, 'add_admin_styles']); + add_action('admin_init', [$this->content_calendar_methods, 'register_settings']); + add_action('admin_print_styles', [$this->content_calendar_methods, 'add_admin_styles']); add_action('admin_enqueue_scripts', [$this, 'enqueue_admin_scripts']); - // Ajax insert post placeholder for a specific date - add_action('wp_ajax_pp_insert_post', [$this, 'handle_ajax_insert_post']); - - add_action('wp_ajax_publishpress_calendar_search_authors', [$this, 'searchAuthors']); - add_action('wp_ajax_publishpress_calendar_search_terms', [$this, 'searchTerms']); + add_action('wp_ajax_publishpress_calendar_search_authors', ['PP_Calendar_Utilities', 'searchAuthors']); + add_action('wp_ajax_publishpress_calendar_search_terms', ['PP_Calendar_Utilities', 'searchTerms']); add_action('wp_ajax_publishpress_calendar_get_data', [$this, 'fetchCalendarDataJson']); - add_action('wp_ajax_publishpress_calendar_move_item', [$this, 'moveCalendarItemToNewDate']); + add_action('wp_ajax_publishpress_calendar_move_item', [$this->content_calendar_methods, 'moveCalendarItemToNewDate']); add_action('wp_ajax_publishpress_calendar_get_post_data', [$this, 'getPostData']); add_action('wp_ajax_publishpress_calendar_get_post_type_fields', [$this, 'getPostTypeFields']); - add_action('wp_ajax_publishpress_calendar_create_item', [$this, 'createItem']); + add_action('wp_ajax_publishpress_calendar_create_item', [$this->content_calendar_methods, 'createItem']); // Action to regenerate the calendar feed secret - add_action('admin_init', [$this, 'handle_regenerate_calendar_feed_secret']); + add_action('admin_init', [$this->content_calendar_methods, 'handle_regenerate_calendar_feed_secret']); - add_filter('post_date_column_status', [$this, 'filter_post_date_column_status'], 12, 4); + add_filter('post_date_column_status', [$this->content_calendar_methods, 'filter_post_date_column_status'], 12, 4); add_filter('pp_calendar_after_form_submission_sanitize_title', [$this, 'sanitize_text_input'], 10, 1); add_filter('pp_calendar_after_form_submission_sanitize_content', [$this, 'sanitize_text_input'], 10, 1); add_filter('pp_calendar_after_form_submission_sanitize_author', [$this, 'sanitize_author_input'], 10, 1); add_filter('pp_calendar_after_form_submission_validate_author', [$this, 'validateAuthorForPost'], 10, 1); - add_filter('admin_body_class', [$this, 'add_admin_body_class']); + add_filter('admin_body_class', ['PP_Calendar_Utilities', 'add_admin_body_class']); } // Clear li cache for a post when post cache is cleared @@ -335,14 +348,6 @@ public function init() $this->default_date_time_format = get_option('date_format') . ' ' . get_option('time_format'); } - public function add_admin_body_class($classes) { - global $pagenow; - if ('admin.php' === $pagenow && isset($_GET['page']) && $_GET['page'] === self::MENU_SLUG) { - $classes .= ' pp-content-calendar-page'; - } - return $classes; - } - /** * @param $original_template * @@ -365,72 +370,17 @@ public function handle_public_calendar_feed($original_template) return $original_template; } - add_filter('pp_calendar_total_weeks', [$this, 'filter_calendar_total_weeks_public_feed'], 10, 3); + add_filter('pp_calendar_total_weeks', [$this->content_calendar_methods, 'filter_calendar_total_weeks_public_feed'], 10, 3); add_filter( 'pp_calendar_ics_subscription_start_date', - [$this, 'filter_calendar_start_date_public_feed'], + [$this->content_calendar_methods, 'filter_calendar_start_date_public_feed'], 10 ); $this->handle_ics_subscription(); - remove_filter('pp_calendar_total_weeks', [$this, 'filter_calendar_total_weeks_public_feed']); - remove_filter('pp_calendar_ics_subscription_start_date', [$this, 'filter_calendar_start_date_public_feed']); - } - - /** - * @param $weeks - * @param $startDate - * @param $context - * - * @return float|int - */ - public function filter_calendar_total_weeks_public_feed($weeks, $startDate, $context) - { - if (! isset($_GET['end'])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended - $end = 'm2'; - } else { - $end = preg_replace('/[^wm0-9]/', '', sanitize_text_field($_GET['end'])); // phpcs:ignore WordPress.Security.NonceVerification.Recommended - } - - if (preg_match('/m[0-9]*/', $end)) { - $weeks = (int)str_replace('m', '', $end) * 4; - } else { - $weeks = (int)str_replace('w', '', $end); - } - - // Calculate the diff in weeks from start date until now - $today = date('Y-m-d'); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date - - $first = DateTime::createFromFormat('Y-m-d', $startDate); - $second = DateTime::createFromFormat('Y-m-d', $today); - - $diff = floor($first->diff($second)->days / 7); - - $weeks += $diff; - - return $weeks; - } - - /** - * @param $startDate - * - * @return false|string - */ - public function filter_calendar_start_date_public_feed($startDate) - { - if (! isset($_GET['start'])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended - // Current week - $start = 0; - } else { - $start = (int)$_GET['start']; // phpcs:ignore WordPress.Security.NonceVerification.Recommended - } - - if ($start > 0) { - $startDate = date('Y-m-d', strtotime('-' . $start . ' months', strtotime($startDate))); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date - } - - return $startDate; + remove_filter('pp_calendar_total_weeks', [$this->content_calendar_methods, 'filter_calendar_total_weeks_public_feed']); + remove_filter('pp_calendar_ics_subscription_start_date', [$this->content_calendar_methods, 'filter_calendar_start_date_public_feed']); } /** @@ -531,57 +481,6 @@ public function upgrade($previous_version) } } - /** - * Add any necessary CSS to the WordPress admin - * - * @uses wp_enqueue_style() - */ - public function add_admin_styles() - { - global $pagenow; - - // Only load calendar styles on the calendar page - if ('admin.php' === $pagenow && isset($_GET['page']) && $_GET['page'] === 'pp-calendar') { // phpcs:ignore WordPress.Security.NonceVerification.Recommended - wp_enqueue_style( - 'publishpress-calendar-css', - $this->module_url . 'lib/calendar.css', - ['publishpress-select2'], - PUBLISHPRESS_VERSION - ); - - wp_enqueue_style( - 'publishpress-async-calendar-theme-light-css', - $this->module_url . 'lib/async-calendar/styles/themes/theme-light.css', - [], - PUBLISHPRESS_VERSION - ); - - wp_enqueue_style( - 'publishpress-async-calendar-css', - $this->module_url . 'lib/async-calendar/styles/async-calendar.css', - ['publishpress-async-calendar-theme-light-css'], - PUBLISHPRESS_VERSION - ); - - if (isset($this->module->options->show_calendar_posts_full_title) && 'on' === $this->module->options->show_calendar_posts_full_title) { - $inline_style = '.publishpress-calendar .publishpress-calendar-item { - height: auto; - max-height: max-content; - white-space: break-spaces; - }'; - wp_add_inline_style('publishpress-async-calendar-css', $inline_style); - } - - wp_enqueue_style( - 'publishpress-select2', - PUBLISHPRESS_URL . 'common/libs/select2-v4.0.13.1/css/select2.min.css', - false, - PUBLISHPRESS_VERSION, - 'screen' - ); - } - } - /** * Check whether the user should have the ability to view the calendar. * Returns true if the user can view. @@ -601,403 +500,27 @@ private function currentUserCanViewCalendar() */ public function enqueue_admin_scripts() { - if ($this->is_whitelisted_functional_view()) { - $this->enqueue_datepicker_resources(); - - $js_libraries = [ - 'jquery', - 'jquery-ui-core', - 'jquery-ui-sortable', - 'jquery-ui-draggable', - 'jquery-ui-droppable', - 'clipboard-js', - 'publishpress-select2' - ]; - foreach ($js_libraries as $js_library) { - wp_enqueue_script($js_library); - } - wp_enqueue_script( - 'clipboard-js', - $this->module_url . 'lib/clipboard.min.js', - ['jquery'], - PUBLISHPRESS_VERSION, - true - ); - - wp_enqueue_script( - 'publishpress-admin', - PUBLISHPRESS_URL . 'common/js/publishpress-admin.js', - ['jquery'], - PUBLISHPRESS_VERSION - ); - - wp_enqueue_script( - 'publishpress-calendar-js', - $this->module_url . 'lib/calendar.js', - $js_libraries, - PUBLISHPRESS_VERSION, - true - ); - - wp_enqueue_script( - 'publishpress-select2', - PUBLISHPRESS_URL . 'common/libs/select2-v4.0.13.1/js/select2.min.js', - ['jquery'], - PUBLISHPRESS_VERSION - ); - - if (is_admin() && isset($_GET['page']) && $_GET['page'] === 'pp-calendar' && ! isset($_GET['stop-the-calendar'])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended - global $wp_scripts; - - if (! isset($wp_scripts->queue['react'])) { - wp_enqueue_script( - 'react', - PUBLISHPRESS_URL . 'common/js/react.min.js', - [], - PUBLISHPRESS_VERSION, - true - ); - wp_enqueue_script( - 'react-dom', - PUBLISHPRESS_URL . 'common/js/react-dom.min.js', - ['react'], - PUBLISHPRESS_VERSION, - true - ); - } - - wp_enqueue_script( - 'jquery-inputmask', - PUBLISHPRESS_URL . 'common/js/jquery.inputmask.min.js', - [ - 'jquery', - ], - PUBLISHPRESS_VERSION, - true - ); - - wp_enqueue_script( - 'date_i18n', - PUBLISHPRESS_URL . 'common/js/date-i18n.js', - [], - PUBLISHPRESS_VERSION, - true - ); - - // TODO: Replace react and react-dom with the wp.element dependency - wp_enqueue_script( - 'publishpress-async-calendar-js', - $this->module_url . 'lib/async-calendar/js/index.min.js', - [ - 'react', - 'react-dom', - 'jquery', - 'jquery-ui-core', - 'jquery-ui-sortable', - 'jquery-ui-draggable', - 'jquery-ui-droppable', - 'jquery-inputmask', - 'wp-i18n', - 'wp-element', - 'date_i18n', - ], - PUBLISHPRESS_VERSION, - true - ); - - /* - * Filters - */ - $userFilters = $this->get_filters(); - $calendar_request_args = $userFilters; - $calendar_request_filter = $userFilters; - - $maxVisibleItemsOption = isset($this->module->options->max_visible_posts_per_date) && ! empty($this->default_max_visible_posts_per_date) ? - (int)$this->module->options->max_visible_posts_per_date : $this->default_max_visible_posts_per_date; - - $postStatuses = $this->getPostStatusOptions(); - - $postTypes = []; - $postTypesUserCanCreate = []; - foreach ($this->get_selected_post_types() as $postTypeName) { - $postType = get_post_type_object($postTypeName); - - $postTypes[] = [ - 'value' => esc_attr($postTypeName), - 'text' => esc_html($postType->label) - ]; - - if (current_user_can($postType->cap->edit_posts)) { - $postTypesUserCanCreate[] = [ - 'value' => esc_attr($postTypeName), - 'text' => esc_html($postType->labels->singular_name) - ]; - } - } - - $numberOfWeeksToDisplay = isset($calendar_request_filter['weeks']) ? // phpcs:ignore WordPress.Security.NonceVerification.Recommended - (int)$calendar_request_filter['weeks'] : self::DEFAULT_NUM_WEEKS; // phpcs:ignore WordPress.Security.NonceVerification.Recommended - - $firstDateToDisplay = (isset($calendar_request_filter['start_date']) ? // phpcs:ignore WordPress.Security.NonceVerification.Recommended - sanitize_text_field($calendar_request_filter['start_date']) : date('Y-m-d')) . ' 00:00:00'; // phpcs:ignore WordPress.Security.NonceVerification.Recommended,WordPress.DateTime.RestrictedFunctions.date_date - $firstDateToDisplay = $this->get_beginning_of_week($firstDateToDisplay); - $endDate = $this->get_ending_of_week( - $firstDateToDisplay, - 'Y-m-d', - $numberOfWeeksToDisplay - ); - - $params = [ - 'requestFilter' => $calendar_request_filter, - 'numberOfWeeksToDisplay' => $numberOfWeeksToDisplay, - 'firstDateToDisplay' => esc_js($firstDateToDisplay), - 'theme' => 'light', - 'weekStartsOnSunday' => (int)get_option('start_of_week') === 0, - 'todayDate' => esc_js(date('Y-m-d 00:00:00')), // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date - 'dateFormat' => esc_js(get_option('date_format', 'Y-m-d H:i:s')), - 'timeFormat' => esc_js($this->getCalendarTimeFormat()), - 'maxVisibleItems' => $maxVisibleItemsOption, - 'statuses' => $postStatuses, - 'postTypes' => $postTypes, - 'postTypesCanCreate' => $postTypesUserCanCreate, - 'ajaxUrl' => esc_url(admin_url('admin-ajax.php')), - 'nonce' => wp_create_nonce('publishpress-calendar-get-data'), - 'userCanAddPosts' => count($postTypesUserCanCreate) > 0, - 'items' => $this->getCalendarData($firstDateToDisplay, $endDate, $calendar_request_args), - 'allowAddingMultipleAuthors' => (bool)apply_filters( - 'publishpress_calendar_allow_multiple_authors', - false - ), - 'proActive' => Util::isPlannersProActive(), - 'strings' => [ - 'loading' => esc_js(__('Loading...', 'publishpress')), - 'loadingItem' => esc_js(__('Loading item...', 'publishpress')), - 'clickToAdd' => esc_js(__('Click to add', 'publishpress')), - 'movingTheItem' => esc_js(__('Moving the item...', 'publishpress')), - 'hideItems' => esc_js(__('Hide the %s last items', 'publishpress')), - 'showMore' => esc_js(__('Show %s more', 'publishpress')), - 'untitled' => esc_js(__('Untitled', 'publishpress')), - 'close' => esc_js(__('Close', 'publishpress')), - 'save' => esc_js(__('Save', 'publishpress')), - 'saving' => esc_js(__('Saving...', 'publishpress')), - 'saveAndEdit' => esc_js(__('Save and edit', 'publishpress')), - 'addContentFor' => esc_js(__('Add content for %s', 'publishpress')), - 'postTypeNotFound' => esc_js(__('Post type not found', 'publishpress')), - 'postType' => esc_js(__('Post type:', 'publishpress')), - 'pleaseWaitLoadingFormFields' => esc_js(__('Please, wait! Loading the form fields...', 'publishpress')), - 'weekDaySun' => esc_js(__('Sun', 'publishpress')), - 'weekDayMon' => esc_js(__('Mon', 'publishpress')), - 'weekDayTue' => esc_js(__('Tue', 'publishpress')), - 'weekDayWed' => esc_js(__('Wed', 'publishpress')), - 'weekDayThu' => esc_js(__('Thu', 'publishpress')), - 'weekDayFri' => esc_js(__('Fri', 'publishpress')), - 'weekDaySat' => esc_js(__('Sat', 'publishpress')), - 'monthJan' => esc_js(__('Jan', 'publishpress')), - 'monthFeb' => esc_js(__('Feb', 'publishpress')), - 'monthMar' => esc_js(__('Mar', 'publishpress')), - 'monthApr' => esc_js(__('Apr', 'publishpress')), - 'monthMay' => esc_js(__('May', 'publishpress')), - 'monthJun' => esc_js(__('Jun', 'publishpress')), - 'monthJul' => esc_js(__('Jul', 'publishpress')), - 'monthAug' => esc_js(__('Aug', 'publishpress')), - 'monthSep' => esc_js(__('Sep', 'publishpress')), - 'monthOct' => esc_js(__('Oct', 'publishpress')), - 'monthNov' => esc_js(__('Nov', 'publishpress')), - 'monthDec' => esc_js(__('Dec', 'publishpress')), - 'allStatuses' => esc_js(__('All statuses', 'publishpress')), - 'allCategories' => esc_js(__('All categories', 'publishpress')), - 'allTags' => esc_js(__('All tags', 'publishpress')), - 'allAuthors' => esc_js(__('All authors', 'publishpress')), - 'allTypes' => esc_js(__('All types', 'publishpress')), - 'xWeek' => esc_js(__('%d week', 'publishpress')), - 'xWeeks' => esc_js(__('%d weeks', 'publishpress')), - 'today' => esc_js(__('Today', 'publishpress')), - 'noTerms' => esc_js(__('No terms', 'publishpress')), - 'post_date_label' => esc_html__('Post Date', 'publishpress'), - 'edit_label' => esc_html__('Edit', 'publishpress'), - 'delete_label' => esc_html__('Trash', 'publishpress'), - 'preview_label' => esc_html__('Preview', 'publishpress'), - 'view_label' => esc_html__('View', 'publishpress'), - 'prev_label' => esc_html__('Previous Post', 'publishpress'), - 'next_label' => esc_html__('Next Post', 'publishpress'), - 'post_status_label' => esc_html__('Post Status', 'publishpress'), - 'update_label' => esc_html__('Save Changes', 'publishpress'), - 'empty_term' => esc_html__('Taxonomy not set.', 'publishpress'), - 'post_author' => esc_html__('Author', 'publishpress'), - 'date_format' => pp_convert_date_format_to_jqueryui_datepicker(get_option('date_format')), - 'week_first_day' => esc_js(get_option('start_of_week')), - ] - ]; - wp_localize_script('publishpress-async-calendar-js', 'publishpressCalendarParams', $params); - - global $wp_locale; - $monthNames = array_map([&$wp_locale, 'get_month'], range(1, 12)); - $monthNamesShort = array_map([&$wp_locale, 'get_month_abbrev'], $monthNames); - $dayNames = array_map([&$wp_locale, 'get_weekday'], range(0, 6)); - $dayNamesShort = array_map([&$wp_locale, 'get_weekday_abbrev'], $dayNames); - wp_localize_script( - "date_i18n", - "DATE_I18N", - array( - "month_names" => $monthNames, - "month_names_short" => $monthNamesShort, - "day_names" => $dayNames, - "day_names_short" => $dayNamesShort - ) - ); - } - } - } - - private function getTimezoneString() - { - $timezoneString = get_option('timezone_string'); - - if (empty($timezoneString)) { - $offset = get_option('gmt_offset'); - - if ($offset > 0) { - $offset = '+' . $offset; - } - - if (2 === strlen($offset)) { - $offset .= ':00'; - } - - $timezoneString = new DateTimeZone($offset); - $timezoneString = $timezoneString->getName(); - } - - return $timezoneString; - } - - /** - * Returns a VTIMEZONE component for a Olson timezone identifier - * with daylight transitions covering the given date range. - * - * @param \Sabre\VObject\Component\VCalendar - * @param string $tzid Timezone ID as used in PHP's Date functions - * @param int $from Unix timestamp with first date/time in this timezone - * @param int $to Unix timestap with last date/time in this timezone - * - * @return mixed A Sabre\VObject\Component object representing a VTIMEZONE definition - * or false if no timezone information is available - */ - private function generateVTimeZone(&$calendar, $tzid, $from = 0, $to = 0) - { - if (! $from) { - $from = time(); - } - if (! $to) { - $to = $from; - } - - try { - $tz = new DateTimeZone($tzid); - } catch (Exception $e) { - return false; - } - - // get all transitions for one year back/ahead - $year = 86400 * 360; - $transitions = $tz->getTransitions($from - $year, $to + $year); - - $vTimeZone = $calendar->add( - 'VTIMEZONE', - [ - 'TZID' => $tz->getName(), - ] - ); - - $standard = null; - $daylight = null; - $t_std = null; - $t_dst = null; - $tzfrom = 0; - if (is_array($transitions) || is_object($transitions)) { - foreach ($transitions as $i => $trans) { - if ($i == 0) { - $tzfrom = $trans['offset'] / 3600; - continue; - } - - // daylight saving time definition - if ($trans['isdst']) { - $t_dst = $trans['ts']; - $dt = new DateTime($trans['time']); - $offset = $trans['offset'] / 3600; - - $daylight = $vTimeZone->add( - 'DAYLIGHT', - [ - 'DTSTART' => $dt->format('Ymd\THis'), - 'TZOFFSETFROM' => sprintf( - '%s%02d%02d', - $tzfrom >= 0 ? '+' : '', - floor($tzfrom), - ($tzfrom - floor($tzfrom)) * 60 - ), - 'TZOFFSETTO' => sprintf( - '%s%02d%02d', - $offset >= 0 ? '+' : '', - floor($offset), - ($offset - floor($offset)) * 60 - ), - ] - ); - - // add abbreviated timezone name if available - if (! empty($trans['abbr'])) { - $daylight->add('TZNAME', [$trans['abbr']]); - } - - $tzfrom = $offset; - } else { - $t_std = $trans['ts']; - $dt = new DateTime($trans['time']); - $offset = $trans['offset'] / 3600; - - $standard = $vTimeZone->add( - 'STANDARD', - [ - 'DTSTART' => $dt->format('Ymd\THis'), - 'TZOFFSETFROM' => sprintf( - '%s%02d%02d', - $tzfrom >= 0 ? '+' : '', - floor($tzfrom), - ($tzfrom - floor($tzfrom)) * 60 - ), - 'TZOFFSETTO' => sprintf( - '%s%02d%02d', - $offset >= 0 ? '+' : '', - floor($offset), - ($offset - floor($offset)) * 60 - ), - ] - ); - - // add abbreviated timezone name if available - if (! empty($trans['abbr'])) { - $standard->add('TZNAME', [$trans['abbr']]); - } - - $tzfrom = $offset; - } + global $pagenow; - // we covered the entire date range - if ($standard && $daylight && min($t_std, $t_dst) < $from && max($t_std, $t_dst) > $to) { - break; - } - } - } + // Only load calendar scripts on the calendar page + if ('admin.php' === $pagenow && isset($_GET['page']) && $_GET['page'] === 'pp-calendar') { // + $this->enqueue_datepicker_resources(); - // add X-MICROSOFT-CDO-TZID if available - $microsoftExchangeMap = array_flip(Sabre\VObject\TimeZoneUtil::$microsoftExchangeMap); - if (array_key_exists($tz->getName(), $microsoftExchangeMap)) { - $vTimeZone->add('X-MICROSOFT-CDO-TZID', $microsoftExchangeMap[$tz->getName()]); + $method_args = []; + $method_args['content_calendar_datas'] = $this->get_content_calendar_datas(); + $method_args['userFilters'] = $this->get_filters(); + $method_args['postStatuses'] = $this->getPostStatusOptions(); + $method_args['selectedPostTypes'] = $this->get_selected_post_types(); + $method_args['timeFormat'] = $this->getCalendarTimeFormat(); + $method_args['proActive'] = Util::isPlannersProActive(); + $method_args['operator_labels'] = $this->meta_query_operator_label(); + $method_args['post_statuses'] = $this->get_post_statuses(); + $method_args['terms_options'] = $this->terms_options; + $method_args['form_filters'] = $this->form_filters; + $method_args['form_filter_list'] = $this->form_filter_list; + $method_args['all_filters'] = $this->filters; + $this->content_calendar_methods->enqueue_admin_scripts($method_args); } - - return $vTimeZone; } /** @@ -1029,7 +552,7 @@ public function handle_ics_subscription() // Set up the post data to be printed $post_query_args = []; - $calendar_filters = $this->calendar_filters(); + $calendar_filters = PP_Calendar_Utilities::calendar_filters(); foreach ($calendar_filters as $filter) { if (isset($_GET[$filter]) && false !== ($value = $this->sanitize_filter( $filter, @@ -1045,7 +568,7 @@ public function handle_ics_subscription() $this->start_date = sanitize_text_field( apply_filters( 'pp_calendar_ics_subscription_start_date', - $this->get_beginning_of_week(date('Y-m-d', current_time('timestamp'))) // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date + PP_Calendar_Utilities::get_beginning_of_week(date('Y-m-d', current_time('timestamp'))) // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date ) ); @@ -1066,7 +589,7 @@ public function handle_ics_subscription() $timezoneString = $this->dateUtil->getTimezoneString(); - $this->generateVtimezone( + PP_Calendar_Utilities::generateVtimezone( $vCalendar, $timezoneString, strtotime($this->start_date), @@ -1120,7 +643,7 @@ public function handle_ics_subscription() 'VEVENT', [ 'UID' => $post->guid, - 'SUMMARY' => $this->do_ics_escaping(apply_filters('the_title', $post->post_title)) + 'SUMMARY' => PP_Calendar_Utilities::do_ics_escaping(apply_filters('the_title', $post->post_title)) . ' - ' . $this->get_post_status_friendly_name(get_post_status($post->ID)), 'DTSTART' => $start_date, 'DTEND' => $end_date, @@ -1142,63 +665,6 @@ public function handle_ics_subscription() // phpcs:enable } - /** - * Perform the encoding necessary for ICS feed text. - * - * @param string $text The string that needs to be escaped - * - * @return string The string after escaping for ICS. - * @since 0.8 - * */ - - public function do_ics_escaping($text) - { - $text = str_replace(',', '\,', $text); - $text = str_replace(';', '\:', $text); - $text = str_replace('\\', '\\\\', $text); - - return $text; - } - - /** - * Handle a request to regenerate the calendar feed secret - * - * @since 0.8 - */ - public function handle_regenerate_calendar_feed_secret() - { - if (! isset($_GET['action']) || 'pp_calendar_regenerate_calendar_feed_secret' != $_GET['action']) { - return; - } - - if (! current_user_can('manage_options')) { - wp_die($this->module->messages['invalid-permissions']); - } - - if (! isset($_GET['_wpnonce']) - || ! wp_verify_nonce(sanitize_text_field($_GET['_wpnonce']), 'pp-regenerate-ics-key') - ) { - wp_die($this->module->messages['nonce-failed']); - } - - PublishPress()->update_module_option($this->module->name, 'ics_secret_key', wp_generate_password()); - - $args = [ - 'page' => PP_Modules_Settings::SETTINGS_SLUG, - 'settings_module' => $this->module->settings_slug, - ]; - - wp_safe_redirect( - add_query_arg( - 'message', - 'key-regenerated', - add_query_arg($args, admin_url('admin.php')) - ) - ); - - exit; - } - /** * Get the user's filters for calendar, either with $_GET or from saved * @@ -1229,7 +695,7 @@ public function update_user_filters($request_filter = []) 'weeks' => '', 'start_date' => '', 'me_mode' => '', - 'show_revision' => '', + 'hide_revision' => '', 's' => '', 'post_status' => '', ]; @@ -1262,7 +728,7 @@ public function update_user_filters($request_filter = []) 'weeks' => __('Weeks', 'publishpress'), 'start_date' => __('Start Date', 'publishpress'), 'me_mode' => __('Me Mode', 'publishpress'), - 'show_revision' => __('Show Revision', 'publishpress'), + 'hide_revision' => __('Show Revision', 'publishpress'), 's' => __('Search', 'publishpress'), ], $this->filters); @@ -1326,7 +792,7 @@ public function update_user_filters($request_filter = []) } // Set the start date as the beginning of the week, according to blog settings - $user_filters['start_date'] = $this->get_beginning_of_week($user_filters['start_date']); + $user_filters['start_date'] = PP_Calendar_Utilities::get_beginning_of_week($user_filters['start_date']); if (!empty($user_filters['me_mode'])) { $user_filters['author'] = $current_user->ID; @@ -1341,22 +807,6 @@ public function update_user_filters($request_filter = []) return $user_filters; } - /** - * Set all post types as selected, to be used as the default option. - * - * @return array - */ - protected function pre_select_all_post_types() - { - $list = get_post_types(null, 'objects'); - - foreach ($list as $type => $value) { - $list[$type] = 'on'; - } - - return $list; - } - /** * Get an array of the selected post types. * @@ -1400,567 +850,86 @@ public function content_calendar_filters() return apply_filters('PP_Content_Calendar_filter_names', $select_filter_names); } - public function content_calendar_filter_options($select_id, $select_name, $filters) - { - - if (array_key_exists($select_id, $this->terms_options)) { - $select_id = 'metadata_key'; - } + /** + * Load utilities files + * + * @return void + */ + private function load_utilities_files() { + require_once dirname(__FILE__) . "/library/calendar-utilities.php"; + require_once dirname(__FILE__) . "/library/calendar-methods.php"; + } + + /** + * Return calendar filters + * @return string + */ + public function get_calendar_filters() { + + $args = []; + $args['user_filters'] = $this->user_filters; + $args['calendar_filters'] = $this->content_calendar_filters(); + $args['terms_options'] = $this->terms_options; + $args['content_calendar_datas'] = $this->content_calendar_datas; + $args['post_statuses'] = $this->get_post_statuses(); + $args['post_types'] = $this->get_selected_post_types(); + $args['form_filter_list'] = $this->form_filter_list; + $args['form_filters'] = $this->form_filters; + $args['all_filters'] = $this->filters; + $args['operator_labels'] = $this->meta_query_operator_label(); + + $calendar_filters = PP_Calendar_Utilities::get_calendar_filters($args); + + return $calendar_filters; + } + + /** + * Update content calendar form action + * + * @return void + */ + public function update_content_calendar_form_action() { + global $publishpress; - if (array_key_exists($select_id, $this->content_calendar_datas['taxonomies']) && taxonomy_exists($select_id)) { - $select_id = 'taxonomy'; - } + if (!empty($_POST['co_form_action']) && !empty($_POST['_nonce']) && $_POST['co_form_action'] == 'filter_form' && wp_verify_nonce(sanitize_key($_POST['_nonce']), 'content_calendar_filter_form_nonce')) { + // Content calendar filter form + $content_calendar_filters = !empty($_POST['content_calendar_filters']) ? array_map('sanitize_text_field', $_POST['content_calendar_filters']) : []; + $content_calendar_filters_order = !empty($_POST['content_calendar_filters_order']) ? array_map('sanitize_text_field', $_POST['content_calendar_filters_order']) : []; + $content_calendar_custom_filters = !empty($_POST['content_calendar_custom_filters']) ? map_deep($_POST['content_calendar_custom_filters'], 'sanitize_text_field') : []; - $filter_label = ''; - $selected_value = ''; + // make sure enabled filters are saved in organized order + $content_calendar_filters = array_intersect($content_calendar_filters_order, $content_calendar_filters); - ob_start(); + $publishpress->update_module_option($this->module->name, 'content_calendar_filters', $content_calendar_filters); + $publishpress->update_module_option($this->module->name, 'content_calendar_custom_filters', $content_calendar_custom_filters); + + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo pp_planner_admin_notice(esc_html__('Filter updated successfully.', 'publishpress')); + } elseif (!empty($_POST['co_form_action']) && !empty($_POST['_nonce']) && $_POST['co_form_action'] == 'reset_filter' && wp_verify_nonce(sanitize_key($_POST['_nonce']), 'content_calendar_filter_rest_nonce')) { + // Content calendar filter reset + $this->update_user_meta(get_current_user_id(), self::USERMETA_KEY_PREFIX . 'filters', []); + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo pp_planner_admin_notice(esc_html__('Filter reset successfully.', 'publishpress')); + } + } + + /** + * Get content calendar data that's required on the + * content calendar page + * + * @return array + */ + public function get_content_calendar_datas() { + global $wpdb; - switch ($select_id) { - case 'post_status': - $post_statuses = $this->get_post_statuses(); - $filter_label = esc_html__('Post Status', 'publishpress'); - ?> - - label); - ?> - - - - - - - - terms_options[$select_name]; - - $metadata_type = $metadata_term['type']; - $selected_value = $metadata_value; - $filter_label = $metadata_term['name']; - - ?> -