main.js 2.5 MB

12
  1. /*! For license information please see main.js.LICENSE.txt */
  2. (()=>{var e={4559:(e,t,i)=>{e.exports=i(9335)},1786:(e,t,i)=>{"use strict";var a=i(8266),o=i(5608),r=i(159),n=i(9568),s=i(3943),l=i(8201),u=i(1745),c=i(7979);e.exports=function(e){return new Promise((function(t,i){var d=e.data,p=e.headers;a.isFormData(d)&&delete p["Content-Type"];var m=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";p.Authorization="Basic "+btoa(h+":"+f)}var g=s(e.baseURL,e.url);if(m.open(e.method.toUpperCase(),n(g,e.params,e.paramsSerializer),!0),m.timeout=e.timeout,m.onreadystatechange=function(){if(m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))){var a="getAllResponseHeaders"in m?l(m.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:a,config:e,request:m};o(t,i,r),m=null}},m.onabort=function(){m&&(i(c("Request aborted",e,"ECONNABORTED",m)),m=null)},m.onerror=function(){i(c("Network Error",e,null,m)),m=null},m.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),i(c(t,e,"ECONNABORTED",m)),m=null},a.isStandardBrowserEnv()){var b=(e.withCredentials||u(g))&&e.xsrfCookieName?r.read(e.xsrfCookieName):void 0;b&&(p[e.xsrfHeaderName]=b)}if("setRequestHeader"in m&&a.forEach(p,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete p[t]:m.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(m.withCredentials=!!e.withCredentials),e.responseType)try{m.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&m.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&m.upload&&m.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){m&&(m.abort(),i(e),m=null)})),d||(d=null),m.send(d)}))}},9335:(e,t,i)=>{"use strict";var a=i(8266),o=i(4345),r=i(7929),n=i(650);function s(e){var t=new r(e),i=o(r.prototype.request,t);return a.extend(i,r.prototype,t),a.extend(i,t),i}var l=s(i(9046));l.Axios=r,l.create=function(e){return s(n(l.defaults,e))},l.Cancel=i(9760),l.CancelToken=i(7510),l.isCancel=i(8825),l.all=function(e){return Promise.all(e)},l.spread=i(4346),e.exports=l,e.exports.default=l},9760:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},7510:(e,t,i)=>{"use strict";var a=i(9760);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var i=this;e((function(e){i.reason||(i.reason=new a(e),t(i.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},8825:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},7929:(e,t,i)=>{"use strict";var a=i(8266),o=i(9568),r=i(6252),n=i(6029),s=i(650);function l(e){this.defaults=e,this.interceptors={request:new r,response:new r}}l.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[n,void 0],i=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)i=i.then(t.shift(),t.shift());return i},l.prototype.getUri=function(e){return e=s(this.defaults,e),o(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},a.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,i){return this.request(s(i||{},{method:e,url:t,data:(i||{}).data}))}})),a.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,i,a){return this.request(s(a||{},{method:e,url:t,data:i}))}})),e.exports=l},6252:(e,t,i)=>{"use strict";var a=i(8266);function o(){this.handlers=[]}o.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){a.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},3943:(e,t,i)=>{"use strict";var a=i(406),o=i(5027);e.exports=function(e,t){return e&&!a(t)?o(e,t):t}},7979:(e,t,i)=>{"use strict";var a=i(2050);e.exports=function(e,t,i,o,r){var n=new Error(e);return a(n,t,i,o,r)}},6029:(e,t,i)=>{"use strict";var a=i(8266),o=i(2661),r=i(8825),n=i(9046);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=o(e.data,e.headers,e.transformRequest),e.headers=a.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),a.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||n.adapter)(e).then((function(t){return s(e),t.data=o(t.data,t.headers,e.transformResponse),t}),(function(t){return r(t)||(s(e),t&&t.response&&(t.response.data=o(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},2050:e=>{"use strict";e.exports=function(e,t,i,a,o){return e.config=t,i&&(e.code=i),e.request=a,e.response=o,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},650:(e,t,i)=>{"use strict";var a=i(8266);e.exports=function(e,t){t=t||{};var i={},o=["url","method","data"],r=["headers","auth","proxy","params"],n=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function l(e,t){return a.isPlainObject(e)&&a.isPlainObject(t)?a.merge(e,t):a.isPlainObject(t)?a.merge({},t):a.isArray(t)?t.slice():t}function u(o){a.isUndefined(t[o])?a.isUndefined(e[o])||(i[o]=l(void 0,e[o])):i[o]=l(e[o],t[o])}a.forEach(o,(function(e){a.isUndefined(t[e])||(i[e]=l(void 0,t[e]))})),a.forEach(r,u),a.forEach(n,(function(o){a.isUndefined(t[o])?a.isUndefined(e[o])||(i[o]=l(void 0,e[o])):i[o]=l(void 0,t[o])})),a.forEach(s,(function(a){a in t?i[a]=l(e[a],t[a]):a in e&&(i[a]=l(void 0,e[a]))}));var c=o.concat(r).concat(n).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===c.indexOf(e)}));return a.forEach(d,u),i}},5608:(e,t,i)=>{"use strict";var a=i(7979);e.exports=function(e,t,i){var o=i.config.validateStatus;i.status&&o&&!o(i.status)?t(a("Request failed with status code "+i.status,i.config,null,i.request,i)):e(i)}},2661:(e,t,i)=>{"use strict";var a=i(8266);e.exports=function(e,t,i){return a.forEach(i,(function(i){e=i(e,t)})),e}},9046:(e,t,i)=>{"use strict";var a=i(8266),o=i(1490),r={"Content-Type":"application/x-www-form-urlencoded"};function n(e,t){!a.isUndefined(e)&&a.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,l={adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(s=i(1786)),s),transformRequest:[function(e,t){return o(t,"Accept"),o(t,"Content-Type"),a.isFormData(e)||a.isArrayBuffer(e)||a.isBuffer(e)||a.isStream(e)||a.isFile(e)||a.isBlob(e)?e:a.isArrayBufferView(e)?e.buffer:a.isURLSearchParams(e)?(n(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):a.isObject(e)?(n(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};l.headers={common:{Accept:"application/json, text/plain, */*"}},a.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){l.headers[e]=a.merge(r)})),e.exports=l},4345:e=>{"use strict";e.exports=function(e,t){return function(){for(var i=new Array(arguments.length),a=0;a<i.length;a++)i[a]=arguments[a];return e.apply(t,i)}}},9568:(e,t,i)=>{"use strict";var a=i(8266);function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,i){if(!t)return e;var r;if(i)r=i(t);else if(a.isURLSearchParams(t))r=t.toString();else{var n=[];a.forEach(t,(function(e,t){null!=e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,(function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),n.push(o(t)+"="+o(e))})))})),r=n.join("&")}if(r){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}},5027:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},159:(e,t,i)=>{"use strict";var a=i(8266);e.exports=a.isStandardBrowserEnv()?{write:function(e,t,i,o,r,n){var s=[];s.push(e+"="+encodeURIComponent(t)),a.isNumber(i)&&s.push("expires="+new Date(i).toGMTString()),a.isString(o)&&s.push("path="+o),a.isString(r)&&s.push("domain="+r),!0===n&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},406:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},1745:(e,t,i)=>{"use strict";var a=i(8266);e.exports=a.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");function o(e){var a=e;return t&&(i.setAttribute("href",a),a=i.href),i.setAttribute("href",a),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}return e=o(window.location.href),function(t){var i=a.isString(t)?o(t):t;return i.protocol===e.protocol&&i.host===e.host}}():function(){return!0}},1490:(e,t,i)=>{"use strict";var a=i(8266);e.exports=function(e,t){a.forEach(e,(function(i,a){a!==t&&a.toUpperCase()===t.toUpperCase()&&(e[t]=i,delete e[a])}))}},8201:(e,t,i)=>{"use strict";var a=i(8266),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,i,r,n={};return e?(a.forEach(e.split("\n"),(function(e){if(r=e.indexOf(":"),t=a.trim(e.substr(0,r)).toLowerCase(),i=a.trim(e.substr(r+1)),t){if(n[t]&&o.indexOf(t)>=0)return;n[t]="set-cookie"===t?(n[t]?n[t]:[]).concat([i]):n[t]?n[t]+", "+i:i}})),n):n}},4346:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},8266:(e,t,i)=>{"use strict";var a=i(4345),o=Object.prototype.toString;function r(e){return"[object Array]"===o.call(e)}function n(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==o.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===o.call(e)}function c(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),r(e))for(var i=0,a=e.length;i<a;i++)t.call(null,e[i],i,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}e.exports={isArray:r,isArrayBuffer:function(e){return"[object ArrayBuffer]"===o.call(e)},isBuffer:function(e){return null!==e&&!n(e)&&null!==e.constructor&&!n(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:l,isUndefined:n,isDate:function(e){return"[object Date]"===o.call(e)},isFile:function(e){return"[object File]"===o.call(e)},isBlob:function(e){return"[object Blob]"===o.call(e)},isFunction:u,isStream:function(e){return s(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:c,merge:function e(){var t={};function i(i,a){l(t[a])&&l(i)?t[a]=e(t[a],i):l(i)?t[a]=e({},i):r(i)?t[a]=i.slice():t[a]=i}for(var a=0,o=arguments.length;a<o;a++)c(arguments[a],i);return t},extend:function(e,t,i){return c(t,(function(t,o){e[o]=i&&"function"==typeof t?a(t,i):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},2927:e=>{e.exports=e=>{if(!e)throw new Error("Password is empty.");const t="(?=.*[!@#$%^&*])";let i={id:null,value:null,length:null,contains:[]},a=[];new RegExp("^(?=.*[a-z])").test(e)&&(a=[...a,{message:"lowercase"}]),new RegExp("^(?=.*[A-Z])").test(e)&&(a=[...a,{message:"uppercase"}]),new RegExp(`^${t}`).test(e)&&(a=[...a,{message:"symbol"}]),new RegExp("^(?=.*[0-9])").test(e)&&(a=[...a,{message:"number"}]);const o=new RegExp(`^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])${t}(?=.{8,})`),r=new RegExp(`^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9]))|((?=.*[A-Z])${t})|((?=.*[a-z])${t})|((?=.*[0-9])${t}))(?=.{6,})`);return i=o.test(e)?{id:2,value:"Strong"}:r.test(e)?{id:1,value:"Medium"}:{id:0,value:"Weak"},i.length=e.length,i.contains=a,i}},7355:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===i}(e)}(e)};var i="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function a(e,t){return!1!==t.clone&&t.isMergeableObject(e)?l((i=e,Array.isArray(i)?[]:{}),e,t):e;var i}function o(e,t,i){return e.concat(t).map((function(e){return a(e,i)}))}function r(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function n(e,t){try{return t in e}catch(e){return!1}}function s(e,t,i){var o={};return i.isMergeableObject(e)&&r(e).forEach((function(t){o[t]=a(e[t],i)})),r(t).forEach((function(r){(function(e,t){return n(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,r)||(n(e,r)&&i.isMergeableObject(t[r])?o[r]=function(e,t){if(!t.customMerge)return l;var i=t.customMerge(e);return"function"==typeof i?i:l}(r,i)(e[r],t[r],i):o[r]=a(t[r],i))})),o}function l(e,i,r){(r=r||{}).arrayMerge=r.arrayMerge||o,r.isMergeableObject=r.isMergeableObject||t,r.cloneUnlessOtherwiseSpecified=a;var n=Array.isArray(i);return n===Array.isArray(e)?n?r.arrayMerge(e,i,r):s(e,i,r):a(i,r)}l.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,i){return l(e,i,t)}),{})};var u=l;e.exports=u},6398:(e,t,i)=>{var a=i(9614).parse;function o(e){return e.replace(/[\s,]+/g," ").trim()}var r={},n={};var s=!0;function l(e,t){var i=Object.prototype.toString.call(e);if("[object Array]"===i)return e.map((function(e){return l(e,t)}));if("[object Object]"!==i)throw new Error("Unexpected input.");t&&e.loc&&delete e.loc,e.loc&&(delete e.loc.startToken,delete e.loc.endToken);var a,o,r,n=Object.keys(e);for(a in n)n.hasOwnProperty(a)&&(o=e[n[a]],"[object Object]"!==(r=Object.prototype.toString.call(o))&&"[object Array]"!==r||(e[n[a]]=l(o,!0)));return e}var u=!1;function c(e){var t=o(e);if(r[t])return r[t];var i=a(e,{experimentalFragmentVariables:u});if(!i||"Document"!==i.kind)throw new Error("Not a valid GraphQL document.");return i=l(i=function(e){for(var t,i={},a=[],r=0;r<e.definitions.length;r++){var l=e.definitions[r];if("FragmentDefinition"===l.kind){var u=l.name.value,c=o((t=l.loc).source.body.substring(t.start,t.end));n.hasOwnProperty(u)&&!n[u][c]?(s&&console.warn("Warning: fragment with name "+u+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"),n[u][c]=!0):n.hasOwnProperty(u)||(n[u]={},n[u][c]=!0),i[c]||(i[c]=!0,a.push(l))}else a.push(l)}return e.definitions=a,e}(i),!1),r[t]=i,i}function d(){for(var e=Array.prototype.slice.call(arguments),t=e[0],i="string"==typeof t?t:t[0],a=1;a<e.length;a++)e[a]&&e[a].kind&&"Document"===e[a].kind?i+=e[a].loc.source.body:i+=e[a],i+=t[a];return c(i)}d.default=d,d.resetCaches=function(){r={},n={}},d.disableFragmentWarnings=function(){s=!1},d.enableExperimentalFragmentVariables=function(){u=!0},d.disableExperimentalFragmentVariables=function(){u=!1},e.exports=d},9731:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.printError=y,t.GraphQLError=void 0;var a,o=(a=i(461))&&a.__esModule?a:{default:a},r=i(6594),n=i(8827),s=i(306);function l(e){return(l="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 u(e,t){for(var i=0;i<t.length;i++){var a=t[i];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function c(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(e){var t="function"==typeof Map?new Map:void 0;return(p=function(e){if(null===e||(i=e,-1===Function.toString.call(i).indexOf("[native code]")))return e;var i;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,a)}function a(){return m(e,arguments,g(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),f(a,e)})(e)}function m(e,t,i){return(m=h()?Reflect.construct:function(e,t,i){var a=[null];a.push.apply(a,t);var o=new(Function.bind.apply(e,a));return i&&f(o,i.prototype),o}).apply(null,arguments)}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var b=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)}(m,e);var t,i,a,s,l,p=(t=m,i=h(),function(){var e,a=g(t);if(i){var o=g(this).constructor;e=Reflect.construct(a,arguments,o)}else e=a.apply(this,arguments);return c(this,e)});function m(e,t,i,a,r,s,l){var u,h,f,g,b;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,m),b=p.call(this,e);var y,w=Array.isArray(t)?0!==t.length?t:void 0:t?[t]:void 0,v=i;!v&&w&&(v=null===(y=w[0].loc)||void 0===y?void 0:y.source);var _,x=a;!x&&w&&(x=w.reduce((function(e,t){return t.loc&&e.push(t.loc.start),e}),[])),x&&0===x.length&&(x=void 0),a&&i?_=a.map((function(e){return(0,n.getLocation)(i,e)})):w&&(_=w.reduce((function(e,t){return t.loc&&e.push((0,n.getLocation)(t.loc.source,t.loc.start)),e}),[]));var k=l;if(null==k&&null!=s){var j=s.extensions;(0,o.default)(j)&&(k=j)}return Object.defineProperties(d(b),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==(u=_)&&void 0!==u?u:void 0,enumerable:null!=_},path:{value:null!=r?r:void 0,enumerable:null!=r},nodes:{value:null!=w?w:void 0},source:{value:null!==(h=v)&&void 0!==h?h:void 0},positions:{value:null!==(f=x)&&void 0!==f?f:void 0},originalError:{value:s},extensions:{value:null!==(g=k)&&void 0!==g?g:void 0,enumerable:null!=k}}),(null==s?void 0:s.stack)?(Object.defineProperty(d(b),"stack",{value:s.stack,writable:!0,configurable:!0}),c(b)):(Error.captureStackTrace?Error.captureStackTrace(d(b),m):Object.defineProperty(d(b),"stack",{value:Error().stack,writable:!0,configurable:!0}),b)}return a=m,(s=[{key:"toString",value:function(){return y(this)}},{key:r.SYMBOL_TO_STRING_TAG,get:function(){return"Object"}}])&&u(a.prototype,s),l&&u(a,l),m}(p(Error));function y(e){var t=e.message;if(e.nodes)for(var i=0,a=e.nodes;i<a.length;i++){var o=a[i];o.loc&&(t+="\n\n"+(0,s.printLocation)(o.loc))}else if(e.source&&e.locations)for(var r=0,n=e.locations;r<n.length;r++){var l=n[r];t+="\n\n"+(0,s.printSourceLocation)(e.source,l)}return t}t.GraphQLError=b},9933:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.syntaxError=function(e,t,i){return new a.GraphQLError("Syntax Error: ".concat(i),void 0,e,[t])};var a=i(9731)},1892:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.prototype.toJSON;"function"==typeof t||(0,a.default)(0),e.prototype.inspect=t,o.default&&(e.prototype[o.default]=t)};var a=r(i(5016)),o=r(i(8073));function r(e){return e&&e.__esModule?e:{default:e}}},1743:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(t)}},8770:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return n(e,[])};var a,o=(a=i(8073))&&a.__esModule?a:{default:a};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 n(e,t){switch(r(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":function(e,t){if(-1!==t.indexOf(e))return"[Circular]";var i=[].concat(t,[e]),a=function(e){var t=e[String(o.default)];if("function"==typeof t)return t;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==a){var r=a.call(e);if(r!==e)return"string"==typeof r?r:n(r,i)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";for(var i=Math.min(10,e.length),a=e.length-i,o=[],r=0;r<i;++r)o.push(n(e[r],t));1===a?o.push("... 1 more item"):a>1&&o.push("... ".concat(a," more items"));return"["+o.join(", ")+"]"}(e,i);return function(e,t){var i=Object.keys(e);if(0===i.length)return"{}";if(t.length>2)return"["+function(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){var i=e.constructor.name;if("string"==typeof i&&""!==i)return i}return t}(e)+"]";return"{ "+i.map((function(i){return i+": "+n(e[i],t)})).join(", ")+" }"}(e,i)}(e,t);default:return String(e)}}},3819:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e,t){return e instanceof t};t.default=i},5016:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(null!=t?t:"Unexpected invariant triggered.")}},461:(e,t)=>{"use strict";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)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"object"==i(e)&&null!==e}},8073:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;t.default=i},1856:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isNode=function(e){return null!=e&&"string"==typeof e.kind},t.Token=t.Location=void 0;var a,o=(a=i(1892))&&a.__esModule?a:{default:a};var r=function(){function e(e,t,i){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=i}return e.prototype.toJSON=function(){return{start:this.start,end:this.end}},e}();t.Location=r,(0,o.default)(r);var n=function(){function e(e,t,i,a,o,r,n){this.kind=e,this.start=t,this.end=i,this.line=a,this.column=o,this.value=n,this.prev=r,this.next=null}return e.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},e}();t.Token=n,(0,o.default)(n)},7318:(e,t)=>{"use strict";function i(e){for(var t=0;t<e.length;++t)if(" "!==e[t]&&"\t"!==e[t])return!1;return!0}function a(e){for(var t,i=!0,a=!0,o=0,r=null,n=0;n<e.length;++n)switch(e.charCodeAt(n)){case 13:10===e.charCodeAt(n+1)&&++n;case 10:i=!1,a=!0,o=0;break;case 9:case 32:++o;break;default:a&&!i&&(null===r||o<r)&&(r=o),a=!1}return null!==(t=r)&&void 0!==t?t:0}Object.defineProperty(t,"__esModule",{value:!0}),t.dedentBlockStringValue=function(e){var t=e.split(/\r\n|[\n\r]/g),o=a(e);if(0!==o)for(var r=1;r<t.length;r++)t[r]=t[r].slice(o);var n=0;for(;n<t.length&&i(t[n]);)++n;var s=t.length;for(;s>n&&i(t[s-1]);)--s;return t.slice(n,s).join("\n")},t.getBlockStringIndentation=a,t.printBlockString=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=-1===e.indexOf("\n"),o=" "===e[0]||"\t"===e[0],r='"'===e[e.length-1],n="\\"===e[e.length-1],s=!a||r||n||i,l="";!s||a&&o||(l+="\n"+t);l+=t?e.replace(/\n/g,"\n"+t):e,s&&(l+="\n");return'"""'+l.replace(/"""/g,'\\"""')+'"""'}},8442:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DirectiveLocation=void 0;var i=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});t.DirectiveLocation=i},2630:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Kind=void 0;var i=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});t.Kind=i},1816:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPunctuatorTokenKind=function(e){return e===r.TokenKind.BANG||e===r.TokenKind.DOLLAR||e===r.TokenKind.AMP||e===r.TokenKind.PAREN_L||e===r.TokenKind.PAREN_R||e===r.TokenKind.SPREAD||e===r.TokenKind.COLON||e===r.TokenKind.EQUALS||e===r.TokenKind.AT||e===r.TokenKind.BRACKET_L||e===r.TokenKind.BRACKET_R||e===r.TokenKind.BRACE_L||e===r.TokenKind.PIPE||e===r.TokenKind.BRACE_R},t.Lexer=void 0;var a=i(9933),o=i(1856),r=i(8080),n=i(7318),s=function(){function e(e){var t=new o.Token(r.TokenKind.SOF,0,0,0,0,null);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}var t=e.prototype;return t.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},t.lookahead=function(){var e=this.token;if(e.kind!==r.TokenKind.EOF)do{var t;e=null!==(t=e.next)&&void 0!==t?t:e.next=u(this,e)}while(e.kind===r.TokenKind.COMMENT);return e},e}();function l(e){return isNaN(e)?r.TokenKind.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function u(e,t){for(var i=e.source,n=i.body,s=n.length,l=t.end;l<s;){var u=n.charCodeAt(l),m=e.line,g=1+l-e.lineStart;switch(u){case 65279:case 9:case 32:case 44:++l;continue;case 10:++l,++e.line,e.lineStart=l;continue;case 13:10===n.charCodeAt(l+1)?l+=2:++l,++e.line,e.lineStart=l;continue;case 33:return new o.Token(r.TokenKind.BANG,l,l+1,m,g,t);case 35:return d(i,l,m,g,t);case 36:return new o.Token(r.TokenKind.DOLLAR,l,l+1,m,g,t);case 38:return new o.Token(r.TokenKind.AMP,l,l+1,m,g,t);case 40:return new o.Token(r.TokenKind.PAREN_L,l,l+1,m,g,t);case 41:return new o.Token(r.TokenKind.PAREN_R,l,l+1,m,g,t);case 46:if(46===n.charCodeAt(l+1)&&46===n.charCodeAt(l+2))return new o.Token(r.TokenKind.SPREAD,l,l+3,m,g,t);break;case 58:return new o.Token(r.TokenKind.COLON,l,l+1,m,g,t);case 61:return new o.Token(r.TokenKind.EQUALS,l,l+1,m,g,t);case 64:return new o.Token(r.TokenKind.AT,l,l+1,m,g,t);case 91:return new o.Token(r.TokenKind.BRACKET_L,l,l+1,m,g,t);case 93:return new o.Token(r.TokenKind.BRACKET_R,l,l+1,m,g,t);case 123:return new o.Token(r.TokenKind.BRACE_L,l,l+1,m,g,t);case 124:return new o.Token(r.TokenKind.PIPE,l,l+1,m,g,t);case 125:return new o.Token(r.TokenKind.BRACE_R,l,l+1,m,g,t);case 34:return 34===n.charCodeAt(l+1)&&34===n.charCodeAt(l+2)?f(i,l,m,g,t,e):h(i,l,m,g,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return p(i,l,u,m,g,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return b(i,l,m,g,t)}throw(0,a.syntaxError)(i,l,c(u))}var y=e.line,w=1+l-e.lineStart;return new o.Token(r.TokenKind.EOF,s,s,y,w,t)}function c(e){return e<32&&9!==e&&10!==e&&13!==e?"Cannot contain the invalid character ".concat(l(e),"."):39===e?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(l(e),".")}function d(e,t,i,a,n){var s,l=e.body,u=t;do{s=l.charCodeAt(++u)}while(!isNaN(s)&&(s>31||9===s));return new o.Token(r.TokenKind.COMMENT,t,u,i,a,n,l.slice(t+1,u))}function p(e,t,i,n,s,u){var c=e.body,d=i,p=t,h=!1;if(45===d&&(d=c.charCodeAt(++p)),48===d){if((d=c.charCodeAt(++p))>=48&&d<=57)throw(0,a.syntaxError)(e,p,"Invalid number, unexpected digit after 0: ".concat(l(d),"."))}else p=m(e,p,d),d=c.charCodeAt(p);if(46===d&&(h=!0,d=c.charCodeAt(++p),p=m(e,p,d),d=c.charCodeAt(p)),69!==d&&101!==d||(h=!0,43!==(d=c.charCodeAt(++p))&&45!==d||(d=c.charCodeAt(++p)),p=m(e,p,d),d=c.charCodeAt(p)),46===d||function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122}(d))throw(0,a.syntaxError)(e,p,"Invalid number, expected digit but got: ".concat(l(d),"."));return new o.Token(h?r.TokenKind.FLOAT:r.TokenKind.INT,t,p,n,s,u,c.slice(t,p))}function m(e,t,i){var o=e.body,r=t,n=i;if(n>=48&&n<=57){do{n=o.charCodeAt(++r)}while(n>=48&&n<=57);return r}throw(0,a.syntaxError)(e,r,"Invalid number, expected digit but got: ".concat(l(n),"."))}function h(e,t,i,n,s){for(var u,c,d,p,m=e.body,h=t+1,f=h,b=0,y="";h<m.length&&!isNaN(b=m.charCodeAt(h))&&10!==b&&13!==b;){if(34===b)return y+=m.slice(f,h),new o.Token(r.TokenKind.STRING,t,h+1,i,n,s,y);if(b<32&&9!==b)throw(0,a.syntaxError)(e,h,"Invalid character within String: ".concat(l(b),"."));if(++h,92===b){switch(y+=m.slice(f,h-1),b=m.charCodeAt(h)){case 34:y+='"';break;case 47:y+="/";break;case 92:y+="\\";break;case 98:y+="\b";break;case 102:y+="\f";break;case 110:y+="\n";break;case 114:y+="\r";break;case 116:y+="\t";break;case 117:var w=(u=m.charCodeAt(h+1),c=m.charCodeAt(h+2),d=m.charCodeAt(h+3),p=m.charCodeAt(h+4),g(u)<<12|g(c)<<8|g(d)<<4|g(p));if(w<0){var v=m.slice(h+1,h+5);throw(0,a.syntaxError)(e,h,"Invalid character escape sequence: \\u".concat(v,"."))}y+=String.fromCharCode(w),h+=4;break;default:throw(0,a.syntaxError)(e,h,"Invalid character escape sequence: \\".concat(String.fromCharCode(b),"."))}f=++h}}throw(0,a.syntaxError)(e,h,"Unterminated string.")}function f(e,t,i,s,u,c){for(var d=e.body,p=t+3,m=p,h=0,f="";p<d.length&&!isNaN(h=d.charCodeAt(p));){if(34===h&&34===d.charCodeAt(p+1)&&34===d.charCodeAt(p+2))return f+=d.slice(m,p),new o.Token(r.TokenKind.BLOCK_STRING,t,p+3,i,s,u,(0,n.dedentBlockStringValue)(f));if(h<32&&9!==h&&10!==h&&13!==h)throw(0,a.syntaxError)(e,p,"Invalid character within String: ".concat(l(h),"."));10===h?(++p,++c.line,c.lineStart=p):13===h?(10===d.charCodeAt(p+1)?p+=2:++p,++c.line,c.lineStart=p):92===h&&34===d.charCodeAt(p+1)&&34===d.charCodeAt(p+2)&&34===d.charCodeAt(p+3)?(f+=d.slice(m,p)+'"""',m=p+=4):++p}throw(0,a.syntaxError)(e,p,"Unterminated string.")}function g(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function b(e,t,i,a,n){for(var s=e.body,l=s.length,u=t+1,c=0;u!==l&&!isNaN(c=s.charCodeAt(u))&&(95===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122);)++u;return new o.Token(r.TokenKind.NAME,t,u,i,a,n,s.slice(t,u))}t.Lexer=s},8827:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLocation=function(e,t){var i,a=/\r\n|[\n\r]/g,o=1,r=t+1;for(;(i=a.exec(e.body))&&i.index<t;)o+=1,r=t+1-(i.index+i[0].length);return{line:o,column:r}}},9614:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=function(e,t){return new c(e,t).parseDocument()},t.parseValue=function(e,t){var i=new c(e,t);i.expectToken(n.TokenKind.SOF);var a=i.parseValueLiteral(!1);return i.expectToken(n.TokenKind.EOF),a},t.parseType=function(e,t){var i=new c(e,t);i.expectToken(n.TokenKind.SOF);var a=i.parseTypeReference();return i.expectToken(n.TokenKind.EOF),a},t.Parser=void 0;var a=i(9933),o=i(2630),r=i(1856),n=i(8080),s=i(9911),l=i(8442),u=i(1816);var c=function(){function e(e,t){var i=(0,s.isSource)(e)?e:new s.Source(e);this._lexer=new u.Lexer(i),this._options=t}var t=e.prototype;return t.parseName=function(){var e=this.expectToken(n.TokenKind.NAME);return{kind:o.Kind.NAME,value:e.value,loc:this.loc(e)}},t.parseDocument=function(){var e=this._lexer.token;return{kind:o.Kind.DOCUMENT,definitions:this.many(n.TokenKind.SOF,this.parseDefinition,n.TokenKind.EOF),loc:this.loc(e)}},t.parseDefinition=function(){if(this.peek(n.TokenKind.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(n.TokenKind.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},t.parseOperationDefinition=function(){var e=this._lexer.token;if(this.peek(n.TokenKind.BRACE_L))return{kind:o.Kind.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var t,i=this.parseOperationType();return this.peek(n.TokenKind.NAME)&&(t=this.parseName()),{kind:o.Kind.OPERATION_DEFINITION,operation:i,name:t,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseOperationType=function(){var e=this.expectToken(n.TokenKind.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},t.parseVariableDefinitions=function(){return this.optionalMany(n.TokenKind.PAREN_L,this.parseVariableDefinition,n.TokenKind.PAREN_R)},t.parseVariableDefinition=function(){var e=this._lexer.token;return{kind:o.Kind.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(n.TokenKind.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(n.TokenKind.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},t.parseVariable=function(){var e=this._lexer.token;return this.expectToken(n.TokenKind.DOLLAR),{kind:o.Kind.VARIABLE,name:this.parseName(),loc:this.loc(e)}},t.parseSelectionSet=function(){var e=this._lexer.token;return{kind:o.Kind.SELECTION_SET,selections:this.many(n.TokenKind.BRACE_L,this.parseSelection,n.TokenKind.BRACE_R),loc:this.loc(e)}},t.parseSelection=function(){return this.peek(n.TokenKind.SPREAD)?this.parseFragment():this.parseField()},t.parseField=function(){var e,t,i=this._lexer.token,a=this.parseName();return this.expectOptionalToken(n.TokenKind.COLON)?(e=a,t=this.parseName()):t=a,{kind:o.Kind.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(n.TokenKind.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(i)}},t.parseArguments=function(e){var t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(n.TokenKind.PAREN_L,t,n.TokenKind.PAREN_R)},t.parseArgument=function(){var e=this._lexer.token,t=this.parseName();return this.expectToken(n.TokenKind.COLON),{kind:o.Kind.ARGUMENT,name:t,value:this.parseValueLiteral(!1),loc:this.loc(e)}},t.parseConstArgument=function(){var e=this._lexer.token;return{kind:o.Kind.ARGUMENT,name:this.parseName(),value:(this.expectToken(n.TokenKind.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},t.parseFragment=function(){var e=this._lexer.token;this.expectToken(n.TokenKind.SPREAD);var t=this.expectOptionalKeyword("on");return!t&&this.peek(n.TokenKind.NAME)?{kind:o.Kind.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:o.Kind.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseFragmentDefinition=function(){var e,t=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(e=this._options)||void 0===e?void 0:e.experimentalFragmentVariables)?{kind:o.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}:{kind:o.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}},t.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},t.parseValueLiteral=function(e){var t=this._lexer.token;switch(t.kind){case n.TokenKind.BRACKET_L:return this.parseList(e);case n.TokenKind.BRACE_L:return this.parseObject(e);case n.TokenKind.INT:return this._lexer.advance(),{kind:o.Kind.INT,value:t.value,loc:this.loc(t)};case n.TokenKind.FLOAT:return this._lexer.advance(),{kind:o.Kind.FLOAT,value:t.value,loc:this.loc(t)};case n.TokenKind.STRING:case n.TokenKind.BLOCK_STRING:return this.parseStringLiteral();case n.TokenKind.NAME:switch(this._lexer.advance(),t.value){case"true":return{kind:o.Kind.BOOLEAN,value:!0,loc:this.loc(t)};case"false":return{kind:o.Kind.BOOLEAN,value:!1,loc:this.loc(t)};case"null":return{kind:o.Kind.NULL,loc:this.loc(t)};default:return{kind:o.Kind.ENUM,value:t.value,loc:this.loc(t)}}case n.TokenKind.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},t.parseStringLiteral=function(){var e=this._lexer.token;return this._lexer.advance(),{kind:o.Kind.STRING,value:e.value,block:e.kind===n.TokenKind.BLOCK_STRING,loc:this.loc(e)}},t.parseList=function(e){var t=this,i=this._lexer.token;return{kind:o.Kind.LIST,values:this.any(n.TokenKind.BRACKET_L,(function(){return t.parseValueLiteral(e)}),n.TokenKind.BRACKET_R),loc:this.loc(i)}},t.parseObject=function(e){var t=this,i=this._lexer.token;return{kind:o.Kind.OBJECT,fields:this.any(n.TokenKind.BRACE_L,(function(){return t.parseObjectField(e)}),n.TokenKind.BRACE_R),loc:this.loc(i)}},t.parseObjectField=function(e){var t=this._lexer.token,i=this.parseName();return this.expectToken(n.TokenKind.COLON),{kind:o.Kind.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(t)}},t.parseDirectives=function(e){for(var t=[];this.peek(n.TokenKind.AT);)t.push(this.parseDirective(e));return t},t.parseDirective=function(e){var t=this._lexer.token;return this.expectToken(n.TokenKind.AT),{kind:o.Kind.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(t)}},t.parseTypeReference=function(){var e,t=this._lexer.token;return this.expectOptionalToken(n.TokenKind.BRACKET_L)?(e=this.parseTypeReference(),this.expectToken(n.TokenKind.BRACKET_R),e={kind:o.Kind.LIST_TYPE,type:e,loc:this.loc(t)}):e=this.parseNamedType(),this.expectOptionalToken(n.TokenKind.BANG)?{kind:o.Kind.NON_NULL_TYPE,type:e,loc:this.loc(t)}:e},t.parseNamedType=function(){var e=this._lexer.token;return{kind:o.Kind.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},t.parseTypeSystemDefinition=function(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===n.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},t.peekDescription=function(){return this.peek(n.TokenKind.STRING)||this.peek(n.TokenKind.BLOCK_STRING)},t.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},t.parseSchemaDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");var i=this.parseDirectives(!0),a=this.many(n.TokenKind.BRACE_L,this.parseOperationTypeDefinition,n.TokenKind.BRACE_R);return{kind:o.Kind.SCHEMA_DEFINITION,description:t,directives:i,operationTypes:a,loc:this.loc(e)}},t.parseOperationTypeDefinition=function(){var e=this._lexer.token,t=this.parseOperationType();this.expectToken(n.TokenKind.COLON);var i=this.parseNamedType();return{kind:o.Kind.OPERATION_TYPE_DEFINITION,operation:t,type:i,loc:this.loc(e)}},t.parseScalarTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");var i=this.parseName(),a=this.parseDirectives(!0);return{kind:o.Kind.SCALAR_TYPE_DEFINITION,description:t,name:i,directives:a,loc:this.loc(e)}},t.parseObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");var i=this.parseName(),a=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),n=this.parseFieldsDefinition();return{kind:o.Kind.OBJECT_TYPE_DEFINITION,description:t,name:i,interfaces:a,directives:r,fields:n,loc:this.loc(e)}},t.parseImplementsInterfaces=function(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(n.TokenKind.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(n.TokenKind.AMP)||this.peek(n.TokenKind.NAME));return t}return this.delimitedMany(n.TokenKind.AMP,this.parseNamedType)},t.parseFieldsDefinition=function(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(n.TokenKind.BRACE_L)&&this._lexer.lookahead().kind===n.TokenKind.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(n.TokenKind.BRACE_L,this.parseFieldDefinition,n.TokenKind.BRACE_R)},t.parseFieldDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),i=this.parseName(),a=this.parseArgumentDefs();this.expectToken(n.TokenKind.COLON);var r=this.parseTypeReference(),s=this.parseDirectives(!0);return{kind:o.Kind.FIELD_DEFINITION,description:t,name:i,arguments:a,type:r,directives:s,loc:this.loc(e)}},t.parseArgumentDefs=function(){return this.optionalMany(n.TokenKind.PAREN_L,this.parseInputValueDef,n.TokenKind.PAREN_R)},t.parseInputValueDef=function(){var e=this._lexer.token,t=this.parseDescription(),i=this.parseName();this.expectToken(n.TokenKind.COLON);var a,r=this.parseTypeReference();this.expectOptionalToken(n.TokenKind.EQUALS)&&(a=this.parseValueLiteral(!0));var s=this.parseDirectives(!0);return{kind:o.Kind.INPUT_VALUE_DEFINITION,description:t,name:i,type:r,defaultValue:a,directives:s,loc:this.loc(e)}},t.parseInterfaceTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");var i=this.parseName(),a=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),n=this.parseFieldsDefinition();return{kind:o.Kind.INTERFACE_TYPE_DEFINITION,description:t,name:i,interfaces:a,directives:r,fields:n,loc:this.loc(e)}},t.parseUnionTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");var i=this.parseName(),a=this.parseDirectives(!0),r=this.parseUnionMemberTypes();return{kind:o.Kind.UNION_TYPE_DEFINITION,description:t,name:i,directives:a,types:r,loc:this.loc(e)}},t.parseUnionMemberTypes=function(){return this.expectOptionalToken(n.TokenKind.EQUALS)?this.delimitedMany(n.TokenKind.PIPE,this.parseNamedType):[]},t.parseEnumTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");var i=this.parseName(),a=this.parseDirectives(!0),r=this.parseEnumValuesDefinition();return{kind:o.Kind.ENUM_TYPE_DEFINITION,description:t,name:i,directives:a,values:r,loc:this.loc(e)}},t.parseEnumValuesDefinition=function(){return this.optionalMany(n.TokenKind.BRACE_L,this.parseEnumValueDefinition,n.TokenKind.BRACE_R)},t.parseEnumValueDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),i=this.parseName(),a=this.parseDirectives(!0);return{kind:o.Kind.ENUM_VALUE_DEFINITION,description:t,name:i,directives:a,loc:this.loc(e)}},t.parseInputObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");var i=this.parseName(),a=this.parseDirectives(!0),r=this.parseInputFieldsDefinition();return{kind:o.Kind.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:i,directives:a,fields:r,loc:this.loc(e)}},t.parseInputFieldsDefinition=function(){return this.optionalMany(n.TokenKind.BRACE_L,this.parseInputValueDef,n.TokenKind.BRACE_R)},t.parseTypeSystemExtension=function(){var e=this._lexer.lookahead();if(e.kind===n.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},t.parseSchemaExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var t=this.parseDirectives(!0),i=this.optionalMany(n.TokenKind.BRACE_L,this.parseOperationTypeDefinition,n.TokenKind.BRACE_R);if(0===t.length&&0===i.length)throw this.unexpected();return{kind:o.Kind.SCHEMA_EXTENSION,directives:t,operationTypes:i,loc:this.loc(e)}},t.parseScalarTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var t=this.parseName(),i=this.parseDirectives(!0);if(0===i.length)throw this.unexpected();return{kind:o.Kind.SCALAR_TYPE_EXTENSION,name:t,directives:i,loc:this.loc(e)}},t.parseObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var t=this.parseName(),i=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===i.length&&0===a.length&&0===r.length)throw this.unexpected();return{kind:o.Kind.OBJECT_TYPE_EXTENSION,name:t,interfaces:i,directives:a,fields:r,loc:this.loc(e)}},t.parseInterfaceTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var t=this.parseName(),i=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===i.length&&0===a.length&&0===r.length)throw this.unexpected();return{kind:o.Kind.INTERFACE_TYPE_EXTENSION,name:t,interfaces:i,directives:a,fields:r,loc:this.loc(e)}},t.parseUnionTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var t=this.parseName(),i=this.parseDirectives(!0),a=this.parseUnionMemberTypes();if(0===i.length&&0===a.length)throw this.unexpected();return{kind:o.Kind.UNION_TYPE_EXTENSION,name:t,directives:i,types:a,loc:this.loc(e)}},t.parseEnumTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var t=this.parseName(),i=this.parseDirectives(!0),a=this.parseEnumValuesDefinition();if(0===i.length&&0===a.length)throw this.unexpected();return{kind:o.Kind.ENUM_TYPE_EXTENSION,name:t,directives:i,values:a,loc:this.loc(e)}},t.parseInputObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var t=this.parseName(),i=this.parseDirectives(!0),a=this.parseInputFieldsDefinition();if(0===i.length&&0===a.length)throw this.unexpected();return{kind:o.Kind.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:i,fields:a,loc:this.loc(e)}},t.parseDirectiveDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(n.TokenKind.AT);var i=this.parseName(),a=this.parseArgumentDefs(),r=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var s=this.parseDirectiveLocations();return{kind:o.Kind.DIRECTIVE_DEFINITION,description:t,name:i,arguments:a,repeatable:r,locations:s,loc:this.loc(e)}},t.parseDirectiveLocations=function(){return this.delimitedMany(n.TokenKind.PIPE,this.parseDirectiveLocation)},t.parseDirectiveLocation=function(){var e=this._lexer.token,t=this.parseName();if(void 0!==l.DirectiveLocation[t.value])return t;throw this.unexpected(e)},t.loc=function(e){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new r.Location(e,this._lexer.lastToken,this._lexer.source)},t.peek=function(e){return this._lexer.token.kind===e},t.expectToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t;throw(0,a.syntaxError)(this._lexer.source,t.start,"Expected ".concat(p(e),", found ").concat(d(t),"."))},t.expectOptionalToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t},t.expectKeyword=function(e){var t=this._lexer.token;if(t.kind!==n.TokenKind.NAME||t.value!==e)throw(0,a.syntaxError)(this._lexer.source,t.start,'Expected "'.concat(e,'", found ').concat(d(t),"."));this._lexer.advance()},t.expectOptionalKeyword=function(e){var t=this._lexer.token;return t.kind===n.TokenKind.NAME&&t.value===e&&(this._lexer.advance(),!0)},t.unexpected=function(e){var t=null!=e?e:this._lexer.token;return(0,a.syntaxError)(this._lexer.source,t.start,"Unexpected ".concat(d(t),"."))},t.any=function(e,t,i){this.expectToken(e);for(var a=[];!this.expectOptionalToken(i);)a.push(t.call(this));return a},t.optionalMany=function(e,t,i){if(this.expectOptionalToken(e)){var a=[];do{a.push(t.call(this))}while(!this.expectOptionalToken(i));return a}return[]},t.many=function(e,t,i){this.expectToken(e);var a=[];do{a.push(t.call(this))}while(!this.expectOptionalToken(i));return a},t.delimitedMany=function(e,t){this.expectOptionalToken(e);var i=[];do{i.push(t.call(this))}while(this.expectOptionalToken(e));return i},e}();function d(e){var t=e.value;return p(e.kind)+(null!=t?' "'.concat(t,'"'):"")}function p(e){return(0,u.isPunctuatorTokenKind)(e)?'"'.concat(e,'"'):e}t.Parser=c},306:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.printLocation=function(e){return o(e.source,(0,a.getLocation)(e.source,e.start))},t.printSourceLocation=o;var a=i(8827);function o(e,t){var i=e.locationOffset.column-1,a=n(i)+e.body,o=t.line-1,s=e.locationOffset.line-1,l=t.line+s,u=1===t.line?i:0,c=t.column+u,d="".concat(e.name,":").concat(l,":").concat(c,"\n"),p=a.split(/\r\n|[\n\r]/g),m=p[o];if(m.length>120){for(var h=Math.floor(c/80),f=c%80,g=[],b=0;b<m.length;b+=80)g.push(m.slice(b,b+80));return d+r([["".concat(l),g[0]]].concat(g.slice(1,h+1).map((function(e){return["",e]})),[[" ",n(f-1)+"^"],["",g[h+1]]]))}return d+r([["".concat(l-1),p[o-1]],["".concat(l),m],["",n(c-1)+"^"],["".concat(l+1),p[o+1]]])}function r(e){var t=e.filter((function(e){e[0];return void 0!==e[1]})),i=Math.max.apply(Math,t.map((function(e){return e[0].length})));return t.map((function(e){var t,a=e[0],o=e[1];return n(i-(t=a).length)+t+(o?" | "+o:" |")})).join("\n")}function n(e){return Array(e+1).join(" ")}},259:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.print=function(e){return(0,a.visit)(e,{leave:r})};var a=i(1006),o=i(7318);var r={Name:function(e){return e.value},Variable:function(e){return"$"+e.name},Document:function(e){return s(e.definitions,"\n\n")+"\n"},OperationDefinition:function(e){var t=e.operation,i=e.name,a=u("(",s(e.variableDefinitions,", "),")"),o=s(e.directives," "),r=e.selectionSet;return i||o||a||"query"!==t?s([t,s([i,a]),o,r]," "):r},VariableDefinition:function(e){var t=e.variable,i=e.type,a=e.defaultValue,o=e.directives;return t+": "+i+u(" = ",a)+u(" ",s(o," "))},SelectionSet:function(e){return l(e.selections)},Field:function(e){var t=e.alias,i=e.name,a=e.arguments,o=e.directives,r=e.selectionSet,n=u("",t,": ")+i,l=n+u("(",s(a,", "),")");return l.length>80&&(l=n+u("(\n",c(s(a,"\n")),"\n)")),s([l,s(o," "),r]," ")},Argument:function(e){return e.name+": "+e.value},FragmentSpread:function(e){return"..."+e.name+u(" ",s(e.directives," "))},InlineFragment:function(e){var t=e.typeCondition,i=e.directives,a=e.selectionSet;return s(["...",u("on ",t),s(i," "),a]," ")},FragmentDefinition:function(e){var t=e.name,i=e.typeCondition,a=e.variableDefinitions,o=e.directives,r=e.selectionSet;return"fragment ".concat(t).concat(u("(",s(a,", "),")")," ")+"on ".concat(i," ").concat(u("",s(o," ")," "))+r},IntValue:function(e){return e.value},FloatValue:function(e){return e.value},StringValue:function(e,t){var i=e.value;return e.block?(0,o.printBlockString)(i,"description"===t?"":" "):JSON.stringify(i)},BooleanValue:function(e){return e.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(e){return e.value},ListValue:function(e){return"["+s(e.values,", ")+"]"},ObjectValue:function(e){return"{"+s(e.fields,", ")+"}"},ObjectField:function(e){return e.name+": "+e.value},Directive:function(e){return"@"+e.name+u("(",s(e.arguments,", "),")")},NamedType:function(e){return e.name},ListType:function(e){return"["+e.type+"]"},NonNullType:function(e){return e.type+"!"},SchemaDefinition:n((function(e){var t=e.directives,i=e.operationTypes;return s(["schema",s(t," "),l(i)]," ")})),OperationTypeDefinition:function(e){return e.operation+": "+e.type},ScalarTypeDefinition:n((function(e){return s(["scalar",e.name,s(e.directives," ")]," ")})),ObjectTypeDefinition:n((function(e){var t=e.name,i=e.interfaces,a=e.directives,o=e.fields;return s(["type",t,u("implements ",s(i," & ")),s(a," "),l(o)]," ")})),FieldDefinition:n((function(e){var t=e.name,i=e.arguments,a=e.type,o=e.directives;return t+(p(i)?u("(\n",c(s(i,"\n")),"\n)"):u("(",s(i,", "),")"))+": "+a+u(" ",s(o," "))})),InputValueDefinition:n((function(e){var t=e.name,i=e.type,a=e.defaultValue,o=e.directives;return s([t+": "+i,u("= ",a),s(o," ")]," ")})),InterfaceTypeDefinition:n((function(e){var t=e.name,i=e.interfaces,a=e.directives,o=e.fields;return s(["interface",t,u("implements ",s(i," & ")),s(a," "),l(o)]," ")})),UnionTypeDefinition:n((function(e){var t=e.name,i=e.directives,a=e.types;return s(["union",t,s(i," "),a&&0!==a.length?"= "+s(a," | "):""]," ")})),EnumTypeDefinition:n((function(e){var t=e.name,i=e.directives,a=e.values;return s(["enum",t,s(i," "),l(a)]," ")})),EnumValueDefinition:n((function(e){return s([e.name,s(e.directives," ")]," ")})),InputObjectTypeDefinition:n((function(e){var t=e.name,i=e.directives,a=e.fields;return s(["input",t,s(i," "),l(a)]," ")})),DirectiveDefinition:n((function(e){var t=e.name,i=e.arguments,a=e.repeatable,o=e.locations;return"directive @"+t+(p(i)?u("(\n",c(s(i,"\n")),"\n)"):u("(",s(i,", "),")"))+(a?" repeatable":"")+" on "+s(o," | ")})),SchemaExtension:function(e){var t=e.directives,i=e.operationTypes;return s(["extend schema",s(t," "),l(i)]," ")},ScalarTypeExtension:function(e){return s(["extend scalar",e.name,s(e.directives," ")]," ")},ObjectTypeExtension:function(e){var t=e.name,i=e.interfaces,a=e.directives,o=e.fields;return s(["extend type",t,u("implements ",s(i," & ")),s(a," "),l(o)]," ")},InterfaceTypeExtension:function(e){var t=e.name,i=e.interfaces,a=e.directives,o=e.fields;return s(["extend interface",t,u("implements ",s(i," & ")),s(a," "),l(o)]," ")},UnionTypeExtension:function(e){var t=e.name,i=e.directives,a=e.types;return s(["extend union",t,s(i," "),a&&0!==a.length?"= "+s(a," | "):""]," ")},EnumTypeExtension:function(e){var t=e.name,i=e.directives,a=e.values;return s(["extend enum",t,s(i," "),l(a)]," ")},InputObjectTypeExtension:function(e){var t=e.name,i=e.directives,a=e.fields;return s(["extend input",t,s(i," "),l(a)]," ")}};function n(e){return function(t){return s([t.description,e(t)],"\n")}}function s(e){var t,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(t=null==e?void 0:e.filter((function(e){return e})).join(i))&&void 0!==t?t:""}function l(e){return u("{\n",c(s(e,"\n")),"\n}")}function u(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=t&&""!==t?e+t+i:""}function c(e){return u(" ",e.replace(/\n/g,"\n "))}function d(e){return-1!==e.indexOf("\n")}function p(e){return null!=e&&e.some(d)}},9911:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isSource=function(e){return(0,n.default)(e,u)},t.Source=void 0;var a=i(6594),o=s(i(8770)),r=s(i(1743)),n=s(i(3819));function s(e){return e&&e.__esModule?e:{default:e}}function l(e,t){for(var i=0;i<t.length;i++){var a=t[i];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var u=function(){function e(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof e||(0,r.default)(0,"Body must be a string. Received: ".concat((0,o.default)(e),".")),this.body=e,this.name=t,this.locationOffset=i,this.locationOffset.line>0||(0,r.default)(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,r.default)(0,"column in locationOffset is 1-indexed and must be positive.")}var t,i,n;return t=e,(i=[{key:a.SYMBOL_TO_STRING_TAG,get:function(){return"Source"}}])&&l(t.prototype,i),n&&l(t,n),e}();t.Source=u},8080:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TokenKind=void 0;var i=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});t.TokenKind=i},1006:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.visit=function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:n,a=void 0,u=Array.isArray(e),c=[e],d=-1,p=[],m=void 0,h=void 0,f=void 0,g=[],b=[],y=e;do{var w=++d===c.length,v=w&&0!==p.length;if(w){if(h=0===b.length?void 0:g[g.length-1],m=f,f=b.pop(),v){if(u)m=m.slice();else{for(var _={},x=0,k=Object.keys(m);x<k.length;x++){var j=k[x];_[j]=m[j]}m=_}for(var T=0,q=0;q<p.length;q++){var S=p[q][0],A=p[q][1];u&&(S-=T),u&&null===A?(m.splice(S,1),T++):m[S]=A}}d=a.index,c=a.keys,p=a.edits,u=a.inArray,a=a.prev}else{if(h=f?u?d:c[d]:void 0,null==(m=f?f[h]:y))continue;f&&g.push(h)}var C,P=void 0;if(!Array.isArray(m)){if(!(0,r.isNode)(m))throw new Error("Invalid AST Node: ".concat((0,o.default)(m),"."));var I=l(t,m.kind,w);if(I){if((P=I.call(t,m,h,f,g,b))===s)break;if(!1===P){if(!w){g.pop();continue}}else if(void 0!==P&&(p.push([h,P]),!w)){if(!(0,r.isNode)(P)){g.pop();continue}m=P}}}if(void 0===P&&v&&p.push([h,m]),w)g.pop();else a={inArray:u,index:d,keys:c,edits:p,prev:a},u=Array.isArray(m),c=u?m:null!==(C=i[m.kind])&&void 0!==C?C:[],d=-1,p=[],f&&b.push(f),f=m}while(void 0!==a);0!==p.length&&(y=p[p.length-1][1]);return y},t.visitInParallel=function(e){var t=new Array(e.length);return{enter:function(i){for(var a=0;a<e.length;a++)if(null==t[a]){var o=l(e[a],i.kind,!1);if(o){var r=o.apply(e[a],arguments);if(!1===r)t[a]=i;else if(r===s)t[a]=s;else if(void 0!==r)return r}}},leave:function(i){for(var a=0;a<e.length;a++)if(null==t[a]){var o=l(e[a],i.kind,!0);if(o){var r=o.apply(e[a],arguments);if(r===s)t[a]=s;else if(void 0!==r&&!1!==r)return r}}else t[a]===i&&(t[a]=null)}}},t.getVisitFn=l,t.BREAK=t.QueryDocumentKeys=void 0;var a,o=(a=i(8770))&&a.__esModule?a:{default:a},r=i(1856);var n={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};t.QueryDocumentKeys=n;var s=Object.freeze({});function l(e,t,i){var a=e[t];if(a){if(!i&&"function"==typeof a)return a;var o=i?a.leave:a.enter;if("function"==typeof o)return o}else{var r=i?e.leave:e.enter;if(r){if("function"==typeof r)return r;var n=r[t];if("function"==typeof n)return n}}}t.BREAK=s},6594:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SYMBOL_TO_STRING_TAG=t.SYMBOL_ASYNC_ITERATOR=t.SYMBOL_ITERATOR=void 0;var i="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator";t.SYMBOL_ITERATOR=i;var a="function"==typeof Symbol&&null!=Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";t.SYMBOL_ASYNC_ITERATOR=a;var o="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";t.SYMBOL_TO_STRING_TAG=o},2773:(e,t,i)=>{var a=i(4362).Symbol;e.exports=a},1185:(e,t,i)=>{var a=i(2773),o=i(3888),r=i(2299),n=a?a.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":n&&n in Object(e)?o(e):r(e)}},8556:(e,t,i)=>{var a="object"==typeof i.g&&i.g&&i.g.Object===Object&&i.g;e.exports=a},3888:(e,t,i)=>{var a=i(2773),o=Object.prototype,r=o.hasOwnProperty,n=o.toString,s=a?a.toStringTag:void 0;e.exports=function(e){var t=r.call(e,s),i=e[s];try{e[s]=void 0;var a=!0}catch(e){}var o=n.call(e);return a&&(t?e[s]=i:delete e[s]),o}},2299:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},4362:(e,t,i)=>{var a=i(8556),o="object"==typeof self&&self&&self.Object===Object&&self,r=a||o||Function("return this")();e.exports=r},569:(e,t,i)=>{var a=i(71),o=i(5989),r=i(6705),n=Math.max,s=Math.min;e.exports=function(e,t,i){var l,u,c,d,p,m,h=0,f=!1,g=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var i=l,a=u;return l=u=void 0,h=t,d=e.apply(a,i)}function w(e){return h=e,p=setTimeout(_,t),f?y(e):d}function v(e){var i=e-m;return void 0===m||i>=t||i<0||g&&e-h>=c}function _(){var e=o();if(v(e))return x(e);p=setTimeout(_,function(e){var i=t-(e-m);return g?s(i,c-(e-h)):i}(e))}function x(e){return p=void 0,b&&l?y(e):(l=u=void 0,d)}function k(){var e=o(),i=v(e);if(l=arguments,u=this,m=e,i){if(void 0===p)return w(m);if(g)return clearTimeout(p),p=setTimeout(_,t),y(m)}return void 0===p&&(p=setTimeout(_,t)),d}return t=r(t)||0,a(i)&&(f=!!i.leading,c=(g="maxWait"in i)?n(r(i.maxWait)||0,t):c,b="trailing"in i?!!i.trailing:b),k.cancel=function(){void 0!==p&&clearTimeout(p),h=0,l=m=u=p=void 0},k.flush=function(){return void 0===p?d:x(o())},k}},71:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},4939:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},4655:(e,t,i)=>{var a=i(1185),o=i(4939);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==a(e)}},5989:(e,t,i)=>{var a=i(4362);e.exports=function(){return a.Date.now()}},6705:(e,t,i)=>{var a=i(71),o=i(4655),r=/^\s+|\s+$/g,n=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var i=s.test(e);return i||l.test(e)?u(e.slice(2),i?2:8):n.test(e)?NaN:+e}},5222:e=>{"use strict";const t=["B","kB","MB","GB","TB","PB","EB","ZB","YB"],i=["B","kiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],a=["b","kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],o=["b","kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],r=(e,t)=>{let i=e;return"string"==typeof t||Array.isArray(t)?i=e.toLocaleString(t):!0===t&&(i=e.toLocaleString()),i};e.exports=(e,n)=>{if(!Number.isFinite(e))throw new TypeError(`Expected a finite number, got ${typeof e}: ${e}`);const s=(n=Object.assign({bits:!1,binary:!1},n)).bits?n.binary?o:a:n.binary?i:t;if(n.signed&&0===e)return` 0 ${s[0]}`;const l=e<0,u=l?"-":n.signed?"+":"";if(l&&(e=-e),e<1){return u+r(e,n.locale)+" "+s[0]}const c=Math.min(Math.floor(n.binary?Math.log(e)/Math.log(1024):Math.log10(e)/3),s.length-1);e=Number((e/Math.pow(n.binary?1024:1e3,c)).toPrecision(3));return u+r(e,n.locale)+" "+s[c]}},2635:e=>{"use strict";function t(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,a,o,r){a=a||"&",o=o||"=";var n={};if("string"!=typeof e||0===e.length)return n;var s=/\+/g;e=e.split(a);var l=1e3;r&&"number"==typeof r.maxKeys&&(l=r.maxKeys);var u=e.length;l>0&&u>l&&(u=l);for(var c=0;c<u;++c){var d,p,m,h,f=e[c].replace(s,"%20"),g=f.indexOf(o);g>=0?(d=f.substr(0,g),p=f.substr(g+1)):(d=f,p=""),m=decodeURIComponent(d),h=decodeURIComponent(p),t(n,m)?i(n[m])?n[m].push(h):n[m]=[n[m],h]:n[m]=h}return n};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},7778:e=>{"use strict";var t=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,r,n,s){return r=r||"&",n=n||"=",null===e&&(e=void 0),"object"==typeof e?a(o(e),(function(o){var s=encodeURIComponent(t(o))+n;return i(e[o])?a(e[o],(function(e){return s+encodeURIComponent(t(e))})).join(r):s+encodeURIComponent(t(e[o]))})).join(r):s?encodeURIComponent(t(s))+n+encodeURIComponent(t(e)):""};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function a(e,t){if(e.map)return e.map(t);for(var i=[],a=0;a<e.length;a++)i.push(t(e[a],a));return i}var o=Object.keys||function(e){var t=[];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.push(i);return t}},9774:(e,t,i)=>{"use strict";t.decode=t.parse=i(2635),t.encode=t.stringify=i(7778)},9232:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>v});var a=!1;if("undefined"!=typeof window){var o={get passive(){a=!0}};window.addEventListener("testPassive",null,o),window.removeEventListener("testPassive",null,o)}var r="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),n=[],s=!1,l=-1,u=void 0,c=void 0,d=function(e){return n.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},p=function(e){var t=e||window.event;return!!d(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},m=function(){void 0!==c&&(document.body.style.paddingRight=c,c=void 0),void 0!==u&&(document.body.style.overflow=u,u=void 0)},h=function(e,t){if(e){if(!n.some((function(t){return t.targetElement===e}))){var i={targetElement:e,options:t||{}};n=[].concat(function(e){if(Array.isArray(e)){for(var t=0,i=Array(e.length);t<e.length;t++)i[t]=e[t];return i}return Array.from(e)}(n),[i]),r?(e.ontouchstart=function(e){1===e.targetTouches.length&&(l=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var i=e.targetTouches[0].clientY-l;!d(e.target)&&(t&&0===t.scrollTop&&i>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&i<0?p(e):e.stopPropagation())}(t,e)},s||(document.addEventListener("touchmove",p,a?{passive:!1}:void 0),s=!0)):function(e){if(void 0===c){var t=!!e&&!0===e.reserveScrollBarGap,i=window.innerWidth-document.documentElement.clientWidth;t&&i>0&&(c=document.body.style.paddingRight,document.body.style.paddingRight=i+"px")}void 0===u&&(u=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},f=function(e){e?(n=n.filter((function(t){return t.targetElement!==e})),r?(e.ontouchstart=null,e.ontouchmove=null,s&&0===n.length&&(document.removeEventListener("touchmove",p,a?{passive:!1}:void 0),s=!1)):n.length||m()):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")};var g=function(e,t,i,a,o,r,n,s,l,u){"boolean"!=typeof n&&(l=s,s=n,n=!1);var c,d="function"==typeof i?i.options:i;if(e&&e.render&&(d.render=e.render,d.staticRenderFns=e.staticRenderFns,d._compiled=!0,o&&(d.functional=!0)),a&&(d._scopeId=a),r?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,l(e)),e&&e._registeredComponents&&e._registeredComponents.add(r)},d._ssrRegister=c):t&&(c=n?function(){t.call(this,u(this.$root.$options.shadowRoot))}:function(e){t.call(this,s(e))}),c)if(d.functional){var p=d.render;d.render=function(e,t){return c.call(t),p(e,t)}}else{var m=d.beforeCreate;d.beforeCreate=m?[].concat(m,c):[c]}return i}({render:function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("transition",{attrs:{name:"cool-lightbox-modal"}},[e.isVisible?i("div",{ref:"coolLightbox",staticClass:"cool-lightbox",class:e.lightboxClasses,style:e.lightboxStyles,on:{click:e.closeModal}},[e.gallery?i("div",{staticClass:"cool-lightbox-thumbs"},[i("div",{staticClass:"cool-lightbox-thumbs__list"},e._l(e.items,(function(t,a){return i("button",{key:a,staticClass:"cool-lightbox__thumb",class:{active:a===e.imgIndex,"is-video":"video"===e.getMediaType(a)},attrs:{type:"button"},on:{click:function(t){e.imgIndex=a}}},["video"===e.getMediaType(a)?i("svg",{staticClass:"cool-lightbox__thumb__icon",attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M6.5 5.4v13.2l11-6.6z"}})]):e._e(),e._v(" "),i("img",{attrs:{src:e.itemThumb(e.getItemSrc(a),a),alt:""}})])})),0)]):e._e(),e._v(" "),i("div",{staticClass:"cool-lightbox__inner",style:e.innerStyles,on:{mousedown:e.startSwipe,mousemove:e.continueSwipe,mouseup:e.endSwipe,touchstart:e.startSwipe,touchmove:e.continueSwipe,touchend:e.endSwipe}},[i("div",{staticClass:"cool-lightbox__progressbar",style:e.stylesInterval}),e._v(" "),i("div",{staticClass:"cool-lightbox__navigation"},[i("button",{directives:[{name:"show",rawName:"v-show",value:(e.hasPreviousButton||e.loopData)&&e.items.length>1,expression:"(hasPreviousButton || loopData) && items.length > 1"}],staticClass:"cool-lightbox-button cool-lightbox-button--prev",class:e.buttonsClasses,attrs:{type:"button",title:"Previous"},on:{click:e.onPrevClick}},[e._t("icon-previous",[i("div",{staticClass:"cool-lightbox-button__icon"},[i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M11.28 15.7l-1.34 1.37L5 12l4.94-5.07 1.34 1.38-2.68 2.72H19v1.94H8.6z"}})])])])],2),e._v(" "),i("button",{directives:[{name:"show",rawName:"v-show",value:(e.hasNextButton||e.loopData)&&e.items.length>1,expression:"(hasNextButton || loopData) && items.length > 1"}],staticClass:"cool-lightbox-button cool-lightbox-button--next",class:e.buttonsClasses,attrs:{type:"button",title:"Next"},on:{click:function(t){return e.onNextClick(!1)}}},[e._t("icon-next",[i("div",{staticClass:"cool-lightbox-button__icon"},[i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M15.4 12.97l-2.68 2.72 1.34 1.38L19 12l-4.94-5.07-1.34 1.38 2.68 2.72H5v1.94z"}})])])])],2)]),e._v(" "),"swipe"===e.effect?i("div",{staticClass:"cool-lightbox__wrapper cool-lightbox__wrapper--swipe",style:{transform:"translate3d("+e.xSwipeWrapper+"px, "+e.ySwipeWrapper+"px, 0)",transition:e.swipeAnimation}},e._l(e.items,(function(t,a){return i("div",{key:a,ref:"items",refInFor:!0,staticClass:"cool-lightbox__slide",class:{"cool-lightbox__slide--current":a===e.imgIndex}},["image"===e.getMediaType(a)?i("div",{directives:[{name:"lazyload",rawName:"v-lazyload"}],key:"image",staticClass:"cool-lightbox__slide__img",style:e.imgWrapperStyle},[i("img",{key:a,attrs:{"data-url":e.getItemSrc(a),draggable:"false",alt:e.getItemAlt(a)},on:{load:e.imageLoaded,click:function(t){return e.zoomImage(a)},mousedown:function(t){return e.handleMouseDown(t)},mouseup:function(t){return e.handleMouseUp(t)},mousemove:function(t){return e.handleMouseMove(t)},touchstart:function(t){return e.handleMouseDown(t)},touchmove:function(t){return e.handleMouseMove(t)},touchend:function(t){return e.handleMouseUp(t)}}}),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:e.imageLoading,expression:"imageLoading"}],staticClass:"cool-lightbox-loading-wrapper"},[e._t("loading",[i("div",{staticClass:"cool-lightbox-loading"})])],2)]):i("div",{key:"video",staticClass:"cool-lightbox__iframe"},[e.checkIsMp4(e.getItemSrc(a))||"video"!==e.getMediaType(a)?e._e():i("iframe",{directives:[{name:"autoplayObserver",rawName:"v-autoplayObserver"}],key:a,staticClass:"cool-lightbox-video",style:e.aspectRatioVideo,attrs:{"data-autoplay":e.setAutoplay(a),src:e.getVideoUrl(e.getItemSrc(a)),frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}}),e._v(" "),"iframe"===e.getMediaType(a)||e.getPDFurl(e.getItemSrc(a))?i("iframe",{key:a,staticClass:"cool-lightbox-pdf",attrs:{src:e.getItemSrc(a),frameborder:"0",allowfullscreen:""}}):e._e(),e._v(" "),e.checkIsMp4(e.getItemSrc(a))&&"video"===e.getMediaType(a)?i("video",{directives:[{name:"autoplayObserver",rawName:"v-autoplayObserver"}],key:e.checkIsMp4(e.getItemSrc(a)),staticClass:"cool-lightbox-video",style:e.aspectRatioVideo,attrs:{"data-autoplay":e.setAutoplay(a),controls:"",controlslist:"nodownload",l:"",poster:""}},[i("source",{attrs:{src:e.checkIsMp4(e.getItemSrc(a)),type:"video/"+e.getVideoExt(e.getItemSrc(a))}}),e._v("\n Sorry, your browser doesn't support embedded videos\n ")]):e._e()])])})),0):e._e(),e._v(" "),"fade"===e.effect?i("div",{staticClass:"cool-lightbox__wrapper"},[i("div",{ref:"items",staticClass:"cool-lightbox__slide cool-lightbox__slide--current"},[i("transition",{attrs:{name:"cool-lightbox-slide-change",mode:"out-in"}},["image"===e.getMediaType(e.imgIndex)?i("div",{key:"image",staticClass:"cool-lightbox__slide__img",style:e.imgWrapperStyle},[i("transition",{attrs:{name:"cool-lightbox-slide-change",mode:"out-in"}},[i("img",{key:e.imgIndex,attrs:{src:e.getItemSrc(e.imgIndex),draggable:"false",alt:e.getItemAlt(e.imgIndex)},on:{load:e.imageLoaded,click:e.zoomImage,mousedown:function(t){return e.handleMouseDown(t)},mouseup:function(t){return e.handleMouseUp(t)},mousemove:function(t){return e.handleMouseMove(t)}}})]),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:e.imageLoading,expression:"imageLoading"}],staticClass:"cool-lightbox-loading-wrapper"},[e._t("loading",[i("div",{staticClass:"cool-lightbox-loading"})])],2)],1):i("div",{key:"video",staticClass:"cool-lightbox__iframe"},[i("transition",{attrs:{name:"cool-lightbox-slide-change",mode:"out-in"}},[e.checkIsMp4(e.getItemSrc(e.imgIndex))||"video"!==e.getMediaType(e.imgIndex)?e._e():i("iframe",{directives:[{name:"autoplayObserver",rawName:"v-autoplayObserver"}],key:e.getVideoUrl(e.getItemSrc(e.imgIndex)),staticClass:"cool-lightbox-video",style:e.aspectRatioVideo,attrs:{"data-autoplay":e.setAutoplay(e.imgIndex),src:e.getVideoUrl(e.getItemSrc(e.imgIndex)),frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}}),e._v(" "),"iframe"===e.getMediaType(e.imgIndex)||e.getPDFurl(e.getItemSrc(e.imgIndex))?i("iframe",{key:e.imgIndex,staticClass:"cool-lightbox-pdf",attrs:{src:e.getItemSrc(e.imgIndex),frameborder:"0",allowfullscreen:""}}):e._e(),e._v(" "),e.checkIsMp4(e.getItemSrc(e.imgIndex))&&"video"===e.getMediaType(e.imgIndex)?i("video",{directives:[{name:"autoplayObserver",rawName:"v-autoplayObserver"}],key:e.checkIsMp4(e.getItemSrc(e.imgIndex)),staticClass:"cool-lightbox-video",style:e.aspectRatioVideo,attrs:{"data-autoplay":e.setAutoplay(e.imgIndex),controls:"",controlslist:"nodownload",poster:""}},[i("source",{attrs:{src:e.checkIsMp4(e.getItemSrc(e.imgIndex)),type:"video/"+e.getVideoExt(e.getItemSrc(e.imgIndex))}}),e._v("\n Sorry, your browser doesn't support embedded videos\n ")]):e._e()])],1)])],1)]):e._e(),e._v(" "),i("transition",{attrs:{name:"cool-lightbox-modal"}},[i("div",{directives:[{name:"show",rawName:"v-show",value:e.checkIfIsObject(e.imgIndex)&&(e.items[e.imgIndex].title||e.items[e.imgIndex].description),expression:"checkIfIsObject(imgIndex) && (items[imgIndex].title || items[imgIndex].description)"}],key:"caption-block",staticClass:"cool-lightbox-caption"},[i("transition",{attrs:{name:"cool-lightbox-slide-change",mode:"out-in"}},[e.checkIfIsObject(e.imgIndex)&&e.items[e.imgIndex].title?i("h6",{key:"title",domProps:{innerHTML:e._s(e.items[e.imgIndex].title)}}):e._e()]),e._v(" "),i("transition",{attrs:{name:"cool-lightbox-slide-change",mode:"out-in"}},[e.checkIfIsObject(e.imgIndex)&&e.items[e.imgIndex].description?i("p",{key:"description",domProps:{innerHTML:e._s(e.items[e.imgIndex].description)}}):e._e()])],1)]),e._v(" "),i("div",{staticClass:"cool-lightbox-toolbar",class:e.buttonsClasses},[this.slideshow&&e.items.length>1?i("button",{staticClass:"cool-lightbox-toolbar__btn",attrs:{type:"button",title:"Play slideshow"},on:{click:e.togglePlaySlideshow}},[e.isPlayingSlideShow?i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg"}},[i("g",[i("rect",{attrs:{id:"svg_4",height:"11.97529",width:"11.728392",y:"6.030873",x:"6.259265","stroke-width":"1.5",stroke:"#000",fill:"#000000"}})])]):i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M6.5 5.4v13.2l11-6.6z"}})])]):e._e(),e._v(" "),e.items.length>1&&e.gallery?i("button",{staticClass:"cool-lightbox-toolbar__btn",attrs:{type:"button",title:"Show thumbnails"},on:{click:function(t){e.showThumbs=!e.showThumbs}}},[i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M14.59 14.59h3.76v3.76h-3.76v-3.76zm-4.47 \n 0h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76H5.65v-3.76zm8.94-4.47h3.76v3.76h-3.76v-3.76zm-4.47 \n 0h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76H5.65v-3.76zm8.94-4.47h3.76v3.76h-3.76V5.65zm-4.47 \n 0h3.76v3.76h-3.76V5.65zm-4.47 0h3.76v3.76H5.65V5.65z"}})])]):e._e(),e._v(" "),e.fullScreen?i("button",{staticClass:"cool-lightbox-toolbar__btn",attrs:{type:"button",title:"Fullscreen"},on:{click:e.toggleFullScreenMode}},[i("svg",{attrs:{width:"20px",height:"20px",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{d:"M4.5 11H3v4h4v-1.5H4.5V11zM3 7h1.5V4.5H7V3H3v4zm10.5 6.5H11V15h4v-4h-1.5v2.5zM11 3v1.5h2.5V7H15V3h-4z"}})])]):e._e(),e._v(" "),e.showCloseButton?i("button",{staticClass:"cool-lightbox-toolbar__btn",attrs:{type:"button",title:"Close"},on:{click:e.close}},[e._t("close",[i("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M12 10.6L6.6 5.2 5.2 6.6l5.4 5.4-5.4 5.4 1.4 1.4 5.4-5.4 5.4 5.4 1.4-1.4-5.4-5.4 5.4-5.4-1.4-1.4-5.4 5.4z"}})])])],2):e._e()])],1),e._v(" "),i("transition",{attrs:{name:"cool-lightbox-modal"}},[e.isZooming&&e.useZoomBar?i("div",{staticClass:"cool-lightbox-zoom"},[i("svg",{staticClass:"cool-lightbox-zoom__icon",attrs:{height:"469pt",viewBox:"0 -192 469.33333 469",width:"469pt",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{d:"m437.332031.167969h-405.332031c-17.664062 \n 0-32 14.335937-32 32v21.332031c0 17.664062 14.335938 32 32 32h405.332031c17.664063 0 32-14.335938 \n 32-32v-21.332031c0-17.664063-14.335937-32-32-32zm0 0"}})]),e._v(" "),i("input",{directives:[{name:"model",rawName:"v-model",value:e.zoomBar,expression:"zoomBar"}],attrs:{type:"range",name:"points",min:"0",max:"50"},domProps:{value:e.zoomBar},on:{__r:function(t){e.zoomBar=t.target.value}}}),e._v(" "),i("svg",{staticClass:"cool-lightbox-zoom__icon",attrs:{height:"426.66667pt",viewBox:"0 0 426.66667 426.66667",width:"426.66667pt",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{d:"m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 \n 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 \n 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 \n 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 \n 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0"}})])]):e._e()])],1):e._e()])},staticRenderFns:[]},undefined,{directives:{lazyload:{inserted:function(e){function t(){var t=Array.from(e.children).find((function(e){return"IMG"===e.nodeName}));t&&(t.addEventListener("load",(function(){setTimeout((function(){return e.classList.add("loaded")}),100)})),t.addEventListener("error",(function(){return console.log("error")})),t.src=t.dataset.url)}function i(i,a){i.forEach((function(i){i.isIntersecting&&(t(),a.unobserve(e))}))}window.IntersectionObserver?new IntersectionObserver(i,{root:null,threshold:"0"}).observe(e):t()}},autoplayObserver:{inserted:function(e){function t(){var t=e.tagName;if(e.dataset.autoplay){if("VIDEO"===t)return e.muted=!0,void(e.autoplay=!0);if("IFRAME"===t){var i=new URL(e.src),a="muted";(function(e){return!(!e.match(/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=))((\w|-){11})(?:\S+)?$/)||!RegExp.$1)})(e.src)&&(a="mute"),i.searchParams.append(a,1),i.searchParams.append("autoplay",1),e.src=i.href}}}function i(i,a){i.forEach((function(i){i.isIntersecting&&(t(),a.unobserve(e))}))}window.IntersectionObserver?new IntersectionObserver(i,{root:null,threshold:"0"}).observe(e):loadImage()}}},data:function(){return{initialMouseX:0,initialMouseY:0,endMouseX:0,endMouseY:0,swipeType:null,IsSwipping:!1,isDraggingSwipe:!1,prevTime:0,xSwipeWrapper:0,ySwipeWrapper:0,swipeAnimation:null,swipeInterval:null,lightboxInnerWidth:null,imgIndex:this.index,isVisible:!1,paddingBottom:!1,imageLoading:!1,showThumbs:!1,isFullScreenMode:!1,aspectRatioVideo:{width:"auto",height:"auto"},buttonsVisible:!0,scale:1,top:0,left:0,lastX:0,lastY:0,isDraging:!1,canZoom:!0,isZooming:!1,transition:"all .3s ease",zoomBar:0,isPlayingSlideShow:!1,intervalProgress:null,loopData:!1,stylesInterval:{display:"block"}}},props:{index:{required:!0},effect:{type:String,default:"swipe"},items:{type:Array,required:!0},loop:{type:Boolean,default:!0},slideshow:{type:Boolean,default:!0},slideshowColorBar:{type:String,default:"#fa4242"},slideshowDuration:{type:Number,default:3e3},useZoomBar:{type:Boolean,default:!1},closeOnClickOutsideMobile:{type:Boolean,default:!1},srcName:{type:String,default:"src"},srcThumb:{type:String,default:"thumb"},srcMediaType:{type:String,default:"mediaType"},overlayColor:{type:String,default:"rgba(30, 30, 30, .9)"},zIndex:{type:Number,default:9999},gallery:{type:Boolean,default:!0},fullScreen:{type:Boolean,default:!1},thumbsPosition:{type:String,default:"right"},youtubeCookies:{type:Boolean,default:!0},enableWheelEvent:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!0},disableZoom:{type:Boolean,default:!1},dir:{type:String,default:"ltr"},enableScrollLock:{type:Boolean,default:!0}},watch:{zoomBar:function(e,t){if(this.isZooming){var i=1.6+e/10;("swipe"==this.effect?this.$refs.items[this.imgIndex].childNodes[0]:this.$refs.items.childNodes[0]).style.transform="translate3d(calc(-50% + "+this.left+"px), calc(-50% + "+this.top+"px), 0px) scale3d("+i+", "+i+", "+i+")"}},showThumbs:function(e,t){var i=212,a="all .3s ease";window.innerWidth<767&&(i=102,a=null);var o=this;this.swipeAnimation=a,e?"rtl"===this.dir?this.xSwipeWrapper=this.imgIndex*(window.innerWidth-i)+30*this.imgIndex:this.xSwipeWrapper=-this.imgIndex*(window.innerWidth-i)-30*this.imgIndex:"rtl"===this.dir?this.xSwipeWrapper=this.imgIndex*window.innerWidth+30*this.imgIndex:this.xSwipeWrapper=-this.imgIndex*window.innerWidth-30*this.imgIndex,setTimeout((function(){o.swipeAnimation=null}),300)},index:function(e,t){var i=this;document.querySelector("body");null!==e?(this.swipeType=null,this.initialMouseY=0,this.ySwipeWrapper=0,this.loopData=this.loop,"swipe"===this.effect&&(this.loopData=!1,window.addEventListener("resize",this.xPositionOnResize)),this.imgIndex=e,this.isVisible=!0,window.addEventListener("keydown",this.eventListener),this.enableWheelEvent&&window.addEventListener("wheel",this.wheelEvent),window.innerWidth<700&&setTimeout((function(){window.addEventListener("click",i.showButtons)}),200),this.enableScrollLock&&setTimeout((function(){i.setCompensateForScrollbar(),h(i.$refs.coolLightbox)}),50)):(this.isVisible=!1,this.stopSlideShow(),this.startsX=0,this.initialMouseY=0,this.swipeType=null,clearInterval(this.swipeInterval),this.swipeAnimation=null,this.isDraggingSwipe=!1,this.isZooming=!0,window.removeEventListener("keydown",this.eventListener),this.enableScrollLock&&(i.removeCompensateForScrollbar(),f(i.$refs.coolLightbox)),window.removeEventListener("click",this.showButtons),window.removeEventListener("resize",this.xPositionOnResize),this.enableWheelEvent&&window.removeEventListener("wheel",this.wheelEvent))},imgIndex:function(e,t){var i=this;this.$nextTick((function(){"swipe"===i.effect&&(i.setLightboxInnerWidth(),i.setXPosition(e)),null!==e&null===t&&i.$emit("on-open",e),null!==e&&(e!==t&&(i.getYoutubeUrl(i.getItemSrc(e))||i.getVimeoUrl(i.getItemSrc(e))||i.stopVideos()),i.getVideoUrl(i.getItemSrc(e))||i.is_cached(i.getItemSrc(e))||(i.imageLoading=!0),i.addCaptionPadding(),("swipe"===i.effect||i.getVideoUrl(i.getItemSrc(e)))&&i.setAspectRatioVideo()),i.resetZoom(),i.swipeType=null,i.ySwipeWrapper=0}))}},beforeDestroy:function(){this.enableScrollLock&&(this.removeCompensateForScrollbar(),this.$refs.coolLightbox&&f(this.$refs.coolLightbox))},methods:{stopVideos:function(){var e=document.getElementsByClassName("cool-lightbox-video");e.length>0&&Array.prototype.forEach.call(e,(function(e){if("IFRAME"===e.tagName){var t=e.src;return e.src=t}if(function(e){return!!(e.currentTime>0&&!e.paused&&!e.ended&&e.readyState>2)}(e))return e.pause()}))},removeCompensateForScrollbar:function(){document.body.classList.remove("compensate-for-scrollbar"),null!==document.getElementById("coollightbox-style-noscroll")&&document.getElementById("coollightbox-style-noscroll").remove()},setCompensateForScrollbar:function(){!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&document.body.scrollHeight>window.innerHeight&&(document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeend",'<style id="coollightbox-style-noscroll" type="text/css">.compensate-for-scrollbar{margin-right:'+(window.innerWidth-document.documentElement.clientWidth)+"px;}</style>"),document.body.classList.add("compensate-for-scrollbar"))},setAutoplay:function(e){return!!(this.checkIfIsObject(e)&&this.items[e].hasOwnProperty("autoplay")&&this.items[e].autoplay)},toggleFullScreenMode:function(){this.isFullScreenMode?this.closeFullscreen():this.fullScreenMode(),this.isFullScreenMode=!this.isFullScreenMode},closeFullscreen:function(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.msExitFullscreen&&document.msExitFullscreen()},fullScreenMode:function(){var e=document.documentElement;e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()},checkIfIsButton:function(e){return!!event.target.matches(".cool-lightbox-button, .cool-lightbox-button *, .cool-lightbox-toolbar__btn, .cool-lightbox-toolbar__btn *, .cool-lightbox-caption h6, .cool-lightbox-caption p, .cool-lightbox-caption a")},startSwipe:function(e){return!this.isZooming&&(!this.checkIfIsButton(e)&&(clearInterval(this.swipeInterval),this.swipeAnimation=null,this.isDraggingSwipe=!0,this.initialMouseX=this.getMouseXPosFromEvent(e),void(this.initialMouseY=this.getMouseYPosFromEvent(e))))},continueSwipe:function(e){if(this.isDraggingSwipe){this.IsSwipping=!0;var t=this.getMouseXPosFromEvent(e),i=this.getMouseYPosFromEvent(e),a=this.lightboxInnerWidth,o=Math.abs(t-this.initialMouseX),r=Math.abs(i-this.initialMouseY);null==this.swipeType&&(r>5||o>5)&&(this.swipeType=r>o?"v":"h"),"h"==this.swipeType?"rtl"===this.dir?this.xSwipeWrapper=a*this.imgIndex+t-this.initialMouseX+30*this.imgIndex:this.xSwipeWrapper=-a*this.imgIndex+t-this.initialMouseX-30*this.imgIndex:this.ySwipeWrapper=i-this.initialMouseY,"touchmove"===e.type&&(this.endMouseX=this.getMouseXPosFromEvent(e),this.endMouseY=this.getMouseYPosFromEvent(e))}},endSwipe:function(e){if(this.checkIfIsButton(e)&&0===this.initialMouseX)return!1;var t=this,i=this.swipeType;if(this.isDraggingSwipe=!1,0===this.initialMouseX&&"h"==i)return!1;if("touchend"!==e.type)this.endMouseX=this.getMouseXPosFromEvent(e),this.endMouseY=this.getMouseYPosFromEvent(e);else if(0===this.endMouseX)return;if(!(this.endMouseX-this.initialMouseX==0&&"h"==i||this.isZooming||this.endMouseY-this.initialMouseY==0&&"v"==i)){if(this.setSwipeAnimation(),setTimeout((function(){t.IsSwipping=!1,t.initialMouseX=0,t.endMouseX=0}),10),"h"===this.swipeType){if(this.endMouseX-this.initialMouseX<-40)return"rtl"===this.dir?this.swipeToLeft():this.swipeToRight();if(this.endMouseX-this.initialMouseX>40)return"rtl"===this.dir?this.swipeToRight():this.swipeToLeft()}if("v"===this.swipeType)Math.abs(this.endMouseY-this.initialMouseY)>=90?this.close():this.ySwipeWrapper=0;this.swipeType=null;var a=this.lightboxInnerWidth;"rtl"!==this.dir?this.xSwipeWrapper=-this.imgIndex*a-30*this.imgIndex:this.xSwipeWrapper=this.imgIndex*a+30*this.imgIndex}},swipeToLeft:function(){if(!this.hasPrevious&&"swipe"===this.effect)return"rtl"===this.dir?this.xSwipeWrapper=this.imgIndex*this.lightboxInnerWidth+30*this.imgIndex:this.xSwipeWrapper=-this.imgIndex*this.lightboxInnerWidth-30*this.imgIndex;this.changeIndexToPrev()},swipeToRight:function(){if(!this.hasNext&&"swipe"===this.effect)return"rtl"===this.dir?this.xSwipeWrapper=this.imgIndex*this.lightboxInnerWidth+30*this.imgIndex:this.xSwipeWrapper=-this.imgIndex*this.lightboxInnerWidth-30*this.imgIndex;this.changeIndexToNext()},getMouseXPosFromEvent:function(e){return-1!==e.type.indexOf("mouse")?e.clientX:e.touches[0].clientX},getMouseYPosFromEvent:function(e){return-1!==e.type.indexOf("mouse")?e.clientY:e.touches[0].clientY},is_cached:function(e){var t=new Image;return t.src=e,t.complete},imageLoaded:function(){this.imageLoading=!1},itemThumb:function(e,t){var i=this.getItemThumb(t);if(i)return i;var a=this.getYoutubeID(e);return a?"https://img.youtube.com/vi/"+a+"/mqdefault.jpg":!this.getVimeoID(e)&&e},getItemSrc:function(e){if(null===e)return!1;var t=this.items[e];return this.checkIfIsObject(e)?t[this.srcName]:t},getItemAlt:function(e){if(null===e)return!1;var t=this.items[e];return this.checkIfIsObject(e)?t.alt:null},getItemThumb:function(e){if(null===e)return!1;var t=this.items[e];return this.checkIfIsObject(e)?t[this.srcThumb]:!this.getVideoUrl(t)&&t},getMediaType:function(e){if(null===e)return!1;if(this.checkIfIsObject(e)){var t=this.items[e];if(t[this.srcMediaType])return t[this.srcMediaType]}return this.getVideoUrl(this.getItemSrc(e))?"video":this.getPDFurl(this.getItemSrc(e))?"iframe":"image"},togglePlaySlideshow:function(){return!!this.slideshow&&(!(!this.hasNext&&!this.loopData)&&(this.isPlayingSlideShow=!this.isPlayingSlideShow,void(this.isPlayingSlideShow?this.move():this.stopSlideShow())))},stopSlideShow:function(){this.isPlayingSlideShow=!1,clearInterval(this.intervalProgress),this.stylesInterval={transform:"scaleX(0)",transition:"none"}},move:function(){var e=this;this.progressWidth=100,this.intervalProgress=setInterval((function(){e.stylesInterval={transform:"scaleX(0)",transition:"none"},"rtl"===e.dir?e.onPrevClick(!0):e.onNextClick(!0);e.hasNext||e.loopData?setTimeout((function(){e.stylesInterval={transform:"scaleX(1)",background:e.slideshowColorBar,"transition-duration":e.slideshowDuration+"ms"}}),50):e.stopSlideShow()}),this.slideshowDuration+90),e.stylesInterval={transform:"scaleX(1)",background:this.slideshowColorBar,"transition-duration":this.slideshowDuration+"ms"}},showButtons:function(e){if(!this.checkIfIsButton(e)){var t=this;setTimeout((function(){t.buttonsVisible=!t.buttonsVisible}),100)}},checkMouseEventPropButton:function(e){return!!this.isZooming&&0===e},handleMouseDown:function(e){this.checkMouseEventPropButton(e.button)&&(this.lastX=e.clientX,this.lastY=e.clientY,this.isDraging=!0,e.stopPropagation())},handleMouseUp:function(e){if(this.checkMouseEventPropButton(e.button)){this.isDraging=!1,this.lastX=this.lastY=0;var t=this;setTimeout((function(){t.canZoom=!0}),100)}},handleMouseMove:function(e){if(this.checkMouseEventPropButton(e.button)){if(this.isDraging){this.top=this.top-this.lastY+e.clientY,this.left=this.left-this.lastX+e.clientX,this.lastX=e.clientX,this.lastY=e.clientY,this.canZoom=!1;var t=e.target.parentNode,i=1.6+this.zoomBar/10;t.style.transform="translate3d(calc(-50% + "+this.left+"px), calc(-50% + "+this.top+"px), 0px) scale3d("+i+", "+i+", "+i+")"}e.stopPropagation()}},zoomImage:function(e){if(this.disableZoom)return!1;if(window.innerWidth<700)return!1;if(!this.canZoom)return!1;if(this.IsSwipping)return!1;var t;t="swipe"==this.effect?this.$refs.items[this.imgIndex].childNodes[0]:this.$refs.items.childNodes[0];var i=this.isZooming,a=this;i?this.isDraging||(this.isZooming=!1,this.zoomBar=0):this.isZooming=!0,this.isZooming?(this.stopSlideShow(),t.style.transform="translate3d(calc(-50%), calc(-50%), 0px) scale3d(1.6, 1.6, 1.6)",this.buttonsVisible=!1,setTimeout((function(){a.transition="all .0s ease"}),100)):(this.buttonsVisible=!0,this.resetZoom())},resetZoom:function(){var e;(this.scale=1,this.left=0,this.top=0,this.zoomBar=0,this.isZooming=!1,this.swipeType=null,this.transition="all .3s ease",null!=this.imgIndex)&&(e="swipe"==this.effect?this.$refs.items[this.imgIndex].childNodes[0]:this.$refs.items.childNodes[0],this.disableZoom?e.style.transform="translate3d(calc(-50% + "+this.left+"px), calc(-50% + "+this.top+"px), 0px)":e.style.transform="translate3d(calc(-50% + "+this.left+"px), calc(-50% + "+this.top+"px), 0px) scale3d(1, 1, 1)",this.initialMouseX=0,window.innerWidth>=700&&(this.buttonsVisible=!0))},setAspectRatioVideo:function(){var e=this,t=document.getElementsByClassName("cool-lightbox__inner");t=t[0];var i=getComputedStyle(t);if(window.innerWidth<700){var a=t.clientWidth,o=Math.round(a/16*9);this.aspectRatioVideo.height=o+"px",this.aspectRatioVideo.width=a+"px"}else setTimeout((function(){var a=t.clientHeight,o=(a-=parseFloat(i.paddingTop)+parseFloat(i.paddingBottom))/9*16;e.aspectRatioVideo.height=a+"px",e.aspectRatioVideo.width=o+"px"}),150)},close:function(){this.stopSlideShow(),this.swipeType=null,this.$emit("close",this.imgIndex),this.showThumbs=!1,this.imgIndex=null},wheelEvent:function(e){var t=(new Date).getTime(),i=e.deltaY>0?"top":"down";if(!(t-this.prevTime<350))switch(this.prevTime=t,i){case"top":return this.changeIndexToPrev();case"down":return this.changeIndexToNext()}},closeModal:function(e){if(!this.closeOnClickOutsideMobile&&window.innerWidth<700)return!1;if(this.IsSwipping)return!1;e.target.matches(".cool-lightbox-zoom, .cool-lightbox-zoom *, .cool-lightbox-thumbs, svg, path, rect, .cool-lightbox-thumbs *, .cool-lightbox-button, .cool-lightbox-toolbar__btn, .cool-lightbox-toolbar__btn *, .cool-lightbox-button *, .cool-lightbox__slide__img *, .cool-lightbox-video, .cool-lightbox-caption h6, .cool-lightbox-caption p, .cool-lightbox-caption a")||this.close()},setSwipeAnimation:function(){var e=this;clearInterval(this.swipeInterval),this.swipeAnimation=null,this.swipeAnimation="all .3s ease",this.swipeInterval=setInterval((function(){e.swipeAnimation=null}),330)},onNextClick:function(e){return void 0===e&&(e=!1),!this.isZooming&&(e||this.stopSlideShow(),this.setSwipeAnimation(),"rtl"===this.dir?this.changeIndexToPrev():void this.changeIndexToNext())},onPrevClick:function(e){return void 0===e&&(e=!1),!this.isZooming&&(e||this.stopSlideShow(),this.setSwipeAnimation(),"rtl"===this.dir?this.changeIndexToNext():void this.changeIndexToPrev())},changeIndexToNext:function(){this.hasNext?this.onIndexChange(this.imgIndex+1):this.loopData&&this.onIndexChange(0)},changeIndexToPrev:function(){this.hasPrevious?this.onIndexChange(this.imgIndex-1):this.loopData&&this.onIndexChange(this.items.length-1)},setLightboxInnerWidth:function(){var e=document.getElementsByClassName("cool-lightbox__inner")[0].clientWidth;this.lightboxInnerWidth=e},xPositionOnResize:function(){this.setLightboxInnerWidth();var e=this.imgIndex;"rtl"!==this.dir?this.xSwipeWrapper=-e*this.lightboxInnerWidth-30*e:this.xSwipeWrapper=e*this.lightboxInnerWidth+30*e},setXPosition:function(e){"rtl"!==this.dir?this.xSwipeWrapper=-e*this.lightboxInnerWidth-30*e:this.xSwipeWrapper=e*this.lightboxInnerWidth+30*e},onIndexChange:function(e){this.imgIndex=e,this.$emit("on-change",e)},addCaptionPadding:function(){if(this.checkIfIsObject(this.imgIndex)&&(this.items[this.imgIndex].title||this.items[this.imgIndex].descripcion)){var e=document.getElementsByClassName("cool-lightbox-caption");e.length>0&&(this.paddingBottom=e[0].offsetHeight)}else this.paddingBottom=60},getPDFurl:function(e){return null!==this.imgIndex&&(!!new String(e).endsWith(".pdf")&&e)},getVideoUrl:function(e){var t=this.getYoutubeUrl(e),i=this.getVimeoUrl(e),a=this.checkIsMp4(e);return t||(i||(a||!1))},getYoutubeID:function(e){var t=!!e.match(/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=))((\w|-){11})(?:\S+)?$/)&&RegExp.$1;return t||!1},getYoutubeUrl:function(e){var t=this.getYoutubeID(e);return!!t&&(this.youtubeCookies?"https://www.youtube.com/embed/"+t:"https://www.youtube-nocookie.com/embed/"+t)},getVimeoID:function(e){var t=e.match(/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/(?:[^\/]*)\/videos\/|album\/(?:\d+)\/video\/|video\/|)(\d+)(?:[a-zA-Z0-9_\-]+)?/i);return null!==t&&t[1]},getVimeoUrl:function(e){var t=e.match(/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/(?:[^\/]*)\/videos\/|album\/(?:\d+)\/video\/|video\/|)(\d+)(?:[a-zA-Z0-9_\-]+)?/i);return null!==t&&"//player.vimeo.com/video/"+t[1]+"?hd=1&show_title=1&show_byline=1&show_portrait=0&fullscreen=1"},checkIsMp4:function(e){if(null===this.imgIndex)return!1;var t=new String(e);return(-1!==t.indexOf(".mp4")||-1!==t.indexOf(".mov")||-1!==t.indexOf(".webm")||-1!==t.indexOf(".ogg")||-1!==t.indexOf(".avi"))&&e},getVideoExt:function(e){if(null===this.imgIndex)return!1;var t=new String(e);return-1!==t.indexOf(".mp4")||-1!==t.indexOf(".mov")?"mp4":-1!==t.indexOf(".webm")?"webm":-1!==t.indexOf(".ogg")?"ogg":-1!==t.indexOf(".avi")&&"avi"},checkIfIsObject:function(e){var t=this.items[e];return"object"==typeof t&&null!==t},eventListener:function(e){switch(e.keyCode){case 39:return this.onNextClick();case 37:return this.onPrevClick();case 38:case 40:case" ":return e.preventDefault();case 27:return this.close()}}},computed:{imgWrapperStyle:function(){return{top:"50%",left:"50%",transition:this.transition}},lightboxStyles:function(){return{"z-index":this.zIndex,"background-color":this.overlayColor}},innerStyles:function(){return{"padding-bottom":this.paddingBottom+"px"}},itemSrc:function(){if(null===this.imgIndex)return!1;var e=this.items[this.imgIndex];return this.checkIfIsObject(this.imgIndex)?e[this.srcName]:e},lightboxClasses:function(){var e=[{"cool-lightbox--can-zoom":this.canZoom&&!this.disableZoom},{"cool-lightbox--zoom-disabled":this.disableZoom},{"cool-lightbox--is-zooming":this.isZooming},{"cool-lightbox--show-thumbs":this.showThumbs},{"cool-lightbox--is-swipping":this.isDraggingSwipe}],t="cool-lightbox--thumbs-"+this.thumbsPosition;return e.push(t),e},buttonsClasses:function(){return{hidden:!this.buttonsVisible}},hasNextButton:function(){return"rtl"===this.dir?this.imgIndex-1>=0:this.imgIndex+1<this.items.length},hasPreviousButton:function(){return"rtl"===this.dir?this.imgIndex+1<this.items.length:this.imgIndex-1>=0},hasNext:function(){return this.imgIndex+1<this.items.length},hasPrevious:function(){return this.imgIndex-1>=0}}},undefined,!1,undefined,void 0,void 0);function b(e){b.installed||(b.installed=!0,e.component("CoolLightBox",g))}var y={install:b},w=null;"undefined"!=typeof window?w=window.Vue:void 0!==i.g&&(w=i.g.vue),w&&w.use(y),g.install=b;const v=g},5247:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>X});var a=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"];function o(e,t){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}var r=Array.isArray;function n(e){return null!==e&&"object"==typeof e}function s(e){return"string"==typeof e}var l=Object.prototype.toString;function u(e){return"[object Object]"===l.call(e)}function c(e){return null==e}function d(e){return"function"==typeof e}function p(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];var i=null,a=null;return 1===e.length?n(e[0])||r(e[0])?a=e[0]:"string"==typeof e[0]&&(i=e[0]):2===e.length&&("string"==typeof e[0]&&(i=e[0]),(n(e[1])||r(e[1]))&&(a=e[1])),{locale:i,params:a}}function m(e){return JSON.parse(JSON.stringify(e))}function h(e,t){return!!~e.indexOf(t)}var f=Object.prototype.hasOwnProperty;function g(e,t){return f.call(e,t)}function b(e){for(var t=arguments,i=Object(e),a=1;a<arguments.length;a++){var o=t[a];if(null!=o){var r=void 0;for(r in o)g(o,r)&&(n(o[r])?i[r]=b(i[r],o[r]):i[r]=o[r])}}return i}function y(e,t){if(e===t)return!0;var i=n(e),a=n(t);if(!i||!a)return!i&&!a&&String(e)===String(t);try{var o=r(e),s=r(t);if(o&&s)return e.length===t.length&&e.every((function(e,i){return y(e,t[i])}));if(o||s)return!1;var l=Object.keys(e),u=Object.keys(t);return l.length===u.length&&l.every((function(i){return y(e[i],t[i])}))}catch(e){return!1}}function w(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=e[t].replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"))})),e}var v={beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n)if(e.i18n instanceof K){if(e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){t=b(t,JSON.parse(e))})),Object.keys(t).forEach((function(i){e.i18n.mergeLocaleMessage(i,t[i])}))}catch(e){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(u(e.i18n)){var i=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof K?this.$root.$i18n:null;if(i&&(e.i18n.root=this.$root,e.i18n.formatter=i.formatter,e.i18n.fallbackLocale=i.fallbackLocale,e.i18n.formatFallbackMessages=i.formatFallbackMessages,e.i18n.silentTranslationWarn=i.silentTranslationWarn,e.i18n.silentFallbackWarn=i.silentFallbackWarn,e.i18n.pluralizationRules=i.pluralizationRules,e.i18n.preserveDirectiveContent=i.preserveDirectiveContent),e.__i18n)try{var a=e.i18n&&e.i18n.messages?e.i18n.messages:{};e.__i18n.forEach((function(e){a=b(a,JSON.parse(e))})),e.i18n.messages=a}catch(e){0}var o=e.i18n.sharedMessages;o&&u(o)&&(e.i18n.messages=b(e.i18n.messages,o)),this._i18n=new K(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),i&&i.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof K?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof K&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18n?{}:null),e.i18n?(e.i18n instanceof K||u(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof K||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof K)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}},_={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var i=t.data,a=t.parent,o=t.props,r=t.slots,n=a.$i18n;if(n){var s=o.path,l=o.locale,u=o.places,c=r(),d=n.i(s,l,function(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}(c)||u?function(e,t){var i=t?function(e){0;return Array.isArray(e)?e.reduce(k,{}):Object.assign({},e)}(t):{};if(!e)return i;var a=(e=e.filter((function(e){return e.tag||""!==e.text.trim()}))).every(j);0;return e.reduce(a?x:k,i)}(c.default,u):c),p=o.tag&&!0!==o.tag||!1===o.tag?o.tag:"span";return p?e(p,i,d):d}}};function x(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function k(e,t,i){return e[i]=t,e}function j(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var T,q={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var i=t.props,o=t.parent,r=t.data,l=o.$i18n;if(!l)return null;var u=null,c=null;s(i.format)?u=i.format:n(i.format)&&(i.format.key&&(u=i.format.key),c=Object.keys(i.format).reduce((function(e,t){var o;return h(a,t)?Object.assign({},e,((o={})[t]=i.format[t],o)):e}),null));var d=i.locale||l.locale,p=l._ntp(i.value,d,u,c),m=p.map((function(e,t){var i,a=r.scopedSlots&&r.scopedSlots[e.type];return a?a(((i={})[e.type]=e.value,i.index=t,i.parts=p,i)):e.value})),f=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return f?e(f,{attrs:r.attrs,class:r.class,staticClass:r.staticClass},m):m}};function S(e,t,i){P(e,i)&&I(e,t,i)}function A(e,t,i,a){if(P(e,i)){var o=i.context.$i18n;(function(e,t){var i=t.context;return e._locale===i.$i18n.locale})(e,i)&&y(t.value,t.oldValue)&&y(e._localeMessage,o.getLocaleMessage(o.locale))||I(e,t,i)}}function C(e,t,i,a){if(i.context){var r=i.context.$i18n||{};t.modifiers.preserve||r.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e._vt,e._locale=void 0,delete e._locale,e._localeMessage=void 0,delete e._localeMessage}else o("Vue instance does not exists in VNode context")}function P(e,t){var i=t.context;return i?!!i.$i18n||(o("VueI18n instance does not exists in Vue instance"),!1):(o("Vue instance does not exists in VNode context"),!1)}function I(e,t,i){var a,r,n=function(e){var t,i,a,o;s(e)?t=e:u(e)&&(t=e.path,i=e.locale,a=e.args,o=e.choice);return{path:t,locale:i,args:a,choice:o}}(t.value),l=n.path,c=n.locale,d=n.args,p=n.choice;if(l||c||d)if(l){var m=i.context;e._vt=e.textContent=null!=p?(a=m.$i18n).tc.apply(a,[l,p].concat(D(c,d))):(r=m.$i18n).t.apply(r,[l].concat(D(c,d))),e._locale=m.$i18n.locale,e._localeMessage=m.$i18n.getLocaleMessage(m.$i18n.locale)}else o("`path` is required in v-t directive");else o("value type not supported")}function D(e,t){var i=[];return e&&i.push(e),t&&(Array.isArray(t)||u(t))&&i.push(t),i}function E(e){E.installed=!0;(T=e).version&&Number(T.version.split(".")[0]);(function(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){for(var t=[],i=arguments.length-1;i-- >0;)t[i]=arguments[i+1];var a=this.$i18n;return a._t.apply(a,[e,a.locale,a._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){for(var i=[],a=arguments.length-2;a-- >0;)i[a]=arguments[a+2];var o=this.$i18n;return o._tc.apply(o,[e,o.locale,o._getMessages(),this,t].concat(i))},e.prototype.$te=function(e,t){var i=this.$i18n;return i._te(e,i.locale,i._getMessages(),t)},e.prototype.$d=function(e){for(var t,i=[],a=arguments.length-1;a-- >0;)i[a]=arguments[a+1];return(t=this.$i18n).d.apply(t,[e].concat(i))},e.prototype.$n=function(e){for(var t,i=[],a=arguments.length-1;a-- >0;)i[a]=arguments[a+1];return(t=this.$i18n).n.apply(t,[e].concat(i))}})(T),T.mixin(v),T.directive("t",{bind:S,update:A,unbind:C}),T.component(_.name,_),T.component(q.name,q),T.config.optionMergeStrategies.i18n=function(e,t){return void 0===t?e:t}}var M=function(){this._caches=Object.create(null)};M.prototype.interpolate=function(e,t){if(!t)return[e];var i=this._caches[e];return i||(i=function(e){var t=[],i=0,a="";for(;i<e.length;){var o=e[i++];if("{"===o){a&&t.push({type:"text",value:a}),a="";var r="";for(o=e[i++];void 0!==o&&"}"!==o;)r+=o,o=e[i++];var n="}"===o,s=L.test(r)?"list":n&&F.test(r)?"named":"unknown";t.push({value:r,type:s})}else"%"===o?"{"!==e[i]&&(a+=o):a+=o}return a&&t.push({type:"text",value:a}),t}(e),this._caches[e]=i),function(e,t){var i=[],a=0,o=Array.isArray(t)?"list":n(t)?"named":"unknown";if("unknown"===o)return i;for(;a<e.length;){var r=e[a];switch(r.type){case"text":i.push(r.value);break;case"list":i.push(t[parseInt(r.value,10)]);break;case"named":"named"===o&&i.push(t[r.value]);break;case"unknown":0}a++}return i}(i,t)};var L=/^(?:\d)+/,F=/^(?:\w)+/;var R=[];R[0]={ws:[0],ident:[3,0],"[":[4],eof:[7]},R[1]={ws:[1],".":[2],"[":[4],eof:[7]},R[2]={ws:[2],ident:[3,0],0:[3,0],number:[3,0]},R[3]={ident:[3,0],0:[3,0],number:[3,0],ws:[1,1],".":[2,1],"[":[4,1],eof:[7,1]},R[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],eof:8,else:[4,0]},R[5]={"'":[4,0],eof:8,else:[5,0]},R[6]={'"':[4,0],eof:8,else:[6,0]};var U=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function O(e){if(null==e)return"eof";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function N(e){var t,i,a,o=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(a=o,U.test(a)?(i=(t=o).charCodeAt(0))!==t.charCodeAt(t.length-1)||34!==i&&39!==i?t:t.slice(1,-1):"*"+o)}var z=function(){this._cache=Object.create(null)};z.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=function(e){var t,i,a,o,r,n,s,l=[],u=-1,c=0,d=0,p=[];function m(){var t=e[u+1];if(5===c&&"'"===t||6===c&&'"'===t)return u++,a="\\"+t,p[0](),!0}for(p[1]=function(){void 0!==i&&(l.push(i),i=void 0)},p[0]=function(){void 0===i?i=a:i+=a},p[2]=function(){p[0](),d++},p[3]=function(){if(d>0)d--,c=4,p[0]();else{if(d=0,void 0===i)return!1;if(!1===(i=N(i)))return!1;p[1]()}};null!==c;)if(u++,"\\"!==(t=e[u])||!m()){if(o=O(t),8===(r=(s=R[c])[o]||s.else||8))return;if(c=r[0],(n=p[r[1]])&&(a=void 0===(a=r[2])?t:a,!1===n()))return;if(7===c)return l}}(e))&&(this._cache[e]=t),t||[]},z.prototype.getPathValue=function(e,t){if(!n(e))return null;var i=this.parsePath(t);if(0===i.length)return null;for(var a=i.length,o=e,r=0;r<a;){var s=o[i[r]];if(void 0===s)return null;o=s,r++}return o};var B,H=/<\/?[\w\s="/.':;#-\/]+>/,W=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,Y=/^@(?:\.([a-z]+))?:/,V=/[()]/g,$={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},G=new M,K=function(e){var t=this;void 0===e&&(e={}),!T&&"undefined"!=typeof window&&window.Vue&&E(window.Vue);var i=e.locale||"en-US",a=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),o=e.messages||{},r=e.dateTimeFormats||{},n=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||G,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new z,this._dataListeners=[],this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,this.getChoiceIndex=function(e,i){var a=Object.getPrototypeOf(t);if(a&&a.getChoiceIndex)return a.getChoiceIndex.call(t,e,i);var o,r;return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,i]):(o=e,r=i,o=Math.abs(o),2===r?o?o>1?1:0:1:o?Math.min(o,2):0)},this._exist=function(e,i){return!(!e||!i)&&(!c(t._path.getPathValue(e,i))||!!e[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(o).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,o[e])})),this._initVM({locale:i,fallbackLocale:a,messages:o,dateTimeFormats:r,numberFormats:n})},J={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};K.prototype._checkLocaleMessage=function(e,t,i){var a=function(e,t,i,n){if(u(i))Object.keys(i).forEach((function(o){var r=i[o];u(r)?(n.push(o),n.push("."),a(e,t,r,n),n.pop(),n.pop()):(n.push(o),a(e,t,r,n),n.pop())}));else if(r(i))i.forEach((function(i,o){u(i)?(n.push("["+o+"]"),n.push("."),a(e,t,i,n),n.pop(),n.pop()):(n.push("["+o+"]"),a(e,t,i,n),n.pop())}));else if(s(i)){if(H.test(i)){var l="Detected HTML in message '"+i+"' of keypath '"+n.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?o(l):"error"===e&&function(e,t){"undefined"!=typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}(l)}}};a(t,e,i,[])},K.prototype._initVM=function(e){var t=T.config.silent;T.config.silent=!0,this._vm=new T({data:e}),T.config.silent=t},K.prototype.destroyVM=function(){this._vm.$destroy()},K.prototype.subscribeDataChanging=function(e){this._dataListeners.push(e)},K.prototype.unsubscribeDataChanging=function(e){!function(e,t){if(e.length){var i=e.indexOf(t);if(i>-1)e.splice(i,1)}}(this._dataListeners,e)},K.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){for(var t=e._dataListeners.length;t--;)T.nextTick((function(){e._dataListeners[t]&&e._dataListeners[t].$forceUpdate()}))}),{deep:!0})},K.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var e=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){e.$set(e,"locale",t),e.$forceUpdate()}),{immediate:!0})},K.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},J.vm.get=function(){return this._vm},J.messages.get=function(){return m(this._getMessages())},J.dateTimeFormats.get=function(){return m(this._getDateTimeFormats())},J.numberFormats.get=function(){return m(this._getNumberFormats())},J.availableLocales.get=function(){return Object.keys(this.messages).sort()},J.locale.get=function(){return this._vm.locale},J.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},J.fallbackLocale.get=function(){return this._vm.fallbackLocale},J.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},J.formatFallbackMessages.get=function(){return this._formatFallbackMessages},J.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},J.missing.get=function(){return this._missing},J.missing.set=function(e){this._missing=e},J.formatter.get=function(){return this._formatter},J.formatter.set=function(e){this._formatter=e},J.silentTranslationWarn.get=function(){return this._silentTranslationWarn},J.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},J.silentFallbackWarn.get=function(){return this._silentFallbackWarn},J.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},J.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},J.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},J.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},J.warnHtmlInMessage.set=function(e){var t=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,i!==e&&("warn"===e||"error"===e)){var a=this._getMessages();Object.keys(a).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,a[e])}))}},J.postTranslation.get=function(){return this._postTranslation},J.postTranslation.set=function(e){this._postTranslation=e},K.prototype._getMessages=function(){return this._vm.messages},K.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},K.prototype._getNumberFormats=function(){return this._vm.numberFormats},K.prototype._warnDefault=function(e,t,i,a,o,r){if(!c(i))return i;if(this._missing){var n=this._missing.apply(null,[e,t,a,o]);if(s(n))return n}else 0;if(this._formatFallbackMessages){var l=p.apply(void 0,o);return this._render(t,r,l.params,t)}return t},K.prototype._isFallbackRoot=function(e){return!e&&!c(this._root)&&this._fallbackRoot},K.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},K.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},K.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},K.prototype._interpolate=function(e,t,i,a,o,n,l){if(!t)return null;var p,m=this._path.getPathValue(t,i);if(r(m)||u(m))return m;if(c(m)){if(!u(t))return null;if(!s(p=t[i])&&!d(p))return null}else{if(!s(m)&&!d(m))return null;p=m}return s(p)&&(p.indexOf("@:")>=0||p.indexOf("@.")>=0)&&(p=this._link(e,t,p,a,"raw",n,l)),this._render(p,o,n,i)},K.prototype._link=function(e,t,i,a,o,n,s){var l=i,u=l.match(W);for(var c in u)if(u.hasOwnProperty(c)){var d=u[c],p=d.match(Y),m=p[0],f=p[1],g=d.replace(m,"").replace(V,"");if(h(s,g))return l;s.push(g);var b=this._interpolate(e,t,g,a,"raw"===o?"string":o,"raw"===o?void 0:n,s);if(this._isFallbackRoot(b)){if(!this._root)throw Error("unexpected error");var y=this._root.$i18n;b=y._translate(y._getMessages(),y.locale,y.fallbackLocale,g,a,o,n)}b=this._warnDefault(e,g,b,a,r(n)?n:[n],o),this._modifiers.hasOwnProperty(f)?b=this._modifiers[f](b):$.hasOwnProperty(f)&&(b=$[f](b)),s.pop(),l=b?l.replace(d,b):l}return l},K.prototype._createMessageContext=function(e){var t=r(e)?e:[],i=n(e)?e:{};return{list:function(e){return t[e]},named:function(e){return i[e]}}},K.prototype._render=function(e,t,i,a){if(d(e))return e(this._createMessageContext(i));var o=this._formatter.interpolate(e,i,a);return o||(o=G.interpolate(e,i,a)),"string"!==t||s(o)?o:o.join("")},K.prototype._appendItemToChain=function(e,t,i){var a=!1;return h(e,t)||(a=!0,t&&(a="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),i&&i[t]&&(a=i[t]))),a},K.prototype._appendLocaleToChain=function(e,t,i){var a,o=t.split("-");do{var r=o.join("-");a=this._appendItemToChain(e,r,i),o.splice(-1,1)}while(o.length&&!0===a);return a},K.prototype._appendBlockToChain=function(e,t,i){for(var a=!0,o=0;o<t.length&&"boolean"==typeof a;o++){var r=t[o];s(r)&&(a=this._appendLocaleToChain(e,r,i))}return a},K.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var i=this._localeChainCache[e];if(!i){t||(t=this.fallbackLocale),i=[];for(var a,o=[e];r(o);)o=this._appendBlockToChain(i,o,t);(o=s(a=r(t)?t:n(t)?t.default?t.default:null:t)?[a]:a)&&this._appendBlockToChain(i,o,null),this._localeChainCache[e]=i}return i},K.prototype._translate=function(e,t,i,a,o,r,n){for(var s,l=this._getLocaleChain(t,i),u=0;u<l.length;u++){var d=l[u];if(!c(s=this._interpolate(d,e[d],a,o,r,n,[a])))return s}return null},K.prototype._t=function(e,t,i,a){for(var o,r=[],n=arguments.length-4;n-- >0;)r[n]=arguments[n+4];if(!e)return"";var s=p.apply(void 0,r);this._escapeParameterHtml&&(s.params=w(s.params));var l=s.locale||t,u=this._translate(i,l,this.fallbackLocale,e,a,"string",s.params);if(this._isFallbackRoot(u)){if(!this._root)throw Error("unexpected error");return(o=this._root).$t.apply(o,[e].concat(r))}return u=this._warnDefault(l,e,u,a,r,"string"),this._postTranslation&&null!=u&&(u=this._postTranslation(u,e)),u},K.prototype.t=function(e){for(var t,i=[],a=arguments.length-1;a-- >0;)i[a]=arguments[a+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(i))},K.prototype._i=function(e,t,i,a,o){var r=this._translate(i,t,this.fallbackLocale,e,a,"raw",o);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,o)}return this._warnDefault(t,e,r,a,[o],"raw")},K.prototype.i=function(e,t,i){return e?(s(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,i)):""},K.prototype._tc=function(e,t,i,a,o){for(var r,n=[],s=arguments.length-5;s-- >0;)n[s]=arguments[s+5];if(!e)return"";void 0===o&&(o=1);var l={count:o,n:o},u=p.apply(void 0,n);return u.params=Object.assign(l,u.params),n=null===u.locale?[u.params]:[u.locale,u.params],this.fetchChoice((r=this)._t.apply(r,[e,t,i,a].concat(n)),o)},K.prototype.fetchChoice=function(e,t){if(!e||!s(e))return null;var i=e.split("|");return i[t=this.getChoiceIndex(t,i.length)]?i[t].trim():e},K.prototype.tc=function(e,t){for(var i,a=[],o=arguments.length-2;o-- >0;)a[o]=arguments[o+2];return(i=this)._tc.apply(i,[e,this.locale,this._getMessages(),null,t].concat(a))},K.prototype._te=function(e,t,i){for(var a=[],o=arguments.length-3;o-- >0;)a[o]=arguments[o+3];var r=p.apply(void 0,a).locale||t;return this._exist(i[r],e)},K.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},K.prototype.getLocaleMessage=function(e){return m(this._vm.messages[e]||{})},K.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},K.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,b({},this._vm.messages[e]||{},t))},K.prototype.getDateTimeFormat=function(e){return m(this._vm.dateTimeFormats[e]||{})},K.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},K.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,b(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},K.prototype._clearDateTimeFormat=function(e,t){for(var i in t){var a=e+"__"+i;this._dateTimeFormatters.hasOwnProperty(a)&&delete this._dateTimeFormatters[a]}},K.prototype._localizeDateTime=function(e,t,i,a,o){for(var r=t,n=a[r],s=this._getLocaleChain(t,i),l=0;l<s.length;l++){var u=s[l];if(r=u,!c(n=a[u])&&!c(n[o]))break}if(c(n)||c(n[o]))return null;var d=n[o],p=r+"__"+o,m=this._dateTimeFormatters[p];return m||(m=this._dateTimeFormatters[p]=new Intl.DateTimeFormat(r,d)),m.format(e)},K.prototype._d=function(e,t,i){if(!i)return new Intl.DateTimeFormat(t).format(e);var a=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),i);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,i,t)}return a||""},K.prototype.d=function(e){for(var t=[],i=arguments.length-1;i-- >0;)t[i]=arguments[i+1];var a=this.locale,o=null;return 1===t.length?s(t[0])?o=t[0]:n(t[0])&&(t[0].locale&&(a=t[0].locale),t[0].key&&(o=t[0].key)):2===t.length&&(s(t[0])&&(o=t[0]),s(t[1])&&(a=t[1])),this._d(e,a,o)},K.prototype.getNumberFormat=function(e){return m(this._vm.numberFormats[e]||{})},K.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},K.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,b(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},K.prototype._clearNumberFormat=function(e,t){for(var i in t){var a=e+"__"+i;this._numberFormatters.hasOwnProperty(a)&&delete this._numberFormatters[a]}},K.prototype._getNumberFormatter=function(e,t,i,a,o,r){for(var n=t,s=a[n],l=this._getLocaleChain(t,i),u=0;u<l.length;u++){var d=l[u];if(n=d,!c(s=a[d])&&!c(s[o]))break}if(c(s)||c(s[o]))return null;var p,m=s[o];if(r)p=new Intl.NumberFormat(n,Object.assign({},m,r));else{var h=n+"__"+o;(p=this._numberFormatters[h])||(p=this._numberFormatters[h]=new Intl.NumberFormat(n,m))}return p},K.prototype._n=function(e,t,i,a){if(!K.availabilities.numberFormat)return"";if(!i)return(a?new Intl.NumberFormat(t,a):new Intl.NumberFormat(t)).format(e);var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),i,a),r=o&&o.format(e);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:i,locale:t},a))}return r||""},K.prototype.n=function(e){for(var t=[],i=arguments.length-1;i-- >0;)t[i]=arguments[i+1];var o=this.locale,r=null,l=null;return 1===t.length?s(t[0])?r=t[0]:n(t[0])&&(t[0].locale&&(o=t[0].locale),t[0].key&&(r=t[0].key),l=Object.keys(t[0]).reduce((function(e,i){var o;return h(a,i)?Object.assign({},e,((o={})[i]=t[0][i],o)):e}),null)):2===t.length&&(s(t[0])&&(r=t[0]),s(t[1])&&(o=t[1])),this._n(e,o,r,l)},K.prototype._ntp=function(e,t,i,a){if(!K.availabilities.numberFormat)return[];if(!i)return(a?new Intl.NumberFormat(t,a):new Intl.NumberFormat(t)).formatToParts(e);var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),i,a),r=o&&o.formatToParts(e);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,i,a)}return r||[]},Object.defineProperties(K.prototype,J),Object.defineProperty(K,"availabilities",{get:function(){if(!B){var e="undefined"!=typeof Intl;B={dateTimeFormat:e&&void 0!==Intl.DateTimeFormat,numberFormat:e&&void 0!==Intl.NumberFormat}}return B}}),K.install=E,K.version="8.22.2";const X=K},9186:function(e){e.exports=function(e){var t={};function i(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=e,i.c=t,i.d=function(e,t,a){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)i.d(a,o,function(t){return e[t]}.bind(null,o));return a},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=9)}([function(e,t,i){var a=i(6);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,i(3).default)("6223ff68",a,!0,{})},function(e,t,i){var a=i(8);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,i(3).default)("27f0e51f",a,!0,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i=function(e,t){var i,a=e[1]||"",o=e[3];if(!o)return a;if(t&&"function"==typeof btoa){var r=(i=o,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),n=o.sources.map((function(e){return"/*# sourceURL="+o.sourceRoot+e+" */"}));return[a].concat(n).concat([r]).join("\n")}return[a].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+i+"}":i})).join("")},t.i=function(e,i){"string"==typeof e&&(e=[[null,e,""]]);for(var a={},o=0;o<this.length;o++){var r=this[o][0];"number"==typeof r&&(a[r]=!0)}for(o=0;o<e.length;o++){var n=e[o];"number"==typeof n[0]&&a[n[0]]||(i&&!n[2]?n[2]=i:i&&(n[2]="("+n[2]+") and ("+i+")"),t.push(n))}},t}},function(e,t,i){"use strict";function a(e,t){for(var i=[],a={},o=0;o<t.length;o++){var r=t[o],n=r[0],s={id:e+":"+o,css:r[1],media:r[2],sourceMap:r[3]};a[n]?a[n].parts.push(s):i.push(a[n]={id:n,parts:[s]})}return i}i.r(t),i.d(t,"default",(function(){return m}));var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var r={},n=o&&(document.head||document.getElementsByTagName("head")[0]),s=null,l=0,u=!1,c=function(){},d=null,p="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function m(e,t,i,o){u=i,d=o||{};var n=a(e,t);return h(n),function(t){for(var i=[],o=0;o<n.length;o++){var s=n[o];(l=r[s.id]).refs--,i.push(l)}for(t?h(n=a(e,t)):n=[],o=0;o<i.length;o++){var l;if(0===(l=i[o]).refs){for(var u=0;u<l.parts.length;u++)l.parts[u]();delete r[l.id]}}}}function h(e){for(var t=0;t<e.length;t++){var i=e[t],a=r[i.id];if(a){a.refs++;for(var o=0;o<a.parts.length;o++)a.parts[o](i.parts[o]);for(;o<i.parts.length;o++)a.parts.push(g(i.parts[o]));a.parts.length>i.parts.length&&(a.parts.length=i.parts.length)}else{var n=[];for(o=0;o<i.parts.length;o++)n.push(g(i.parts[o]));r[i.id]={id:i.id,refs:1,parts:n}}}}function f(){var e=document.createElement("style");return e.type="text/css",n.appendChild(e),e}function g(e){var t,i,a=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(a){if(u)return c;a.parentNode.removeChild(a)}if(p){var o=l++;a=s||(s=f()),t=w.bind(null,a,o,!1),i=w.bind(null,a,o,!0)}else a=f(),t=v.bind(null,a),i=function(){a.parentNode.removeChild(a)};return t(e),function(a){if(a){if(a.css===e.css&&a.media===e.media&&a.sourceMap===e.sourceMap)return;t(e=a)}else i()}}var b,y=(b=[],function(e,t){return b[e]=t,b.filter(Boolean).join("\n")});function w(e,t,i,a){var o=i?"":a.css;if(e.styleSheet)e.styleSheet.cssText=y(t,o);else{var r=document.createTextNode(o),n=e.childNodes;n[t]&&e.removeChild(n[t]),n.length?e.insertBefore(r,n[t]):e.appendChild(r)}}function v(e,t){var i=t.css,a=t.media,o=t.sourceMap;if(a&&e.setAttribute("media",a),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),o&&(i+="\n/*# sourceURL="+o.sources[0]+" */",i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}},function(e,t){function i(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=i=function(e){return typeof e}:e.exports=i=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(t)}e.exports=i},function(e,t,i){"use strict";i.r(t);var a=i(0),o=i.n(a);for(var r in a)"default"!==r&&function(e){i.d(t,e,(function(){return a[e]}))}(r);t.default=o.a},function(e,t,i){(e.exports=i(2)(!1)).push([e.i,'.loading-wave-dots[data-v-46b20d22]{position:relative}.loading-wave-dots[data-v-46b20d22] .wave-item{position:absolute;top:50%;left:50%;display:inline-block;margin-top:-4px;width:8px;height:8px;border-radius:50%;-webkit-animation:loading-wave-dots-data-v-46b20d22 linear 2.8s infinite;animation:loading-wave-dots-data-v-46b20d22 linear 2.8s infinite}.loading-wave-dots[data-v-46b20d22] .wave-item:first-child{margin-left:-36px}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(2){margin-left:-20px;-webkit-animation-delay:.14s;animation-delay:.14s}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(3){margin-left:-4px;-webkit-animation-delay:.28s;animation-delay:.28s}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(4){margin-left:12px;-webkit-animation-delay:.42s;animation-delay:.42s}.loading-wave-dots[data-v-46b20d22] .wave-item:last-child{margin-left:28px;-webkit-animation-delay:.56s;animation-delay:.56s}@-webkit-keyframes loading-wave-dots-data-v-46b20d22{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}@keyframes loading-wave-dots-data-v-46b20d22{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}.loading-circles[data-v-46b20d22] .circle-item{width:5px;height:5px;-webkit-animation:loading-circles-data-v-46b20d22 linear .75s infinite;animation:loading-circles-data-v-46b20d22 linear .75s infinite}.loading-circles[data-v-46b20d22] .circle-item:first-child{margin-top:-14.5px;margin-left:-2.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(2){margin-top:-11.26px;margin-left:6.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(3){margin-top:-2.5px;margin-left:9.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(4){margin-top:6.26px;margin-left:6.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(5){margin-top:9.5px;margin-left:-2.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(6){margin-top:6.26px;margin-left:-11.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(7){margin-top:-2.5px;margin-left:-14.5px}.loading-circles[data-v-46b20d22] .circle-item:last-child{margin-top:-11.26px;margin-left:-11.26px}@-webkit-keyframes loading-circles-data-v-46b20d22{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}@keyframes loading-circles-data-v-46b20d22{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}.loading-bubbles[data-v-46b20d22] .bubble-item{background:#666;-webkit-animation:loading-bubbles-data-v-46b20d22 linear .75s infinite;animation:loading-bubbles-data-v-46b20d22 linear .75s infinite}.loading-bubbles[data-v-46b20d22] .bubble-item:first-child{margin-top:-12.5px;margin-left:-.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(2){margin-top:-9.26px;margin-left:8.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(3){margin-top:-.5px;margin-left:11.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(4){margin-top:8.26px;margin-left:8.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(5){margin-top:11.5px;margin-left:-.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(6){margin-top:8.26px;margin-left:-9.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(7){margin-top:-.5px;margin-left:-12.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:last-child{margin-top:-9.26px;margin-left:-9.26px}@-webkit-keyframes loading-bubbles-data-v-46b20d22{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}@keyframes loading-bubbles-data-v-46b20d22{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}.loading-default[data-v-46b20d22]{position:relative;border:1px solid #999;-webkit-animation:loading-rotating-data-v-46b20d22 ease 1.5s infinite;animation:loading-rotating-data-v-46b20d22 ease 1.5s infinite}.loading-default[data-v-46b20d22]:before{content:"";position:absolute;display:block;top:0;left:50%;margin-top:-3px;margin-left:-3px;width:6px;height:6px;background-color:#999;border-radius:50%}.loading-spiral[data-v-46b20d22]{border:2px solid #777;border-right-color:transparent;-webkit-animation:loading-rotating-data-v-46b20d22 linear .85s infinite;animation:loading-rotating-data-v-46b20d22 linear .85s infinite}@-webkit-keyframes loading-rotating-data-v-46b20d22{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotating-data-v-46b20d22{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loading-bubbles[data-v-46b20d22],.loading-circles[data-v-46b20d22]{position:relative}.loading-bubbles[data-v-46b20d22] .bubble-item,.loading-circles[data-v-46b20d22] .circle-item{position:absolute;top:50%;left:50%;display:inline-block;border-radius:50%}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(2),.loading-circles[data-v-46b20d22] .circle-item:nth-child(2){-webkit-animation-delay:93ms;animation-delay:93ms}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(3),.loading-circles[data-v-46b20d22] .circle-item:nth-child(3){-webkit-animation-delay:.186s;animation-delay:.186s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(4),.loading-circles[data-v-46b20d22] .circle-item:nth-child(4){-webkit-animation-delay:.279s;animation-delay:.279s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(5),.loading-circles[data-v-46b20d22] .circle-item:nth-child(5){-webkit-animation-delay:.372s;animation-delay:.372s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(6),.loading-circles[data-v-46b20d22] .circle-item:nth-child(6){-webkit-animation-delay:.465s;animation-delay:.465s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(7),.loading-circles[data-v-46b20d22] .circle-item:nth-child(7){-webkit-animation-delay:.558s;animation-delay:.558s}.loading-bubbles[data-v-46b20d22] .bubble-item:last-child,.loading-circles[data-v-46b20d22] .circle-item:last-child{-webkit-animation-delay:.651s;animation-delay:.651s}',""])},function(e,t,i){"use strict";i.r(t);var a=i(1),o=i.n(a);for(var r in a)"default"!==r&&function(e){i.d(t,e,(function(){return a[e]}))}(r);t.default=o.a},function(e,t,i){(e.exports=i(2)(!1)).push([e.i,".infinite-loading-container[data-v-644ea9c9]{clear:both;text-align:center}.infinite-loading-container[data-v-644ea9c9] [class^=loading-]{display:inline-block;margin:5px 0;width:28px;height:28px;font-size:28px;line-height:28px;border-radius:50%}.btn-try-infinite[data-v-644ea9c9]{margin-top:5px;padding:5px 10px;color:#999;font-size:14px;line-height:1;background:transparent;border:1px solid #ccc;border-radius:3px;outline:none;cursor:pointer}.btn-try-infinite[data-v-644ea9c9]:not(:active):hover{opacity:.8}",""])},function(e,t,i){"use strict";i.r(t);var a={throttleLimit:50,loopCheckTimeout:1e3,loopCheckMaxCalls:10},o=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e={passive:!0},!0}});window.addEventListener("testpassive",t,t),window.remove("testpassive",t,t)}catch(e){}return e}(),r={STATE_CHANGER:["emit `loaded` and `complete` event through component instance of `$refs` may cause error, so it will be deprecated soon, please use the `$state` argument instead (`$state` just the special `$event` variable):","\ntemplate:",'<infinite-loading @infinite="infiniteHandler"></infinite-loading>',"\nscript:\n...\ninfiniteHandler($state) {\n ajax('https://www.example.com/api/news')\n .then((res) => {\n if (res.data.length) {\n $state.loaded();\n } else {\n $state.complete();\n }\n });\n}\n...","","more details: https://github.com/PeachScript/vue-infinite-loading/issues/57#issuecomment-324370549"].join("\n"),INFINITE_EVENT:"`:on-infinite` property will be deprecated soon, please use `@infinite` event instead.",IDENTIFIER:"the `reset` event will be deprecated soon, please reset this component by change the `identifier` property."},n={INFINITE_LOOP:["executed the callback function more than ".concat(a.loopCheckMaxCalls," times for a short time, it looks like searched a wrong scroll wrapper that doest not has fixed height or maximum height, please check it. If you want to force to set a element as scroll wrapper ranther than automatic searching, you can do this:"),'\n\x3c!-- add a special attribute for the real scroll wrapper --\x3e\n<div infinite-wrapper>\n ...\n \x3c!-- set force-use-infinite-wrapper --\x3e\n <infinite-loading force-use-infinite-wrapper></infinite-loading>\n</div>\nor\n<div class="infinite-wrapper">\n ...\n \x3c!-- set force-use-infinite-wrapper as css selector of the real scroll wrapper --\x3e\n <infinite-loading force-use-infinite-wrapper=".infinite-wrapper"></infinite-loading>\n</div>\n ',"more details: https://github.com/PeachScript/vue-infinite-loading/issues/55#issuecomment-316934169"].join("\n")},s={READY:0,LOADING:1,COMPLETE:2,ERROR:3},l={color:"#666",fontSize:"14px",padding:"10px 0"},u={mode:"development",props:{spinner:"default",distance:100,forceUseInfiniteWrapper:!1},system:a,slots:{noResults:"No results :(",noMore:"No more data :)",error:"Opps, something went wrong :(",errorBtnText:"Retry",spinner:""},WARNINGS:r,ERRORS:n,STATUS:s},c=i(4),d=i.n(c),p={BUBBLES:{render:function(e){return e("span",{attrs:{class:"loading-bubbles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"bubble-item"}})})))}},CIRCLES:{render:function(e){return e("span",{attrs:{class:"loading-circles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"circle-item"}})})))}},DEFAULT:{render:function(e){return e("i",{attrs:{class:"loading-default"}})}},SPIRAL:{render:function(e){return e("i",{attrs:{class:"loading-spiral"}})}},WAVEDOTS:{render:function(e){return e("span",{attrs:{class:"loading-wave-dots"}},Array.apply(Array,Array(5)).map((function(){return e("span",{attrs:{class:"wave-item"}})})))}}};function m(e,t,i,a,o,r,n,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=i,u._compiled=!0),a&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),n?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(n)},u._ssrRegister=l):o&&(l=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:u}}var h=m({name:"Spinner",computed:{spinnerView:function(){return p[(this.$attrs.spinner||"").toUpperCase()]||this.spinnerInConfig},spinnerInConfig:function(){return u.slots.spinner&&"string"==typeof u.slots.spinner?{render:function(){return this._v(u.slots.spinner)}}:"object"===d()(u.slots.spinner)?u.slots.spinner:p[u.props.spinner.toUpperCase()]||p.DEFAULT}}},(function(){var e=this.$createElement;return(this._self._c||e)(this.spinnerView,{tag:"component"})}),[],!1,(function(e){var t=i(5);t.__inject__&&t.__inject__(e)}),"46b20d22",null).exports;function f(e){"production"!==u.mode&&console.warn("[Vue-infinite-loading warn]: ".concat(e))}function g(e){console.error("[Vue-infinite-loading error]: ".concat(e))}var b={timers:[],caches:[],throttle:function(e){var t=this;-1===this.caches.indexOf(e)&&(this.caches.push(e),this.timers.push(setTimeout((function(){e(),t.caches.splice(t.caches.indexOf(e),1),t.timers.shift()}),u.system.throttleLimit)))},reset:function(){this.timers.forEach((function(e){clearTimeout(e)})),this.timers.length=0,this.caches=[]}},y={isChecked:!1,timer:null,times:0,track:function(){var e=this;this.times+=1,clearTimeout(this.timer),this.timer=setTimeout((function(){e.isChecked=!0}),u.system.loopCheckTimeout),this.times>u.system.loopCheckMaxCalls&&(g(n.INFINITE_LOOP),this.isChecked=!0)}},w={key:"_infiniteScrollHeight",getScrollElm:function(e){return e===window?document.documentElement:e},save:function(e){var t=this.getScrollElm(e);t[this.key]=t.scrollHeight},restore:function(e){var t=this.getScrollElm(e);"number"==typeof t[this.key]&&(t.scrollTop=t.scrollHeight-t[this.key]+t.scrollTop),this.remove(t)},remove:function(e){void 0!==e[this.key]&&delete e[this.key]}};function v(e){return e.replace(/[A-Z]/g,(function(e){return"-".concat(e.toLowerCase())}))}function _(e){return e.offsetWidth+e.offsetHeight>0}var x=m({name:"InfiniteLoading",data:function(){return{scrollParent:null,scrollHandler:null,isFirstLoad:!0,status:s.READY,slots:u.slots}},components:{Spinner:h},computed:{isShowSpinner:function(){return this.status===s.LOADING},isShowError:function(){return this.status===s.ERROR},isShowNoResults:function(){return this.status===s.COMPLETE&&this.isFirstLoad},isShowNoMore:function(){return this.status===s.COMPLETE&&!this.isFirstLoad},slotStyles:function(){var e=this,t={};return Object.keys(u.slots).forEach((function(i){var a=v(i);(!e.$slots[a]&&!u.slots[i].render||e.$slots[a]&&!e.$slots[a][0].tag)&&(t[i]=l)})),t}},props:{distance:{type:Number,default:u.props.distance},spinner:String,direction:{type:String,default:"bottom"},forceUseInfiniteWrapper:{type:[Boolean,String],default:u.props.forceUseInfiniteWrapper},identifier:{default:+new Date},onInfinite:Function},watch:{identifier:function(){this.stateChanger.reset()}},mounted:function(){var e=this;this.$watch("forceUseInfiniteWrapper",(function(){e.scrollParent=e.getScrollParent()}),{immediate:!0}),this.scrollHandler=function(t){e.status===s.READY&&(t&&t.constructor===Event&&_(e.$el)?b.throttle(e.attemptLoad):e.attemptLoad())},setTimeout((function(){e.scrollHandler(),e.scrollParent.addEventListener("scroll",e.scrollHandler,o)}),1),this.$on("$InfiniteLoading:loaded",(function(t){e.isFirstLoad=!1,"top"===e.direction&&e.$nextTick((function(){w.restore(e.scrollParent)})),e.status===s.LOADING&&e.$nextTick(e.attemptLoad.bind(null,!0)),t&&t.target===e||f(r.STATE_CHANGER)})),this.$on("$InfiniteLoading:complete",(function(t){e.status=s.COMPLETE,e.$nextTick((function(){e.$forceUpdate()})),e.scrollParent.removeEventListener("scroll",e.scrollHandler,o),t&&t.target===e||f(r.STATE_CHANGER)})),this.$on("$InfiniteLoading:reset",(function(t){e.status=s.READY,e.isFirstLoad=!0,w.remove(e.scrollParent),e.scrollParent.addEventListener("scroll",e.scrollHandler,o),setTimeout((function(){b.reset(),e.scrollHandler()}),1),t&&t.target===e||f(r.IDENTIFIER)})),this.stateChanger={loaded:function(){e.$emit("$InfiniteLoading:loaded",{target:e})},complete:function(){e.$emit("$InfiniteLoading:complete",{target:e})},reset:function(){e.$emit("$InfiniteLoading:reset",{target:e})},error:function(){e.status=s.ERROR,b.reset()}},this.onInfinite&&f(r.INFINITE_EVENT)},deactivated:function(){this.status===s.LOADING&&(this.status=s.READY),this.scrollParent.removeEventListener("scroll",this.scrollHandler,o)},activated:function(){this.scrollParent.addEventListener("scroll",this.scrollHandler,o)},methods:{attemptLoad:function(e){var t=this;this.status!==s.COMPLETE&&_(this.$el)&&this.getCurrentDistance()<=this.distance?(this.status=s.LOADING,"top"===this.direction&&this.$nextTick((function(){w.save(t.scrollParent)})),"function"==typeof this.onInfinite?this.onInfinite.call(null,this.stateChanger):this.$emit("infinite",this.stateChanger),!e||this.forceUseInfiniteWrapper||y.isChecked||y.track()):this.status===s.LOADING&&(this.status=s.READY)},getCurrentDistance:function(){return"top"===this.direction?"number"==typeof this.scrollParent.scrollTop?this.scrollParent.scrollTop:this.scrollParent.pageYOffset:this.$el.getBoundingClientRect().top-(this.scrollParent===window?window.innerHeight:this.scrollParent.getBoundingClientRect().bottom)},getScrollParent:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.$el;return"string"==typeof this.forceUseInfiniteWrapper&&(e=document.querySelector(this.forceUseInfiniteWrapper)),e||("BODY"===t.tagName?e=window:(!this.forceUseInfiniteWrapper&&["scroll","auto"].indexOf(getComputedStyle(t).overflowY)>-1||t.hasAttribute("infinite-wrapper")||t.hasAttribute("data-infinite-wrapper"))&&(e=t)),e||this.getScrollParent(t.parentNode)}},destroyed:function(){!this.status!==s.COMPLETE&&(b.reset(),w.remove(this.scrollParent),this.scrollParent.removeEventListener("scroll",this.scrollHandler,o))}},(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"infinite-loading-container"},[i("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowSpinner,expression:"isShowSpinner"}],staticClass:"infinite-status-prompt",style:e.slotStyles.spinner},[e._t("spinner",[i("spinner",{attrs:{spinner:e.spinner}})])],2),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoResults,expression:"isShowNoResults"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noResults},[e._t("no-results",[e.slots.noResults.render?i(e.slots.noResults,{tag:"component"}):[e._v(e._s(e.slots.noResults))]])],2),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoMore,expression:"isShowNoMore"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noMore},[e._t("no-more",[e.slots.noMore.render?i(e.slots.noMore,{tag:"component"}):[e._v(e._s(e.slots.noMore))]])],2),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowError,expression:"isShowError"}],staticClass:"infinite-status-prompt",style:e.slotStyles.error},[e._t("error",[e.slots.error.render?i(e.slots.error,{tag:"component",attrs:{trigger:e.attemptLoad}}):[e._v("\n "+e._s(e.slots.error)+"\n "),i("br"),e._v(" "),i("button",{staticClass:"btn-try-infinite",domProps:{textContent:e._s(e.slots.errorBtnText)},on:{click:e.attemptLoad}})]],{trigger:e.attemptLoad})],2)])}),[],!1,(function(e){var t=i(7);t.__inject__&&t.__inject__(e)}),"644ea9c9",null).exports;function k(e){u.mode=e.config.productionTip?"development":"production"}Object.defineProperty(x,"install",{configurable:!1,enumerable:!1,value:function(e,t){Object.assign(u.props,t&&t.props),Object.assign(u.slots,t&&t.slots),Object.assign(u.system,t&&t.system),e.component("infinite-loading",x),k(e)}}),"undefined"!=typeof window&&window.Vue&&(window.Vue.component("infinite-loading",x),k(window.Vue)),t.default=x}])},412:e=>{window,e.exports=function(){return i={},e.m=t=[function(e,t,i){var a=i(7);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,i(4).default)("d763679c",a,!1,{})},function(e,t,i){var a=i(10);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,i(4).default)("6b9cc0e0",a,!1,{})},function(e,t,i){var a=i(12);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,i(4).default)("663c004e",a,!1,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i=function(e,t){var i=e[1]||"",a=e[3];if(!a)return i;if(t&&"function"==typeof btoa){var o=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(a),r=a.sources.map((function(e){return"/*# sourceURL="+a.sourceRoot+e+" */"}));return[i].concat(r).concat([o]).join("\n")}return[i].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+i+"}":i})).join("")},t.i=function(e,i){"string"==typeof e&&(e=[[null,e,""]]);for(var a={},o=0;o<this.length;o++){var r=this[o][0];"number"==typeof r&&(a[r]=!0)}for(o=0;o<e.length;o++){var n=e[o];"number"==typeof n[0]&&a[n[0]]||(i&&!n[2]?n[2]=i:i&&(n[2]="("+n[2]+") and ("+i+")"),t.push(n))}},t}},function(e,t,i){"use strict";function a(e,t){for(var i=[],a={},o=0;o<t.length;o++){var r=t[o],n=r[0],s={id:e+":"+o,css:r[1],media:r[2],sourceMap:r[3]};a[n]?a[n].parts.push(s):i.push(a[n]={id:n,parts:[s]})}return i}i.r(t),i.d(t,"default",(function(){return h}));var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var r={},n=o&&(document.head||document.getElementsByTagName("head")[0]),s=null,l=0,u=!1,c=function(){},d=null,p="data-vue-ssr-id",m="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(e,t,i,o){u=i,d=o||{};var n=a(e,t);return f(n),function(t){for(var i=[],o=0;o<n.length;o++){var s=n[o];(l=r[s.id]).refs--,i.push(l)}for(t?f(n=a(e,t)):n=[],o=0;o<i.length;o++){var l;if(0===(l=i[o]).refs){for(var u=0;u<l.parts.length;u++)l.parts[u]();delete r[l.id]}}}}function f(e){for(var t=0;t<e.length;t++){var i=e[t],a=r[i.id];if(a){a.refs++;for(var o=0;o<a.parts.length;o++)a.parts[o](i.parts[o]);for(;o<i.parts.length;o++)a.parts.push(b(i.parts[o]));a.parts.length>i.parts.length&&(a.parts.length=i.parts.length)}else{var n=[];for(o=0;o<i.parts.length;o++)n.push(b(i.parts[o]));r[i.id]={id:i.id,refs:1,parts:n}}}}function g(){var e=document.createElement("style");return e.type="text/css",n.appendChild(e),e}function b(e){var t,i,a=document.querySelector("style["+p+'~="'+e.id+'"]');if(a){if(u)return c;a.parentNode.removeChild(a)}if(m){var o=l++;a=s=s||g(),t=v.bind(null,a,o,!1),i=v.bind(null,a,o,!0)}else a=g(),t=function(e,t){var i=t.css,a=t.media,o=t.sourceMap;if(a&&e.setAttribute("media",a),d.ssrId&&e.setAttribute(p,t.id),o&&(i+="\n/*# sourceURL="+o.sources[0]+" */",i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}.bind(null,a),i=function(){a.parentNode.removeChild(a)};return t(e),function(a){if(a){if(a.css===e.css&&a.media===e.media&&a.sourceMap===e.sourceMap)return;t(e=a)}else i()}}var y,w=(y=[],function(e,t){return y[e]=t,y.filter(Boolean).join("\n")});function v(e,t,i,a){var o=i?"":a.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var r=document.createTextNode(o),n=e.childNodes;n[t]&&e.removeChild(n[t]),n.length?e.insertBefore(r,n[t]):e.appendChild(r)}}},function(e,t,i){"use strict";(function(e){var i=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var i=-1;return e.some((function(e,a){return e[0]===t&&(i=a,!0)})),i}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var i=e(this.__entries__,t),a=this.__entries__[i];return a&&a[1]},t.prototype.set=function(t,i){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=i:this.__entries__.push([t,i])},t.prototype.delete=function(t){var i=this.__entries__,a=e(i,t);~a&&i.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var i=0,a=this.__entries__;i<a.length;i++){var o=a[i];e.call(t,o[1],o[0])}},t;function t(){this.__entries__=[]}}(),a="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,o=void 0!==e&&e.Math===Math?e:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),r="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(o):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)},n=2,s=["top","right","bottom","left","width","height","size","weight"],l="undefined"!=typeof MutationObserver,u=(c.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},c.prototype.removeObserver=function(e){var t=this.observers_,i=t.indexOf(e);~i&&t.splice(i,1),!t.length&&this.connected_&&this.disconnect_()},c.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},c.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),0<e.length},c.prototype.connect_=function(){a&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},c.prototype.disconnect_=function(){a&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},c.prototype.onTransitionEnd_=function(e){var t=e.propertyName,i=void 0===t?"":t;s.some((function(e){return!!~i.indexOf(e)}))&&this.refresh()},c.getInstance=function(){return this.instance_||(this.instance_=new c),this.instance_},c.instance_=null,c);function c(){function e(){s&&(s=!1,a()),l&&i()}function t(){r(e)}function i(){var e=Date.now();if(s){if(e-u<n)return;l=!0}else l=!(s=!0),setTimeout(t,o);u=e}var a,o,s,l,u;this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=(a=this.refresh.bind(this),l=s=!(o=20),u=0,i)}var d=function(e,t){for(var i=0,a=Object.keys(t);i<a.length;i++){var o=a[i];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},p=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||o},m=w(0,0,0,0);function h(e){return parseFloat(e)||0}function f(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];return t.reduce((function(t,i){return t+h(e["border-"+i+"-width"])}),0)}function g(e){var t=e.clientWidth,i=e.clientHeight;if(!t&&!i)return m;var a,o=p(e).getComputedStyle(e),r=function(e){for(var t={},i=0,a=["top","right","bottom","left"];i<a.length;i++){var o=a[i],r=e["padding-"+o];t[o]=h(r)}return t}(o),n=r.left+r.right,s=r.top+r.bottom,l=h(o.width),u=h(o.height);if("border-box"===o.boxSizing&&(Math.round(l+n)!==t&&(l-=f(o,"left","right")+n),Math.round(u+s)!==i&&(u-=f(o,"top","bottom")+s)),(a=e)!==p(a).document.documentElement){var c=Math.round(l+n)-t,d=Math.round(u+s)-i;1!==Math.abs(c)&&(l-=c),1!==Math.abs(d)&&(u-=d)}return w(r.left,r.top,l,u)}var b="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof p(e).SVGGraphicsElement}:function(e){return e instanceof p(e).SVGElement&&"function"==typeof e.getBBox};function y(e){return a?b(e)?w(0,0,(t=e.getBBox()).width,t.height):g(e):m;var t}function w(e,t,i,a){return{x:e,y:t,width:i,height:a}}var v=(_.prototype.isActive=function(){var e=y(this.target);return(this.contentRect_=e).width!==this.broadcastWidth||e.height!==this.broadcastHeight},_.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},_);function _(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=w(0,0,0,0),this.target=e}var x=function(e,t){var i,a,o,r,n,s,l,u=(a=(i=t).x,o=i.y,r=i.width,n=i.height,s="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,l=Object.create(s.prototype),d(l,{x:a,y:o,width:r,height:n,top:o,right:a+r,bottom:n+o,left:a}),l);d(this,{target:e,contentRect:u})},k=(j.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new v(e)),this.controller_.addObserver(this),this.controller_.refresh())}},j.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},j.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},j.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},j.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new x(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},j.prototype.clearActive=function(){this.activeObservations_.splice(0)},j.prototype.hasActive=function(){return 0<this.activeObservations_.length},j);function j(e,t,a){if(this.activeObservations_=[],this.observations_=new i,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=a}var T=new("undefined"!=typeof WeakMap?WeakMap:i),q=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var i=u.getInstance(),a=new k(t,i,this);T.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){q.prototype[e]=function(){var t;return(t=T.get(this))[e].apply(t,arguments)}}));var S=void 0!==o.ResizeObserver?o.ResizeObserver:q;t.a=S}).call(this,i(8))},function(e,t,i){"use strict";var a=i(0);i.n(a).a},function(e,t,i){(e.exports=i(3)(!1)).push([e.i,"\n.vue-modal-resizer {\n display: block;\n overflow: hidden;\n position: absolute;\n width: 12px;\n height: 12px;\n right: 0;\n bottom: 0;\n z-index: 9999999;\n background: transparent;\n cursor: se-resize;\n}\n.vue-modal-resizer::after {\n display: block;\n position: absolute;\n content: '';\n background: transparent;\n left: 0;\n top: 0;\n width: 0;\n height: 0;\n border-bottom: 10px solid #ddd;\n border-left: 10px solid transparent;\n}\n.vue-modal-resizer.clicked::after {\n border-bottom: 10px solid #369be9;\n}\n",""])},function(e,t){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(e){"object"==typeof window&&(i=window)}e.exports=i},function(e,t,i){"use strict";var a=i(1);i.n(a).a},function(e,t,i){(e.exports=i(3)(!1)).push([e.i,"\n.vm--block-scroll {\n overflow: hidden;\n width: 100vw;\n}\n.vm--container {\n position: fixed;\n box-sizing: border-box;\n left: 0;\n top: 0;\n width: 100%;\n height: 100vh;\n z-index: 999;\n}\n.vm--overlay {\n position: fixed;\n box-sizing: border-box;\n left: 0;\n top: 0;\n width: 100%;\n height: 100vh;\n background: rgba(0, 0, 0, 0.2);\n /* z-index: 999; */\n opacity: 1;\n}\n.vm--container.scrollable {\n height: 100%;\n min-height: 100vh;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n}\n.vm--modal {\n position: relative;\n overflow: hidden;\n box-sizing: border-box;\n\n background-color: white;\n border-radius: 3px;\n box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);\n}\n.vm--container.scrollable .vm--modal {\n margin-bottom: 2px;\n}\n.vm--top-right-slot {\n display: block;\n position: absolute;\n right: 0;\n top: 0;\n}\n.vm-transition--overlay-enter-active,\n.vm-transition--overlay-leave-active {\n transition: all 50ms;\n}\n.vm-transition--overlay-enter,\n.vm-transition--overlay-leave-active {\n opacity: 0;\n}\n.vm-transition--modal-enter-active,\n.vm-transition--modal-leave-active {\n transition: all 400ms;\n}\n.vm-transition--modal-enter,\n.vm-transition--modal-leave-active {\n opacity: 0;\n transform: translateY(-20px);\n}\n.vm-transition--default-enter-active,\n.vm-transition--default-leave-active {\n transition: all 2ms;\n}\n.vm-transition--default-enter,\n.vm-transition--default-leave-active {\n opacity: 0;\n}\n",""])},function(e,t,i){"use strict";var a=i(2);i.n(a).a},function(e,t,i){(e.exports=i(3)(!1)).push([e.i,"\n.vue-dialog {\n font-size: 14px;\n}\n.vue-dialog div {\n box-sizing: border-box;\n}\n.vue-dialog-content {\n flex: 1 0 auto;\n width: 100%;\n padding: 14px;\n}\n.vue-dialog-content-title {\n font-weight: 600;\n padding-bottom: 14px;\n}\n.vue-dialog-buttons {\n display: flex;\n flex: 0 1 auto;\n width: 100%;\n border-top: 1px solid #eee;\n}\n.vue-dialog-buttons-none {\n width: 100%;\n padding-bottom: 14px;\n}\n.vue-dialog-button {\n font-size: inherit;\n background: transparent;\n padding: 0;\n margin: 0;\n border: 0;\n cursor: pointer;\n box-sizing: border-box;\n line-height: 40px;\n height: 40px;\n color: inherit;\n font: inherit;\n outline: none;\n}\n.vue-dialog-button:hover {\n background: #f9f9f9;\n}\n.vue-dialog-button:active {\n background: #f3f3f3;\n}\n.vue-dialog-button:not(:first-of-type) {\n border-left: 1px solid #eee;\n}\n",""])},function(e,t,i){"use strict";function a(){var e=this,t=e.$createElement,i=e._self._c||t;return e.visible?i("div",{class:e.containerClass},[i("transition",{attrs:{name:e.guaranteedOverlayTransition},on:{"before-enter":e.beforeOverlayTransitionEnter,"after-enter":e.afterOverlayTransitionEnter,"before-leave":e.beforeOverlayTransitionLeave,"after-leave":e.afterOverlayTransitionLeave}},[e.visibility.overlay?i("div",{staticClass:"vm--overlay",attrs:{"data-modal":e.name,"aria-expanded":e.visibility.overlay.toString()},on:{click:function(t){return t.target!==t.currentTarget?null:(t.stopPropagation(),e.onOverlayClick(t))}}},[i("div",{staticClass:"vm--top-right-slot"},[e._t("top-right")],2)]):e._e()]),e._v(" "),i("transition",{attrs:{name:e.guaranteedModalTransition},on:{"before-enter":e.beforeModalTransitionEnter,"after-enter":e.afterModalTransitionEnter,"before-leave":e.beforeModalTransitionLeave,"after-leave":e.afterModalTransitionLeave}},[e.visibility.modal?i("div",{ref:"modal",class:e.modalClass,style:e.modalStyle,attrs:{"aria-expanded":e.visibility.modal.toString(),role:"dialog","aria-modal":"true"}},[e._t("default"),e._v(" "),e.resizable&&!e.isAutoHeight?i("resizer",{attrs:{"min-width":e.minWidth,"min-height":e.minHeight,"max-width":e.maxWidth,"max-height":e.maxHeight},on:{resize:e.onModalResize}}):e._e()],2):e._e()])],1):e._e()}function o(){var e=this.$createElement;return(this._self._c||e)("div",{class:this.className})}function r(e,t,i){return i<e?e:t<i?t:i}function n(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=[],a=!0,o=!1,r=void 0;try{for(var n,s=e[Symbol.iterator]();!(a=(n=s.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){o=!0,r=e}finally{try{a||null==s.return||s.return()}finally{if(o)throw r}}return i}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function l(){var e=window.innerWidth,t=document.documentElement.clientWidth;return e&&t?Math.min(e,t):t||e}function u(e){return e.split(";").map((function(e){return e.trim()})).filter(Boolean).map((function(e){return e.split(":")})).reduce((function(e,t){var i=s(t,2);return function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{},a=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),a.forEach((function(t){n(e,t,i[t])}))}return e}({},e,n({},i[0],i[1]))}),{})}function c(e){return e.touches&&0<e.touches.length?e.touches[0]:e}i.r(t),i.d(t,"Modal",(function(){return O})),i.d(t,"Dialog",(function(){return H})),i.d(t,"version",(function(){return X})),o._withStripped=a._withStripped=!0;var d=["INPUT","TEXTAREA","SELECT"],p=function(e){var t=0<arguments.length&&void 0!==e?e:0;return function(){return(t++).toString()}}(),m={name:"VueJsModalResizer",props:{minHeight:{type:Number,default:0},minWidth:{type:Number,default:0},maxWidth:{type:Number,default:Number.MAX_SAFE_INTEGER},maxHeight:{type:Number,default:Number.MAX_SAFE_INTEGER}},data:function(){return{clicked:!1,size:{}}},mounted:function(){this.$el.addEventListener("mousedown",this.start,!1)},computed:{className:function(){return["vue-modal-resizer",{clicked:this.clicked}]}},methods:{start:function(e){this.clicked=!0,window.addEventListener("mousemove",this.mousemove,!1),window.addEventListener("mouseup",this.stop,!1),e.stopPropagation(),e.preventDefault()},stop:function(){this.clicked=!1,window.removeEventListener("mousemove",this.mousemove,!1),window.removeEventListener("mouseup",this.stop,!1),this.$emit("resize-stop",{element:this.$el.parentElement,size:this.size})},mousemove:function(e){this.resize(e)},resize:function(e){var t=this.$el.parentElement;if(t){var i=e.clientX-t.offsetLeft,a=e.clientY-t.offsetTop,o=Math.min(l(),this.maxWidth),n=Math.min(window.innerHeight,this.maxHeight);i=r(this.minWidth,o,i),a=r(this.minHeight,n,a),this.size={width:i,height:a},t.style.width=i+"px",t.style.height=a+"px",this.$emit("resize",{element:t,size:this.size})}}}};function h(e,t,i,a,o,r,n,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=i,u._compiled=!0),a&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),n?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(n)},u._ssrRegister=l):o&&(l=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:u}}i(6);var f=h(m,o,[],!1,null,null,null);f.options.__file="src/components/Resizer.vue";var g=f.exports;function b(e){return(b="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 y(e){switch(b(e)){case"number":return{type:"px",value:e};case"string":return function(e){if("auto"===e)return{type:e,value:0};var t=_.find((function(t){return t.regexp.test(e)}));return t?{type:t.name,value:parseFloat(e)}:{type:"",value:e}}(e);default:return{type:"",value:e}}}function w(e){if("string"!=typeof e)return 0<=e;var t=y(e);return("%"===t.type||"px"===t.type)&&0<t.value}var v="[-+]?[0-9]*.?[0-9]+",_=[{name:"px",regexp:new RegExp("^".concat(v,"px$"))},{name:"%",regexp:new RegExp("^".concat(v,"%$"))},{name:"px",regexp:new RegExp("^".concat(v,"$"))}],x=i(5),k="undefined"!=typeof window&&window.ResizeObserver?ResizeObserver:x.a;function j(e,t){for(var i=0;i<t.length;i++){var a=t[i];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function T(e){return function(e){if(Array.isArray(e)){for(var t=0,i=new Array(e.length);t<e.length;t++)i[t]=e[t];return i}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function q(e){return t='button:not([disabled]), select:not([disabled]), a[href]:not([disabled]), area[href]:not([disabled]), [contentEditable=""]:not([disabled]), [contentEditable="true"]:not([disabled]), [contentEditable="TRUE"]:not([disabled]), textarea:not([disabled]), iframe:not([disabled]), input:not([disabled]), summary:not([disabled]), [tabindex]:not([tabindex="-1"])',T(e.querySelectorAll(t)||[]);var t}function S(e){return e==document.activeElement}var A=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.root=null,this.elements=[],this.onKeyDown=this.onKeyDown.bind(this),this.enable=this.enable.bind(this),this.disable=this.disable.bind(this),this.firstElement=this.firstElement.bind(this),this.lastElement=this.lastElement.bind(this)}var t,i,a;return t=e,(i=[{key:"lastElement",value:function(){return this.elements[this.elements.length-1]||null}},{key:"firstElement",value:function(){return this.elements[0]||null}},{key:"onKeyDown",value:function(e){var t;if("Tab"===(t=e).key||9===t.keyCode)return e.shiftKey&&S(this.firstElement())?(this.lastElement().focus(),void e.preventDefault()):!document.activeElement||S(this.lastElement())?(this.firstElement().focus(),void e.preventDefault()):void 0}},{key:"enabled",value:function(){return!!this.root}},{key:"enable",value:function(e){if(e){this.root=e,this.elements=q(this.root);var t=this.firstElement();t&&t.focus(),this.root.addEventListener("keydown",this.onKeyDown)}}},{key:"disable",value:function(){this.root.removeEventListener("keydown",this.onKeyDown),this.root=null}}])&&j(t.prototype,i),a&&j(t,a),e}();function C(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function P(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=[],a=!0,o=!1,r=void 0;try{for(var n,s=e[Symbol.iterator]();!(a=(n=s.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){o=!0,r=e}finally{try{a||null==s.return||s.return()}finally{if(o)throw r}}return i}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var I="vm-transition--default",D="enter",E="entering",M="leave",L="leavng",F={name:"VueJsModal",props:{name:{required:!0,type:String},resizable:{type:Boolean,default:!1},adaptive:{type:Boolean,default:!1},draggable:{type:[Boolean,String],default:!1},scrollable:{type:Boolean,default:!1},focusTrap:{type:Boolean,default:!1},reset:{type:Boolean,default:!1},overlayTransition:{type:String,default:"vm-transition--overlay"},transition:{type:String,default:"vm-transition--modal"},clickToClose:{type:Boolean,default:!0},classes:{type:[String,Array],default:function(){return[]}},styles:{type:[String,Array,Object]},minWidth:{type:Number,default:0,validator:function(e){return 0<=e}},minHeight:{type:Number,default:0,validator:function(e){return 0<=e}},maxWidth:{type:Number,default:Number.MAX_SAFE_INTEGER},maxHeight:{type:Number,default:Number.MAX_SAFE_INTEGER},width:{type:[Number,String],default:600,validator:w},height:{type:[Number,String],default:300,validator:function(e){return"auto"===e||w(e)}},shiftX:{type:Number,default:.5,validator:function(e){return 0<=e&&e<=1}},shiftY:{type:Number,default:.5,validator:function(e){return 0<=e&&e<=1}}},components:{Resizer:g},data:function(){return{visible:!1,visibility:{modal:!1,overlay:!1},overlayTransitionState:null,modalTransitionState:null,shiftLeft:0,shiftTop:0,modal:{width:0,widthType:"px",height:0,heightType:"px",renderedHeight:0},viewportHeight:0,viewportWidth:0}},created:function(){this.setInitialSize()},beforeMount:function(){this.$modal.subscription.$on("toggle",this.onToggle),window.addEventListener("resize",this.onWindowResize),window.addEventListener("orientationchange",this.onWindowResize),this.onWindowResize(),this.scrollable&&!this.isAutoHeight&&console.warn('Modal "'.concat(this.name,'" has scrollable flag set to true ')+'but height is not "auto" ('.concat(this.height,")")),this.clickToClose&&window.addEventListener("keyup",this.onEscapeKeyUp)},mounted:function(){var e=this;this.resizeObserver=new k((function(t){if(0<t.length){var i=P(t,1)[0];e.modal.renderedHeight=i.contentRect.height}})),this.$focusTrap=new A},beforeDestroy:function(){this.$modal.subscription.$off("toggle",this.onToggle),window.removeEventListener("resize",this.onWindowResize),window.removeEventListener("orientationchange",this.onWindowResize),this.clickToClose&&window.removeEventListener("keyup",this.onEscapeKeyUp),document.body.classList.remove("vm--block-scroll")},computed:{guaranteedOverlayTransition:function(){return this.overlayTransition||I},guaranteedModalTransition:function(){return this.transition||I},isAutoHeight:function(){return"auto"===this.modal.heightType},position:function(){var e=this.viewportHeight,t=this.viewportWidth,i=this.shiftLeft,a=this.shiftTop,o=this.shiftX,n=this.shiftY,s=this.trueModalWidth,l=this.trueModalHeight,u=t-s,c=Math.max(e-l,0),d=a+n*c;return{left:parseInt(r(0,u,i+o*u)),top:!l&&this.isAutoHeight?void 0:parseInt(r(0,c,d))}},trueModalWidth:function(){var e=this.viewportWidth,t=this.modal,i=this.adaptive,a=this.minWidth,o=this.maxWidth,n="%"===t.widthType?e/100*t.width:t.width;return i?r(a,Math.max(a,Math.min(e,o)),n):n},trueModalHeight:function(){var e=this.viewportHeight,t=this.modal,i=this.isAutoHeight,a=this.adaptive,o=this.minHeight,n=this.maxHeight,s="%"===t.heightType?e/100*t.height:t.height;return i?this.modal.renderedHeight:a?r(o,Math.max(o,Math.min(e,n)),s):s},autoHeight:function(){return this.adaptive&&this.modal.renderedHeight>=this.viewportHeight?Math.max(this.minHeight,this.viewportHeight)+"px":"auto"},containerClass:function(){return["vm--container",this.scrollable&&this.isAutoHeight&&"scrollable"]},modalClass:function(){return["vm--modal",this.classes]},stylesProp:function(){return"string"==typeof this.styles?u(this.styles):this.styles},modalStyle:function(){return[this.stylesProp,{top:this.position.top+"px",left:this.position.left+"px",width:this.trueModalWidth+"px",height:this.isAutoHeight?this.autoHeight:this.trueModalHeight+"px"}]},isComponentReadyToBeDestroyed:function(){return this.overlayTransitionState===M&&this.modalTransitionState===M}},watch:{isComponentReadyToBeDestroyed:function(e){e&&(this.visible=!1)}},methods:{startTransitionEnter:function(){this.visibility.overlay=!0,this.visibility.modal=!0},startTransitionLeave:function(){this.visibility.overlay=!1,this.visibility.modal=!1},beforeOverlayTransitionEnter:function(){this.overlayTransitionState=E},afterOverlayTransitionEnter:function(){this.overlayTransitionState=D},beforeOverlayTransitionLeave:function(){this.overlayTransitionState=L},afterOverlayTransitionLeave:function(){this.overlayTransitionState=M},beforeModalTransitionEnter:function(){var e=this;this.modalTransitionState=E,this.$nextTick((function(){e.resizeObserver.observe(e.$refs.modal)}))},afterModalTransitionEnter:function(){this.modalTransitionState=D,this.draggable&&this.addDraggableListeners(),this.focusTrap&&this.$focusTrap.enable(this.$refs.modal);var e=this.createModalEvent({state:"opened"});this.$emit("opened",e)},beforeModalTransitionLeave:function(){this.modalTransitionState=L,this.resizeObserver.unobserve(this.$refs.modal),this.$focusTrap.enabled()&&this.$focusTrap.disable()},afterModalTransitionLeave:function(){this.modalTransitionState=M;var e=this.createModalEvent({state:"closed"});this.$emit("closed",e)},onToggle:function(e,t,i){if(this.name===e){var a=void 0===t?!this.visible:t;this.toggle(a,i)}},setInitialSize:function(){var e=y(this.width),t=y(this.height);this.modal.width=e.value,this.modal.widthType=e.type,this.modal.height=t.value,this.modal.heightType=t.type},onEscapeKeyUp:function(e){27===e.which&&this.visible&&this.$modal.hide(this.name)},onWindowResize:function(){this.viewportWidth=l(),this.viewportHeight=window.innerHeight,this.ensureShiftInWindowBounds()},createModalEvent:function(e){var t=0<arguments.length&&void 0!==e?e:{};return function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{},a=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),a.forEach((function(t){C(e,t,i[t])}))}return e}({name:this.name,ref:this.$refs.modal||null},t)},onModalResize:function(e){this.modal.widthType="px",this.modal.width=e.size.width,this.modal.heightType="px",this.modal.height=e.size.height;var t=this.modal.size;this.$emit("resize",this.createModalEvent({size:t}))},open:function(e){var t=this;this.reset&&(this.setInitialSize(),this.shiftLeft=0,this.shiftTop=0),this.scrollable&&document.body.classList.add("vm--block-scroll");var i=!1,a=this.createModalEvent({cancel:function(){i=!0},state:"before-open",params:e});this.$emit("before-open",a),i?this.scrollable&&document.body.classList.remove("vm--block-scroll"):("undefined"!=typeof document&&document.activeElement&&"BODY"!==document.activeElement.tagName&&document.activeElement.blur&&document.activeElement.blur(),this.visible=!0,this.$nextTick((function(){t.startTransitionEnter()})))},close:function(e){this.scrollable&&document.body.classList.remove("vm--block-scroll");var t=!1,i=this.createModalEvent({cancel:function(){t=!0},state:"before-close",params:e});this.$emit("before-close",i),t||this.startTransitionLeave()},toggle:function(e,t){this.visible!==e&&(e?this.open(t):this.close(t))},getDraggableElement:function(){return!0===this.draggable?this.$refs.modal:"string"==typeof this.draggable?this.$refs.modal.querySelector(this.draggable):null},onOverlayClick:function(){this.clickToClose&&this.toggle(!1)},addDraggableListeners:function(){var e=this,t=this.getDraggableElement();if(t){var i=0,a=0,o=0,r=0,n=function(t){if(!(n=t.target)||-1===d.indexOf(n.nodeName)){var n,u=c(t),p=u.clientX,m=u.clientY;document.addEventListener("mousemove",s),document.addEventListener("touchmove",s),document.addEventListener("mouseup",l),document.addEventListener("touchend",l),i=p,a=m,o=e.shiftLeft,r=e.shiftTop}},s=function(t){var n=c(t),s=n.clientX,l=n.clientY;e.shiftLeft=o+s-i,e.shiftTop=r+l-a,t.preventDefault()},l=function t(i){e.ensureShiftInWindowBounds(),document.removeEventListener("mousemove",s),document.removeEventListener("touchmove",s),document.removeEventListener("mouseup",t),document.removeEventListener("touchend",t),i.preventDefault()};t.addEventListener("mousedown",n),t.addEventListener("touchstart",n)}},ensureShiftInWindowBounds:function(){var e=this.viewportHeight,t=this.viewportWidth,i=this.shiftLeft,a=this.shiftTop,o=this.shiftX,n=this.shiftY,s=this.trueModalWidth,l=this.trueModalHeight,u=t-s,c=Math.max(e-l,0),d=i+o*u,p=a+n*c;this.shiftLeft-=d-r(0,u,d),this.shiftTop-=p-r(0,c,p)}}},R=(i(9),h(F,a,[],!1,null,null,null));function U(){var e=this,t=e.$createElement,i=e._self._c||t;return i(e.$modal.context.componentName,{tag:"component",attrs:{name:"dialog",height:"auto",classes:["vue-dialog",this.params.class],width:e.width,"shift-y":.3,adaptive:!0,"focus-trap":!0,clickToClose:e.clickToClose,transition:e.transition},on:{"before-open":e.beforeOpened,"before-close":e.beforeClosed,opened:function(t){return e.$emit("opened",t)},closed:function(t){return e.$emit("closed",t)}}},[i("div",{staticClass:"vue-dialog-content"},[e.params.title?i("div",{staticClass:"vue-dialog-content-title",domProps:{innerHTML:e._s(e.params.title||"")}}):e._e(),e._v(" "),e.params.component?i(e.params.component,e._b({tag:"component"},"component",e.params.props,!1)):i("div",{domProps:{innerHTML:e._s(e.params.text||"")}})],1),e._v(" "),e.buttons?i("div",{staticClass:"vue-dialog-buttons"},e._l(e.buttons,(function(t,a){return i("button",{key:a,class:t.class||"vue-dialog-button",style:e.buttonStyle,attrs:{type:"button",tabindex:"0"},domProps:{innerHTML:e._s(t.title)},on:{click:function(t){return t.stopPropagation(),e.click(a,t)}}},[e._v(e._s(t.title))])})),0):i("div",{staticClass:"vue-dialog-buttons-none"})])}R.options.__file="src/components/Modal.vue";var O=R.exports;U._withStripped=!0;var N={name:"VueJsDialog",props:{width:{type:[Number,String],default:400},clickToClose:{type:Boolean,default:!0},transition:{type:String}},data:function(){return{params:{}}},computed:{buttons:function(){return this.params.buttons||[]},buttonStyle:function(){return{flex:"1 1 ".concat(100/this.buttons.length,"%")}}},methods:{beforeOpened:function(e){this.params=e.params||{},this.$emit("before-opened",e)},beforeClosed:function(e){this.params={},this.$emit("before-closed",e)},click:function(e,t,i){var a=2<arguments.length&&void 0!==i?i:"click",o=this.buttons[e],r=null==o?void 0:o.handler;"function"==typeof r&&r(e,t,{source:a})}}},z=(i(11),h(N,U,[],!1,null,null,null));function B(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"modals-container"}},e._l(e.modals,(function(t){return i("modal",e._g(e._b({key:t.id,on:{closed:function(i){return e.remove(t.id)}}},"modal",t.modalAttrs,!1),t.modalListeners),[i(t.component,e._g(e._b({tag:"component",on:{close:function(i){return e.$modal.hide(t.modalAttrs.name,i)}}},"component",t.componentAttrs,!1),e.$listeners))],1)})),1)}z.options.__file="src/components/Dialog.vue";var H=z.exports;function W(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}B._withStripped=!0;var Y=h({data:function(){return{modals:[]}},created:function(){this.$root.__modalContainer=this},mounted:function(){var e=this;this.$modal.subscription.$on("hide-all",(function(){e.modals=[]}))},methods:{add:function(e,t,i,a){var o=this,r=1<arguments.length&&void 0!==t?t:{},n=2<arguments.length&&void 0!==i?i:{},s=3<arguments.length&&void 0!==a?a:{},l=p(),u=n.name||"dynamic_modal_"+l;this.modals.push({id:l,modalAttrs:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{},a=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),a.forEach((function(t){W(e,t,i[t])}))}return e}({},n,{name:u}),modalListeners:s,component:e,componentAttrs:r}),this.$nextTick((function(){o.$modal.show(u)}))},remove:function(e){var t=this.modals.findIndex((function(t){return t.id===e}));-1!==t&&this.modals.splice(t,1)}}},B,[],!1,null,null,null);Y.options.__file="src/components/ModalsContainer.vue";var V=Y.exports;function $(e){return($="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 G(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var K=function(e,t){function i(e,t,i,o){var n,s=2<arguments.length&&void 0!==i?i:{},l=3<arguments.length?o:void 0,u=null===(n=r.root)||void 0===n?void 0:n.__modalContainer,c=a.dynamicDefaults||{};null!=u&&u.add(e,t,function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{},a=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),a.forEach((function(t){G(e,t,i[t])}))}return e}({},c,s),l)}var a=1<arguments.length&&void 0!==t?t:{},o=new e,r={root:null,componentName:a.componentName||"Modal"};return{context:r,subscription:o,show:function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var r=t[0];switch($(r)){case"string":(function(e,t){o.$emit("toggle",e,!0,t)}).apply(void 0,t);break;case"object":case"function":i.apply(void 0,t);break;default:console.warn("[vue-js-modal] $modal() received an unsupported argument as a first argument.",r)}},hide:function(e,t){o.$emit("toggle",e,!1,t)},hideAll:function(){o.$emit("hide-all")},toggle:function(e,t){o.$emit("toggle",e,void 0,t)},setDynamicModalContainer:function(t){r.root=t;var i,a=(i=document.createElement("div"),document.body.appendChild(i),i);new e({parent:t,render:function(e){return e(V)}}).$mount(a)}}},J={install:function(e,t){var i=1<arguments.length&&void 0!==t?t:{};if(!e.prototype.$modal){var a=new K(e,i);Object.defineProperty(e.prototype,"$modal",{get:function(){if(this instanceof e){var t=this.$root;a.context.root||a.setDynamicModalContainer(t)}return a}}),e.component(a.context.componentName,O),i.dialog&&e.component("VDialog",H)}}},X="__VERSION__";t.default=J}],e.c=i,e.d=function(t,i,a){e.o(t,i)||Object.defineProperty(t,i,{enumerable:!0,get:a})},e.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},e.t=function(t,i){if(1&i&&(t=e(t)),8&i)return t;if(4&i&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(e.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&i&&"string"!=typeof t)for(var o in t)e.d(a,o,function(e){return t[e]}.bind(null,o));return a},e.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(i,"a",i),i},e.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e.p="/dist/",e(e.s=13);function e(a){if(i[a])return i[a].exports;var o=i[a]={i:a,l:!1,exports:{}};return t[a].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var t,i}()},1383:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=r(i(2286)),o=i(7155);function r(e){return e&&e.__esModule?e:{default:e}}function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"LoginBlock",router:r(i(5914)).default,props:["title","block"],data:function(){return{template:null,mail:"",password:""}},computed:s({},(0,o.mapState)({loginMessage:function(e){return e.User.loginMessage}})),methods:s(s({},(0,o.mapActions)({userLogin:"User/userLogin",openCloseHamMenu:"Common/openCloseHamMenu"})),{},{login:function(){var e=this;this.userLogin({mail:this.mail,pass:this.password}).then((function(){e.openCloseHamMenu(!1),e.$router.push({name:"base"})}))}}),beforeMount:function(){var e=this;this._props.block&&(this.template=a.default.compile(this._props.block),this.$options.staticRenderFns=[],this._staticTrees=[],this.template.staticRenderFns.map((function(t){return e.$options.staticRenderFns.push(t)})))},mounted:function(){Drupal.attachBehaviors(this.$el)},render:function(e){return this.template?this.template.render.call(this):e("span","Loading ...")}};t.Z=u},2721:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(5239))&&a.__esModule?a:{default:a},r=i(7155),n=i(4402);function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={props:["blockid","formhtml"],data:function(){return{form:null}},computed:l(l({},(0,r.mapState)({canSearch:function(e){return e.User.canSearch}})),{},{displayform:function(){return this.canSearch&&this.form}}),beforeMount:function(){this.form=this.formhtml},watch:{canSearch:function(e,t){e&&!this.form&&this.getSearchForm(),!e&&this.form&&(this.form=null)}},methods:{getSearchForm:function(){var e=this;n.MA.get("/materio_sapi/search_form").then((function(t){var i=t.data;e.form=i.rendered})).catch((function(e){console.warn("Issue with get searchform",e)}))}},components:{SearchForm:o.default}};t.Z=c},165:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=s(i(2820)),r=s(i(4987)),n=i(4402);function s(e){return e&&e.__esModule?e:{default:e}}function l(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={props:["title","loginblock"],data:function(){return{block:null}},computed:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?l(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):l(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},(0,a.mapState)({isloggedin:function(e){return e.User.isloggedin}})),beforeMount:function(){this.loginblock?this.block=this.loginblock:this.getLoginBlock()},methods:{getLoginBlock:function(){var e=this;n.MA.get("/materio_user/login_block").then((function(t){var i=t.data;e.block=i.rendered})).catch((function(e){console.warn("Issue with getLoginBlock",e)}))}},components:{LoginBlock:o.default,UserTools:r.default}};t.Z=c},3763:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(5914))&&a.__esModule?a:{default:a};drupalSettings.path.baseUrl,drupalSettings.path.pathPrefix;var r={name:"ArticleCard",router:o.default,props:["item"],data:function(){return{alias:this.item.view_node.replace(/^.*\/blabla\//g,"")}},methods:{onclick:function(){this.alias,this.$router.push({name:"article",params:{alias:this.alias,id:this.item.nid}})}}};t.Z=r},1760:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=n(i(3904)),r=n(i(1438));function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={name:"Card",props:["item"],mixins:[o.default],components:{ModalCard:r.default},data:function(){return{blanksrc:"".concat(drupalSettings.path.themePath,"/assets/img/blank.gif"),loadingFlag:!1,new_folder_name:"",is_creating_folder:!1}},computed:l(l({},(0,a.mapState)({flagcolls:function(e){return e.User.flagcolls},isloggedin:function(e){return e.User.isloggedin}})),{},{collsLength:function(){return Object.keys(this.flagcolls).length},addFlagBtnClassObj:function(){return{"mdi-plus-circle-outline":!this.is_creating_folder,"mdi-loading":this.is_creating_folder,active:this.new_folder_name.length>4&&!this.is_creating_folder,loading:this.is_creating_folder}}}),methods:l(l({},(0,a.mapActions)({createFlagColl:"User/createFlagColl",flagUnflag:"User/flagUnflag"})),{},{onCreateFlagColl:function(){var e=this;this.new_folder_name,this.is_creating_folder=!0,this.createFlagColl(this.new_folder_name).then((function(t){e.new_folder_name="",e.is_creating_folder=!1;var i=t.id;e.loadingFlag=i,e.flagUnflag({action:"flag",id:e.item.id,collid:i}).then((function(t){e.loadingFlag=!1}))}))},flagIsActive:function(e){return-1!==this.flagcolls[e].items.indexOf(this.item.id)},flagIsLoading:function(e){return e===this.loadingFlag},onFlagActionCard:function(e){var t=this;if(this.item,!this.loadingFlag){var i=e.target.getAttribute("collid"),a=this.flagIsActive(i)?"unflag":"flag";this.loadingFlag=i,this.flagUnflag({action:a,id:this.item.id,collid:i}).then((function(e){t.loadingFlag=!1}))}},openModalCard:function(e){var t=this;this.isLoggedin,this.isloggedin&&this.$modal.show(r.default,{item:this.item,addNoteId:function(e){t.item.note={id:e}}},{name:"modal-".concat(this.item.id),draggable:!1,classes:"vm--modale-card",width:"95%",height:"95%"})}})};t.Z=c},570:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a;i(7155);var o={name:"Card",props:["item"],mixins:[((a=i(3904))&&a.__esModule?a:{default:a}).default],data:function(){return{blanksrc:"".concat(drupalSettings.path.themePath,"/assets/img/blank.gif"),lightbox_index:null,alias:this.item.path.replace(/^.*\/thematique\//g,"")}},methods:{openThematique:function(e){this.alias,this.$router.push({name:"thematique",params:{alias:this.alias,id:this.item.id}})}}};t.Z=o},7152:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=n(i(2286)),o=i(7155),r=i(4402);function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={router:n(i(5914)).default,props:["id","dom_html"],data:function(){return{html:null,template:null}},computed:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},(0,o.mapState)({isloggedin:function(e){return e.User.isloggedin}})),beforeMount:function(){this.template||(this.dom_html?(this.html=this.dom_html,this.compileTemplate()):this.getMenuBlockHtml())},methods:{compileTemplate:function(){this.template=a.default.compile(this.html)},getMenuBlockHtml:function(){var e=this;r.MA.get("materio_decoupled/ajax/getheadermenu").then((function(t){var i=t.data;e.html=i.rendered})).catch((function(e){console.warn("Issue with getMenuBlockHtml",e)}))},onclick:function(e){var t=e.target.getAttribute("href");this.$router.push(t)}},render:function(e){return this.template?this.template.render.call(this):e("span","Loading ...")},watch:{html:function(e,t){this.compileTemplate()},isloggedin:function(e,t){this.getMenuBlockHtml()}}};t.Z=u},4418:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=(i(4402),n(i(5914))),r=n(i(7529));function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={router:o.default,props:["id"],data:function(){return{}},computed:l(l({},(0,a.mapState)({flagcolls:function(e){return e.User.flagcolls},openedCollid:function(e){return e.User.openedCollid}})),{},{isopened:function(){return this.openedCollid}}),beforeMount:function(){},methods:{},components:{FlagCollection:r.default}};t.Z=c},4546:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=n(i(3904)),r=n(i(1438));function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"LinkedMaterialCard",props:["item"],mixins:[o.default],data:function(){return{blanksrc:"".concat(drupalSettings.path.themePath,"/assets/img/blank.gif"),loadingItem:!1}},computed:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},(0,a.mapState)({isloggedin:function(e){return e.User.isloggedin}})),methods:{itemIsLoading:function(e){return this.loadingItem},openModalCard:function(e){this.isLoggedin,this.isloggedin&&this.$modal.show(r.default,{item:this.item},{name:"modal-".concat(this.item.id),draggable:!1,maxWidth:850,maxHeight:610,width:"95%",height:"95%"})}}};t.Z=u},7331:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;i(7155);var a,o=i(4402);var r={router:((a=i(5914))&&a.__esModule?a:{default:a}).default,props:["id","html","isfront"],data:function(){return{home_template_src:null}},beforeMount:function(){this.home_template_src||(this.html&&this.isfront?this.home_template_src=this.html:this.getHomeHtml())},methods:{getHomeHtml:function(){var e=this;o.MA.get("materio_home/ajax/gethome").then((function(t){var i=t.data;e.home_template_src=i.rendered})).catch((function(e){console.warn("Issue with getHomeHtml",e)}))}}};t.Z=r},46:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=n(i(3904)),r=n(i(1438));function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={name:"MiniCard",props:["item","collid"],mixins:[o.default],components:{ModalCard:r.default},data:function(){return{blanksrc:"".concat(drupalSettings.path.themePath,"/assets/img/blank.gif"),loadingItem:!1}},computed:l({},(0,a.mapState)({isloggedin:function(e){return e.User.isloggedin}})),methods:l(l({},(0,a.mapActions)({flagUnflag:"User/flagUnflag"})),{},{itemIsLoading:function(e){return this.loadingItem},onUnFlagCard:function(e){var t=this;this.item,this.loadingItem||(this.loadingItem=!0,this.flagUnflag({action:"unflag",id:this.item.id,collid:this.collid}).then((function(e){t.loadingItem=!1})))},openModalCard:function(e){this.isLoggedin,this.isloggedin&&this.$modal.show(r.default,{item:this.item},{name:"modal-".concat(this.item.id),draggable:!1,classes:"vm--modale-card",width:"95%",height:"95%"})}})};t.Z=c},4958:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=d(i(4643)),r=d(i(3904)),n=i(2131),s=i(1403),l=i(259),u=d(i(6398)),c=d(i(4195));function d(e){return e&&e.__esModule?e:{default:e}}function p(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["{\n materiau(id: ",', lang: "','") {\n ...MateriauFields\n }\n }\n ',"\n "]);return p=function(){return e},e}function m(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function h(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?m(Object(i),!0).forEach((function(t){f(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):m(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function f(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var g=i(5222),b=i(569),y={name:"ModalCard",props:["item","addNoteId"],mixins:[r.default],components:{LinkedMaterialCard:o.default},data:function(){return{material:null,loading:!1,blanksrc:"".concat(drupalSettings.path.themePath,"/assets/img/blank.gif"),new_folder_name:"",is_creating_folder:!1,loadingFlag:!1,lightbox_index:null,note:"",note_nid:null}},computed:h(h({},(0,a.mapState)({csrf_token:function(e){return e.User.csrf_token},flagcolls:function(e){return e.User.flagcolls},showrooms:function(e){return e.Showrooms.showrooms_by_tid}})),{},{collsLength:function(){return Object.keys(this.flagcolls).length},addFlagBtnClassObj:function(){return{"mdi-plus-circle-outline":!this.is_creating_folder,"mdi-loading":this.is_creating_folder,active:this.new_folder_name.length>4&&!this.is_creating_folder,loading:this.is_creating_folder}}}),created:function(){this.item,this.loadMaterial(),this.debouncedSaveNote=b(this.saveNote,500)},watch:{note:function(e,t){this.debouncedSaveNote()}},methods:h(h({},(0,a.mapActions)({createFlagColl:"User/createFlagColl",flagUnflag:"User/flagUnflag"})),{},{loadMaterial:function(){var e=this;this.item.id,this.loading=!0;var t=(0,u.default)(p(),this.item.id,drupalDecoupled.lang_code,c.default);s.MGQ.post("",{query:(0,l.print)(t)}).then((function(t){var i=t.data.data.materiau;e.material=i,e.loading=!1,i.note&&i.note.id&&(e.note_id=i.note.id,e.note=i.note.contenu),setTimeout(function(){this.activateLazyLoad()}.bind(e),5)})).catch((function(e){console.warn("Issue with loadMaterial",e),Promise.reject(e)}))},onCreateFlagColl:function(){var e=this;this.new_folder_name,this.is_creating_folder=!0,this.createFlagColl(this.new_folder_name).then((function(t){e.new_folder_name="",e.is_creating_folder=!1;var i=t.id;e.loadingFlag=i,e.flagUnflag({action:"flag",id:e.item.id,collid:i}).then((function(t){e.loadingFlag=!1}))}))},flagIsActive:function(e){return-1!==this.flagcolls[e].items.indexOf(this.item.id)},flagIsLoading:function(e){return e===this.loadingFlag},onFlagActionCard:function(e){var t=this;if(!this.loadingFlag){var i=e.target.getAttribute("collid"),a=this.flagIsActive(i)?"unflag":"flag";this.loadingFlag=i,this.flagUnflag({action:a,id:this.item.id,collid:i}).then((function(e){t.loadingFlag=!1}))}},onCloseModalCard:function(e){this.$modal.hide("modal-".concat(this.item.id))},onSwipeCard:function(e){this.$modal.hide("modal-".concat(this.item.id))},prettyFileSize:function(e){return g(parseInt(e))},shortUrl:function(e){return e.replace(/^http:\/\//,"").replace(/^www\./,"")},saveNote:function(){this.note,this.note_nid?this.updateNote():this.createNote()},updateNote:function(){var e={type:[{target_id:"note"}],field_contenu:this.note},t={headers:{"X-CSRF-Token":this.csrf_token}};n.REST.patch("/node/".concat(this.note_nid,"?_format=json"),e,t).then((function(e){e.data})).catch((function(e){console.warn("Issue with updateNote",e)}))},createNote:function(){var e=this,t={type:[{target_id:"note"}],title:[{value:"note"}],field_contenu:this.note,field_target:this.item.id},i={headers:{"X-CSRF-Token":this.csrf_token}};n.REST.post("/node?_format=json",t,i).then((function(t){var i=t.data;e.note_nid=i.nid[0].value,e.addNoteId(e.note_nid)})).catch((function(e){console.warn("Issue with createNote",e)}))},onTapTool:function(e){e.target.parentNode.parentNode.querySelectorAll("section.tool").forEach((function(e,t){e.classList.remove("tapped")})),e.target.parentNode.classList.add("tapped")},onTapCard:function(e){this.$refs.tools.querySelectorAll("section.tool").forEach((function(e,t){e.classList.remove("tapped")}))}})};t.Z=y},3415:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(2131),o=l(i(5914)),r=i(7155),n=l(i(631)),s=l(i(6537));function l(e){return e&&e.__esModule?e:{default:e}}function u(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function c(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}drupalSettings.path.baseUrl,drupalSettings.path.pathPrefix;var d={name:"Product",router:o.default,props:["product"],data:function(){return{quantity:1,showLoginModal:!1}},computed:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?u(Object(i),!0).forEach((function(t){c(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):u(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},(0,r.mapState)({isloggedin:function(e){return e.User.isloggedin},isAdherent:function(e){return e.User.isAdherent},csrftoken:function(e){return e.User.csrftoken}})),methods:{closeModal:function(){this.showLoginModal=!1},checkaddtocart:function(e,t){this.isloggedin?this.addtocart(t):this.showLoginModal=t},onLogedIn:function(e){this.addtocart(e)},onRegistered:function(e){this.addtocart(e)},getCarts:function(){return a.REST.get("/cart?_format=json",{},{"X-CSRF-Token":this.csrftoken}).catch((function(e){console.warn("Issue with get cart",e),Promise.reject(e)}))},deleteCart:function(e){return a.REST.delete("/cart/".concat(e,"/items?_format=json")).then((function(t){t.data;"product cart ".concat(e," deleted: data")})).catch((function(t){console.warn("Issue with cart ".concat(e," deleting"),t),Promise.reject(t)}))},clearCarts:function(e){for(var t=[],i=0;i<e.length;i++)t.push(this.deleteCart(e[i].order_id));return Promise.all(t)},addtocart:function(e){var t=this;this.getCarts().then((function(i){var o=i.data;t.clearCarts(o).then((function(){a.REST.post("/cart/add?_format=json",[{purchased_entity_type:"commerce_product_variation",purchased_entity_id:e,quantity:t.quantity}]).then((function(e){var i=e.data;t.closeModal(),window.location.href="/checkout/".concat(i[0].order_id,"/order_information")})).catch((function(e){console.warn("Issue with product add to cart",e),Promise.reject(e)}))}))}))}},components:{Modal:n.default,LoginRegister:s.default}};t.Z=d},6046:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(5914))&&a.__esModule?a:{default:a};drupalSettings.path.baseUrl,drupalSettings.path.pathPrefix;var r={name:"Showroom",router:o.default,props:["item"]};t.Z=r},4820:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(2286))&&a.__esModule?a:{default:a},r=i(7155),n=i(4402);function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={name:"LoginForm",data:function(){return{form:null,mail:null,password:null}},computed:l({},(0,r.mapState)({loginMessage:function(e){return e.User.loginMessage}})),methods:l(l({},(0,r.mapActions)({userLogin:"User/userLogin"})),{},{getLoginForm:function(){var e=this;n.MA.get("/materio_user/login_form").then((function(t){var i=t.data;e.form=o.default.compile(i.rendered),e.$options.staticRenderFns=[],e._staticTrees=[],e.form.staticRenderFns.map((function(t){return e.$options.staticRenderFns.push(t)}))})).catch((function(e){console.warn("Issue with getLoginForm",e)}))},login:function(){var e=this;this.userLogin({mail:this.mail,pass:this.password}).then((function(){e.$emit("onLogedIn")})).catch((function(e){console.warn("Issue with login from login component",e),Promise.reject(e)}))}}),beforeMount:function(){this.form||this.getLoginForm()},mounted:function(){Drupal.attachBehaviors(this.$el)},render:function(e){return this.form?this.form.render.call(this):e("span","Loading ...")}};t.Z=c},4680:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=s(i(2286)),o=i(7155),r=i(4402),n=s(i(2927));function s(e){return e&&e.__esModule?e:{default:e}}function l(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function u(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?l(Object(i),!0).forEach((function(t){c(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):l(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function c(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var d={name:"RegisterForm",data:function(){return{form:null,mail:null,pass1:null,pass2:null,ps:""}},computed:u(u({},(0,o.mapState)({registerMessage:function(e){return e.User.registerMessage}})),{},{psswd_class:function(){return this.ps.toLowerCase()},can_register:function(){return"Strong"===this.ps?"can-register":""}}),methods:u(u({},(0,o.mapActions)({userRegister:"User/userRegister"})),{},{getRegisterForm:function(){var e=this;r.MA.get("/materio_user/register_form").then((function(t){var i=t.data;e.form=a.default.compile(i.rendered),e.$options.staticRenderFns=[],e._staticTrees=[],e.form.staticRenderFns.map((function(t){return e.$options.staticRenderFns.push(t)})),e.initFormBehaviours()})).catch((function(e){console.warn("Issue with getRegisterForm",e)}))},initFormBehaviours:function(){Drupal.attachBehaviors(this.$el),this.checkSubmitEnabled()},checkSubmitEnabled:function(){"Strong"===this.ps?this.$refs.register.disabled=!1:this.$refs.register.disabled=!0},register:function(){var e=this;this.mail,this.pass1,this.pass2,this.pass1===this.pass2&&this.userRegister({name:this.mail,mail:this.mail,pass:this.pass1}).then((function(){e.$emit("onRegistered")})).catch((function(e){console.warn("Issue with register from registerform component",e),Promise.reject(e)}))}}),beforeMount:function(){this.form||this.getRegisterForm()},mounted:function(){this.form&&this.initForm()},render:function(e){return this.form?this.form.render.call(this):e("span","Loading ...")},watch:{pass1:function(e,t){e&&(this.ps=(0,n.default)(e).value,this.ps,this.checkSubmitEnabled())}}};t.Z=d},6512:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=n(i(2286)),o=n(i(5914)),r=i(7155);function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={router:o.default,props:["form"],data:function(){return{template:null,typed:null,autocomplete:null,$input:null}},computed:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},(0,r.mapState)({keys:function(e){return e.Search.keys},term:function(e){return e.Search.term}})),methods:{submit:function(){this.typed,this.autocomplete,this.$input.blur(),this.$router.push({name:"base",query:{keys:this.typed,term:this.autocomplete}})},onAutoCompleteSelect:function(e,t){e.preventDefault(),this.typed=t.item.label,setTimeout(function(){this.autocomplete=t.item.value,this.typed===this.keys&&this.autocomplete===this.term||this.submit()}.bind(this),1)}},directives:{focus:{inserted:function(e){}}},beforeMount:function(){var e=this;this._props.form&&(this.template=a.default.compile(this._props.form),this.$options.staticRenderFns=[],this._staticTrees=[],this.template.staticRenderFns.map((function(t){return e.$options.staticRenderFns.push(t)})))},watch:{typed:function(e,t){this.autocomplete=null},keys:function(e,t){this.typed=e},term:function(e,t){this.autocomplete=e}},created:function(){this.typed=this.keys,this.autocomplete=this.term},mounted:function(){Drupal.attachBehaviors(this.$el),this.$input=this.$el.querySelector("#edit-search"),jQuery(this.$input).on("autocompleteselect",this.onAutoCompleteSelect)},render:function(e){return this.template?this.template.render.call(this):e("span","Loading ...")}};t.Z=u},273:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155),o=n(i(1666)),r=n(i(2862));function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={name:"LoginRegister",data:function(){return{loginEmail:null,password:null,registerEmail:null}},props:["callbackargs"],methods:l(l({},(0,a.mapActions)({userLogin:"User/userLogin",userRegister:"User/userRegister"})),{},{onLogedIn:function(){this.$emit("onLogedIn",this.callbackargs)},onRegistered:function(){this.$emit("onRegistered",this.callbackargs)}}),components:{LoginForm:o.default,RegisterForm:r.default}};t.Z=c},3790:(e,t)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var i={name:"",props:{styles:{default:function(){return{width:"500px",height:"350px"}},type:Object}},data:function(){return{}},methods:{close:function(){this.$emit("close")}}};t.Z=i},8089:(e,t,i)=>{"use strict";function a(e){return(a="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)}Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var o=p(i(5914)),r=p(i(9787)),n=(i(2131),i(1403)),s=i(259),l=p(i(6398)),u=p(i(7682)),c=p(i(6362)),d=i(7155);function p(e){return e&&e.__esModule?e:{default:e}}function m(e,t){m=function(e,t){return new n(e,void 0,t)};var i=f(RegExp),o=RegExp.prototype,r=new WeakMap;function n(e,t,a){var o=i.call(this,e,t);return r.set(o,a||r.get(e)),o}function s(e,t){var i=r.get(t);return Object.keys(i).reduce((function(t,a){return t[a]=e[i[a]],t}),Object.create(null))}return h(n,i),n.prototype.exec=function(e){var t=o.exec.call(this,e);return t&&(t.groups=s(t,this)),t},n.prototype[Symbol.replace]=function(e,t){if("string"==typeof t){var i=r.get(this);return o[Symbol.replace].call(this,e,t.replace(/\$<([^>]+)>/g,(function(e,t){return"$"+i[t]})))}if("function"==typeof t){var n=this;return o[Symbol.replace].call(this,e,(function(){var e=[];return e.push.apply(e,arguments),"object"!==a(e[e.length-1])&&e.push(s(e,n)),t.apply(this,e)}))}return o[Symbol.replace].call(this,e,t)},m.apply(this,arguments)}function h(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&&y(e,t)}function f(e){var t="function"==typeof Map?new Map:void 0;return(f=function(e){if(null===e||(i=e,-1===Function.toString.call(i).indexOf("[native code]")))return e;var i;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,a)}function a(){return g(e,arguments,w(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),y(a,e)})(e)}function g(e,t,i){return(g=b()?Reflect.construct:function(e,t,i){var a=[null];a.push.apply(a,t);var o=new(Function.bind.apply(e,a));return i&&y(o,i.prototype),o}).apply(null,arguments)}function b(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["{\n article(id: ",', lang: "','") {\n ...ArticleFields\n }\n }\n ',"\n "]);return v=function(){return e},e}function _(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function x(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?_(Object(i),!0).forEach((function(t){k(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):_(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function k(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var j={name:"Article",router:o.default,store:r.default,props:["item"],data:function(){return{index:-1,prevnext:{},nid:null,path:null,article:{},image_accroche:null,lightbox_items:null,loading:!0,lightbox_index:null}},metaInfo:function(){return{title:this.article.title}},computed:x({},(0,d.mapState)({items:function(e){return e.Blabla.items}})),created:function(){this.getArticle()},methods:x(x({},(0,d.mapActions)({getItems:"Blabla/getItems",getItemIndex:"Blabla/getItemIndex",getPrevNextItems:"Blabla/getPrevNextItems"})),{},{getArticle:function(){this.$route,this.$route.params.id?this.id=this.$route.params.id:"node"==drupalDecoupled.entity_type&&"article"==drupalDecoupled.entity_bundle&&(this.id=drupalDecoupled.entity_id),this.id?this.loadArticle():this.$router.replace({name:"home"})},getIndex:function(){var e=this;this.article.id,this.getItemIndex(this.article.id).then((function(t){e.index=t,e.getPrevNextItems(t).then((function(t){e.prevnext=t}))}))},loadArticle:function(){var e=this;this.loading=!0;var t=(0,l.default)(v(),this.id,drupalDecoupled.lang_code,u.default);n.MGQ.post("",{query:(0,s.print)(t)}).then((function(t){var i=t.data.data.article;e.parseDataGQL(i)})).catch((function(e){console.warn("Issue with loadArticle",e),Promise.reject(e)}))},parseDataGQL:function(e){var t=this;this.article=e,this.items.length?this.getIndex():this.getItems().then((function(){t.getIndex()})),this.image_accroche=e.images[0],this.lightbox_items=[];for(var i=0;i<e.images.length;i++)e.images[i].thumb=e.images[i].style_articlecardmedium.url,this.lightbox_items.push(e.images[i]);for(var a=0;a<e.videos.length;a++){var o=e.videos[a].url,r=null;switch(m(/https:\/\/(www\.)?(youtube|vimeo)\.com\/.+/,{provider:2}).exec(o).groups.provider){case"vimeo":m(/https:\/\/vimeo\.com\/([0-9]+)/,{id:1}).exec(o).groups.id||null,r="http://blogpeda.ac-poitiers.fr/ent-lyc/files/2015/06/Vimeo_icon_block.png";break;case"youtube":r="http://img.youtube.com/vi/"+(m(/https:\/\/(www\.)?youtube\.com\/watch\?v=(.+)/,{id:2}).exec(o).groups.id||null)+"/0.jpg"}this.lightbox_items.push({url:o,title:"",description:"",thumb:r})}this.lightbox_items,this.$store.commit("Common/setPagetitle",e.title),this.loading=!1},onPrevNext:function(e){var t=e.view_node.replace(/^\/\D{2,3}\/blabla\//g,"");this.$router.push({name:"article",params:{alias:t,id:e.nid}})},setLightboxIndex:function(e){this.lightbox_index=e}}),components:{Card:c.default},watch:{$route:function(e,t){this.getArticle()}}};t.Z=j},6372:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=n(i(6362)),o=n(i(9353)),r=i(7155);function n(e){return e&&e.__esModule?e:{default:e}}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){u(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var c={name:"Base",data:function(){return{pagetitle:"Base"}},computed:l({},(0,r.mapState)({items:function(e){return e.Search.items},searchinfos:function(e){return e.Search.infos},count:function(e){return e.Search.count},noresults:function(e){return e.Search.noresults},limit:function(e){return e.Search.limit}})),methods:l({},(0,r.mapActions)({newSearch:"Search/newSearch",nextPage:"Search/nextPage"})),created:function(){window.location;var e=new URLSearchParams(window.location.search);e.has("keys")||e.has("term")?(this.$store.commit("Search/setKeys",e.get("keys")),this.$store.commit("Search/setTerm",e.get("term")),this.pagetitle=e.get("keys"),this.newSearch()):(this.$store.commit("Search/setKeys",""),this.$store.commit("Search/setTerm",""),this.pagetitle="Base",this.newSearch())},beforeRouteUpdate:function(e,t,i){this.$store.commit("Search/setKeys",e.query.keys),this.$store.commit("Search/setTerm",e.query.term),this.pagetitle=e.query.keys,this.newSearch(),i()},components:{Card:a.default,CardThematique:o.default}};t.Z=c},5045:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(6834))&&a.__esModule?a:{default:a},r=i(7155);function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"Blabla",computed:s({},(0,r.mapState)({items:function(e){return e.Blabla.items}})),created:function(){this.items.length||this.getItems()},methods:s({},(0,r.mapActions)({getItems:"Blabla/getItems",nextPage:"Blabla/nextPage"})),components:{ArticleCard:o.default}};t.Z=u},4730:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(2286))&&a.__esModule?a:{default:a};var r={props:["html"],data:function(){return{template:null,showrooms:[],showroomsOdd:[],showroomsEven:[],showroomMode:1,showroomInterval:0,showroomI:0,showroomJ:0}},beforeMount:function(){this.html&&this.compileTemplate()},render:function(e){return this.template?this.template.render.call(this):e("span","Loading ...")},mounted:function(){},methods:{compileTemplate:function(){var e=this;this.template=o.default.compile(this.html),this.$options.staticRenderFns=[],this._staticTrees=[],this.template.staticRenderFns.map((function(t){return e.$options.staticRenderFns.push(t)})),setTimeout(this.initShowroomCarroussel.bind(this),250)},initShowroomCarroussel:function(){this.showrooms=document.querySelectorAll(".field--name-computed-showrooms-reference > .field__item"),this.showrooms;for(var e=0;e<this.showrooms.length;e++)e%2==0?this.showroomsOdd.push(this.showrooms[e]):this.showroomsEven.push(this.showrooms[e]);this.showroomsOdd,this.showroomsEven;var t=window.matchMedia("(min-width: ".concat(1527,"px)"));t.addListener(this.checkShowroomMode),this.checkShowroomMode(t)},checkShowroomMode:function(e){var t=1;if(e.matches&&(t=2),t!==this.showroomMode){for(var i=0;i<this.showrooms.length;i++)this.showrooms[i].classList.remove("active");this.showroomMode=t,clearInterval(this.showroomInterval),this.showroomInterval=0,this.showroomI=0,this.showroomJ=0}this.showroomInterval=setInterval(this.switchShowroomCarroussel.bind(this),15e3),this.showroomInterval,this.switchShowroomCarroussel()},switchShowroomCarroussel:function(){1===this.showroomMode?(this.showrooms[this.showroomI].classList.add("active"),this.showrooms[this.showroomI-1<0?this.showrooms.length-1:this.showroomI-1].classList.remove("active"),this.showroomI=this.showroomI+1>=this.showrooms.length?0:this.showroomI+1):(this.showroomsOdd[this.showroomI].classList.add("active"),this.showroomsOdd[this.showroomI-1<0?this.showroomsOdd.length-1:this.showroomI-1].classList.remove("active"),this.showroomI=this.showroomI+1>=this.showroomsOdd.length?0:this.showroomI+1,this.showroomsEven[this.showroomJ].classList.add("active"),this.showroomsEven[this.showroomJ-1<0?this.showroomsEven.length-1:this.showroomJ-1].classList.remove("active"),this.showroomJ=this.showroomJ+1>=this.showroomsEven.length?0:this.showroomJ+1)},onClickLink:function(e){this.$router,this.$route;for(var t=null,i=0;i<this.$router.options.routes.length;i++)if(this.$router.options.routes[i].path==e.originalTarget.pathname){e.originalTarget.pathname!==this.$route.path&&(t=e.originalTarget.pathname);break}t&&this.$router.push({path:t})},onClickFieldLabel:function(e){this.$router,this.$route}},watch:{html:function(e){this.compileTemplate()}}};t.Z=r},3428:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(376))&&a.__esModule?a:{default:a},r=i(7155);function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"Pricing",computed:s({},(0,r.mapState)({products:function(e){return e.Pages.products}})),created:function(){this.products.length||this.getProducts()},methods:s({},(0,r.mapActions)({getProducts:"Pages/getProducts"})),components:{Product:o.default}};t.Z=u},2559:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=(a=i(3675))&&a.__esModule?a:{default:a},r=i(7155);function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"Showrooms",computed:s({},(0,r.mapState)({items:function(e){return e.Showrooms.items}})),created:function(){this.items.length||this.getItems()},methods:s({},(0,r.mapActions)({getItems:"Showrooms/getItems"})),components:{Showroom:o.default}};t.Z=u},602:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=c(i(5914)),o=c(i(9787)),r=(i(2131),i(1403)),n=i(259),s=c(i(6398)),l=c(i(8964)),u=c(i(6362));i(7155);function c(e){return e&&e.__esModule?e:{default:e}}function d(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["{\n thematique(id: ",', lang: "','") {\n ...ThematiqueFields\n }\n }\n ',"\n "]);return d=function(){return e},e}var p={name:"Thematique",router:a.default,store:o.default,data:function(){return{nid:null,path:null,thematique:{},image_accroche:null,loading:!0}},metaInfo:function(){return{title:this.thematique.title}},created:function(){this.getThematique()},methods:{getThematique:function(){this.$route,this.$route.params.id?this.id=this.$route.params.id:"node"==drupalDecoupled.entity_type&&"thematique"==drupalDecoupled.entity_bundle&&(this.id=drupalDecoupled.entity_id),this.id?this.loadThematique():this.$router.replace({name:"home"})},loadThematique:function(){var e=this;this.loading=!0;var t=(0,s.default)(d(),this.id,drupalDecoupled.lang_code,l.default);r.MGQ.post("",{query:(0,n.print)(t)}).then((function(t){var i=t.data.data.thematique;e.parseDataGQL(i)})).catch((function(e){console.warn("Issue with loadThematique",e),Promise.reject(e)}))},parseDataGQL:function(e){e?(this.thematique=e,e.images&&(this.image_accroche=e.images[0]),this.$store.commit("Common/setPagetitle",e.title)):console.warn("Thematique not loaded"),this.loading=!1}},components:{Card:u.default},watch:{$route:function(e,t){this.getThematique()}}};t.Z=p},9420:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=i(7155),r=(a=i(4773))&&a.__esModule?a:{default:a};function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?n(Object(i),!0).forEach((function(t){l(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):n(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var u={name:"FlagCollection",props:["collection"],data:function(){return{loadedItems:!1}},computed:s({},(0,o.mapState)({flagcolls:function(e){return e.User.flagcolls},flagcollsLoadedItems:function(e){return e.User.flagcollsLoadedItems},openedCollid:function(e){return e.User.openedCollid}})),created:function(){var e=this;void 0!==this.flagcollsLoadedItems[this.openedCollid]&&(this.loadedItems=this.flagcollsLoadedItems[this.openedCollid]),this.unsubscribe=this.$store.subscribe((function(t,i){"User/setLoadedCollItems"===t.type&&(e.openedCollid,e.loadedItems=i.User.flagcollsLoadedItems[e.openedCollid])}))},beforeDestroy:function(){this.unsubscribe()},methods:s(s({},(0,o.mapActions)({closeFlagColl:"User/closeFlagColl"})),{},{onCloseFlagColl:function(e){this.closeFlagColl()}}),components:{MiniCard:r.default}};t.Z=u},4824:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a=i(7155);function o(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function r(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?o(Object(i),!0).forEach((function(t){n(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):o(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function n(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var s={name:"userFlags",data:function(){return{new_folder_name:"",is_creating_folder:!1,is_deleting_folder:!1}},computed:r(r({},(0,a.mapState)({flagcolls:function(e){return e.User.flagcolls}})),{},{collsLength:function(){return Object.keys(this.flagcolls).length},addFlagBtnClassObj:function(){return{"mdi-plus-circle-outline":!this.is_creating_folder,"mdi-loading":this.is_creating_folder,active:this.new_folder_name.length>4&&!this.is_creating_folder,loading:this.is_creating_folder}},flagDeletingClassObj:function(){return{"mdi-trash-can-outline":!this.is_deleting_folder,"mdi-loading":this.is_deleting_folder,loading:this.is_deleting_folder}}}),methods:r(r({},(0,a.mapActions)({createFlagColl:"User/createFlagColl",deleteFlagColl:"User/deleteFlagColl",openFlagColl:"User/openFlagColl",openCloseHamMenu:"Common/openCloseHamMenu"})),{},{onCreateFlagColl:function(){var e=this;this.new_folder_name,this.is_creating_folder=!0,this.createFlagColl(this.new_folder_name).then((function(t){e.new_folder_name="",e.is_creating_folder=!1}))},onDeleteFlagColl:function(e){var t=e.target.getAttribute("flagcollid");this.is_deleting_folder=t,this.confirmDeleteFlagColl(t)},confirmDeleteFlagColl:function(e){var t=this,i=this.flagcolls[e];this.$modal.show("dialog",{title:this.$t("materio.Folder delete"),text:this.$t("materio.Please confirm the definitive deletion of {name} ?",{name:i.name}),buttons:[{title:this.$t("default.Cancel"),default:!0,handler:function(){t.$modal.hide("dialog")}},{title:this.$t("default.Delete"),handler:function(){t.deleteFlagColl(e).then((function(){t.$modal.hide("dialog")}))}}]})},dialogEvent:function(e){switch(e){case"closed":this.is_deleting_folder=!1}},onOpenFlagColl:function(e){this.openCloseHamMenu(!1),this.openFlagColl(e).then((function(){}))}})};t.Z=s},6498:(e,t,i)=>{"use strict";Object.defineProperty(t,"X",{value:!0}),t.Z=void 0;var a,o=i(7155);function r(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function n(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?r(Object(i),!0).forEach((function(t){s(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):r(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function s(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var l={components:{UserFlags:((a=i(454))&&a.__esModule?a:{default:a}).default},computed:n({},(0,o.mapState)({mail:function(e){return e.User.mail},isAdmin:function(e){return e.User.isAdmin},flags:function(e){return e.User.flags}})),methods:n(n({},(0,o.mapActions)({userLogout:"User/userLogout"})),{},{onLogout:function(){this.userLogout()}})};t.Z=l},628:(e,t,i)=>{"use strict";i.r(t),i.d(t,{default:()=>Ce});var a=i(7355),o=i.n(a);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 n(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(Object(i),!0).forEach((function(t){n(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function u(e){return function(e){if(Array.isArray(e))return d(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return d(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?d(e,t):void 0}}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,a=new Array(t);i<t;i++)a[i]=e[i];return a}function p(e){return Array.isArray(e)}function m(e){return void 0===e}function h(e){return"object"===r(e)}function f(e){return"object"===r(e)&&null!==e}function g(e){return"function"==typeof e}var b=(function(){try{return!m(window)}catch(e){return!1}}()?window:i.g).console||{};function y(e){b&&b.warn&&b.warn(e)}var w=function(){return y("This vue app/component has no vue-meta configuration")},v={title:void 0,titleChunk:"",titleTemplate:"%s",htmlAttrs:{},bodyAttrs:{},headAttrs:{},base:[],link:[],meta:[],style:[],script:[],noscript:[],__dangerouslyDisableSanitizers:[],__dangerouslyDisableSanitizersByTagID:{}},_="metaInfo",x="data-vue-meta",k="data-vue-meta-server-rendered",j="vmid",T="content",q="template",S=!0,A=10,C="ssr",P=Object.keys(v),I=[P[12],P[13]],D=[P[1],P[2],"changed"].concat(I),E=[P[3],P[4],P[5]],M=["link","style","script"],L=["base","meta","link"],F=["noscript","script","style"],R=["innerHTML","cssText","json"],U=["once","skip","template"],O=["body","pbody"],N=["allowfullscreen","amp","amp-boilerplate","async","autofocus","autoplay","checked","compact","controls","declare","default","defaultchecked","defaultmuted","defaultselected","defer","disabled","enabled","formnovalidate","hidden","indeterminate","inert","ismap","itemscope","loop","multiple","muted","nohref","noresize","noshade","novalidate","nowrap","open","pauseonexit","readonly","required","reversed","scoped","seamless","selected","sortable","truespeed","typemustmatch","visible"],z=null;function B(e,t,i){var a=e.debounceWait;t._vueMeta.initialized||!t._vueMeta.initializing&&"watcher"!==i||(t._vueMeta.initialized=null),t._vueMeta.initialized&&!t._vueMeta.pausing&&function(e,t){if(!(t=void 0===t?10:t))return void e();clearTimeout(z),z=setTimeout((function(){e()}),t)}((function(){t.$meta().refresh()}),a)}function H(e,t,i){if(!Array.prototype.findIndex){for(var a=0;a<e.length;a++)if(t.call(i,e[a],a,e))return a;return-1}return e.findIndex(t,i)}function W(e){return Array.from?Array.from(e):Array.prototype.slice.call(e)}function Y(e,t){if(!Array.prototype.includes){for(var i in e)if(e[i]===t)return!0;return!1}return e.includes(t)}var V=function(e,t){return(t||document).querySelectorAll(e)};function $(e,t){return e[t]||(e[t]=document.getElementsByTagName(t)[0]),e[t]}function G(e,t,i){var a=t.appId,o=t.attribute,r=t.type,n=t.tagIDKeyName;i=i||{};var s=["".concat(r,"[").concat(o,'="').concat(a,'"]'),"".concat(r,"[data-").concat(n,"]")].map((function(e){for(var t in i){var a=i[t],o=a&&!0!==a?'="'.concat(a,'"'):"";e+="[data-".concat(t).concat(o,"]")}return e}));return W(V(s.join(", "),e))}function K(e,t){e.removeAttribute(t)}function J(e){return(e=e||this)&&(!0===e._vueMeta||h(e._vueMeta))}function X(e,t){return e._vueMeta.pausing=!0,function(){return Q(e,t)}}function Q(e,t){if(e._vueMeta.pausing=!1,t||void 0===t)return e.$meta().refresh()}function Z(e){var t=e.$router;!e._vueMeta.navGuards&&t&&(e._vueMeta.navGuards=!0,t.beforeEach((function(t,i,a){X(e),a()})),t.afterEach((function(){e.$nextTick((function(){var t=Q(e).metaInfo;t&&g(t.afterNavigation)&&t.afterNavigation(t)}))})))}var ee=1;function te(e,t){var i=["activated","deactivated","beforeMount"],a=!1;return{beforeCreate:function(){var o=this,r=this.$root,n=this.$options,s=e.config.devtools;if(Object.defineProperty(this,"_hasMetaInfo",{configurable:!0,get:function(){return s&&!r._vueMeta.deprecationWarningShown&&(y("VueMeta DeprecationWarning: _hasMetaInfo has been deprecated and will be removed in a future version. Please use hasMetaInfo(vm) instead"),r._vueMeta.deprecationWarningShown=!0),J(this)}}),this===r&&r.$once("hook:beforeMount",(function(){if(!(a=this.$el&&1===this.$el.nodeType&&this.$el.hasAttribute("data-server-rendered"))&&r._vueMeta&&1===r._vueMeta.appId){var e=$({},"html");a=e&&e.hasAttribute(t.ssrAttribute)}})),!m(n[t.keyName])&&null!==n[t.keyName]){if(r._vueMeta||(r._vueMeta={appId:ee},ee++,s&&r.$options[t.keyName]&&this.$nextTick((function(){var e=function(e,t,i){if(Array.prototype.find)return e.find(t,i);for(var a=0;a<e.length;a++)if(t.call(i,e[a],a,e))return e[a]}(r.$children,(function(e){return e.$vnode&&e.$vnode.fnOptions}));e&&e.$vnode.fnOptions[t.keyName]&&y("VueMeta has detected a possible global mixin which adds a ".concat(t.keyName," property to all Vue components on the page. This could cause severe performance issues. If possible, use $meta().addApp to add meta information instead"))}))),!this._vueMeta){this._vueMeta=!0;for(var l=this.$parent;l&&l!==r;)m(l._vueMeta)&&(l._vueMeta=!1),l=l.$parent}g(n[t.keyName])&&(n.computed=n.computed||{},n.computed.$metaInfo=n[t.keyName],this.$isServer||this.$on("hook:created",(function(){this.$watch("$metaInfo",(function(){B(t,this.$root,"watcher")}))}))),m(r._vueMeta.initialized)&&(r._vueMeta.initialized=this.$isServer,r._vueMeta.initialized||(r._vueMeta.initializedSsr||(r._vueMeta.initializedSsr=!0,this.$on("hook:beforeMount",(function(){var e=this.$root;a&&(e._vueMeta.appId=t.ssrAppId)}))),this.$on("hook:mounted",(function(){var e=this.$root;e._vueMeta.initialized||(e._vueMeta.initializing=!0,this.$nextTick((function(){var i=e.$meta().refresh(),a=i.tags,o=i.metaInfo;!1===a&&null===e._vueMeta.initialized&&this.$nextTick((function(){return B(t,e,"init")})),e._vueMeta.initialized=!0,delete e._vueMeta.initializing,!t.refreshOnceOnNavigation&&o.afterNavigation&&Z(e)})))})),t.refreshOnceOnNavigation&&Z(r))),this.$on("hook:destroyed",(function(){var e=this;this.$parent&&J(this)&&(delete this._hasMetaInfo,this.$nextTick((function(){if(t.waitOnDestroyed&&e.$el&&e.$el.offsetParent)var i=setInterval((function(){e.$el&&null!==e.$el.offsetParent||(clearInterval(i),B(t,e.$root,"destroyed"))}),50);else B(t,e.$root,"destroyed")})))})),this.$isServer||i.forEach((function(e){o.$on("hook:".concat(e),(function(){B(t,this.$root,e)}))}))}}}}function ie(e){return{keyName:(e=h(e)?e:{}).keyName||_,attribute:e.attribute||x,ssrAttribute:e.ssrAttribute||k,tagIDKeyName:e.tagIDKeyName||j,contentKeyName:e.contentKeyName||T,metaTemplateKeyName:e.metaTemplateKeyName||q,debounceWait:m(e.debounceWait)?A:e.debounceWait,waitOnDestroyed:m(e.waitOnDestroyed)?S:e.waitOnDestroyed,ssrAppId:e.ssrAppId||C,refreshOnceOnNavigation:!!e.refreshOnceOnNavigation}}function ae(e,t){return t&&h(e)?(p(e[t])||(e[t]=[]),e):p(e)?e:[]}var oe=[[/&/g,"&amp;"],[/</g,"&lt;"],[/>/g,"&gt;"],[/"/g,"&quot;"],[/'/g,"&#x27;"]],re=[[/&/g,"&"],[/</g,"<"],[/>/g,">"],[/"/g,'"'],[/'/g,"'"]];function ne(e,t,i,a){var o=t.tagIDKeyName,r=i.doEscape,n=void 0===r?function(e){return e}:r,s={};for(var l in e){var u=e[l];if(Y(D,l))s[l]=u;else{var c=I[0];if(i[c]&&Y(i[c],l))s[l]=u;else{var d=e[o];if(d&&(c=I[1],i[c]&&i[c][d]&&Y(i[c][d],l)))s[l]=u;else if("string"==typeof u?s[l]=n(u):p(u)?s[l]=u.map((function(e){return f(e)?ne(e,t,i,!0):n(e)})):f(u)?s[l]=ne(u,t,i,!0):s[l]=u,a){var m=n(l);l!==m&&(s[m]=s[l],delete s[l])}}}}return s}function se(e,t,i){i=i||[];var a={doEscape:function(e){return i.reduce((function(e,t){return e.replace(t[0],t[1])}),e)}};return I.forEach((function(e,i){if(0===i)ae(t,e);else if(1===i)for(var o in t[e])ae(t[e],o);a[e]=t[e]})),ne(t,e,a)}function le(e,t,i,a){var o=e.component,r=e.metaTemplateKeyName,n=e.contentKeyName;return!0!==i&&!0!==t[r]&&(m(i)&&t[r]&&(i=t[r],t[r]=!0),i?(m(a)&&(a=t[n]),t[n]=g(i)?i.call(o,a):i.replace(/%s/g,a),!0):(delete t[r],!1))}var ue=!1;function ce(e,t,i){return i=i||{},void 0===t.title&&delete t.title,E.forEach((function(e){if(t[e])for(var i in t[e])i in t[e]&&void 0===t[e][i]&&(Y(N,i)&&!ue&&(y("VueMeta: Please note that since v2 the value undefined is not used to indicate boolean attributes anymore, see migration guide for details"),ue=!0),delete t[e][i])})),o()(e,t,{arrayMerge:function(e,t){return function(e,t,i){var a=e.component,o=e.tagIDKeyName,r=e.metaTemplateKeyName,n=e.contentKeyName,s=[];return t.length||i.length?(t.forEach((function(e,t){if(e[o]){var l=H(i,(function(t){return t[o]===e[o]})),u=i[l];if(-1!==l){if(n in u&&void 0===u[n]||"innerHTML"in u&&void 0===u.innerHTML)return s.push(e),void i.splice(l,1);if(null!==u[n]&&null!==u.innerHTML){var c=e[r];if(c){if(!u[r])return le({component:a,metaTemplateKeyName:r,contentKeyName:n},u,c),void(u.template=!0);u[n]||le({component:a,metaTemplateKeyName:r,contentKeyName:n},u,void 0,e[n])}}else i.splice(l,1)}else s.push(e)}else s.push(e)})),s.concat(i)):s}(i,e,t)}})}function de(e,t){return pe(e||{},t,v)}function pe(e,t,i){if(i=i||{},t._inactive)return i;var a=(e=e||{}).keyName,o=t.$metaInfo,r=t.$options,n=t.$children;if(r[a]){var s=o||r[a];h(s)&&(i=ce(i,s,e))}return n.length&&n.forEach((function(t){(function(e){return(e=e||this)&&!m(e._vueMeta)})(t)&&(i=pe(e,t,i))})),i}var me=[];function he(e,t,i,a){var o=e.tagIDKeyName,r=!1;return i.forEach((function(e){e[o]&&e.callback&&(r=!0,function(e,t){1===arguments.length&&(t=e,e=""),me.push([e,t])}("".concat(t,"[data-").concat(o,'="').concat(e[o],'"]'),e.callback))})),a&&r?fe():r}function fe(){var e;"complete"!==(e||document).readyState?document.onreadystatechange=function(){ge()}:ge()}function ge(e){me.forEach((function(t){var i=t[0],a=t[1],o="".concat(i,'[onload="this.__vm_l=1"]'),r=[];e||(r=W(V(o))),e&&e.matches(o)&&(r=[e]),r.forEach((function(e){if(!e.__vm_cb){var t=function(){e.__vm_cb=!0,K(e,"onload"),a(e)};e.__vm_l?t():e.__vm_ev||(e.__vm_ev=!0,e.addEventListener("load",t))}}))}))}var be,ye={};function we(e,t,i,a,o){var r=(t||{}).attribute,n=o.getAttribute(r);n&&(ye[i]=JSON.parse(decodeURI(n)),K(o,r));var s=ye[i]||{},l=[];for(var u in s)void 0!==s[u]&&e in s[u]&&(l.push(u),a[u]||delete s[u][e]);for(var c in a){var d=s[c];d&&d[e]===a[c]||(l.push(c),void 0!==a[c]&&(s[c]=s[c]||{},s[c][e]=a[c]))}for(var p=0,m=l;p<m.length;p++){var h=m[p],f=s[h],g=[];for(var b in f)Array.prototype.push.apply(g,[].concat(f[b]));if(g.length){var y=Y(N,h)&&g.some(Boolean)?"":g.filter((function(e){return void 0!==e})).join(" ");o.setAttribute(h,y)}else K(o,h)}ye[i]=s}function ve(e,t,i,a,o,r){var n=t||{},s=n.attribute,l=n.tagIDKeyName,u=O.slice();u.push(l);var c=[],d={appId:e,attribute:s,type:i,tagIDKeyName:l},p={head:G(o,d),pbody:G(r,d,{pbody:!0}),body:G(r,d,{body:!0})};if(a.length>1){var m=[];a=a.filter((function(e){var t=JSON.stringify(e),i=!Y(m,t);return m.push(t),i}))}a.forEach((function(t){if(!t.skip){var a=document.createElement(i);t.once||a.setAttribute(s,e),Object.keys(t).forEach((function(e){if(!Y(U,e))if("innerHTML"!==e)if("json"!==e)if("cssText"!==e)if("callback"!==e){var i=Y(u,e)?"data-".concat(e):e,o=Y(N,e);if(!o||t[e]){var r=o?"":t[e];a.setAttribute(i,r)}}else a.onload=function(){return t[e](a)};else a.styleSheet?a.styleSheet.cssText=t.cssText:a.appendChild(document.createTextNode(t.cssText));else a.innerHTML=JSON.stringify(t.json);else a.innerHTML=t.innerHTML}));var o,r=p[function(e){var t=e.body,i=e.pbody;return t?"body":i?"pbody":"head"}(t)];r.some((function(e,t){return o=t,a.isEqualNode(e)}))&&(o||0===o)?r.splice(o,1):c.push(a)}}));var h=[];for(var f in p)Array.prototype.push.apply(h,p[f]);return h.forEach((function(e){e.parentNode.removeChild(e)})),c.forEach((function(e){e.hasAttribute("data-body")?r.appendChild(e):e.hasAttribute("data-pbody")?r.insertBefore(e,r.firstChild):o.appendChild(e)})),{oldTags:h,newTags:c}}function _e(e,t,i){var a=t=t||{},o=a.ssrAttribute,r=a.ssrAppId,n={},s=$(n,"html");if(e===r&&s.hasAttribute(o)){K(s,o);var l=!1;return M.forEach((function(e){i[e]&&he(t,e,i[e])&&(l=!0)})),l&&fe(),!1}var u,c={},d={};for(var m in i)if(!Y(D,m))if("title"!==m){if(Y(E,m)){var h=m.substr(0,4);we(e,t,m,i[m],$(n,h))}else if(p(i[m])){var f=ve(e,t,m,i[m],$(n,"head"),$(n,"body")),g=f.oldTags,b=f.newTags;b.length&&(c[m]=b,d[m]=g)}}else((u=i.title)||""===u)&&(document.title=u);return{tagsAdded:c,tagsRemoved:d}}function xe(e,t,i){return{set:function(a){return function(e,t,i,a){if(e&&e.$el)return _e(t,i,a);(be=be||{})[t]=a}(e,t,i,a)},remove:function(){return function(e,t,i){if(e&&e.$el){var a,o={},r=function(e,t){var i;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(i=c(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var a=0,o=function(){};return{s:o,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,n=!0,s=!1;return{s:function(){i=e[Symbol.iterator]()},n:function(){var e=i.next();return n=e.done,e},e:function(e){s=!0,r=e},f:function(){try{n||null==i.return||i.return()}finally{if(s)throw r}}}}(E);try{for(r.s();!(a=r.n()).done;){var n=a.value,s=n.substr(0,4);we(t,i,n,{},$(o,s))}}catch(e){r.e(e)}finally{r.f()}return function(e,t){var i=e.attribute;W(V("[".concat(i,'="').concat(t,'"]'))).map((function(e){return e.remove()}))}(i,t)}be[t]&&(delete be[t],je())}(e,t,i)}}}function ke(){return be}function je(e){!e&&Object.keys(be).length||(be=void 0)}function Te(e,t,i,a){i=i||[];var o=(e=e||{}).tagIDKeyName;return t.title&&(t.titleChunk=t.title),t.titleTemplate&&"%s"!==t.titleTemplate&&le({component:a,contentKeyName:"title"},t,t.titleTemplate,t.titleChunk||""),t.base&&(t.base=Object.keys(t.base).length?[t.base]:[]),t.meta&&(t.meta=t.meta.filter((function(e,t,i){return!e[o]||t===H(i,(function(t){return t[o]===e[o]}))})),t.meta.forEach((function(t){return le(e,t)}))),se(e,t,i)}function qe(e,t,i,a){var o=e||{},r=o.ssrAppId,n=o.attribute,s=o.tagIDKeyName,l=a||{},c=l.appId,d=l.isSSR,p=void 0===d||d,m=l.body,h=void 0!==m&&m,f=l.pbody,g=void 0!==f&&f,b=l.ln,y=void 0!==b&&b,w=[s].concat(u(O));return i&&i.length?i.reduce((function(e,i){if(i.skip)return e;if(0===Object.keys(i).length)return e;if(Boolean(i.body)!==h||Boolean(i.pbody)!==g)return e;var a=i.once?"":" ".concat(n,'="').concat(c||(!1===p?"1":r),'"');for(var o in i)if(!R.includes(o)&&!U.includes(o))if("callback"!==o){var s="";w.includes(o)&&(s="data-");var l=!s&&N.includes(o);l&&!i[o]||(a+=" ".concat(s).concat(o)+(l?"":'="'.concat(i[o],'"')))}else a+=' onload="this.__vm_l=1"';var u="";i.json&&(u=JSON.stringify(i.json));var d=i.innerHTML||i.cssText||u,m=!L.includes(t),f=m&&F.includes(t);return"".concat(e,"<").concat(t).concat(a).concat(!f&&m?"/":"",">")+(f?"".concat(d,"</").concat(t,">"):"")+(y?"\n":"")}),""):""}function Se(e,t,i){var a={data:t,extraData:void 0,addInfo:function(e,t){this.extraData=this.extraData||{},this.extraData[e]=t},callInjectors:function(e){var t=this.injectors;return(e.body||e.pbody?"":t.title.text(e))+t.meta.text(e)+t.base.text(e)+t.link.text(e)+t.style.text(e)+t.script.text(e)+t.noscript.text(e)},injectors:{head:function(e){return a.callInjectors(l(l({},i),{},{ln:e}))},bodyPrepend:function(e){return a.callInjectors(l(l({},i),{},{ln:e,pbody:!0}))},bodyAppend:function(e){return a.callInjectors(l(l({},i),{},{ln:e,body:!0}))}}},o=function(t){if(D.includes(t))return"continue";a.injectors[t]={text:function(o){if(o=l(l({addSsrAttribute:!0===o},i),o),"title"===t)return function(e,t,i,a){var o=(a||{}).ln;return i?"<".concat(t,">").concat(i,"</").concat(t,">").concat(o?"\n":""):""}(0,t,a.data[t],o);if(E.includes(t)){var r={},s=a.data[t];if(s){var c=!1===o.isSSR?"1":e.ssrAppId;for(var d in s)r[d]=n({},c,s[d])}if(a.extraData)for(var p in a.extraData){var m=a.extraData[p][t];if(m)for(var h in m)r[h]=l(l({},r[h]),{},n({},p,m[h]))}return function(e,t,i,a){var o=a.addSsrAttribute,r=e||{},n=r.attribute,s=r.ssrAttribute,l="";for(var c in i){var d=i[c],p=[];for(var m in d)p.push.apply(p,u([].concat(d[m])));p.length&&(l+=N.includes(c)&&p.some(Boolean)?"".concat(c):"".concat(c,'="').concat(p.join(" "),'"'),l+=" ")}return l&&(l+="".concat(n,'="').concat(encodeURI(JSON.stringify(i)),'"')),"htmlAttrs"===t&&o?"".concat(s).concat(l?" ":"").concat(l):l}(e,t,r,o)}var f=qe(e,t,a.data[t],o);if(a.extraData)for(var g in a.extraData){var b=a.extraData[g][t],y=qe(e,t,b,l({appId:g},o));f="".concat(f).concat(y)}return f}}};for(var r in v)o(r);return a}function Ae(e){e=e||{};var t=this.$root;return{getOptions:function(){return function(e){var t={};for(var i in e)t[i]=e[i];return t}(e)},setOptions:function(i){var a="refreshOnceOnNavigation";i&&i[a]&&(e.refreshOnceOnNavigation=!!i[a],Z(t));var o="debounceWait";if(i&&o in i){var r=parseInt(i.debounceWait);isNaN(r)||(e.debounceWait=r)}var n="waitOnDestroyed";i&&n in i&&(e.waitOnDestroyed=!!i.waitOnDestroyed)},refresh:function(){return function(e,t){if(t=t||{},!e._vueMeta)return w(),{};var i=Te(t,de(t,e),re,e),a=_e(e._vueMeta.appId,t,i);a&&g(i.changed)&&(i.changed(i,a.tagsAdded,a.tagsRemoved),a={addedTags:a.tagsAdded,removedTags:a.tagsRemoved});var o=ke();if(o){for(var r in o)_e(r,t,o[r]),delete o[r];je(!0)}return{vm:e,metaInfo:i,tags:a}}(t,e)},inject:function(i){return function(e,t,i){if(!e._vueMeta)return w(),{};var a=Se(t,Te(t,de(t,e),oe,e),i),o=ke();if(o){for(var r in o)a.addInfo(r,o[r]),delete o[r];je(!0)}return a.injectors}(t,e,i)},pause:function(){return X(t)},resume:function(){return Q(t)},addApp:function(i){return xe(t,i,e)}}}const Ce={version:"2.4.0",install:function(e,t){e.__vuemeta_installed||(e.__vuemeta_installed=!0,t=ie(t),e.prototype.$meta=function(){return Ae.call(this,t)},e.mixin(te(e,t)))},generate:function(e,t){return function(e,t){return Se(t=ie(t),Te(t,e,oe)).injectors}(e,t)},hasMetaInfo:J}},5908:(e,t,i)=>{"use strict";function a(e,t){for(var i in t)e[i]=t[i];return e}i.r(t),i.d(t,{default:()=>Ge});var o=/[!'()*]/g,r=function(e){return"%"+e.charCodeAt(0).toString(16)},n=/%2C/g,s=function(e){return encodeURIComponent(e).replace(o,r).replace(n,",")};function l(e){try{return decodeURIComponent(e)}catch(e){0}return e}var u=function(e){return null==e||"object"==typeof e?e:String(e)};function c(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){var i=e.replace(/\+/g," ").split("="),a=l(i.shift()),o=i.length>0?l(i.join("=")):null;void 0===t[a]?t[a]=o:Array.isArray(t[a])?t[a].push(o):t[a]=[t[a],o]})),t):t}function d(e){var t=e?Object.keys(e).map((function(t){var i=e[t];if(void 0===i)return"";if(null===i)return s(t);if(Array.isArray(i)){var a=[];return i.forEach((function(e){void 0!==e&&(null===e?a.push(s(t)):a.push(s(t)+"="+s(e)))})),a.join("&")}return s(t)+"="+s(i)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var p=/\/?$/;function m(e,t,i,a){var o=a&&a.options.stringifyQuery,r=t.query||{};try{r=h(r)}catch(e){}var n={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:r,params:t.params||{},fullPath:b(t,o),matched:e?g(e):[]};return i&&(n.redirectedFrom=b(i,o)),Object.freeze(n)}function h(e){if(Array.isArray(e))return e.map(h);if(e&&"object"==typeof e){var t={};for(var i in e)t[i]=h(e[i]);return t}return e}var f=m(null,{path:"/"});function g(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function b(e,t){var i=e.path,a=e.query;void 0===a&&(a={});var o=e.hash;return void 0===o&&(o=""),(i||"/")+(t||d)(a)+o}function y(e,t){return t===f?e===t:!!t&&(e.path&&t.path?e.path.replace(p,"")===t.path.replace(p,"")&&e.hash===t.hash&&w(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&w(e.query,t.query)&&w(e.params,t.params)))}function w(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var i=Object.keys(e).sort(),a=Object.keys(t).sort();return i.length===a.length&&i.every((function(i,o){var r=e[i];if(a[o]!==i)return!1;var n=t[i];return null==r||null==n?r===n:"object"==typeof r&&"object"==typeof n?w(r,n):String(r)===String(n)}))}function v(e){for(var t=0;t<e.matched.length;t++){var i=e.matched[t];for(var a in i.instances){var o=i.instances[a],r=i.enteredCbs[a];if(o&&r){delete i.enteredCbs[a];for(var n=0;n<r.length;n++)o._isBeingDestroyed||r[n](o)}}}}var _={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var i=t.props,o=t.children,r=t.parent,n=t.data;n.routerView=!0;for(var s=r.$createElement,l=i.name,u=r.$route,c=r._routerViewCache||(r._routerViewCache={}),d=0,p=!1;r&&r._routerRoot!==r;){var m=r.$vnode?r.$vnode.data:{};m.routerView&&d++,m.keepAlive&&r._directInactive&&r._inactive&&(p=!0),r=r.$parent}if(n.routerViewDepth=d,p){var h=c[l],f=h&&h.component;return f?(h.configProps&&x(f,n,h.route,h.configProps),s(f,n,o)):s()}var g=u.matched[d],b=g&&g.components[l];if(!g||!b)return c[l]=null,s();c[l]={component:b},n.registerRouteInstance=function(e,t){var i=g.instances[l];(t&&i!==e||!t&&i===e)&&(g.instances[l]=t)},(n.hook||(n.hook={})).prepatch=function(e,t){g.instances[l]=t.componentInstance},n.hook.init=function(e){e.data.keepAlive&&e.componentInstance&&e.componentInstance!==g.instances[l]&&(g.instances[l]=e.componentInstance),v(u)};var y=g.props&&g.props[l];return y&&(a(c[l],{route:u,configProps:y}),x(b,n,u,y)),s(b,n,o)}};function x(e,t,i,o){var r=t.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(i,o);if(r){r=t.props=a({},r);var n=t.attrs=t.attrs||{};for(var s in r)e.props&&s in e.props||(n[s]=r[s],delete r[s])}}function k(e,t,i){var a=e.charAt(0);if("/"===a)return e;if("?"===a||"#"===a)return t+e;var o=t.split("/");i&&o[o.length-1]||o.pop();for(var r=e.replace(/^\//,"").split("/"),n=0;n<r.length;n++){var s=r[n];".."===s?o.pop():"."!==s&&o.push(s)}return""!==o[0]&&o.unshift(""),o.join("/")}function j(e){return e.replace(/\/\//g,"/")}var T=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},q=N,S=D,A=function(e,t){return M(D(e,t),t)},C=M,P=O,I=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function D(e,t){for(var i,a=[],o=0,r=0,n="",s=t&&t.delimiter||"/";null!=(i=I.exec(e));){var l=i[0],u=i[1],c=i.index;if(n+=e.slice(r,c),r=c+l.length,u)n+=u[1];else{var d=e[r],p=i[2],m=i[3],h=i[4],f=i[5],g=i[6],b=i[7];n&&(a.push(n),n="");var y=null!=p&&null!=d&&d!==p,w="+"===g||"*"===g,v="?"===g||"*"===g,_=i[2]||s,x=h||f;a.push({name:m||o++,prefix:p||"",delimiter:_,optional:v,repeat:w,partial:y,asterisk:!!b,pattern:x?F(x):b?".*":"[^"+L(_)+"]+?"})}}return r<e.length&&(n+=e.substr(r)),n&&a.push(n),a}function E(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function M(e,t){for(var i=new Array(e.length),a=0;a<e.length;a++)"object"==typeof e[a]&&(i[a]=new RegExp("^(?:"+e[a].pattern+")$",U(t)));return function(t,a){for(var o="",r=t||{},n=(a||{}).pretty?E:encodeURIComponent,s=0;s<e.length;s++){var l=e[s];if("string"!=typeof l){var u,c=r[l.name];if(null==c){if(l.optional){l.partial&&(o+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(T(c)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(c)+"`");if(0===c.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var d=0;d<c.length;d++){if(u=n(c[d]),!i[s].test(u))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(u)+"`");o+=(0===d?l.prefix:l.delimiter)+u}}else{if(u=l.asterisk?encodeURI(c).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):n(c),!i[s].test(u))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+u+'"');o+=l.prefix+u}}else o+=l}return o}}function L(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function F(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function R(e,t){return e.keys=t,e}function U(e){return e&&e.sensitive?"":"i"}function O(e,t,i){T(t)||(i=t||i,t=[]);for(var a=(i=i||{}).strict,o=!1!==i.end,r="",n=0;n<e.length;n++){var s=e[n];if("string"==typeof s)r+=L(s);else{var l=L(s.prefix),u="(?:"+s.pattern+")";t.push(s),s.repeat&&(u+="(?:"+l+u+")*"),r+=u=s.optional?s.partial?l+"("+u+")?":"(?:"+l+"("+u+"))?":l+"("+u+")"}}var c=L(i.delimiter||"/"),d=r.slice(-c.length)===c;return a||(r=(d?r.slice(0,-c.length):r)+"(?:"+c+"(?=$))?"),r+=o?"$":a&&d?"":"(?="+c+"|$)",R(new RegExp("^"+r,U(i)),t)}function N(e,t,i){return T(t)||(i=t||i,t=[]),i=i||{},e instanceof RegExp?function(e,t){var i=e.source.match(/\((?!\?)/g);if(i)for(var a=0;a<i.length;a++)t.push({name:a,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return R(e,t)}(e,t):T(e)?function(e,t,i){for(var a=[],o=0;o<e.length;o++)a.push(N(e[o],t,i).source);return R(new RegExp("(?:"+a.join("|")+")",U(i)),t)}(e,t,i):function(e,t,i){return O(D(e,i),t,i)}(e,t,i)}q.parse=S,q.compile=A,q.tokensToFunction=C,q.tokensToRegExp=P;var z=Object.create(null);function B(e,t,i){t=t||{};try{var a=z[e]||(z[e]=q.compile(e));return"string"==typeof t.pathMatch&&(t[0]=t.pathMatch),a(t,{pretty:!0})}catch(e){return""}finally{delete t[0]}}function H(e,t,i,o){var r="string"==typeof e?{path:e}:e;if(r._normalized)return r;if(r.name){var n=(r=a({},e)).params;return n&&"object"==typeof n&&(r.params=a({},n)),r}if(!r.path&&r.params&&t){(r=a({},r))._normalized=!0;var s=a(a({},t.params),r.params);if(t.name)r.name=t.name,r.params=s;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;r.path=B(l,s,t.path)}else 0;return r}var d=function(e){var t="",i="",a=e.indexOf("#");a>=0&&(t=e.slice(a),e=e.slice(0,a));var o=e.indexOf("?");return o>=0&&(i=e.slice(o+1),e=e.slice(0,o)),{path:e,query:i,hash:t}}(r.path||""),p=t&&t.path||"/",m=d.path?k(d.path,p,i||r.append):p,h=function(e,t,i){void 0===t&&(t={});var a,o=i||c;try{a=o(e||"")}catch(e){a={}}for(var r in t){var n=t[r];a[r]=Array.isArray(n)?n.map(u):u(n)}return a}(d.query,r.query,o&&o.options.parseQuery),f=r.hash||d.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:m,query:h,hash:f}}var W,Y=function(){},V={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(e){var t=this,i=this.$router,o=this.$route,r=i.resolve(this.to,o,this.append),n=r.location,s=r.route,l=r.href,u={},c=i.options.linkActiveClass,d=i.options.linkExactActiveClass,h=null==c?"router-link-active":c,f=null==d?"router-link-exact-active":d,g=null==this.activeClass?h:this.activeClass,b=null==this.exactActiveClass?f:this.exactActiveClass,w=s.redirectedFrom?m(null,H(s.redirectedFrom),null,i):s;u[b]=y(o,w),u[g]=this.exact?u[b]:function(e,t){return 0===e.path.replace(p,"/").indexOf(t.path.replace(p,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var i in t)if(!(i in e))return!1;return!0}(e.query,t.query)}(o,w);var v=u[b]?this.ariaCurrentValue:null,_=function(e){$(e)&&(t.replace?i.replace(n,Y):i.push(n,Y))},x={click:$};Array.isArray(this.event)?this.event.forEach((function(e){x[e]=_})):x[this.event]=_;var k={class:u},j=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:l,route:s,navigate:_,isActive:u[g],isExactActive:u[b]});if(j){if(1===j.length)return j[0];if(j.length>1||!j.length)return 0===j.length?e():e("span",{},j)}if("a"===this.tag)k.on=x,k.attrs={href:l,"aria-current":v};else{var T=G(this.$slots.default);if(T){T.isStatic=!1;var q=T.data=a({},T.data);for(var S in q.on=q.on||{},q.on){var A=q.on[S];S in x&&(q.on[S]=Array.isArray(A)?A:[A])}for(var C in x)C in q.on?q.on[C].push(x[C]):q.on[C]=_;var P=T.data.attrs=a({},T.data.attrs);P.href=l,P["aria-current"]=v}else k.on=x}return e(this.tag,k,this.$slots.default)}};function $(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function G(e){if(e)for(var t,i=0;i<e.length;i++){if("a"===(t=e[i]).tag)return t;if(t.children&&(t=G(t.children)))return t}}var K="undefined"!=typeof window;function J(e,t,i,a){var o=t||[],r=i||Object.create(null),n=a||Object.create(null);e.forEach((function(e){X(o,r,n,e)}));for(var s=0,l=o.length;s<l;s++)"*"===o[s]&&(o.push(o.splice(s,1)[0]),l--,s--);return{pathList:o,pathMap:r,nameMap:n}}function X(e,t,i,a,o,r){var n=a.path,s=a.name;var l=a.pathToRegexpOptions||{},u=function(e,t,i){i||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return j(t.path+"/"+e)}(n,o,l.strict);"boolean"==typeof a.caseSensitive&&(l.sensitive=a.caseSensitive);var c={path:u,regex:Q(u,l),components:a.components||{default:a.component},instances:{},enteredCbs:{},name:s,parent:o,matchAs:r,redirect:a.redirect,beforeEnter:a.beforeEnter,meta:a.meta||{},props:null==a.props?{}:a.components?a.props:{default:a.props}};if(a.children&&a.children.forEach((function(a){var o=r?j(r+"/"+a.path):void 0;X(e,t,i,a,c,o)})),t[c.path]||(e.push(c.path),t[c.path]=c),void 0!==a.alias)for(var d=Array.isArray(a.alias)?a.alias:[a.alias],p=0;p<d.length;++p){0;var m={path:d[p],children:a.children};X(e,t,i,m,o,c.path||"/")}s&&(i[s]||(i[s]=c))}function Q(e,t){return q(e,[],t)}function Z(e,t){var i=J(e),a=i.pathList,o=i.pathMap,r=i.nameMap;function n(e,i,n){var s=H(e,i,!1,t),u=s.name;if(u){var c=r[u];if(!c)return l(null,s);var d=c.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if("object"!=typeof s.params&&(s.params={}),i&&"object"==typeof i.params)for(var p in i.params)!(p in s.params)&&d.indexOf(p)>-1&&(s.params[p]=i.params[p]);return s.path=B(c.path,s.params),l(c,s,n)}if(s.path){s.params={};for(var m=0;m<a.length;m++){var h=a[m],f=o[h];if(ee(f.regex,s.path,s.params))return l(f,s,n)}}return l(null,s)}function s(e,i){var a=e.redirect,o="function"==typeof a?a(m(e,i,null,t)):a;if("string"==typeof o&&(o={path:o}),!o||"object"!=typeof o)return l(null,i);var s=o,u=s.name,c=s.path,d=i.query,p=i.hash,h=i.params;if(d=s.hasOwnProperty("query")?s.query:d,p=s.hasOwnProperty("hash")?s.hash:p,h=s.hasOwnProperty("params")?s.params:h,u){r[u];return n({_normalized:!0,name:u,query:d,hash:p,params:h},void 0,i)}if(c){var f=function(e,t){return k(e,t.parent?t.parent.path:"/",!0)}(c,e);return n({_normalized:!0,path:B(f,h),query:d,hash:p},void 0,i)}return l(null,i)}function l(e,i,a){return e&&e.redirect?s(e,a||i):e&&e.matchAs?function(e,t,i){var a=n({_normalized:!0,path:B(i,t.params)});if(a){var o=a.matched,r=o[o.length-1];return t.params=a.params,l(r,t)}return l(null,t)}(0,i,e.matchAs):m(e,i,a,t)}return{match:n,addRoutes:function(e){J(e,a,o,r)}}}function ee(e,t,i){var a=t.match(e);if(!a)return!1;if(!i)return!0;for(var o=1,r=a.length;o<r;++o){var n=e.keys[o-1];n&&(i[n.name||"pathMatch"]="string"==typeof a[o]?l(a[o]):a[o])}return!0}var te=K&&window.performance&&window.performance.now?window.performance:Date;function ie(){return te.now().toFixed(3)}var ae=ie();function oe(){return ae}function re(e){return ae=e}var ne=Object.create(null);function se(){"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual");var e=window.location.protocol+"//"+window.location.host,t=window.location.href.replace(e,""),i=a({},window.history.state);return i.key=oe(),window.history.replaceState(i,"",t),window.addEventListener("popstate",ce),function(){window.removeEventListener("popstate",ce)}}function le(e,t,i,a){if(e.app){var o=e.options.scrollBehavior;o&&e.app.$nextTick((function(){var r=function(){var e=oe();if(e)return ne[e]}(),n=o.call(e,t,i,a?r:null);n&&("function"==typeof n.then?n.then((function(e){fe(e,r)})).catch((function(e){0})):fe(n,r))}))}}function ue(){var e=oe();e&&(ne[e]={x:window.pageXOffset,y:window.pageYOffset})}function ce(e){ue(),e.state&&e.state.key&&re(e.state.key)}function de(e){return me(e.x)||me(e.y)}function pe(e){return{x:me(e.x)?e.x:window.pageXOffset,y:me(e.y)?e.y:window.pageYOffset}}function me(e){return"number"==typeof e}var he=/^#\d/;function fe(e,t){var i,a="object"==typeof e;if(a&&"string"==typeof e.selector){var o=he.test(e.selector)?document.getElementById(e.selector.slice(1)):document.querySelector(e.selector);if(o){var r=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var i=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{x:a.left-i.left-t.x,y:a.top-i.top-t.y}}(o,r={x:me((i=r).x)?i.x:0,y:me(i.y)?i.y:0})}else de(e)&&(t=pe(e))}else a&&de(e)&&(t=pe(e));t&&("scrollBehavior"in document.documentElement.style?window.scrollTo({left:t.x,top:t.y,behavior:e.behavior}):window.scrollTo(t.x,t.y))}var ge,be=K&&((-1===(ge=window.navigator.userAgent).indexOf("Android 2.")&&-1===ge.indexOf("Android 4.0")||-1===ge.indexOf("Mobile Safari")||-1!==ge.indexOf("Chrome")||-1!==ge.indexOf("Windows Phone"))&&window.history&&"function"==typeof window.history.pushState);function ye(e,t){ue();var i=window.history;try{if(t){var o=a({},i.state);o.key=oe(),i.replaceState(o,"",e)}else i.pushState({key:re(ie())},"",e)}catch(i){window.location[t?"replace":"assign"](e)}}function we(e){ye(e,!0)}function ve(e,t,i){var a=function(o){o>=e.length?i():e[o]?t(e[o],(function(){a(o+1)})):a(o+1)};a(0)}var _e={redirected:2,aborted:4,cancelled:8,duplicated:16};function xe(e,t){return je(e,t,_e.redirected,'Redirected when going from "'+e.fullPath+'" to "'+function(e){if("string"==typeof e)return e;if("path"in e)return e.path;var t={};return Te.forEach((function(i){i in e&&(t[i]=e[i])})),JSON.stringify(t,null,2)}(t)+'" via a navigation guard.')}function ke(e,t){return je(e,t,_e.cancelled,'Navigation cancelled from "'+e.fullPath+'" to "'+t.fullPath+'" with a new navigation.')}function je(e,t,i,a){var o=new Error(a);return o._isRouter=!0,o.from=e,o.to=t,o.type=i,o}var Te=["params","query","hash"];function qe(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}function Se(e,t){return qe(e)&&e._isRouter&&(null==t||e.type===t)}function Ae(e){return function(t,i,a){var o=!1,r=0,n=null;Ce(e,(function(e,t,i,s){if("function"==typeof e&&void 0===e.cid){o=!0,r++;var l,u=De((function(t){var o;((o=t).__esModule||Ie&&"Module"===o[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:W.extend(t),i.components[s]=t,--r<=0&&a()})),c=De((function(e){var t="Failed to resolve async component "+s+": "+e;n||(n=qe(e)?e:new Error(t),a(n))}));try{l=e(u,c)}catch(e){c(e)}if(l)if("function"==typeof l.then)l.then(u,c);else{var d=l.component;d&&"function"==typeof d.then&&d.then(u,c)}}})),o||a()}}function Ce(e,t){return Pe(e.map((function(e){return Object.keys(e.components).map((function(i){return t(e.components[i],e.instances[i],e,i)}))})))}function Pe(e){return Array.prototype.concat.apply([],e)}var Ie="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function De(e){var t=!1;return function(){for(var i=[],a=arguments.length;a--;)i[a]=arguments[a];if(!t)return t=!0,e.apply(this,i)}}var Ee=function(e,t){this.router=e,this.base=function(e){if(!e)if(K){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=f,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function Me(e,t,i,a){var o=Ce(e,(function(e,a,o,r){var n=function(e,t){"function"!=typeof e&&(e=W.extend(e));return e.options[t]}(e,t);if(n)return Array.isArray(n)?n.map((function(e){return i(e,a,o,r)})):i(n,a,o,r)}));return Pe(a?o.reverse():o)}function Le(e,t){if(t)return function(){return e.apply(t,arguments)}}Ee.prototype.listen=function(e){this.cb=e},Ee.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Ee.prototype.onError=function(e){this.errorCbs.push(e)},Ee.prototype.transitionTo=function(e,t,i){var a,o=this;try{a=this.router.match(e,this.current)}catch(e){throw this.errorCbs.forEach((function(t){t(e)})),e}var r=this.current;this.confirmTransition(a,(function(){o.updateRoute(a),t&&t(a),o.ensureURL(),o.router.afterHooks.forEach((function(e){e&&e(a,r)})),o.ready||(o.ready=!0,o.readyCbs.forEach((function(e){e(a)})))}),(function(e){i&&i(e),e&&!o.ready&&(Se(e,_e.redirected)&&r===f||(o.ready=!0,o.readyErrorCbs.forEach((function(t){t(e)}))))}))},Ee.prototype.confirmTransition=function(e,t,i){var a=this,o=this.current;this.pending=e;var r,n,s=function(e){!Se(e)&&qe(e)&&(a.errorCbs.length?a.errorCbs.forEach((function(t){t(e)})):console.error(e)),i&&i(e)},l=e.matched.length-1,u=o.matched.length-1;if(y(e,o)&&l===u&&e.matched[l]===o.matched[u])return this.ensureURL(),s(((n=je(r=o,e,_e.duplicated,'Avoided redundant navigation to current location: "'+r.fullPath+'".')).name="NavigationDuplicated",n));var c=function(e,t){var i,a=Math.max(e.length,t.length);for(i=0;i<a&&e[i]===t[i];i++);return{updated:t.slice(0,i),activated:t.slice(i),deactivated:e.slice(i)}}(this.current.matched,e.matched),d=c.updated,p=c.deactivated,m=c.activated,h=[].concat(function(e){return Me(e,"beforeRouteLeave",Le,!0)}(p),this.router.beforeHooks,function(e){return Me(e,"beforeRouteUpdate",Le)}(d),m.map((function(e){return e.beforeEnter})),Ae(m)),f=function(t,i){if(a.pending!==e)return s(ke(o,e));try{t(e,o,(function(t){!1===t?(a.ensureURL(!0),s(function(e,t){return je(e,t,_e.aborted,'Navigation aborted from "'+e.fullPath+'" to "'+t.fullPath+'" via a navigation guard.')}(o,e))):qe(t)?(a.ensureURL(!0),s(t)):"string"==typeof t||"object"==typeof t&&("string"==typeof t.path||"string"==typeof t.name)?(s(xe(o,e)),"object"==typeof t&&t.replace?a.replace(t):a.push(t)):i(t)}))}catch(e){s(e)}};ve(h,f,(function(){ve(function(e){return Me(e,"beforeRouteEnter",(function(e,t,i,a){return function(e,t,i){return function(a,o,r){return e(a,o,(function(e){"function"==typeof e&&(t.enteredCbs[i]||(t.enteredCbs[i]=[]),t.enteredCbs[i].push(e)),r(e)}))}}(e,i,a)}))}(m).concat(a.router.resolveHooks),f,(function(){if(a.pending!==e)return s(ke(o,e));a.pending=null,t(e),a.router.app&&a.router.app.$nextTick((function(){v(e)}))}))}))},Ee.prototype.updateRoute=function(e){this.current=e,this.cb&&this.cb(e)},Ee.prototype.setupListeners=function(){},Ee.prototype.teardown=function(){this.listeners.forEach((function(e){e()})),this.listeners=[],this.current=f,this.pending=null};var Fe=function(e){function t(t,i){e.call(this,t,i),this._startLocation=Re(this.base)}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router,i=t.options.scrollBehavior,a=be&&i;a&&this.listeners.push(se());var o=function(){var i=e.current,o=Re(e.base);e.current===f&&o===e._startLocation||e.transitionTo(o,(function(e){a&&le(t,e,i,!0)}))};window.addEventListener("popstate",o),this.listeners.push((function(){window.removeEventListener("popstate",o)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,i){var a=this,o=this.current;this.transitionTo(e,(function(e){ye(j(a.base+e.fullPath)),le(a.router,e,o,!1),t&&t(e)}),i)},t.prototype.replace=function(e,t,i){var a=this,o=this.current;this.transitionTo(e,(function(e){we(j(a.base+e.fullPath)),le(a.router,e,o,!1),t&&t(e)}),i)},t.prototype.ensureURL=function(e){if(Re(this.base)!==this.current.fullPath){var t=j(this.base+this.current.fullPath);e?ye(t):we(t)}},t.prototype.getCurrentLocation=function(){return Re(this.base)},t}(Ee);function Re(e){var t=window.location.pathname;return e&&0===t.toLowerCase().indexOf(e.toLowerCase())&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var Ue=function(e){function t(t,i,a){e.call(this,t,i),a&&function(e){var t=Re(e);if(!/^\/#/.test(t))return window.location.replace(j(e+"/#"+t)),!0}(this.base)||Oe()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router.options.scrollBehavior,i=be&&t;i&&this.listeners.push(se());var a=function(){var t=e.current;Oe()&&e.transitionTo(Ne(),(function(a){i&&le(e.router,a,t,!0),be||He(a.fullPath)}))},o=be?"popstate":"hashchange";window.addEventListener(o,a),this.listeners.push((function(){window.removeEventListener(o,a)}))}},t.prototype.push=function(e,t,i){var a=this,o=this.current;this.transitionTo(e,(function(e){Be(e.fullPath),le(a.router,e,o,!1),t&&t(e)}),i)},t.prototype.replace=function(e,t,i){var a=this,o=this.current;this.transitionTo(e,(function(e){He(e.fullPath),le(a.router,e,o,!1),t&&t(e)}),i)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ne()!==t&&(e?Be(t):He(t))},t.prototype.getCurrentLocation=function(){return Ne()},t}(Ee);function Oe(){var e=Ne();return"/"===e.charAt(0)||(He("/"+e),!1)}function Ne(){var e=window.location.href,t=e.indexOf("#");return t<0?"":e=e.slice(t+1)}function ze(e){var t=window.location.href,i=t.indexOf("#");return(i>=0?t.slice(0,i):t)+"#"+e}function Be(e){be?ye(ze(e)):window.location.hash=e}function He(e){be?we(ze(e)):window.location.replace(ze(e))}var We=function(e){function t(t,i){e.call(this,t,i),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,i){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index+1).concat(e),a.index++,t&&t(e)}),i)},t.prototype.replace=function(e,t,i){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index).concat(e),t&&t(e)}),i)},t.prototype.go=function(e){var t=this,i=this.index+e;if(!(i<0||i>=this.stack.length)){var a=this.stack[i];this.confirmTransition(a,(function(){var e=t.current;t.index=i,t.updateRoute(a),t.router.afterHooks.forEach((function(t){t&&t(a,e)}))}),(function(e){Se(e,_e.duplicated)&&(t.index=i)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Ee),Ye=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Z(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!be&&!1!==e.fallback,this.fallback&&(t="hash"),K||(t="abstract"),this.mode=t,t){case"history":this.history=new Fe(this,e.base);break;case"hash":this.history=new Ue(this,e.base,this.fallback);break;case"abstract":this.history=new We(this,e.base);break;default:0}},Ve={currentRoute:{configurable:!0}};function $e(e,t){return e.push(t),function(){var i=e.indexOf(t);i>-1&&e.splice(i,1)}}Ye.prototype.match=function(e,t,i){return this.matcher.match(e,t,i)},Ve.currentRoute.get=function(){return this.history&&this.history.current},Ye.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var i=t.apps.indexOf(e);i>-1&&t.apps.splice(i,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var i=this.history;if(i instanceof Fe||i instanceof Ue){var a=function(e){i.setupListeners(),function(e){var a=i.current,o=t.options.scrollBehavior;be&&o&&"fullPath"in e&&le(t,e,a,!1)}(e)};i.transitionTo(i.getCurrentLocation(),a,a)}i.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},Ye.prototype.beforeEach=function(e){return $e(this.beforeHooks,e)},Ye.prototype.beforeResolve=function(e){return $e(this.resolveHooks,e)},Ye.prototype.afterEach=function(e){return $e(this.afterHooks,e)},Ye.prototype.onReady=function(e,t){this.history.onReady(e,t)},Ye.prototype.onError=function(e){this.history.onError(e)},Ye.prototype.push=function(e,t,i){var a=this;if(!t&&!i&&"undefined"!=typeof Promise)return new Promise((function(t,i){a.history.push(e,t,i)}));this.history.push(e,t,i)},Ye.prototype.replace=function(e,t,i){var a=this;if(!t&&!i&&"undefined"!=typeof Promise)return new Promise((function(t,i){a.history.replace(e,t,i)}));this.history.replace(e,t,i)},Ye.prototype.go=function(e){this.history.go(e)},Ye.prototype.back=function(){this.go(-1)},Ye.prototype.forward=function(){this.go(1)},Ye.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},Ye.prototype.resolve=function(e,t,i){var a=H(e,t=t||this.history.current,i,this),o=this.match(a,t),r=o.redirectedFrom||o.fullPath;return{location:a,route:o,href:function(e,t,i){var a="hash"===i?"#"+t:t;return e?j(e+"/"+a):a}(this.history.base,r,this.mode),normalizedTo:a,resolved:o}},Ye.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==f&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Ye.prototype,Ve),Ye.install=function e(t){if(!e.installed||W!==t){e.installed=!0,W=t;var i=function(e){return void 0!==e},a=function(e,t){var a=e.$options._parentVnode;i(a)&&i(a=a.data)&&i(a=a.registerRouteInstance)&&a(e,t)};t.mixin({beforeCreate:function(){i(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,a(this,this)},destroyed:function(){a(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",_),t.component("RouterLink",V);var o=t.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},Ye.version="3.4.9",Ye.isNavigationFailure=Se,Ye.NavigationFailureType=_e,K&&window.Vue&&window.Vue.use(Ye);const Ge=Ye},1014:e=>{e.exports=function(e){var t={};function i(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=e,i.c=t,i.d=function(e,t,a){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)i.d(a,o,function(t){return e[t]}.bind(null,o));return a},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s="fb15")}({"00ee":function(e,t,i){var a={};a[i("b622")("toStringTag")]="z",e.exports="[object z]"===String(a)},"0366":function(e,t,i){var a=i("1c0b");e.exports=function(e,t,i){if(a(e),void 0===t)return e;switch(i){case 0:return function(){return e.call(t)};case 1:return function(i){return e.call(t,i)};case 2:return function(i,a){return e.call(t,i,a)};case 3:return function(i,a,o){return e.call(t,i,a,o)}}return function(){return e.apply(t,arguments)}}},"057f":function(e,t,i){var a=i("fc6a"),o=i("241c").f,r={}.toString,n="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return n&&"[object Window]"==r.call(e)?function(e){try{return o(e)}catch(e){return n.slice()}}(e):o(a(e))}},"06cf":function(e,t,i){var a=i("83ab"),o=i("d1e7"),r=i("5c6c"),n=i("fc6a"),s=i("c04e"),l=i("5135"),u=i("0cfb"),c=Object.getOwnPropertyDescriptor;t.f=a?c:function(e,t){if(e=n(e),t=s(t,!0),u)try{return c(e,t)}catch(e){}if(l(e,t))return r(!o.f.call(e,t),e[t])}},"0cfb":function(e,t,i){var a=i("83ab"),o=i("d039"),r=i("cc12");e.exports=!a&&!o((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},"0d03":function(e,t,i){var a=i("6eeb"),o=Date.prototype,r="Invalid Date",n="toString",s=o.toString,l=o.getTime;new Date(NaN)+""!=r&&a(o,n,(function(){var e=l.call(this);return e==e?s.call(this):r}))},"0df6":function(e,t,i){},"159b":function(e,t,i){var a=i("da84"),o=i("fdbc"),r=i("17c2"),n=i("9112");for(var s in o){var l=a[s],u=l&&l.prototype;if(u&&u.forEach!==r)try{n(u,"forEach",r)}catch(e){u.forEach=r}}},"17c2":function(e,t,i){"use strict";var a=i("b727").forEach,o=i("a640"),r=i("ae40"),n=o("forEach"),s=r("forEach");e.exports=n&&s?[].forEach:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}},"1be4":function(e,t,i){var a=i("d066");e.exports=a("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c6c":function(e,t,i){},"1c7e":function(e,t,i){var a=i("b622")("iterator"),o=!1;try{var r=0,n={next:function(){return{done:!!r++}},return:function(){o=!0}};n[a]=function(){return this},Array.from(n,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var i=!1;try{var r={};r[a]=function(){return{next:function(){return{done:i=!0}}}},e(r)}catch(e){}return i}},"1d1c":function(e,t,i){var a=i("23e7"),o=i("83ab");a({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperties:i("37e8")})},"1d80":function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},"1dde":function(e,t,i){var a=i("d039"),o=i("b622"),r=i("2d00"),n=o("species");e.exports=function(e){return r>=51||!a((function(){var t=[];return(t.constructor={})[n]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},"23cb":function(e,t,i){var a=i("a691"),o=Math.max,r=Math.min;e.exports=function(e,t){var i=a(e);return i<0?o(i+t,0):r(i,t)}},"23e7":function(e,t,i){var a=i("da84"),o=i("06cf").f,r=i("9112"),n=i("6eeb"),s=i("ce4e"),l=i("e893"),u=i("94ca");e.exports=function(e,t){var i,c,d,p,m,h=e.target,f=e.global,g=e.stat;if(i=f?a:g?a[h]||s(h,{}):(a[h]||{}).prototype)for(c in t){if(p=t[c],d=e.noTargetGet?(m=o(i,c))&&m.value:i[c],!u(f?c:h+(g?".":"#")+c,e.forced)&&void 0!==d){if(typeof p==typeof d)continue;l(p,d)}(e.sham||d&&d.sham)&&r(p,"sham",!0),n(i,c,p,e)}}},"241c":function(e,t,i){var a=i("ca84"),o=i("7839").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,o)}},"25f0":function(e,t,i){"use strict";var a=i("6eeb"),o=i("825a"),r=i("d039"),n=i("ad6d"),s="toString",l=RegExp.prototype,u=l.toString,c=r((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),d=u.name!=s;(c||d)&&a(RegExp.prototype,s,(function(){var e=o(this),t=String(e.source),i=e.flags;return"/"+t+"/"+String(void 0===i&&e instanceof RegExp&&!("flags"in l)?n.call(e):i)}),{unsafe:!0})},"277d":function(e,t,i){i("23e7")({target:"Array",stat:!0},{isArray:i("e8b5")})},"2d00":function(e,t,i){var a,o,r=i("da84"),n=i("342f"),s=r.process,l=s&&s.versions,u=l&&l.v8;u?o=(a=u.split("."))[0]+a[1]:n&&(!(a=n.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=n.match(/Chrome\/(\d+)/))&&(o=a[1]),e.exports=o&&+o},"342f":function(e,t,i){var a=i("d066");e.exports=a("navigator","userAgent")||""},"35a1":function(e,t,i){var a=i("f5df"),o=i("3f8c"),r=i("b622")("iterator");e.exports=function(e){if(null!=e)return e[r]||e["@@iterator"]||o[a(e)]}},"37e8":function(e,t,i){var a=i("83ab"),o=i("9bf2"),r=i("825a"),n=i("df75");e.exports=a?Object.defineProperties:function(e,t){r(e);for(var i,a=n(t),s=a.length,l=0;s>l;)o.f(e,i=a[l++],t[i]);return e}},"3bbe":function(e,t,i){var a=i("861d");e.exports=function(e){if(!a(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3ca3":function(e,t,i){"use strict";var a=i("6547").charAt,o=i("69f3"),r=i("7dd0"),n="String Iterator",s=o.set,l=o.getterFor(n);r(String,"String",(function(e){s(this,{type:n,string:String(e),index:0})}),(function(){var e,t=l(this),i=t.string,o=t.index;return o>=i.length?{value:void 0,done:!0}:(e=a(i,o),t.index+=e.length,{value:e,done:!1})}))},"3d02":function(e,t,i){},"3f8c":function(e,t){e.exports={}},4160:function(e,t,i){"use strict";var a=i("23e7"),o=i("17c2");a({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},"428f":function(e,t,i){var a=i("da84");e.exports=a},"44ad":function(e,t,i){var a=i("d039"),o=i("c6b6"),r="".split;e.exports=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?r.call(e,""):Object(e)}:Object},"44d2":function(e,t,i){var a=i("b622"),o=i("7c73"),r=i("9bf2"),n=a("unscopables"),s=Array.prototype;null==s[n]&&r.f(s,n,{configurable:!0,value:o(null)}),e.exports=function(e){s[n][e]=!0}},4930:function(e,t,i){var a=i("d039");e.exports=!!Object.getOwnPropertySymbols&&!a((function(){return!String(Symbol())}))},"49b2":function(e,t,i){},"4d64":function(e,t,i){var a=i("fc6a"),o=i("50c4"),r=i("23cb"),n=function(e){return function(t,i,n){var s,l=a(t),u=o(l.length),c=r(n,u);if(e&&i!=i){for(;u>c;)if((s=l[c++])!=s)return!0}else for(;u>c;c++)if((e||c in l)&&l[c]===i)return e||c||0;return!e&&-1}};e.exports={includes:n(!0),indexOf:n(!1)}},"4de4":function(e,t,i){"use strict";var a=i("23e7"),o=i("b727").filter,r=i("1dde"),n=i("ae40"),s=r("filter"),l=n("filter");a({target:"Array",proto:!0,forced:!s||!l},{filter:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(e,t,i){"use strict";var a=i("0366"),o=i("7b0b"),r=i("9bdd"),n=i("e95a"),s=i("50c4"),l=i("8418"),u=i("35a1");e.exports=function(e){var t,i,c,d,p,m,h=o(e),f="function"==typeof this?this:Array,g=arguments.length,b=g>1?arguments[1]:void 0,y=void 0!==b,w=u(h),v=0;if(y&&(b=a(b,g>2?arguments[2]:void 0,2)),null==w||f==Array&&n(w))for(i=new f(t=s(h.length));t>v;v++)m=y?b(h[v],v):h[v],l(i,v,m);else for(p=(d=w.call(h)).next,i=new f;!(c=p.call(d)).done;v++)m=y?r(d,b,[c.value,v],!0):c.value,l(i,v,m);return i.length=v,i}},"4e6f":function(e,t,i){},"4fad":function(e,t,i){var a=i("23e7"),o=i("6f53").entries;a({target:"Object",stat:!0},{entries:function(e){return o(e)}})},"50c4":function(e,t,i){var a=i("a691"),o=Math.min;e.exports=function(e){return e>0?o(a(e),9007199254740991):0}},5135:function(e,t){var i={}.hasOwnProperty;e.exports=function(e,t){return i.call(e,t)}},5692:function(e,t,i){var a=i("c430"),o=i("c6cd");(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:a?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(e,t,i){var a=i("d066"),o=i("241c"),r=i("7418"),n=i("825a");e.exports=a("Reflect","ownKeys")||function(e){var t=o.f(n(e)),i=r.f;return i?t.concat(i(e)):t}},5899:function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"58a8":function(e,t,i){var a=i("1d80"),o="["+i("5899")+"]",r=RegExp("^"+o+o+"*"),n=RegExp(o+o+"*$"),s=function(e){return function(t){var i=String(a(t));return 1&e&&(i=i.replace(r,"")),2&e&&(i=i.replace(n,"")),i}};e.exports={start:s(1),end:s(2),trim:s(3)}},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},"64c0":function(e,t,i){},6547:function(e,t,i){var a=i("a691"),o=i("1d80"),r=function(e){return function(t,i){var r,n,s=String(o(t)),l=a(i),u=s.length;return l<0||l>=u?e?"":void 0:(r=s.charCodeAt(l))<55296||r>56319||l+1===u||(n=s.charCodeAt(l+1))<56320||n>57343?e?s.charAt(l):r:e?s.slice(l,l+2):n-56320+(r-55296<<10)+65536}};e.exports={codeAt:r(!1),charAt:r(!0)}},"65f0":function(e,t,i){var a=i("861d"),o=i("e8b5"),r=i("b622")("species");e.exports=function(e,t){var i;return o(e)&&("function"!=typeof(i=e.constructor)||i!==Array&&!o(i.prototype)?a(i)&&null===(i=i[r])&&(i=void 0):i=void 0),new(void 0===i?Array:i)(0===t?0:t)}},"69f3":function(e,t,i){var a,o,r,n=i("7f9a"),s=i("da84"),l=i("861d"),u=i("9112"),c=i("5135"),d=i("f772"),p=i("d012"),m=s.WeakMap;if(n){var h=new m,f=h.get,g=h.has,b=h.set;a=function(e,t){return b.call(h,e,t),t},o=function(e){return f.call(h,e)||{}},r=function(e){return g.call(h,e)}}else{var y=d("state");p[y]=!0,a=function(e,t){return u(e,y,t),t},o=function(e){return c(e,y)?e[y]:{}},r=function(e){return c(e,y)}}e.exports={set:a,get:o,has:r,enforce:function(e){return r(e)?o(e):a(e,{})},getterFor:function(e){return function(t){var i;if(!l(t)||(i=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return i}}}},"6eeb":function(e,t,i){var a=i("da84"),o=i("9112"),r=i("5135"),n=i("ce4e"),s=i("8925"),l=i("69f3"),u=l.get,c=l.enforce,d=String(String).split("String");(e.exports=function(e,t,i,s){var l=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof i&&("string"!=typeof t||r(i,"name")||o(i,"name",t),c(i).source=d.join("string"==typeof t?t:"")),e!==a?(l?!p&&e[t]&&(u=!0):delete e[t],u?e[t]=i:o(e,t,i)):u?e[t]=i:n(t,i)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},"6f53":function(e,t,i){var a=i("83ab"),o=i("df75"),r=i("fc6a"),n=i("d1e7").f,s=function(e){return function(t){for(var i,s=r(t),l=o(s),u=l.length,c=0,d=[];u>c;)i=l[c++],a&&!n.call(s,i)||d.push(e?[i,s[i]]:s[i]);return d}};e.exports={entries:s(!0),values:s(!1)}},7156:function(e,t,i){var a=i("861d"),o=i("d2bb");e.exports=function(e,t,i){var r,n;return o&&"function"==typeof(r=t.constructor)&&r!==i&&a(n=r.prototype)&&n!==i.prototype&&o(e,n),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,i){var a=i("428f"),o=i("5135"),r=i("e538"),n=i("9bf2").f;e.exports=function(e){var t=a.Symbol||(a.Symbol={});o(t,e)||n(t,e,{value:r.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7a82":function(e,t,i){var a=i("23e7"),o=i("83ab");a({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:i("9bf2").f})},"7b0b":function(e,t,i){var a=i("1d80");e.exports=function(e){return Object(a(e))}},"7c73":function(e,t,i){var a,o=i("825a"),r=i("37e8"),n=i("7839"),s=i("d012"),l=i("1be4"),u=i("cc12"),c=i("f772"),d=c("IE_PROTO"),p=function(){},m=function(e){return"<script>"+e+"</"+"script>"},h=function(){try{a=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;h=a?function(e){e.write(m("")),e.close();var t=e.parentWindow.Object;return e=null,t}(a):((t=u("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(m("document.F=Object")),e.close(),e.F);for(var i=n.length;i--;)delete h.prototype[n[i]];return h()};s[d]=!0,e.exports=Object.create||function(e,t){var i;return null!==e?(p.prototype=o(e),i=new p,p.prototype=null,i[d]=e):i=h(),void 0===t?i:r(i,t)}},"7db0":function(e,t,i){"use strict";var a=i("23e7"),o=i("b727").find,r=i("44d2"),n=i("ae40"),s="find",l=!0,u=n(s);s in[]&&Array(1).find((function(){l=!1})),a({target:"Array",proto:!0,forced:l||!u},{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),r(s)},"7dd0":function(e,t,i){"use strict";var a=i("23e7"),o=i("9ed3"),r=i("e163"),n=i("d2bb"),s=i("d44e"),l=i("9112"),u=i("6eeb"),c=i("b622"),d=i("c430"),p=i("3f8c"),m=i("ae93"),h=m.IteratorPrototype,f=m.BUGGY_SAFARI_ITERATORS,g=c("iterator"),b="keys",y="values",w="entries",v=function(){return this};e.exports=function(e,t,i,c,m,_,x){o(i,t,c);var k,j,T,q=function(e){if(e===m&&I)return I;if(!f&&e in C)return C[e];switch(e){case b:case y:case w:return function(){return new i(this,e)}}return function(){return new i(this)}},S=t+" Iterator",A=!1,C=e.prototype,P=C[g]||C["@@iterator"]||m&&C[m],I=!f&&P||q(m),D="Array"==t&&C.entries||P;if(D&&(k=r(D.call(new e)),h!==Object.prototype&&k.next&&(d||r(k)===h||(n?n(k,h):"function"!=typeof k[g]&&l(k,g,v)),s(k,S,!0,!0),d&&(p[S]=v))),m==y&&P&&P.name!==y&&(A=!0,I=function(){return P.call(this)}),d&&!x||C[g]===I||l(C,g,I),p[t]=I,m)if(j={values:q(y),keys:_?I:q(b),entries:q(w)},x)for(T in j)(f||A||!(T in C))&&u(C,T,j[T]);else a({target:t,proto:!0,forced:f||A},j);return j}},"7f9a":function(e,t,i){var a=i("da84"),o=i("8925"),r=a.WeakMap;e.exports="function"==typeof r&&/native code/.test(o(r))},"825a":function(e,t,i){var a=i("861d");e.exports=function(e){if(!a(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,i){var a=i("d039");e.exports=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,i){"use strict";var a=i("c04e"),o=i("9bf2"),r=i("5c6c");e.exports=function(e,t,i){var n=a(t);n in e?o.f(e,n,r(0,i)):e[n]=i}},"861d":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},8875:function(e,t,i){var a,o,r;"undefined"!=typeof self&&self,o=[],void 0===(r="function"==typeof(a=function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(e){var i,a,o,r=/@([^@]*):(\d+):(\d+)\s*$/gi,n=/.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e.stack)||r.exec(e.stack),s=n&&n[1]||!1,l=n&&n[2]||!1,u=document.location.href.replace(document.location.hash,""),c=document.getElementsByTagName("script");s===u&&(i=document.documentElement.outerHTML,a=new RegExp("(?:[^\\n]+?\\n){0,"+(l-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),o=i.replace(a,"$1").trim());for(var d=0;d<c.length;d++){if("interactive"===c[d].readyState)return c[d];if(c[d].src===s)return c[d];if(s===u&&c[d].innerHTML&&c[d].innerHTML.trim()===o)return c[d]}return null}}return e})?a.apply(t,o):a)||(e.exports=r)},8925:function(e,t,i){var a=i("c6cd"),o=Function.toString;"function"!=typeof a.inspectSource&&(a.inspectSource=function(e){return o.call(e)}),e.exports=a.inspectSource},"90e3":function(e,t){var i=0,a=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++i+a).toString(36)}},9112:function(e,t,i){var a=i("83ab"),o=i("9bf2"),r=i("5c6c");e.exports=a?function(e,t,i){return o.f(e,t,r(1,i))}:function(e,t,i){return e[t]=i,e}},9455:function(e,t,i){},"94ca":function(e,t,i){var a=i("d039"),o=/#|\.prototype\./,r=function(e,t){var i=s[n(e)];return i==u||i!=l&&("function"==typeof t?a(t):!!t)},n=r.normalize=function(e){return String(e).replace(o,".").toLowerCase()},s=r.data={},l=r.NATIVE="N",u=r.POLYFILL="P";e.exports=r},"9bdd":function(e,t,i){var a=i("825a");e.exports=function(e,t,i,o){try{return o?t(a(i)[0],i[1]):t(i)}catch(t){var r=e.return;throw void 0!==r&&a(r.call(e)),t}}},"9bf2":function(e,t,i){var a=i("83ab"),o=i("0cfb"),r=i("825a"),n=i("c04e"),s=Object.defineProperty;t.f=a?s:function(e,t,i){if(r(e),t=n(t,!0),r(i),o)try{return s(e,t,i)}catch(e){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(e[t]=i.value),e}},"9ed3":function(e,t,i){"use strict";var a=i("ae93").IteratorPrototype,o=i("7c73"),r=i("5c6c"),n=i("d44e"),s=i("3f8c"),l=function(){return this};e.exports=function(e,t,i){var u=t+" Iterator";return e.prototype=o(a,{next:r(1,i)}),n(e,u,!1,!0),s[u]=l,e}},a4d3:function(e,t,i){"use strict";var a=i("23e7"),o=i("da84"),r=i("d066"),n=i("c430"),s=i("83ab"),l=i("4930"),u=i("fdbf"),c=i("d039"),d=i("5135"),p=i("e8b5"),m=i("861d"),h=i("825a"),f=i("7b0b"),g=i("fc6a"),b=i("c04e"),y=i("5c6c"),w=i("7c73"),v=i("df75"),_=i("241c"),x=i("057f"),k=i("7418"),j=i("06cf"),T=i("9bf2"),q=i("d1e7"),S=i("9112"),A=i("6eeb"),C=i("5692"),P=i("f772"),I=i("d012"),D=i("90e3"),E=i("b622"),M=i("e538"),L=i("746f"),F=i("d44e"),R=i("69f3"),U=i("b727").forEach,O=P("hidden"),N="Symbol",z=E("toPrimitive"),B=R.set,H=R.getterFor(N),W=Object.prototype,Y=o.Symbol,V=r("JSON","stringify"),$=j.f,G=T.f,K=x.f,J=q.f,X=C("symbols"),Q=C("op-symbols"),Z=C("string-to-symbol-registry"),ee=C("symbol-to-string-registry"),te=C("wks"),ie=o.QObject,ae=!ie||!ie.prototype||!ie.prototype.findChild,oe=s&&c((function(){return 7!=w(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a}))?function(e,t,i){var a=$(W,t);a&&delete W[t],G(e,t,i),a&&e!==W&&G(W,t,a)}:G,re=function(e,t){var i=X[e]=w(Y.prototype);return B(i,{type:N,tag:e,description:t}),s||(i.description=t),i},ne=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof Y},se=function(e,t,i){e===W&&se(Q,t,i),h(e);var a=b(t,!0);return h(i),d(X,a)?(i.enumerable?(d(e,O)&&e[O][a]&&(e[O][a]=!1),i=w(i,{enumerable:y(0,!1)})):(d(e,O)||G(e,O,y(1,{})),e[O][a]=!0),oe(e,a,i)):G(e,a,i)},le=function(e,t){h(e);var i=g(t),a=v(i).concat(pe(i));return U(a,(function(t){s&&!ue.call(i,t)||se(e,t,i[t])})),e},ue=function(e){var t=b(e,!0),i=J.call(this,t);return!(this===W&&d(X,t)&&!d(Q,t))&&(!(i||!d(this,t)||!d(X,t)||d(this,O)&&this[O][t])||i)},ce=function(e,t){var i=g(e),a=b(t,!0);if(i!==W||!d(X,a)||d(Q,a)){var o=$(i,a);return!o||!d(X,a)||d(i,O)&&i[O][a]||(o.enumerable=!0),o}},de=function(e){var t=K(g(e)),i=[];return U(t,(function(e){d(X,e)||d(I,e)||i.push(e)})),i},pe=function(e){var t=e===W,i=K(t?Q:g(e)),a=[];return U(i,(function(e){!d(X,e)||t&&!d(W,e)||a.push(X[e])})),a};(l||(A((Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=D(e),i=function(e){this===W&&i.call(Q,e),d(this,O)&&d(this[O],t)&&(this[O][t]=!1),oe(this,t,y(1,e))};return s&&ae&&oe(W,t,{configurable:!0,set:i}),re(t,e)}).prototype,"toString",(function(){return H(this).tag})),A(Y,"withoutSetter",(function(e){return re(D(e),e)})),q.f=ue,T.f=se,j.f=ce,_.f=x.f=de,k.f=pe,M.f=function(e){return re(E(e),e)},s&&(G(Y.prototype,"description",{configurable:!0,get:function(){return H(this).description}}),n||A(W,"propertyIsEnumerable",ue,{unsafe:!0}))),a({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:Y}),U(v(te),(function(e){L(e)})),a({target:N,stat:!0,forced:!l},{for:function(e){var t=String(e);if(d(Z,t))return Z[t];var i=Y(t);return Z[t]=i,ee[i]=t,i},keyFor:function(e){if(!ne(e))throw TypeError(e+" is not a symbol");if(d(ee,e))return ee[e]},useSetter:function(){ae=!0},useSimple:function(){ae=!1}}),a({target:"Object",stat:!0,forced:!l,sham:!s},{create:function(e,t){return void 0===t?w(e):le(w(e),t)},defineProperty:se,defineProperties:le,getOwnPropertyDescriptor:ce}),a({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:de,getOwnPropertySymbols:pe}),a({target:"Object",stat:!0,forced:c((function(){k.f(1)}))},{getOwnPropertySymbols:function(e){return k.f(f(e))}}),V)&&a({target:"JSON",stat:!0,forced:!l||c((function(){var e=Y();return"[null]"!=V([e])||"{}"!=V({a:e})||"{}"!=V(Object(e))}))},{stringify:function(e,t,i){for(var a,o=[e],r=1;arguments.length>r;)o.push(arguments[r++]);if(a=t,(m(t)||void 0!==e)&&!ne(e))return p(t)||(t=function(e,t){if("function"==typeof a&&(t=a.call(this,e,t)),!ne(t))return t}),o[1]=t,V.apply(null,o)}});Y.prototype[z]||S(Y.prototype,z,Y.prototype.valueOf),F(Y,N),I[O]=!0},a630:function(e,t,i){var a=i("23e7"),o=i("4df4");a({target:"Array",stat:!0,forced:!i("1c7e")((function(e){Array.from(e)}))},{from:o})},a640:function(e,t,i){"use strict";var a=i("d039");e.exports=function(e,t){var i=[][e];return!!i&&a((function(){i.call(null,t||function(){throw 1},1)}))}},a691:function(e,t){var i=Math.ceil,a=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?a:i)(e)}},a9e3:function(e,t,i){"use strict";var a=i("83ab"),o=i("da84"),r=i("94ca"),n=i("6eeb"),s=i("5135"),l=i("c6b6"),u=i("7156"),c=i("c04e"),d=i("d039"),p=i("7c73"),m=i("241c").f,h=i("06cf").f,f=i("9bf2").f,g=i("58a8").trim,b="Number",y=o.Number,w=y.prototype,v=l(p(w))==b,_=function(e){var t,i,a,o,r,n,s,l,u=c(e,!1);if("string"==typeof u&&u.length>2)if(43===(t=(u=g(u)).charCodeAt(0))||45===t){if(88===(i=u.charCodeAt(2))||120===i)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:a=2,o=49;break;case 79:case 111:a=8,o=55;break;default:return+u}for(n=(r=u.slice(2)).length,s=0;s<n;s++)if((l=r.charCodeAt(s))<48||l>o)return NaN;return parseInt(r,a)}return+u};if(r(b,!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var x,k=function(e){var t=arguments.length<1?0:e,i=this;return i instanceof k&&(v?d((function(){w.valueOf.call(i)})):l(i)!=b)?u(new y(_(t)),i,k):_(t)},j=a?m(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),T=0;j.length>T;T++)s(y,x=j[T])&&!s(k,x)&&f(k,x,h(y,x));k.prototype=w,w.constructor=k,n(o,b,k)}},ad6d:function(e,t,i){"use strict";var a=i("825a");e.exports=function(){var e=a(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},ae40:function(e,t,i){var a=i("83ab"),o=i("d039"),r=i("5135"),n=Object.defineProperty,s={},l=function(e){throw e};e.exports=function(e,t){if(r(s,e))return s[e];t||(t={});var i=[][e],u=!!r(t,"ACCESSORS")&&t.ACCESSORS,c=r(t,0)?t[0]:l,d=r(t,1)?t[1]:void 0;return s[e]=!!i&&!o((function(){if(u&&!a)return!0;var e={length:-1};u?n(e,1,{enumerable:!0,get:l}):e[1]=1,i.call(e,c,d)}))}},ae93:function(e,t,i){"use strict";var a,o,r,n=i("e163"),s=i("9112"),l=i("5135"),u=i("b622"),c=i("c430"),d=u("iterator"),p=!1;[].keys&&("next"in(r=[].keys())?(o=n(n(r)))!==Object.prototype&&(a=o):p=!0),null==a&&(a={}),c||l(a,d)||s(a,d,(function(){return this})),e.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:p}},b041:function(e,t,i){"use strict";var a=i("00ee"),o=i("f5df");e.exports=a?{}.toString:function(){return"[object "+o(this)+"]"}},b0c0:function(e,t,i){var a=i("83ab"),o=i("9bf2").f,r=Function.prototype,n=r.toString,s=/^\s*function ([^ (]*)/,l="name";a&&!(l in r)&&o(r,l,{configurable:!0,get:function(){try{return n.call(this).match(s)[1]}catch(e){return""}}})},b622:function(e,t,i){var a=i("da84"),o=i("5692"),r=i("5135"),n=i("90e3"),s=i("4930"),l=i("fdbf"),u=o("wks"),c=a.Symbol,d=l?c:c&&c.withoutSetter||n;e.exports=function(e){return r(u,e)||(s&&r(c,e)?u[e]=c[e]:u[e]=d("Symbol."+e)),u[e]}},b64b:function(e,t,i){var a=i("23e7"),o=i("7b0b"),r=i("df75");a({target:"Object",stat:!0,forced:i("d039")((function(){r(1)}))},{keys:function(e){return r(o(e))}})},b727:function(e,t,i){var a=i("0366"),o=i("44ad"),r=i("7b0b"),n=i("50c4"),s=i("65f0"),l=[].push,u=function(e){var t=1==e,i=2==e,u=3==e,c=4==e,d=6==e,p=5==e||d;return function(m,h,f,g){for(var b,y,w=r(m),v=o(w),_=a(h,f,3),x=n(v.length),k=0,j=g||s,T=t?j(m,x):i?j(m,0):void 0;x>k;k++)if((p||k in v)&&(y=_(b=v[k],k,w),e))if(t)T[k]=y;else if(y)switch(e){case 3:return!0;case 5:return b;case 6:return k;case 2:l.call(T,b)}else if(c)return!1;return d?-1:u||c?c:T}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},c04e:function(e,t,i){var a=i("861d");e.exports=function(e,t){if(!a(e))return e;var i,o;if(t&&"function"==typeof(i=e.toString)&&!a(o=i.call(e)))return o;if("function"==typeof(i=e.valueOf)&&!a(o=i.call(e)))return o;if(!t&&"function"==typeof(i=e.toString)&&!a(o=i.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},c430:function(e,t){e.exports=!1},c6b6:function(e,t){var i={}.toString;e.exports=function(e){return i.call(e).slice(8,-1)}},c6cd:function(e,t,i){var a=i("da84"),o=i("ce4e"),r="__core-js_shared__",n=a[r]||o(r,{});e.exports=n},c8ba:function(e,t){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(e){"object"==typeof window&&(i=window)}e.exports=i},ca84:function(e,t,i){var a=i("5135"),o=i("fc6a"),r=i("4d64").indexOf,n=i("d012");e.exports=function(e,t){var i,s=o(e),l=0,u=[];for(i in s)!a(n,i)&&a(s,i)&&u.push(i);for(;t.length>l;)a(s,i=t[l++])&&(~r(u,i)||u.push(i));return u}},cc12:function(e,t,i){var a=i("da84"),o=i("861d"),r=a.document,n=o(r)&&o(r.createElement);e.exports=function(e){return n?r.createElement(e):{}}},ce4e:function(e,t,i){var a=i("da84"),o=i("9112");e.exports=function(e,t){try{o(a,e,t)}catch(i){a[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},d066:function(e,t,i){var a=i("428f"),o=i("da84"),r=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?r(a[e])||r(o[e]):a[e]&&a[e][t]||o[e]&&o[e][t]}},d1e7:function(e,t,i){"use strict";var a={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,r=o&&!a.call({1:2},1);t.f=r?function(e){var t=o(this,e);return!!t&&t.enumerable}:a},d28b:function(e,t,i){i("746f")("iterator")},d2bb:function(e,t,i){var a=i("825a"),o=i("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,i={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(i,[]),t=i instanceof Array}catch(e){}return function(i,r){return a(i),o(r),t?e.call(i,r):i.__proto__=r,i}}():void 0)},d3b7:function(e,t,i){var a=i("00ee"),o=i("6eeb"),r=i("b041");a||o(Object.prototype,"toString",r,{unsafe:!0})},d44e:function(e,t,i){var a=i("9bf2").f,o=i("5135"),r=i("b622")("toStringTag");e.exports=function(e,t,i){e&&!o(e=i?e:e.prototype,r)&&a(e,r,{configurable:!0,value:t})}},da81:function(e,t,i){(function(e,i){var a="__lodash_hash_undefined__",o=9007199254740991,r="[object Arguments]",n="[object Function]",s="[object Object]",l=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,c={};c["[object Float32Array]"]=c["[object Float64Array]"]=c["[object Int8Array]"]=c["[object Int16Array]"]=c["[object Int32Array]"]=c["[object Uint8Array]"]=c["[object Uint8ClampedArray]"]=c["[object Uint16Array]"]=c["[object Uint32Array]"]=!0,c[r]=c["[object Array]"]=c["[object ArrayBuffer]"]=c["[object Boolean]"]=c["[object DataView]"]=c["[object Date]"]=c["[object Error]"]=c[n]=c["[object Map]"]=c["[object Number]"]=c[s]=c["[object RegExp]"]=c["[object Set]"]=c["[object String]"]=c["[object WeakMap]"]=!1;var d="object"==typeof e&&e&&e.Object===Object&&e,p="object"==typeof self&&self&&self.Object===Object&&self,m=d||p||Function("return this")(),h=t&&!t.nodeType&&t,f=h&&"object"==typeof i&&i&&!i.nodeType&&i,g=f&&f.exports===h,b=g&&d.process,y=function(){try{var e=f&&f.require&&f.require("util").types;return e||b&&b.binding&&b.binding("util")}catch(e){}}(),w=y&&y.isTypedArray;function v(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)}var _,x,k,j=Array.prototype,T=Function.prototype,q=Object.prototype,S=m["__core-js_shared__"],A=T.toString,C=q.hasOwnProperty,P=(_=/[^.]+$/.exec(S&&S.keys&&S.keys.IE_PROTO||""))?"Symbol(src)_1."+_:"",I=q.toString,D=A.call(Object),E=RegExp("^"+A.call(C).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=g?m.Buffer:void 0,L=m.Symbol,F=m.Uint8Array,R=M?M.allocUnsafe:void 0,U=(x=Object.getPrototypeOf,k=Object,function(e){return x(k(e))}),O=Object.create,N=q.propertyIsEnumerable,z=j.splice,B=L?L.toStringTag:void 0,H=function(){try{var e=he(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),W=M?M.isBuffer:void 0,Y=Math.max,V=Date.now,$=he(m,"Map"),G=he(Object,"create"),K=function(){function e(){}return function(t){if(!qe(t))return{};if(O)return O(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}();function J(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var a=e[t];this.set(a[0],a[1])}}function X(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var a=e[t];this.set(a[0],a[1])}}function Q(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var a=e[t];this.set(a[0],a[1])}}function Z(e){var t=this.__data__=new X(e);this.size=t.size}function ee(e,t){var i=_e(e),a=!i&&ve(e),o=!i&&!a&&ke(e),r=!i&&!a&&!o&&Ae(e),n=i||a||o||r,s=n?function(e,t){for(var i=-1,a=Array(e);++i<e;)a[i]=t(i);return a}(e.length,String):[],l=s.length;for(var u in e)!t&&!C.call(e,u)||n&&("length"==u||o&&("offset"==u||"parent"==u)||r&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||fe(u,l))||s.push(u);return s}function te(e,t,i){(void 0!==i&&!we(e[t],i)||void 0===i&&!(t in e))&&oe(e,t,i)}function ie(e,t,i){var a=e[t];C.call(e,t)&&we(a,i)&&(void 0!==i||t in e)||oe(e,t,i)}function ae(e,t){for(var i=e.length;i--;)if(we(e[i][0],t))return i;return-1}function oe(e,t,i){"__proto__"==t&&H?H(e,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[t]=i}J.prototype.clear=function(){this.__data__=G?G(null):{},this.size=0},J.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},J.prototype.get=function(e){var t=this.__data__;if(G){var i=t[e];return i===a?void 0:i}return C.call(t,e)?t[e]:void 0},J.prototype.has=function(e){var t=this.__data__;return G?void 0!==t[e]:C.call(t,e)},J.prototype.set=function(e,t){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=G&&void 0===t?a:t,this},X.prototype.clear=function(){this.__data__=[],this.size=0},X.prototype.delete=function(e){var t=this.__data__,i=ae(t,e);return!(i<0)&&(i==t.length-1?t.pop():z.call(t,i,1),--this.size,!0)},X.prototype.get=function(e){var t=this.__data__,i=ae(t,e);return i<0?void 0:t[i][1]},X.prototype.has=function(e){return ae(this.__data__,e)>-1},X.prototype.set=function(e,t){var i=this.__data__,a=ae(i,e);return a<0?(++this.size,i.push([e,t])):i[a][1]=t,this},Q.prototype.clear=function(){this.size=0,this.__data__={hash:new J,map:new($||X),string:new J}},Q.prototype.delete=function(e){var t=me(this,e).delete(e);return this.size-=t?1:0,t},Q.prototype.get=function(e){return me(this,e).get(e)},Q.prototype.has=function(e){return me(this,e).has(e)},Q.prototype.set=function(e,t){var i=me(this,e),a=i.size;return i.set(e,t),this.size+=i.size==a?0:1,this},Z.prototype.clear=function(){this.__data__=new X,this.size=0},Z.prototype.delete=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i},Z.prototype.get=function(e){return this.__data__.get(e)},Z.prototype.has=function(e){return this.__data__.has(e)},Z.prototype.set=function(e,t){var i=this.__data__;if(i instanceof X){var a=i.__data__;if(!$||a.length<199)return a.push([e,t]),this.size=++i.size,this;i=this.__data__=new Q(a)}return i.set(e,t),this.size=i.size,this};var re,ne=function(e,t,i){for(var a=-1,o=Object(e),r=i(e),n=r.length;n--;){var s=r[re?n:++a];if(!1===t(o[s],s,o))break}return e};function se(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":B&&B in Object(e)?function(e){var t=C.call(e,B),i=e[B];try{e[B]=void 0;var a=!0}catch(e){}var o=I.call(e);a&&(t?e[B]=i:delete e[B]);return o}(e):function(e){return I.call(e)}(e)}function le(e){return Se(e)&&se(e)==r}function ue(e){return!(!qe(e)||function(e){return!!P&&P in e}(e))&&(je(e)?E:l).test(function(e){if(null!=e){try{return A.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function ce(e){if(!qe(e))return function(e){var t=[];if(null!=e)for(var i in Object(e))t.push(i);return t}(e);var t=ge(e),i=[];for(var a in e)("constructor"!=a||!t&&C.call(e,a))&&i.push(a);return i}function de(e,t,i,a,o){e!==t&&ne(t,(function(r,n){if(o||(o=new Z),qe(r))!function(e,t,i,a,o,r,n){var l=be(e,i),u=be(t,i),c=n.get(u);if(c)return void te(e,i,c);var d=r?r(l,u,i+"",e,t,n):void 0,p=void 0===d;if(p){var m=_e(u),h=!m&&ke(u),f=!m&&!h&&Ae(u);d=u,m||h||f?_e(l)?d=l:Se(v=l)&&xe(v)?d=function(e,t){var i=-1,a=e.length;t||(t=Array(a));for(;++i<a;)t[i]=e[i];return t}(l):h?(p=!1,d=function(e,t){if(t)return e.slice();var i=e.length,a=R?R(i):new e.constructor(i);return e.copy(a),a}(u,!0)):f?(p=!1,g=u,b=!0?(y=g.buffer,w=new y.constructor(y.byteLength),new F(w).set(new F(y)),w):g.buffer,d=new g.constructor(b,g.byteOffset,g.length)):d=[]:function(e){if(!Se(e)||se(e)!=s)return!1;var t=U(e);if(null===t)return!0;var i=C.call(t,"constructor")&&t.constructor;return"function"==typeof i&&i instanceof i&&A.call(i)==D}(u)||ve(u)?(d=l,ve(l)?d=function(e){return function(e,t,i,a){var o=!i;i||(i={});var r=-1,n=t.length;for(;++r<n;){var s=t[r],l=a?a(i[s],e[s],s,i,e):void 0;void 0===l&&(l=e[s]),o?oe(i,s,l):ie(i,s,l)}return i}(e,Ce(e))}(l):qe(l)&&!je(l)||(d=function(e){return"function"!=typeof e.constructor||ge(e)?{}:K(U(e))}(u))):p=!1}var g,b,y,w;var v;p&&(n.set(u,d),o(d,u,a,r,n),n.delete(u));te(e,i,d)}(e,t,n,i,de,a,o);else{var l=a?a(be(e,n),r,n+"",e,t,o):void 0;void 0===l&&(l=r),te(e,n,l)}}),Ce)}function pe(e,t){return ye(function(e,t,i){return t=Y(void 0===t?e.length-1:t,0),function(){for(var a=arguments,o=-1,r=Y(a.length-t,0),n=Array(r);++o<r;)n[o]=a[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=a[o];return s[t]=i(n),v(e,this,s)}}(e,t,De),e+"")}function me(e,t){var i,a,o=e.__data__;return("string"==(a=typeof(i=t))||"number"==a||"symbol"==a||"boolean"==a?"__proto__"!==i:null===i)?o["string"==typeof t?"string":"hash"]:o.map}function he(e,t){var i=function(e,t){return null==e?void 0:e[t]}(e,t);return ue(i)?i:void 0}function fe(e,t){var i=typeof e;return!!(t=null==t?o:t)&&("number"==i||"symbol"!=i&&u.test(e))&&e>-1&&e%1==0&&e<t}function ge(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||q)}function be(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var ye=function(e){var t=0,i=0;return function(){var a=V(),o=16-(a-i);if(i=a,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(H?function(e,t){return H(e,"toString",{configurable:!0,enumerable:!1,value:(i=t,function(){return i}),writable:!0});var i}:De);function we(e,t){return e===t||e!=e&&t!=t}var ve=le(function(){return arguments}())?le:function(e){return Se(e)&&C.call(e,"callee")&&!N.call(e,"callee")},_e=Array.isArray;function xe(e){return null!=e&&Te(e.length)&&!je(e)}var ke=W||function(){return!1};function je(e){if(!qe(e))return!1;var t=se(e);return t==n||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Te(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function qe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Se(e){return null!=e&&"object"==typeof e}var Ae=w?function(e){return function(t){return e(t)}}(w):function(e){return Se(e)&&Te(e.length)&&!!c[se(e)]};function Ce(e){return xe(e)?ee(e,!0):ce(e)}var Pe,Ie=(Pe=function(e,t,i){de(e,t,i)},pe((function(e,t){var i=-1,a=t.length,o=a>1?t[a-1]:void 0,r=a>2?t[2]:void 0;for(o=Pe.length>3&&"function"==typeof o?(a--,o):void 0,r&&function(e,t,i){if(!qe(i))return!1;var a=typeof t;return!!("number"==a?xe(i)&&fe(t,i.length):"string"==a&&t in i)&&we(i[t],e)}(t[0],t[1],r)&&(o=a<3?void 0:o,a=1),e=Object(e);++i<a;){var n=t[i];n&&Pe(e,n,i,o)}return e})));function De(e){return e}i.exports=Ie}).call(this,i("c8ba"),i("62e4")(e))},da84:function(e,t,i){(function(t){var i=function(e){return e&&e.Math==Math&&e};e.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof t&&t)||Function("return this")()}).call(this,i("c8ba"))},dbb4:function(e,t,i){var a=i("23e7"),o=i("83ab"),r=i("56ef"),n=i("fc6a"),s=i("06cf"),l=i("8418");a({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(e){for(var t,i,a=n(e),o=s.f,u=r(a),c={},d=0;u.length>d;)void 0!==(i=o(a,t=u[d++]))&&l(c,t,i);return c}})},ddb0:function(e,t,i){var a=i("da84"),o=i("fdbc"),r=i("e260"),n=i("9112"),s=i("b622"),l=s("iterator"),u=s("toStringTag"),c=r.values;for(var d in o){var p=a[d],m=p&&p.prototype;if(m){if(m[l]!==c)try{n(m,l,c)}catch(e){m[l]=c}if(m[u]||n(m,u,d),o[d])for(var h in r)if(m[h]!==r[h])try{n(m,h,r[h])}catch(e){m[h]=r[h]}}}},df75:function(e,t,i){var a=i("ca84"),o=i("7839");e.exports=Object.keys||function(e){return a(e,o)}},e01a:function(e,t,i){"use strict";var a=i("23e7"),o=i("83ab"),r=i("da84"),n=i("5135"),s=i("861d"),l=i("9bf2").f,u=i("e893"),c=r.Symbol;if(o&&"function"==typeof c&&(!("description"in c.prototype)||void 0!==c().description)){var d={},p=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof p?new c(e):void 0===e?c():c(e);return""===e&&(d[t]=!0),t};u(p,c);var m=p.prototype=c.prototype;m.constructor=p;var h=m.toString,f="Symbol(test)"==String(c("test")),g=/^Symbol\((.*)\)[^)]+$/;l(m,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=h.call(e);if(n(d,e))return"";var i=f?t.slice(7,-1):t.replace(g,"$1");return""===i?void 0:i}}),a({global:!0,forced:!0},{Symbol:p})}},e163:function(e,t,i){var a=i("5135"),o=i("7b0b"),r=i("f772"),n=i("e177"),s=r("IE_PROTO"),l=Object.prototype;e.exports=n?Object.getPrototypeOf:function(e){return e=o(e),a(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},e177:function(e,t,i){var a=i("d039");e.exports=!a((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,i){"use strict";var a=i("fc6a"),o=i("44d2"),r=i("3f8c"),n=i("69f3"),s=i("7dd0"),l="Array Iterator",u=n.set,c=n.getterFor(l);e.exports=s(Array,"Array",(function(e,t){u(this,{type:l,target:a(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,i=e.kind,a=e.index++;return!t||a>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==i?{value:a,done:!1}:"values"==i?{value:t[a],done:!1}:{value:[a,t[a]],done:!1}}),"values"),r.Arguments=r.Array,o("keys"),o("values"),o("entries")},e439:function(e,t,i){var a=i("23e7"),o=i("d039"),r=i("fc6a"),n=i("06cf").f,s=i("83ab"),l=o((function(){n(1)}));a({target:"Object",stat:!0,forced:!s||l,sham:!s},{getOwnPropertyDescriptor:function(e,t){return n(r(e),t)}})},e538:function(e,t,i){var a=i("b622");t.f=a},e893:function(e,t,i){var a=i("5135"),o=i("56ef"),r=i("06cf"),n=i("9bf2");e.exports=function(e,t){for(var i=o(t),s=n.f,l=r.f,u=0;u<i.length;u++){var c=i[u];a(e,c)||s(e,c,l(t,c))}}},e8b5:function(e,t,i){var a=i("c6b6");e.exports=Array.isArray||function(e){return"Array"==a(e)}},e95a:function(e,t,i){var a=i("b622"),o=i("3f8c"),r=a("iterator"),n=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||n[r]===e)}},f5df:function(e,t,i){var a=i("00ee"),o=i("c6b6"),r=i("b622")("toStringTag"),n="Arguments"==o(function(){return arguments}());e.exports=a?o:function(e){var t,i,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(i=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),r))?i:n?o(t):"Object"==(a=o(t))&&"function"==typeof t.callee?"Arguments":a}},f772:function(e,t,i){var a=i("5692"),o=i("90e3"),r=a("keys");e.exports=function(e){return r[e]||(r[e]=o(e))}},fb15:function(e,t,i){"use strict";i.r(t),i.d(t,"VsaList",(function(){return q})),i.d(t,"VsaItem",(function(){return T})),i.d(t,"VsaHeading",(function(){return p})),i.d(t,"VsaContent",(function(){return m})),i.d(t,"VsaIcon",(function(){return h}));var a={};if(i.r(a),i.d(a,"VsaList",(function(){return q})),i.d(a,"VsaItem",(function(){return T})),i.d(a,"VsaHeading",(function(){return p})),i.d(a,"VsaContent",(function(){return m})),i.d(a,"VsaIcon",(function(){return h})),"undefined"!=typeof window){var o=window.document.currentScript,r=i("8875");o=r(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:r});var n=o&&o.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);n&&(i.p=n[1])}i("4160"),i("4fad"),i("159b"),i("277d");i("a4d3"),i("e01a"),i("d28b"),i("e260"),i("d3b7"),i("3ca3"),i("ddb0");i("a630"),i("fb6a"),i("0d03"),i("b0c0"),i("25f0");function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,a=new Array(t);i<t;i++)a[i]=e[i];return a}function l(e,t){if(e){if("string"==typeof e)return s(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?s(e,t):void 0}}function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var i=[],a=!0,o=!1,r=void 0;try{for(var n,s=e[Symbol.iterator]();!(a=(n=s.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){o=!0,r=e}finally{try{a||null==s.return||s.return()}finally{if(o)throw r}}return i}}(e,t)||l(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var c=i("da81"),d=i.n(c),p={name:"VsaHeading"},m={name:"VsaContent"},h={name:"VsaIcon"};i("7db0"),i("a9e3"),i("4de4"),i("1d1c"),i("7a82"),i("e439"),i("dbb4"),i("b64b");function f(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function g(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function b(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?g(Object(i),!0).forEach((function(t){f(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):g(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}var y={tags:{list:"dl",list__item:"div",item__heading:"dt",heading__content:"span",heading__icon:"span",item__content:"dd"},roles:{presentation:!1,heading:!1,region:!0},transition:"vsa-collapse",initActive:!1,forceActive:void 0,autoCollapse:!0,navigation:!0},w=(i("9455"),{props:{tag:{type:String,required:!0}},render:function(e){return e(this.tag,{staticClass:"vsa-item__heading",ref:"vsa-item__heading"},this.$slots.default)}}),v=(i("1c6c"),{props:{isActive:{type:Boolean,required:!0}},render:function(e){return e("button",{attrs:{type:"button","aria-expanded":String(this.isActive)},staticClass:"vsa-item__trigger",ref:"vsa-item__trigger"},this.$slots.default)}});function _(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||l(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}i("4e6f");var x={props:{isActive:{type:Boolean,required:!0},tag:{type:String,required:!0},data:{type:Array,required:!0}},render:function(e){return e(this.tag,{staticClass:"vsa-item__trigger__icon",class:{"vsa-item__trigger__icon--is-default":!this.data.length,"vsa-item__trigger__icon--is-active":this.isActive},ref:"vsa-item__trigger__icon"},_(this.data))}},k=(i("0df6"),{props:{tag:{type:String,required:!0},data:{type:Array,required:!0}},render:function(e){return e(this.tag,{staticClass:"vsa-item__trigger__content",ref:"vsa-item__trigger__content"},_(this.data))}}),j=(i("49b2"),{props:{isActive:{type:Boolean,required:!0},tag:{type:String,required:!0},data:{type:Array,required:!0},transition:{type:String,required:!0}},render:function(e){return e("transition",{attrs:{name:this.transition,appear:!0}},[e(this.tag,{directives:[{name:"show",value:this.isActive}],staticClass:"vsa-item__content",ref:"vsa-item__content"},_(this.data))])}}),T=(i("64c0"),{props:{transition:{type:String,required:!1,default:void 0},forceActive:{type:Boolean,required:!1,default:void 0},initActive:{type:Boolean,required:!1,default:void 0},level:{type:[String,Number],required:!1,default:void 0},onHeadingClick:{type:Function,required:!1,default:function(){}}},inject:{vsaList:{type:Object,required:!0},vsaListProps:{type:Function,required:!0}},data:function(){return{isActive:!1}},computed:{rootProps:function(){return this.vsaListProps()},mergedOptions:function(){return this.getMergedOptions()},dataAttrs:function(){return this.getDataAttrs()},tags:function(){return this.mergedOptions.tags},headingData:function(){return this.getComponent("VsaHeading")},iconData:function(){return this.getComponent("VsaIcon")},contentData:function(){return this.getComponent("VsaContent")}},watch:{mergedOptions:{handler:function(e){void 0===e.forceActive?void 0!==e.initActive&&(this.isActive=e.initActive):this.isActive=e.forceActive},deep:!0,immediate:!0}},beforeDestroy:function(){this.vsaList.$emit("on-child-removed",this)},created:function(){var e=this;this.$on("vsa-heading-click",(function(t){e.onHeadingClick(t)})),this.vsaList.$emit("on-child-created",this)},methods:{getMergedOptions:function(){return d()({},y,this.$vsaOptions,this.vsaList.$props,this.$props)},getComponent:function(e){try{var t=this.$slots.default.find((function(t){if(void 0!==t.componentOptions)return(new t.componentOptions.Ctor).$options.name===e}));if(!t)return[];var i=t.componentOptions.children;return i||[t]}catch(e){return[]}},getDataAttrs:function(){return{"data-vsa-list":"".concat(this.vsaList._uid),"data-vsa-item":"".concat(this._uid),"data-vsa-active":String(this.isActive)}},handleClick:function(){var e=this;(this.isActive=!this.isActive,this.$nextTick((function(){var t={list:e.vsaList,item:e};e.$emit("vsa-heading-click",t)})),this.mergedOptions.autoCollapse)&&this.vsaList._data.children.forEach((function(t){t._uid!==e._uid&&(t._data.isActive=!1)}))},handleKeyPress:function(e){if(this.mergedOptions.navigation){var t,i=this.$el;switch(e.keyCode){case 40:i.nextElementSibling&&(t=i.nextElementSibling);break;case 38:i.previousElementSibling&&(t=i.previousElementSibling);break;case 35:for(var a=i.nextElementSibling;a&&a.nextElementSibling;)a=a.nextElementSibling;a&&(t=a);break;case 36:for(var o=i.previousElementSibling;o&&o.previousElementSibling;)o=o.previousElementSibling;o&&(t=o);break;default:return}t&&t.querySelector(".vsa-item__heading > .vsa-item__trigger").focus()}}},render:function(e){return e(this.tags.list__item,{attrs:b({id:"vsa-item-".concat(this._uid)},this.dataAttrs),staticClass:"vsa-item",class:{"vsa-item--is-active":this.isActive},style:this.styles,ref:"vsa-item"},[e(w,{attrs:b(b({},this.dataAttrs),this.mergedOptions.roles.heading&&{role:"heading","aria-level":String(this.level)}),props:{tag:this.tags.item__heading}},[e(v,{nativeOn:{click:this.handleClick,keydown:this.handleKeyPress},props:{isActive:this.isActive},attrs:b(b({},this.dataAttrs),{},{"aria-controls":"vsa-panel-".concat(this._uid),"aria-disabled":String(!(!this.isActive||!this.mergedOptions.forceActive))})},[e(k,{attrs:b({},this.dataAttrs),props:{tag:this.tags.heading__content,data:this.headingData}}),e(x,{attrs:b({},this.dataAttrs),props:{tag:this.tags.heading__icon,isActive:this.isActive,data:this.iconData}})])]),e(j,{attrs:b(b(b({id:"vsa-panel-".concat(this._uid)},this.dataAttrs),this.mergedOptions.roles.region&&{role:"region"}),{},{"aria-labelledby":"vsa-item-".concat(this._uid)}),props:{transition:this.mergedOptions.transition,tag:this.tags.item__content,isActive:this.isActive,data:this.contentData}})])}}),q=(i("3d02"),{props:{tags:{type:Object,required:!1,default:Object},transition:{type:String,required:!1,default:void 0},initActive:{type:Boolean,required:!1,default:void 0},forceActive:{type:Boolean,required:!1,default:void 0},autoCollapse:{type:Boolean,required:!1,default:void 0},roles:{type:Object,required:!1,default:Object},navigation:{type:Boolean,required:!1,default:void 0}},provide:function(){var e=this;return{vsaList:this,vsaListProps:function(){return e.$props}}},data:function(){return{children:[]}},computed:{mergedOptions:function(){return this.getMergedOptions()}},methods:{getMergedOptions:function(){return d()({},y,this.$vsaOptions,this.$props)}},created:function(){var e=this;this.$on("on-child-created",(function(t){e.children.push(t)})),this.$on("on-child-removed",(function(t){e.children=e.children.filter((function(e){return e._uid!==t._uid}))}))},render:function(e){return e(this.mergedOptions.tags.list,{attrs:b({id:"vsa-list-".concat(this._uid),"data-vsa-list":"".concat(this._uid)},this.mergedOptions.roles.presentation&&{role:"presentation"}),staticClass:"vsa-list",ref:"vsa-list"},this.$slots.default)}}),S={install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.prototype.$vsaOptions=d()({},y,t),Object.entries(a).forEach((function(t){var i=u(t,2),a=i[0],o=i[1];e.component(a,o)}))}};t.default=S},fb6a:function(e,t,i){"use strict";var a=i("23e7"),o=i("861d"),r=i("e8b5"),n=i("23cb"),s=i("50c4"),l=i("fc6a"),u=i("8418"),c=i("b622"),d=i("1dde"),p=i("ae40"),m=d("slice"),h=p("slice",{ACCESSORS:!0,0:0,1:2}),f=c("species"),g=[].slice,b=Math.max;a({target:"Array",proto:!0,forced:!m||!h},{slice:function(e,t){var i,a,c,d=l(this),p=s(d.length),m=n(e,p),h=n(void 0===t?p:t,p);if(r(d)&&("function"!=typeof(i=d.constructor)||i!==Array&&!r(i.prototype)?o(i)&&null===(i=i[f])&&(i=void 0):i=void 0,i===Array||void 0===i))return g.call(d,m,h);for(a=new(void 0===i?Array:i)(b(h-m,0)),c=0;m<h;m++,c++)m in d&&u(a,c,d[m]);return a.length=c,a}})},fc6a:function(e,t,i){var a=i("44ad"),o=i("1d80");e.exports=function(e){return a(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,i){var a=i("4930");e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}})},2286:function(e,t,i){e.exports=function(){"use strict";var e=Object.freeze({});function t(e){return null==e}function a(e){return null!=e}function o(e){return!0===e}function r(e){return!1===e}function n(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var l=Object.prototype.toString;function u(e){return l.call(e).slice(8,-1)}function c(e){return"[object Object]"===l.call(e)}function d(e){return"[object RegExp]"===l.call(e)}function p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function m(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function h(e){return null==e?"":Array.isArray(e)||c(e)&&e.toString===l?JSON.stringify(e,null,2):String(e)}function f(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var i=Object.create(null),a=e.split(","),o=0;o<a.length;o++)i[a[o]]=!0;return t?function(e){return i[e.toLowerCase()]}:function(e){return i[e]}}var b=g("slot,component",!0),y=g("key,ref,slot,slot-scope,is");function w(e,t){if(e.length){var i=e.indexOf(t);if(i>-1)return e.splice(i,1)}}var v=Object.prototype.hasOwnProperty;function _(e,t){return v.call(e,t)}function x(e){var t=Object.create(null);return function(i){return t[i]||(t[i]=e(i))}}var k=/-(\w)/g,j=x((function(e){return e.replace(k,(function(e,t){return t?t.toUpperCase():""}))})),T=x((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),q=/\B([A-Z])/g,S=x((function(e){return e.replace(q,"-$1").toLowerCase()}));function A(e,t){function i(i){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,i):e.call(t)}return i._length=e.length,i}function C(e,t){return e.bind(t)}var P=Function.prototype.bind?C:A;function I(e,t){t=t||0;for(var i=e.length-t,a=new Array(i);i--;)a[i]=e[i+t];return a}function D(e,t){for(var i in t)e[i]=t[i];return e}function E(e){for(var t={},i=0;i<e.length;i++)e[i]&&D(t,e[i]);return t}function M(e,t,i){}var L=function(e,t,i){return!1},F=function(e){return e};function R(e){return e.reduce((function(e,t){return e.concat(t.staticKeys||[])}),[]).join(",")}function U(e,t){if(e===t)return!0;var i=s(e),a=s(t);if(!i||!a)return!i&&!a&&String(e)===String(t);try{var o=Array.isArray(e),r=Array.isArray(t);if(o&&r)return e.length===t.length&&e.every((function(e,i){return U(e,t[i])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(o||r)return!1;var n=Object.keys(e),l=Object.keys(t);return n.length===l.length&&n.every((function(i){return U(e[i],t[i])}))}catch(e){return!1}}function O(e,t){for(var i=0;i<e.length;i++)if(U(e[i],t))return i;return-1}function N(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var z="data-server-rendered",B=["component","directive","filter"],H=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],W={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!0,devtools:!0,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:L,isReservedAttr:L,isUnknownElement:L,getTagNamespace:M,parsePlatformTagName:F,mustUseProp:L,async:!0,_lifecycleHooks:H},Y=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function V(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function $(e,t,i,a){Object.defineProperty(e,t,{value:i,enumerable:!!a,writable:!0,configurable:!0})}var G=new RegExp("[^"+Y.source+".$_\\d]");function K(e){if(!G.test(e)){var t=e.split(".");return function(e){for(var i=0;i<t.length;i++){if(!e)return;e=e[t[i]]}return e}}}var J,X="__proto__"in{},Q="undefined"!=typeof window,Z="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,ee=Z&&WXEnvironment.platform.toLowerCase(),te=Q&&window.navigator.userAgent.toLowerCase(),ie=te&&/msie|trident/.test(te),ae=te&&te.indexOf("msie 9.0")>0,oe=te&&te.indexOf("edge/")>0,re=(te&&te.indexOf("android"),te&&/iphone|ipad|ipod|ios/.test(te)||"ios"===ee),ne=(te&&/chrome\/\d+/.test(te),te&&/phantomjs/.test(te),te&&te.match(/firefox\/(\d+)/)),se={}.watch,le=!1;if(Q)try{var ue={};Object.defineProperty(ue,"passive",{get:function(){le=!0}}),window.addEventListener("test-passive",null,ue)}catch(e){}var ce=function(){return void 0===J&&(J=!Q&&!Z&&void 0!==i.g&&i.g.process&&"server"===i.g.process.env.VUE_ENV),J},de=Q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function pe(e){return"function"==typeof e&&/native code/.test(e.toString())}var me,he="undefined"!=typeof Symbol&&pe(Symbol)&&"undefined"!=typeof Reflect&&pe(Reflect.ownKeys);me="undefined"!=typeof Set&&pe(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=M,ge=M,be=M,ye=M,we="undefined"!=typeof console,ve=/(?:^|[-_])(\w)/g,_e=function(e){return e.replace(ve,(function(e){return e.toUpperCase()})).replace(/[-_]/g,"")};fe=function(e,t){var i=t?be(t):"";W.warnHandler?W.warnHandler.call(null,e,t,i):we&&!W.silent&&console.error("[Vue warn]: "+e+i)},ge=function(e,t){we&&!W.silent&&console.warn("[Vue tip]: "+e+(t?be(t):""))},ye=function(e,t){if(e.$root===e)return"<Root>";var i="function"==typeof e&&null!=e.cid?e.options:e._isVue?e.$options||e.constructor.options:e,a=i.name||i._componentTag,o=i.__file;if(!a&&o){var r=o.match(/([^/\\]+)\.vue$/);a=r&&r[1]}return(a?"<"+_e(a)+">":"<Anonymous>")+(o&&!1!==t?" at "+o:"")};var xe=function(e,t){for(var i="";t;)t%2==1&&(i+=e),t>1&&(e+=e),t>>=1;return i};be=function(e){if(e._isVue&&e.$parent){for(var t=[],i=0;e;){if(t.length>0){var a=t[t.length-1];if(a.constructor===e.constructor){i++,e=e.$parent;continue}i>0&&(t[t.length-1]=[a,i],i=0)}t.push(e),e=e.$parent}return"\n\nfound in\n\n"+t.map((function(e,t){return""+(0===t?"---\x3e ":xe(" ",5+2*t))+(Array.isArray(e)?ye(e[0])+"... ("+e[1]+" recursive calls)":ye(e))})).join("\n")}return"\n\n(found in "+ye(e)+")"};var ke=0,je=function(){this.id=ke++,this.subs=[]};je.prototype.addSub=function(e){this.subs.push(e)},je.prototype.removeSub=function(e){w(this.subs,e)},je.prototype.depend=function(){je.target&&je.target.addDep(this)},je.prototype.notify=function(){var e=this.subs.slice();W.async||e.sort((function(e,t){return e.id-t.id}));for(var t=0,i=e.length;t<i;t++)e[t].update()},je.target=null;var Te=[];function qe(e){Te.push(e),je.target=e}function Se(){Te.pop(),je.target=Te[Te.length-1]}var Ae=function(e,t,i,a,o,r,n,s){this.tag=e,this.data=t,this.children=i,this.text=a,this.elm=o,this.ns=void 0,this.context=r,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=n,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Ce={child:{configurable:!0}};Ce.child.get=function(){return this.componentInstance},Object.defineProperties(Ae.prototype,Ce);var Pe=function(e){void 0===e&&(e="");var t=new Ae;return t.text=e,t.isComment=!0,t};function Ie(e){return new Ae(void 0,void 0,void 0,String(e))}function De(e){var t=new Ae(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Ee=Array.prototype,Me=Object.create(Ee);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=Ee[e];$(Me,e,(function(){for(var i=[],a=arguments.length;a--;)i[a]=arguments[a];var o,r=t.apply(this,i),n=this.__ob__;switch(e){case"push":case"unshift":o=i;break;case"splice":o=i.slice(2)}return o&&n.observeArray(o),n.dep.notify(),r}))}));var Le=Object.getOwnPropertyNames(Me),Fe=!0;function Re(e){Fe=e}var Ue=function(e){this.value=e,this.dep=new je,this.vmCount=0,$(e,"__ob__",this),Array.isArray(e)?(X?Oe(e,Me):Ne(e,Me,Le),this.observeArray(e)):this.walk(e)};function Oe(e,t){e.__proto__=t}function Ne(e,t,i){for(var a=0,o=i.length;a<o;a++){var r=i[a];$(e,r,t[r])}}function ze(e,t){var i;if(s(e)&&!(e instanceof Ae))return _(e,"__ob__")&&e.__ob__ instanceof Ue?i=e.__ob__:Fe&&!ce()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(i=new Ue(e)),t&&i&&i.vmCount++,i}function Be(e,t,i,a,o){var r=new je,n=Object.getOwnPropertyDescriptor(e,t);if(!n||!1!==n.configurable){var s=n&&n.get,l=n&&n.set;s&&!l||2!==arguments.length||(i=e[t]);var u=!o&&ze(i);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):i;return je.target&&(r.depend(),u&&(u.dep.depend(),Array.isArray(t)&&Ye(t))),t},set:function(t){var n=s?s.call(e):i;t===n||t!=t&&n!=n||(a&&a(),s&&!l||(l?l.call(e,t):i=t,u=!o&&ze(t),r.notify()))}})}}function He(e,i,a){if((t(e)||n(e))&&fe("Cannot set reactive property on undefined, null, or primitive value: "+e),Array.isArray(e)&&p(i))return e.length=Math.max(e.length,i),e.splice(i,1,a),a;if(i in e&&!(i in Object.prototype))return e[i]=a,a;var o=e.__ob__;return e._isVue||o&&o.vmCount?(fe("Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option."),a):o?(Be(o.value,i,a),o.dep.notify(),a):(e[i]=a,a)}function We(e,i){if((t(e)||n(e))&&fe("Cannot delete reactive property on undefined, null, or primitive value: "+e),Array.isArray(e)&&p(i))e.splice(i,1);else{var a=e.__ob__;e._isVue||a&&a.vmCount?fe("Avoid deleting properties on a Vue instance or its root $data - just set it to null."):_(e,i)&&(delete e[i],a&&a.dep.notify())}}function Ye(e){for(var t=void 0,i=0,a=e.length;i<a;i++)(t=e[i])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Ye(t)}Ue.prototype.walk=function(e){for(var t=Object.keys(e),i=0;i<t.length;i++)Be(e,t[i])},Ue.prototype.observeArray=function(e){for(var t=0,i=e.length;t<i;t++)ze(e[t])};var Ve=W.optionMergeStrategies;function $e(e,t){if(!t)return e;for(var i,a,o,r=he?Reflect.ownKeys(t):Object.keys(t),n=0;n<r.length;n++)"__ob__"!==(i=r[n])&&(a=e[i],o=t[i],_(e,i)?a!==o&&c(a)&&c(o)&&$e(a,o):He(e,i,o));return e}function Ge(e,t,i){return i?function(){var a="function"==typeof t?t.call(i,i):t,o="function"==typeof e?e.call(i,i):e;return a?$e(a,o):o}:t?e?function(){return $e("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Ke(e,t){var i=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return i?Je(i):i}function Je(e){for(var t=[],i=0;i<e.length;i++)-1===t.indexOf(e[i])&&t.push(e[i]);return t}function Xe(e,t,i,a){var o=Object.create(e||null);return t?(ot(a,t,i),D(o,t)):o}Ve.el=Ve.propsData=function(e,t,i,a){return i||fe('option "'+a+'" can only be used during instance creation with the `new` keyword.'),Qe(e,t)},Ve.data=function(e,t,i){return i?Ge(e,t,i):t&&"function"!=typeof t?(fe('The "data" option should be a function that returns a per-instance value in component definitions.',i),e):Ge(e,t)},H.forEach((function(e){Ve[e]=Ke})),B.forEach((function(e){Ve[e+"s"]=Xe})),Ve.watch=function(e,t,i,a){if(e===se&&(e=void 0),t===se&&(t=void 0),!t)return Object.create(e||null);if(ot(a,t,i),!e)return t;var o={};for(var r in D(o,e),t){var n=o[r],s=t[r];n&&!Array.isArray(n)&&(n=[n]),o[r]=n?n.concat(s):Array.isArray(s)?s:[s]}return o},Ve.props=Ve.methods=Ve.inject=Ve.computed=function(e,t,i,a){if(t&&ot(a,t,i),!e)return t;var o=Object.create(null);return D(o,e),t&&D(o,t),o},Ve.provide=Ge;var Qe=function(e,t){return void 0===t?e:t};function Ze(e){for(var t in e.components)et(t)}function et(e){new RegExp("^[a-zA-Z][\\-\\.0-9_"+Y.source+"]*$").test(e)||fe('Invalid component name: "'+e+'". Component names should conform to valid custom element name in html5 specification.'),(b(e)||W.isReservedTag(e))&&fe("Do not use built-in or reserved HTML elements as component id: "+e)}function tt(e,t){var i=e.props;if(i){var a,o,r={};if(Array.isArray(i))for(a=i.length;a--;)"string"==typeof(o=i[a])?r[j(o)]={type:null}:fe("props must be strings when using array syntax.");else if(c(i))for(var n in i)o=i[n],r[j(n)]=c(o)?o:{type:o};else fe('Invalid value for option "props": expected an Array or an Object, but got '+u(i)+".",t);e.props=r}}function it(e,t){var i=e.inject;if(i){var a=e.inject={};if(Array.isArray(i))for(var o=0;o<i.length;o++)a[i[o]]={from:i[o]};else if(c(i))for(var r in i){var n=i[r];a[r]=c(n)?D({from:r},n):{from:n}}else fe('Invalid value for option "inject": expected an Array or an Object, but got '+u(i)+".",t)}}function at(e){var t=e.directives;if(t)for(var i in t){var a=t[i];"function"==typeof a&&(t[i]={bind:a,update:a})}}function ot(e,t,i){c(t)||fe('Invalid value for option "'+e+'": expected an Object, but got '+u(t)+".",i)}function rt(e,t,i){if(Ze(t),"function"==typeof t&&(t=t.options),tt(t,i),it(t,i),at(t),!t._base&&(t.extends&&(e=rt(e,t.extends,i)),t.mixins))for(var a=0,o=t.mixins.length;a<o;a++)e=rt(e,t.mixins[a],i);var r,n={};for(r in e)s(r);for(r in t)_(e,r)||s(r);function s(a){var o=Ve[a]||Qe;n[a]=o(e[a],t[a],i,a)}return n}function nt(e,t,i,a){if("string"==typeof i){var o=e[t];if(_(o,i))return o[i];var r=j(i);if(_(o,r))return o[r];var n=T(r);if(_(o,n))return o[n];var s=o[i]||o[r]||o[n];return a&&!s&&fe("Failed to resolve "+t.slice(0,-1)+": "+i,e),s}}function st(e,t,i,a){var o=t[e],r=!_(i,e),n=i[e],s=ht(Boolean,o.type);if(s>-1)if(r&&!_(o,"default"))n=!1;else if(""===n||n===S(e)){var l=ht(String,o.type);(l<0||s<l)&&(n=!0)}if(void 0===n){n=lt(a,o,e);var u=Fe;Re(!0),ze(n),Re(u)}return ut(o,e,n,a,r),n}function lt(e,t,i){if(_(t,"default")){var a=t.default;return s(a)&&fe('Invalid default value for prop "'+i+'": Props with type Object/Array must use a factory function to return the default value.',e),e&&e.$options.propsData&&void 0===e.$options.propsData[i]&&void 0!==e._props[i]?e._props[i]:"function"==typeof a&&"Function"!==pt(t.type)?a.call(e):a}}function ut(e,t,i,a,o){if(e.required&&o)fe('Missing required prop: "'+t+'"',a);else if(null!=i||e.required){var r=e.type,n=!r||!0===r,s=[];if(r){Array.isArray(r)||(r=[r]);for(var l=0;l<r.length&&!n;l++){var u=dt(i,r[l]);s.push(u.expectedType||""),n=u.valid}}if(n){var c=e.validator;c&&(c(i)||fe('Invalid prop: custom validator check failed for prop "'+t+'".',a))}else fe(ft(t,i,s),a)}}var ct=/^(String|Number|Boolean|Function|Symbol)$/;function dt(e,t){var i,a=pt(t);if(ct.test(a)){var o=typeof e;(i=o===a.toLowerCase())||"object"!==o||(i=e instanceof t)}else i="Object"===a?c(e):"Array"===a?Array.isArray(e):e instanceof t;return{valid:i,expectedType:a}}function pt(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function mt(e,t){return pt(e)===pt(t)}function ht(e,t){if(!Array.isArray(t))return mt(t,e)?0:-1;for(var i=0,a=t.length;i<a;i++)if(mt(t[i],e))return i;return-1}function ft(e,t,i){var a='Invalid prop: type check failed for prop "'+e+'". Expected '+i.map(T).join(", "),o=i[0],r=u(t),n=gt(t,o),s=gt(t,r);return 1===i.length&&bt(o)&&!yt(o,r)&&(a+=" with value "+n),a+=", got "+r+" ",bt(r)&&(a+="with value "+s+"."),a}function gt(e,t){return"String"===t?'"'+e+'"':"Number"===t?""+Number(e):""+e}function bt(e){return["string","number","boolean"].some((function(t){return e.toLowerCase()===t}))}function yt(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return e.some((function(e){return"boolean"===e.toLowerCase()}))}function wt(e,t,i){qe();try{if(t)for(var a=t;a=a.$parent;){var o=a.$options.errorCaptured;if(o)for(var r=0;r<o.length;r++)try{if(!1===o[r].call(a,e,t,i))return}catch(e){_t(e,a,"errorCaptured hook")}}_t(e,t,i)}finally{Se()}}function vt(e,t,i,a,o){var r;try{(r=i?e.apply(t,i):e.call(t))&&!r._isVue&&m(r)&&!r._handled&&(r.catch((function(e){return wt(e,a,o+" (Promise/async)")})),r._handled=!0)}catch(e){wt(e,a,o)}return r}function _t(e,t,i){if(W.errorHandler)try{return W.errorHandler.call(null,e,t,i)}catch(t){t!==e&&xt(t,null,"config.errorHandler")}xt(e,t,i)}function xt(e,t,i){if(fe("Error in "+i+': "'+e.toString()+'"',t),!Q&&!Z||"undefined"==typeof console)throw e;console.error(e)}var kt,jt,Tt,qt=!1,St=[],At=!1;function Ct(){At=!1;var e=St.slice(0);St.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&pe(Promise)){var Pt=Promise.resolve();kt=function(){Pt.then(Ct),re&&setTimeout(M)},qt=!0}else if(ie||"undefined"==typeof MutationObserver||!pe(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())kt="undefined"!=typeof setImmediate&&pe(setImmediate)?function(){setImmediate(Ct)}:function(){setTimeout(Ct,0)};else{var It=1,Dt=new MutationObserver(Ct),Et=document.createTextNode(String(It));Dt.observe(Et,{characterData:!0}),kt=function(){It=(It+1)%2,Et.data=String(It)},qt=!0}function Mt(e,t){var i;if(St.push((function(){if(e)try{e.call(t)}catch(e){wt(e,t,"nextTick")}else i&&i(t)})),At||(At=!0,kt()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){i=e}))}var Lt,Ft=Q&&window.performance;Ft&&Ft.mark&&Ft.measure&&Ft.clearMarks&&Ft.clearMeasures&&(jt=function(e){return Ft.mark(e)},Tt=function(e,t,i){Ft.measure(e,t,i),Ft.clearMarks(t),Ft.clearMarks(i)});var Rt=g("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,require"),Ut=function(e,t){fe('Property or method "'+t+'" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',e)},Ot=function(e,t){fe('Property "'+t+'" must be accessed with "$data.'+t+'" because properties starting with "$" or "_" are not proxied in the Vue instance to prevent conflicts with Vue internals. See: https://vuejs.org/v2/api/#data',e)},Nt="undefined"!=typeof Proxy&&pe(Proxy);if(Nt){var zt=g("stop,prevent,self,ctrl,shift,alt,meta,exact");W.keyCodes=new Proxy(W.keyCodes,{set:function(e,t,i){return zt(t)?(fe("Avoid overwriting built-in modifier in config.keyCodes: ."+t),!1):(e[t]=i,!0)}})}var Bt={has:function(e,t){var i=t in e,a=Rt(t)||"string"==typeof t&&"_"===t.charAt(0)&&!(t in e.$data);return i||a||(t in e.$data?Ot(e,t):Ut(e,t)),i||!a}},Ht={get:function(e,t){return"string"!=typeof t||t in e||(t in e.$data?Ot(e,t):Ut(e,t)),e[t]}};Lt=function(e){if(Nt){var t=e.$options,i=t.render&&t.render._withStripped?Ht:Bt;e._renderProxy=new Proxy(e,i)}else e._renderProxy=e};var Wt=new me;function Yt(e){Vt(e,Wt),Wt.clear()}function Vt(e,t){var i,a,o=Array.isArray(e);if(!(!o&&!s(e)||Object.isFrozen(e)||e instanceof Ae)){if(e.__ob__){var r=e.__ob__.dep.id;if(t.has(r))return;t.add(r)}if(o)for(i=e.length;i--;)Vt(e[i],t);else for(i=(a=Object.keys(e)).length;i--;)Vt(e[a[i]],t)}}var $t=x((function(e){var t="&"===e.charAt(0),i="~"===(e=t?e.slice(1):e).charAt(0),a="!"===(e=i?e.slice(1):e).charAt(0);return{name:e=a?e.slice(1):e,once:i,capture:a,passive:t}}));function Gt(e,t){function i(){var e=arguments,a=i.fns;if(!Array.isArray(a))return vt(a,null,arguments,t,"v-on handler");for(var o=a.slice(),r=0;r<o.length;r++)vt(o[r],null,e,t,"v-on handler")}return i.fns=e,i}function Kt(e,i,a,r,n,s){var l,u,c,d;for(l in e)u=e[l],c=i[l],d=$t(l),t(u)?fe('Invalid handler for event "'+d.name+'": got '+String(u),s):t(c)?(t(u.fns)&&(u=e[l]=Gt(u,s)),o(d.once)&&(u=e[l]=n(d.name,u,d.capture)),a(d.name,u,d.capture,d.passive,d.params)):u!==c&&(c.fns=u,e[l]=c);for(l in i)t(e[l])&&r((d=$t(l)).name,i[l],d.capture)}function Jt(e,i,r){var n;e instanceof Ae&&(e=e.data.hook||(e.data.hook={}));var s=e[i];function l(){r.apply(this,arguments),w(n.fns,l)}t(s)?n=Gt([l]):a(s.fns)&&o(s.merged)?(n=s).fns.push(l):n=Gt([s,l]),n.merged=!0,e[i]=n}function Xt(e,i,o){var r=i.options.props;if(!t(r)){var n={},s=e.attrs,l=e.props;if(a(s)||a(l))for(var u in r){var c=S(u),d=u.toLowerCase();u!==d&&s&&_(s,d)&&ge('Prop "'+d+'" is passed to component '+ye(o||i)+', but the declared prop name is "'+u+'". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "'+c+'" instead of "'+u+'".'),Qt(n,l,u,c,!0)||Qt(n,s,u,c,!1)}return n}}function Qt(e,t,i,o,r){if(a(t)){if(_(t,i))return e[i]=t[i],r||delete t[i],!0;if(_(t,o))return e[i]=t[o],r||delete t[o],!0}return!1}function Zt(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function ei(e){return n(e)?[Ie(e)]:Array.isArray(e)?ii(e):void 0}function ti(e){return a(e)&&a(e.text)&&r(e.isComment)}function ii(e,i){var r,s,l,u,c=[];for(r=0;r<e.length;r++)t(s=e[r])||"boolean"==typeof s||(u=c[l=c.length-1],Array.isArray(s)?s.length>0&&(ti((s=ii(s,(i||"")+"_"+r))[0])&&ti(u)&&(c[l]=Ie(u.text+s[0].text),s.shift()),c.push.apply(c,s)):n(s)?ti(u)?c[l]=Ie(u.text+s):""!==s&&c.push(Ie(s)):ti(s)&&ti(u)?c[l]=Ie(u.text+s.text):(o(e._isVList)&&a(s.tag)&&t(s.key)&&a(i)&&(s.key="__vlist"+i+"_"+r+"__"),c.push(s)));return c}function ai(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}function oi(e){var t=ri(e.$options.inject,e);t&&(Re(!1),Object.keys(t).forEach((function(i){Be(e,i,t[i],(function(){fe('Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. injection being mutated: "'+i+'"',e)}))})),Re(!0))}function ri(e,t){if(e){for(var i=Object.create(null),a=he?Reflect.ownKeys(e):Object.keys(e),o=0;o<a.length;o++){var r=a[o];if("__ob__"!==r){for(var n=e[r].from,s=t;s;){if(s._provided&&_(s._provided,n)){i[r]=s._provided[n];break}s=s.$parent}if(!s)if("default"in e[r]){var l=e[r].default;i[r]="function"==typeof l?l.call(t):l}else fe('Injection "'+r+'" not found',t)}}return i}}function ni(e,t){if(!e||!e.length)return{};for(var i={},a=0,o=e.length;a<o;a++){var r=e[a],n=r.data;if(n&&n.attrs&&n.attrs.slot&&delete n.attrs.slot,r.context!==t&&r.fnContext!==t||!n||null==n.slot)(i.default||(i.default=[])).push(r);else{var s=n.slot,l=i[s]||(i[s]=[]);"template"===r.tag?l.push.apply(l,r.children||[]):l.push(r)}}for(var u in i)i[u].every(si)&&delete i[u];return i}function si(e){return e.isComment&&!e.asyncFactory||" "===e.text}function li(t,i,a){var o,r=Object.keys(i).length>0,n=t?!!t.$stable:!r,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(n&&a&&a!==e&&s===a.$key&&!r&&!a.$hasNormal)return a;for(var l in o={},t)t[l]&&"$"!==l[0]&&(o[l]=ui(i,l,t[l]))}else o={};for(var u in i)u in o||(o[u]=ci(i,u));return t&&Object.isExtensible(t)&&(t._normalized=o),$(o,"$stable",n),$(o,"$key",s),$(o,"$hasNormal",r),o}function ui(e,t,i){var a=function(){var e=arguments.length?i.apply(null,arguments):i({});return(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:ei(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return i.proxy&&Object.defineProperty(e,t,{get:a,enumerable:!0,configurable:!0}),a}function ci(e,t){return function(){return e[t]}}function di(e,t){var i,o,r,n,l;if(Array.isArray(e)||"string"==typeof e)for(i=new Array(e.length),o=0,r=e.length;o<r;o++)i[o]=t(e[o],o);else if("number"==typeof e)for(i=new Array(e),o=0;o<e;o++)i[o]=t(o+1,o);else if(s(e))if(he&&e[Symbol.iterator]){i=[];for(var u=e[Symbol.iterator](),c=u.next();!c.done;)i.push(t(c.value,i.length)),c=u.next()}else for(n=Object.keys(e),i=new Array(n.length),o=0,r=n.length;o<r;o++)l=n[o],i[o]=t(e[l],l,o);return a(i)||(i=[]),i._isVList=!0,i}function pi(e,t,i,a){var o,r=this.$scopedSlots[e];r?(i=i||{},a&&(s(a)||fe("slot v-bind without argument expects an Object",this),i=D(D({},a),i)),o=r(i)||t):o=this.$slots[e]||t;var n=i&&i.slot;return n?this.$createElement("template",{slot:n},o):o}function mi(e){return nt(this.$options,"filters",e,!0)||F}function hi(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function fi(e,t,i,a,o){var r=W.keyCodes[t]||i;return o&&a&&!W.keyCodes[t]?hi(o,a):r?hi(r,e):a?S(a)!==t:void 0}function gi(e,t,i,a,o){if(i)if(s(i)){var r;Array.isArray(i)&&(i=E(i));var n=function(n){if("class"===n||"style"===n||y(n))r=e;else{var s=e.attrs&&e.attrs.type;r=a||W.mustUseProp(t,s,n)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var l=j(n),u=S(n);l in r||u in r||(r[n]=i[n],o&&((e.on||(e.on={}))["update:"+n]=function(e){i[n]=e}))};for(var l in i)n(l)}else fe("v-bind without argument expects an Object or Array value",this);return e}function bi(e,t){var i=this._staticTrees||(this._staticTrees=[]),a=i[e];return a&&!t||wi(a=i[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),a}function yi(e,t,i){return wi(e,"__once__"+t+(i?"_"+i:""),!0),e}function wi(e,t,i){if(Array.isArray(e))for(var a=0;a<e.length;a++)e[a]&&"string"!=typeof e[a]&&vi(e[a],t+"_"+a,i);else vi(e,t,i)}function vi(e,t,i){e.isStatic=!0,e.key=t,e.isOnce=i}function _i(e,t){if(t)if(c(t)){var i=e.on=e.on?D({},e.on):{};for(var a in t){var o=i[a],r=t[a];i[a]=o?[].concat(o,r):r}}else fe("v-on without argument expects an Object value",this);return e}function xi(e,t,i,a){t=t||{$stable:!i};for(var o=0;o<e.length;o++){var r=e[o];Array.isArray(r)?xi(r,t,i):r&&(r.proxy&&(r.fn.proxy=!0),t[r.key]=r.fn)}return a&&(t.$key=a),t}function ki(e,t){for(var i=0;i<t.length;i+=2){var a=t[i];"string"==typeof a&&a?e[t[i]]=t[i+1]:""!==a&&null!==a&&fe("Invalid value for dynamic directive argument (expected string or null): "+a,this)}return e}function ji(e,t){return"string"==typeof e?t+e:e}function Ti(e){e._o=yi,e._n=f,e._s=h,e._l=di,e._t=pi,e._q=U,e._i=O,e._m=bi,e._f=mi,e._k=fi,e._b=gi,e._v=Ie,e._e=Pe,e._u=xi,e._g=_i,e._d=ki,e._p=ji}function qi(t,i,a,r,n){var s,l=this,u=n.options;_(r,"_uid")?(s=Object.create(r))._original=r:(s=r,r=r._original);var c=o(u._compiled),d=!c;this.data=t,this.props=i,this.children=a,this.parent=r,this.listeners=t.on||e,this.injections=ri(u.inject,r),this.slots=function(){return l.$slots||li(t.scopedSlots,l.$slots=ni(a,r)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return li(t.scopedSlots,this.slots())}}),c&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=li(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(e,t,i,a){var o=Oi(s,e,t,i,a,d);return o&&!Array.isArray(o)&&(o.fnScopeId=u._scopeId,o.fnContext=r),o}:this._c=function(e,t,i,a){return Oi(s,e,t,i,a,d)}}function Si(t,i,o,r,n){var s=t.options,l={},u=s.props;if(a(u))for(var c in u)l[c]=st(c,u,i||e);else a(o.attrs)&&Ci(l,o.attrs),a(o.props)&&Ci(l,o.props);var d=new qi(o,l,n,r,t),p=s.render.call(null,d._c,d);if(p instanceof Ae)return Ai(p,o,d.parent,s,d);if(Array.isArray(p)){for(var m=ei(p)||[],h=new Array(m.length),f=0;f<m.length;f++)h[f]=Ai(m[f],o,d.parent,s,d);return h}}function Ai(e,t,i,a,o){var r=De(e);return r.fnContext=i,r.fnOptions=a,(r.devtoolsMeta=r.devtoolsMeta||{}).renderContext=o,t.slot&&((r.data||(r.data={})).slot=t.slot),r}function Ci(e,t){for(var i in t)e[j(i)]=t[i]}Ti(qi.prototype);var Pi={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var i=e;Pi.prepatch(i,i)}else(e.componentInstance=Ei(e,oa)).$mount(t?e.elm:void 0,t)},prepatch:function(e,t){var i=t.componentOptions;ca(t.componentInstance=e.componentInstance,i.propsData,i.listeners,t,i.children)},insert:function(e){var t=e.context,i=e.componentInstance;i._isMounted||(i._isMounted=!0,ha(i,"mounted")),e.data.keepAlive&&(t._isMounted?Ca(i):pa(i,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?ma(t,!0):t.$destroy())}},Ii=Object.keys(Pi);function Di(e,i,r,n,l){if(!t(e)){var u=r.$options._base;if(s(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(t(e.cid)&&void 0===(e=Ki(c=e,u)))return Gi(c,i,r,n,l);i=i||{},Qa(e),a(i.model)&&Fi(e.options,i);var d=Xt(i,e,l);if(o(e.options.functional))return Si(e,d,i,r,n);var p=i.on;if(i.on=i.nativeOn,o(e.options.abstract)){var m=i.slot;i={},m&&(i.slot=m)}Mi(i);var h=e.options.name||l;return new Ae("vue-component-"+e.cid+(h?"-"+h:""),i,void 0,void 0,void 0,r,{Ctor:e,propsData:d,listeners:p,tag:l,children:n},c)}fe("Invalid Component definition: "+String(e),r)}}function Ei(e,t){var i={_isComponent:!0,_parentVnode:e,parent:t},o=e.data.inlineTemplate;return a(o)&&(i.render=o.render,i.staticRenderFns=o.staticRenderFns),new e.componentOptions.Ctor(i)}function Mi(e){for(var t=e.hook||(e.hook={}),i=0;i<Ii.length;i++){var a=Ii[i],o=t[a],r=Pi[a];o===r||o&&o._merged||(t[a]=o?Li(r,o):r)}}function Li(e,t){var i=function(i,a){e(i,a),t(i,a)};return i._merged=!0,i}function Fi(e,t){var i=e.model&&e.model.prop||"value",o=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[i]=t.model.value;var r=t.on||(t.on={}),n=r[o],s=t.model.callback;a(n)?(Array.isArray(n)?-1===n.indexOf(s):n!==s)&&(r[o]=[s].concat(n)):r[o]=s}var Ri=1,Ui=2;function Oi(e,t,i,a,r,s){return(Array.isArray(i)||n(i))&&(r=a,a=i,i=void 0),o(s)&&(r=Ui),Ni(e,t,i,a,r)}function Ni(e,t,i,o,r){return a(i)&&a(i.__ob__)?(fe("Avoid using observed data object as vnode data: "+JSON.stringify(i)+"\nAlways create fresh vnode data objects in each render!",e),Pe()):(a(i)&&a(i.is)&&(t=i.is),t?(a(i)&&a(i.key)&&!n(i.key)&&fe("Avoid using non-primitive value as key, use string/number value instead.",e),Array.isArray(o)&&"function"==typeof o[0]&&((i=i||{}).scopedSlots={default:o[0]},o.length=0),r===Ui?o=ei(o):r===Ri&&(o=Zt(o)),"string"==typeof t?(l=e.$vnode&&e.$vnode.ns||W.getTagNamespace(t),W.isReservedTag(t)?(a(i)&&a(i.nativeOn)&&fe("The .native modifier for v-on is only valid on components but it was used on <"+t+">.",e),s=new Ae(W.parsePlatformTagName(t),i,o,void 0,void 0,e)):s=i&&i.pre||!a(u=nt(e.$options,"components",t))?new Ae(t,i,o,void 0,void 0,e):Di(u,i,e,o,t)):s=Di(t,i,e,o),Array.isArray(s)?s:a(s)?(a(l)&&zi(s,l),a(i)&&Bi(i),s):Pe()):Pe());var s,l,u}function zi(e,i,r){if(e.ns=i,"foreignObject"===e.tag&&(i=void 0,r=!0),a(e.children))for(var n=0,s=e.children.length;n<s;n++){var l=e.children[n];a(l.tag)&&(t(l.ns)||o(r)&&"svg"!==l.tag)&&zi(l,i,r)}}function Bi(e){s(e.style)&&Yt(e.style),s(e.class)&&Yt(e.class)}function Hi(t){t._vnode=null,t._staticTrees=null;var i=t.$options,a=t.$vnode=i._parentVnode,o=a&&a.context;t.$slots=ni(i._renderChildren,o),t.$scopedSlots=e,t._c=function(e,i,a,o){return Oi(t,e,i,a,o,!1)},t.$createElement=function(e,i,a,o){return Oi(t,e,i,a,o,!0)};var r=a&&a.data;Be(t,"$attrs",r&&r.attrs||e,(function(){!ra&&fe("$attrs is readonly.",t)}),!0),Be(t,"$listeners",i._parentListeners||e,(function(){!ra&&fe("$listeners is readonly.",t)}),!0)}var Wi,Yi=null;function Vi(e){Ti(e.prototype),e.prototype.$nextTick=function(e){return Mt(e,this)},e.prototype._render=function(){var e,t=this,i=t.$options,a=i.render,o=i._parentVnode;o&&(t.$scopedSlots=li(o.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=o;try{Yi=t,e=a.call(t._renderProxy,t.$createElement)}catch(i){if(wt(i,t,"render"),t.$options.renderError)try{e=t.$options.renderError.call(t._renderProxy,t.$createElement,i)}catch(i){wt(i,t,"renderError"),e=t._vnode}else e=t._vnode}finally{Yi=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof Ae||(Array.isArray(e)&&fe("Multiple root nodes returned from render function. Render function should return a single root node.",t),e=Pe()),e.parent=o,e}}function $i(e,t){return(e.__esModule||he&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function Gi(e,t,i,a,o){var r=Pe();return r.asyncFactory=e,r.asyncMeta={data:t,context:i,children:a,tag:o},r}function Ki(e,i){if(o(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;var r=Yi;if(r&&a(e.owners)&&-1===e.owners.indexOf(r)&&e.owners.push(r),o(e.loading)&&a(e.loadingComp))return e.loadingComp;if(r&&!a(e.owners)){var n=e.owners=[r],l=!0,u=null,c=null;r.$on("hook:destroyed",(function(){return w(n,r)}));var d=function(e){for(var t=0,i=n.length;t<i;t++)n[t].$forceUpdate();e&&(n.length=0,null!==u&&(clearTimeout(u),u=null),null!==c&&(clearTimeout(c),c=null))},p=N((function(t){e.resolved=$i(t,i),l?n.length=0:d(!0)})),h=N((function(t){fe("Failed to resolve async component: "+String(e)+(t?"\nReason: "+t:"")),a(e.errorComp)&&(e.error=!0,d(!0))})),f=e(p,h);return s(f)&&(m(f)?t(e.resolved)&&f.then(p,h):m(f.component)&&(f.component.then(p,h),a(f.error)&&(e.errorComp=$i(f.error,i)),a(f.loading)&&(e.loadingComp=$i(f.loading,i),0===f.delay?e.loading=!0:u=setTimeout((function(){u=null,t(e.resolved)&&t(e.error)&&(e.loading=!0,d(!1))}),f.delay||200)),a(f.timeout)&&(c=setTimeout((function(){c=null,t(e.resolved)&&h("timeout ("+f.timeout+"ms)")}),f.timeout)))),l=!1,e.loading?e.loadingComp:e.resolved}}function Ji(e){return e.isComment&&e.asyncFactory}function Xi(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var i=e[t];if(a(i)&&(a(i.componentOptions)||Ji(i)))return i}}function Qi(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ia(e,t)}function Zi(e,t){Wi.$on(e,t)}function ea(e,t){Wi.$off(e,t)}function ta(e,t){var i=Wi;return function a(){null!==t.apply(null,arguments)&&i.$off(e,a)}}function ia(e,t,i){Wi=e,Kt(t,i||{},Zi,ea,ta,e),Wi=void 0}function aa(e){var t=/^hook:/;e.prototype.$on=function(e,i){var a=this;if(Array.isArray(e))for(var o=0,r=e.length;o<r;o++)a.$on(e[o],i);else(a._events[e]||(a._events[e]=[])).push(i),t.test(e)&&(a._hasHookEvent=!0);return a},e.prototype.$once=function(e,t){var i=this;function a(){i.$off(e,a),t.apply(i,arguments)}return a.fn=t,i.$on(e,a),i},e.prototype.$off=function(e,t){var i=this;if(!arguments.length)return i._events=Object.create(null),i;if(Array.isArray(e)){for(var a=0,o=e.length;a<o;a++)i.$off(e[a],t);return i}var r,n=i._events[e];if(!n)return i;if(!t)return i._events[e]=null,i;for(var s=n.length;s--;)if((r=n[s])===t||r.fn===t){n.splice(s,1);break}return i},e.prototype.$emit=function(e){var t=this,i=e.toLowerCase();i!==e&&t._events[i]&&ge('Event "'+i+'" is emitted in component '+ye(t)+' but the handler is registered for "'+e+'". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "'+S(e)+'" instead of "'+e+'".');var a=t._events[e];if(a){a=a.length>1?I(a):a;for(var o=I(arguments,1),r='event handler for "'+e+'"',n=0,s=a.length;n<s;n++)vt(a[n],t,o,t,r)}return t}}var oa=null,ra=!1;function na(e){var t=oa;return oa=e,function(){oa=t}}function sa(e){var t=e.$options,i=t.parent;if(i&&!t.abstract){for(;i.$options.abstract&&i.$parent;)i=i.$parent;i.$children.push(e)}e.$parent=i,e.$root=i?i.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function la(e){e.prototype._update=function(e,t){var i=this,a=i.$el,o=i._vnode,r=na(i);i._vnode=e,i.$el=o?i.__patch__(o,e):i.__patch__(i.$el,e,t,!1),r(),a&&(a.__vue__=null),i.$el&&(i.$el.__vue__=i),i.$vnode&&i.$parent&&i.$vnode===i.$parent._vnode&&(i.$parent.$el=i.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){ha(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||w(t.$children,e),e._watcher&&e._watcher.teardown();for(var i=e._watchers.length;i--;)e._watchers[i].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),ha(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}function ua(e,t,i){var a;return e.$el=t,e.$options.render||(e.$options.render=Pe,e.$options.template&&"#"!==e.$options.template.charAt(0)||e.$options.el||t?fe("You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.",e):fe("Failed to mount component: template or render function not defined.",e)),ha(e,"beforeMount"),a=W.performance&&jt?function(){var t=e._name,a=e._uid,o="vue-perf-start:"+a,r="vue-perf-end:"+a;jt(o);var n=e._render();jt(r),Tt("vue "+t+" render",o,r),jt(o),e._update(n,i),jt(r),Tt("vue "+t+" patch",o,r)}:function(){e._update(e._render(),i)},new Ea(e,a,M,{before:function(){e._isMounted&&!e._isDestroyed&&ha(e,"beforeUpdate")}},!0),i=!1,null==e.$vnode&&(e._isMounted=!0,ha(e,"mounted")),e}function ca(t,i,a,o,r){ra=!0;var n=o.data.scopedSlots,s=t.$scopedSlots,l=!!(n&&!n.$stable||s!==e&&!s.$stable||n&&t.$scopedSlots.$key!==n.$key),u=!!(r||t.$options._renderChildren||l);if(t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o),t.$options._renderChildren=r,t.$attrs=o.data.attrs||e,t.$listeners=a||e,i&&t.$options.props){Re(!1);for(var c=t._props,d=t.$options._propKeys||[],p=0;p<d.length;p++){var m=d[p],h=t.$options.props;c[m]=st(m,h,i,t)}Re(!0),t.$options.propsData=i}a=a||e;var f=t.$options._parentListeners;t.$options._parentListeners=a,ia(t,a,f),u&&(t.$slots=ni(r,o.context),t.$forceUpdate()),ra=!1}function da(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function pa(e,t){if(t){if(e._directInactive=!1,da(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var i=0;i<e.$children.length;i++)pa(e.$children[i]);ha(e,"activated")}}function ma(e,t){if(!(t&&(e._directInactive=!0,da(e))||e._inactive)){e._inactive=!0;for(var i=0;i<e.$children.length;i++)ma(e.$children[i]);ha(e,"deactivated")}}function ha(e,t){qe();var i=e.$options[t],a=t+" hook";if(i)for(var o=0,r=i.length;o<r;o++)vt(i[o],e,null,e,a);e._hasHookEvent&&e.$emit("hook:"+t),Se()}var fa=100,ga=[],ba=[],ya={},wa={},va=!1,_a=!1,xa=0;function ka(){xa=ga.length=ba.length=0,ya={},wa={},va=_a=!1}var ja=0,Ta=Date.now;if(Q&&!ie){var qa=window.performance;qa&&"function"==typeof qa.now&&Ta()>document.createEvent("Event").timeStamp&&(Ta=function(){return qa.now()})}function Sa(){var e,t;for(ja=Ta(),_a=!0,ga.sort((function(e,t){return e.id-t.id})),xa=0;xa<ga.length;xa++)if((e=ga[xa]).before&&e.before(),t=e.id,ya[t]=null,e.run(),null!=ya[t]&&(wa[t]=(wa[t]||0)+1,wa[t]>fa)){fe("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}var i=ba.slice(),a=ga.slice();ka(),Pa(i),Aa(a),de&&W.devtools&&de.emit("flush")}function Aa(e){for(var t=e.length;t--;){var i=e[t],a=i.vm;a._watcher===i&&a._isMounted&&!a._isDestroyed&&ha(a,"updated")}}function Ca(e){e._inactive=!1,ba.push(e)}function Pa(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,pa(e[t],!0)}function Ia(e){var t=e.id;if(null==ya[t]){if(ya[t]=!0,_a){for(var i=ga.length-1;i>xa&&ga[i].id>e.id;)i--;ga.splice(i+1,0,e)}else ga.push(e);if(!va){if(va=!0,!W.async)return void Sa();Mt(Sa)}}}var Da=0,Ea=function(e,t,i,a,o){this.vm=e,o&&(e._watcher=this),e._watchers.push(this),a?(this.deep=!!a.deep,this.user=!!a.user,this.lazy=!!a.lazy,this.sync=!!a.sync,this.before=a.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=i,this.id=++Da,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new me,this.newDepIds=new me,this.expression=t.toString(),"function"==typeof t?this.getter=t:(this.getter=K(t),this.getter||(this.getter=M,fe('Failed watching path: "'+t+'" Watcher only accepts simple dot-delimited paths. For full control, use a function instead.',e))),this.value=this.lazy?void 0:this.get()};Ea.prototype.get=function(){var e;qe(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;wt(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Yt(e),Se(),this.cleanupDeps()}return e},Ea.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Ea.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var i=this.depIds;this.depIds=this.newDepIds,this.newDepIds=i,this.newDepIds.clear(),i=this.deps,this.deps=this.newDeps,this.newDeps=i,this.newDeps.length=0},Ea.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Ia(this)},Ea.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){wt(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Ea.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ea.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Ea.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||w(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var Ma={enumerable:!0,configurable:!0,get:M,set:M};function La(e,t,i){Ma.get=function(){return this[t][i]},Ma.set=function(e){this[t][i]=e},Object.defineProperty(e,i,Ma)}function Fa(e){e._watchers=[];var t=e.$options;t.props&&Ra(e,t.props),t.methods&&Ya(e,t.methods),t.data?Ua(e):ze(e._data={},!0),t.computed&&za(e,t.computed),t.watch&&t.watch!==se&&Va(e,t.watch)}function Ra(e,t){var i=e.$options.propsData||{},a=e._props={},o=e.$options._propKeys=[],r=!e.$parent;r||Re(!1);var n=function(n){o.push(n);var s=st(n,t,i,e),l=S(n);(y(l)||W.isReservedAttr(l))&&fe('"'+l+'" is a reserved attribute and cannot be used as component prop.',e),Be(a,n,s,(function(){r||ra||fe("Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: \""+n+'"',e)})),n in e||La(e,"_props",n)};for(var s in t)n(s);Re(!0)}function Ua(e){var t=e.$options.data;c(t=e._data="function"==typeof t?Oa(t,e):t||{})||(t={},fe("data functions should return an object:\nhttps://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function",e));for(var i=Object.keys(t),a=e.$options.props,o=e.$options.methods,r=i.length;r--;){var n=i[r];o&&_(o,n)&&fe('Method "'+n+'" has already been defined as a data property.',e),a&&_(a,n)?fe('The data property "'+n+'" is already declared as a prop. Use prop default value instead.',e):V(n)||La(e,"_data",n)}ze(t,!0)}function Oa(e,t){qe();try{return e.call(t,t)}catch(e){return wt(e,t,"data()"),{}}finally{Se()}}var Na={lazy:!0};function za(e,t){var i=e._computedWatchers=Object.create(null),a=ce();for(var o in t){var r=t[o],n="function"==typeof r?r:r.get;null==n&&fe('Getter is missing for computed property "'+o+'".',e),a||(i[o]=new Ea(e,n||M,M,Na)),o in e?o in e.$data?fe('The computed property "'+o+'" is already defined in data.',e):e.$options.props&&o in e.$options.props&&fe('The computed property "'+o+'" is already defined as a prop.',e):Ba(e,o,r)}}function Ba(e,t,i){var a=!ce();"function"==typeof i?(Ma.get=a?Ha(t):Wa(i),Ma.set=M):(Ma.get=i.get?a&&!1!==i.cache?Ha(t):Wa(i.get):M,Ma.set=i.set||M),Ma.set===M&&(Ma.set=function(){fe('Computed property "'+t+'" was assigned to but it has no setter.',this)}),Object.defineProperty(e,t,Ma)}function Ha(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),je.target&&t.depend(),t.value}}function Wa(e){return function(){return e.call(this,this)}}function Ya(e,t){var i=e.$options.props;for(var a in t)"function"!=typeof t[a]&&fe('Method "'+a+'" has type "'+typeof t[a]+'" in the component definition. Did you reference the function correctly?',e),i&&_(i,a)&&fe('Method "'+a+'" has already been defined as a prop.',e),a in e&&V(a)&&fe('Method "'+a+'" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $.'),e[a]="function"!=typeof t[a]?M:P(t[a],e)}function Va(e,t){for(var i in t){var a=t[i];if(Array.isArray(a))for(var o=0;o<a.length;o++)$a(e,i,a[o]);else $a(e,i,a)}}function $a(e,t,i,a){return c(i)&&(a=i,i=i.handler),"string"==typeof i&&(i=e[i]),e.$watch(t,i,a)}function Ga(e){var t={get:function(){return this._data}},i={get:function(){return this._props}};t.set=function(){fe("Avoid replacing instance root $data. Use nested data properties instead.",this)},i.set=function(){fe("$props is readonly.",this)},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",i),e.prototype.$set=He,e.prototype.$delete=We,e.prototype.$watch=function(e,t,i){var a=this;if(c(t))return $a(a,e,t,i);(i=i||{}).user=!0;var o=new Ea(a,e,t,i);if(i.immediate)try{t.call(a,o.value)}catch(e){wt(e,a,'callback for immediate watcher "'+o.expression+'"')}return function(){o.teardown()}}}var Ka=0;function Ja(e){e.prototype._init=function(e){var t,i,a=this;a._uid=Ka++,W.performance&&jt&&(t="vue-perf-start:"+a._uid,i="vue-perf-end:"+a._uid,jt(t)),a._isVue=!0,e&&e._isComponent?Xa(a,e):a.$options=rt(Qa(a.constructor),e||{},a),Lt(a),a._self=a,sa(a),Qi(a),Hi(a),ha(a,"beforeCreate"),oi(a),Fa(a),ai(a),ha(a,"created"),W.performance&&jt&&(a._name=ye(a,!1),jt(i),Tt("vue "+a._name+" init",t,i)),a.$options.el&&a.$mount(a.$options.el)}}function Xa(e,t){var i=e.$options=Object.create(e.constructor.options),a=t._parentVnode;i.parent=t.parent,i._parentVnode=a;var o=a.componentOptions;i.propsData=o.propsData,i._parentListeners=o.listeners,i._renderChildren=o.children,i._componentTag=o.tag,t.render&&(i.render=t.render,i.staticRenderFns=t.staticRenderFns)}function Qa(e){var t=e.options;if(e.super){var i=Qa(e.super);if(i!==e.superOptions){e.superOptions=i;var a=Za(e);a&&D(e.extendOptions,a),(t=e.options=rt(i,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function Za(e){var t,i=e.options,a=e.sealedOptions;for(var o in i)i[o]!==a[o]&&(t||(t={}),t[o]=i[o]);return t}function eo(e){this instanceof eo||fe("Vue is a constructor and should be called with the `new` keyword"),this._init(e)}function to(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var i=I(arguments,1);return i.unshift(this),"function"==typeof e.install?e.install.apply(e,i):"function"==typeof e&&e.apply(null,i),t.push(e),this}}function io(e){e.mixin=function(e){return this.options=rt(this.options,e),this}}function ao(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var i=this,a=i.cid,o=e._Ctor||(e._Ctor={});if(o[a])return o[a];var r=e.name||i.options.name;r&&et(r);var n=function(e){this._init(e)};return n.prototype=Object.create(i.prototype),n.prototype.constructor=n,n.cid=t++,n.options=rt(i.options,e),n.super=i,n.options.props&&oo(n),n.options.computed&&ro(n),n.extend=i.extend,n.mixin=i.mixin,n.use=i.use,B.forEach((function(e){n[e]=i[e]})),r&&(n.options.components[r]=n),n.superOptions=i.options,n.extendOptions=e,n.sealedOptions=D({},n.options),o[a]=n,n}}function oo(e){var t=e.options.props;for(var i in t)La(e.prototype,"_props",i)}function ro(e){var t=e.options.computed;for(var i in t)Ba(e.prototype,i,t[i])}function no(e){B.forEach((function(t){e[t]=function(e,i){return i?("component"===t&&et(e),"component"===t&&c(i)&&(i.name=i.name||e,i=this.options._base.extend(i)),"directive"===t&&"function"==typeof i&&(i={bind:i,update:i}),this.options[t+"s"][e]=i,i):this.options[t+"s"][e]}}))}function so(e){return e&&(e.Ctor.options.name||e.tag)}function lo(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function uo(e,t){var i=e.cache,a=e.keys,o=e._vnode;for(var r in i){var n=i[r];if(n){var s=so(n.componentOptions);s&&!t(s)&&co(i,r,a,o)}}}function co(e,t,i,a){var o=e[t];!o||a&&o.tag===a.tag||o.componentInstance.$destroy(),e[t]=null,w(i,t)}Ja(eo),Ga(eo),aa(eo),la(eo),Vi(eo);var po=[String,RegExp,Array],mo={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:po,exclude:po,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)co(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){uo(e,(function(e){return lo(t,e)}))})),this.$watch("exclude",(function(t){uo(e,(function(e){return!lo(t,e)}))}))},render:function(){var e=this.$slots.default,t=Xi(e),i=t&&t.componentOptions;if(i){var a=so(i),o=this,r=o.include,n=o.exclude;if(r&&(!a||!lo(r,a))||n&&a&&lo(n,a))return t;var s=this,l=s.cache,u=s.keys,c=null==t.key?i.Ctor.cid+(i.tag?"::"+i.tag:""):t.key;l[c]?(t.componentInstance=l[c].componentInstance,w(u,c),u.push(c)):(l[c]=t,u.push(c),this.max&&u.length>parseInt(this.max)&&co(l,u[0],u,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};function ho(e){var t={get:function(){return W},set:function(){fe("Do not replace the Vue.config object, set individual fields instead.")}};Object.defineProperty(e,"config",t),e.util={warn:fe,extend:D,mergeOptions:rt,defineReactive:Be},e.set=He,e.delete=We,e.nextTick=Mt,e.observable=function(e){return ze(e),e},e.options=Object.create(null),B.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,D(e.options.components,mo),to(e),io(e),ao(e),no(e)}ho(eo),Object.defineProperty(eo.prototype,"$isServer",{get:ce}),Object.defineProperty(eo.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(eo,"FunctionalRenderContext",{value:qi}),eo.version="2.6.12";var fo=g("style,class"),go=g("input,textarea,option,select,progress"),bo=function(e,t,i){return"value"===i&&go(e)&&"button"!==t||"selected"===i&&"option"===e||"checked"===i&&"input"===e||"muted"===i&&"video"===e},yo=g("contenteditable,draggable,spellcheck"),wo=g("events,caret,typing,plaintext-only"),vo=function(e,t){return To(t)||"false"===t?"false":"contenteditable"===e&&wo(t)?t:"true"},_o=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),xo="http://www.w3.org/1999/xlink",ko=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},jo=function(e){return ko(e)?e.slice(6,e.length):""},To=function(e){return null==e||!1===e};function qo(e){for(var t=e.data,i=e,o=e;a(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(t=So(o.data,t));for(;a(i=i.parent);)i&&i.data&&(t=So(t,i.data));return Ao(t.staticClass,t.class)}function So(e,t){return{staticClass:Co(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Ao(e,t){return a(e)||a(t)?Co(e,Po(t)):""}function Co(e,t){return e?t?e+" "+t:e:t||""}function Po(e){return Array.isArray(e)?Io(e):s(e)?Do(e):"string"==typeof e?e:""}function Io(e){for(var t,i="",o=0,r=e.length;o<r;o++)a(t=Po(e[o]))&&""!==t&&(i&&(i+=" "),i+=t);return i}function Do(e){var t="";for(var i in e)e[i]&&(t&&(t+=" "),t+=i);return t}var Eo={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Mo=g("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Lo=g("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Fo=function(e){return"pre"===e},Ro=function(e){return Mo(e)||Lo(e)};function Uo(e){return Lo(e)?"svg":"math"===e?"math":void 0}var Oo=Object.create(null);function No(e){if(!Q)return!0;if(Ro(e))return!1;if(e=e.toLowerCase(),null!=Oo[e])return Oo[e];var t=document.createElement(e);return e.indexOf("-")>-1?Oo[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Oo[e]=/HTMLUnknownElement/.test(t.toString())}var zo=g("text,number,password,search,email,tel,url");function Bo(e){if("string"==typeof e){var t=document.querySelector(e);return t||(fe("Cannot find element: "+e),document.createElement("div"))}return e}function Ho(e,t){var i=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&i.setAttribute("multiple","multiple"),i}function Wo(e,t){return document.createElementNS(Eo[e],t)}function Yo(e){return document.createTextNode(e)}function Vo(e){return document.createComment(e)}function $o(e,t,i){e.insertBefore(t,i)}function Go(e,t){e.removeChild(t)}function Ko(e,t){e.appendChild(t)}function Jo(e){return e.parentNode}function Xo(e){return e.nextSibling}function Qo(e){return e.tagName}function Zo(e,t){e.textContent=t}function er(e,t){e.setAttribute(t,"")}var tr=Object.freeze({createElement:Ho,createElementNS:Wo,createTextNode:Yo,createComment:Vo,insertBefore:$o,removeChild:Go,appendChild:Ko,parentNode:Jo,nextSibling:Xo,tagName:Qo,setTextContent:Zo,setStyleScope:er}),ir={create:function(e,t){ar(t)},update:function(e,t){e.data.ref!==t.data.ref&&(ar(e,!0),ar(t))},destroy:function(e){ar(e,!0)}};function ar(e,t){var i=e.data.ref;if(a(i)){var o=e.context,r=e.componentInstance||e.elm,n=o.$refs;t?Array.isArray(n[i])?w(n[i],r):n[i]===r&&(n[i]=void 0):e.data.refInFor?Array.isArray(n[i])?n[i].indexOf(r)<0&&n[i].push(r):n[i]=[r]:n[i]=r}}var or=new Ae("",{},[]),rr=["create","activate","update","remove","destroy"];function nr(e,i){return e.key===i.key&&(e.tag===i.tag&&e.isComment===i.isComment&&a(e.data)===a(i.data)&&sr(e,i)||o(e.isAsyncPlaceholder)&&e.asyncFactory===i.asyncFactory&&t(i.asyncFactory.error))}function sr(e,t){if("input"!==e.tag)return!0;var i,o=a(i=e.data)&&a(i=i.attrs)&&i.type,r=a(i=t.data)&&a(i=i.attrs)&&i.type;return o===r||zo(o)&&zo(r)}function lr(e,t,i){var o,r,n={};for(o=t;o<=i;++o)a(r=e[o].key)&&(n[r]=o);return n}function ur(e){var i,r,s={},l=e.modules,u=e.nodeOps;for(i=0;i<rr.length;++i)for(s[rr[i]]=[],r=0;r<l.length;++r)a(l[r][rr[i]])&&s[rr[i]].push(l[r][rr[i]]);function c(e){return new Ae(u.tagName(e).toLowerCase(),{},[],void 0,e)}function p(e,t){function i(){0==--i.listeners&&m(e)}return i.listeners=t,i}function m(e){var t=u.parentNode(e);a(t)&&u.removeChild(t,e)}function h(e,t){return!t&&!e.ns&&!(W.ignoredElements.length&&W.ignoredElements.some((function(t){return d(t)?t.test(e.tag):t===e.tag})))&&W.isUnknownElement(e.tag)}var f=0;function b(e,t,i,r,n,s,l){if(a(e.elm)&&a(s)&&(e=s[l]=De(e)),e.isRootInsert=!n,!y(e,t,i,r)){var c=e.data,d=e.children,p=e.tag;a(p)?(c&&c.pre&&f++,h(e,f)&&fe("Unknown custom element: <"+p+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',e.context),e.elm=e.ns?u.createElementNS(e.ns,p):u.createElement(p,e),T(e),x(e,d,t),a(c)&&j(e,t),_(i,e.elm,r),c&&c.pre&&f--):o(e.isComment)?(e.elm=u.createComment(e.text),_(i,e.elm,r)):(e.elm=u.createTextNode(e.text),_(i,e.elm,r))}}function y(e,t,i,r){var n=e.data;if(a(n)){var s=a(e.componentInstance)&&n.keepAlive;if(a(n=n.hook)&&a(n=n.init)&&n(e,!1),a(e.componentInstance))return w(e,t),_(i,e.elm,r),o(s)&&v(e,t,i,r),!0}}function w(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,k(e)?(j(e,t),T(e)):(ar(e),t.push(e))}function v(e,t,i,o){for(var r,n=e;n.componentInstance;)if(a(r=(n=n.componentInstance._vnode).data)&&a(r=r.transition)){for(r=0;r<s.activate.length;++r)s.activate[r](or,n);t.push(n);break}_(i,e.elm,o)}function _(e,t,i){a(e)&&(a(i)?u.parentNode(i)===e&&u.insertBefore(e,t,i):u.appendChild(e,t))}function x(e,t,i){if(Array.isArray(t)){I(t);for(var a=0;a<t.length;++a)b(t[a],i,e.elm,null,!0,t,a)}else n(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function k(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function j(e,t){for(var o=0;o<s.create.length;++o)s.create[o](or,e);a(i=e.data.hook)&&(a(i.create)&&i.create(or,e),a(i.insert)&&t.push(e))}function T(e){var t;if(a(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var i=e;i;)a(t=i.context)&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),i=i.parent;a(t=oa)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function q(e,t,i,a,o,r){for(;a<=o;++a)b(i[a],r,e,t,!1,i,a)}function S(e){var t,i,o=e.data;if(a(o))for(a(t=o.hook)&&a(t=t.destroy)&&t(e),t=0;t<s.destroy.length;++t)s.destroy[t](e);if(a(t=e.children))for(i=0;i<e.children.length;++i)S(e.children[i])}function A(e,t,i){for(;t<=i;++t){var o=e[t];a(o)&&(a(o.tag)?(C(o),S(o)):m(o.elm))}}function C(e,t){if(a(t)||a(e.data)){var i,o=s.remove.length+1;for(a(t)?t.listeners+=o:t=p(e.elm,o),a(i=e.componentInstance)&&a(i=i._vnode)&&a(i.data)&&C(i,t),i=0;i<s.remove.length;++i)s.remove[i](e,t);a(i=e.data.hook)&&a(i=i.remove)?i(e,t):t()}else m(e.elm)}function P(e,i,o,r,n){var s,l,c,d=0,p=0,m=i.length-1,h=i[0],f=i[m],g=o.length-1,y=o[0],w=o[g],v=!n;for(I(o);d<=m&&p<=g;)t(h)?h=i[++d]:t(f)?f=i[--m]:nr(h,y)?(E(h,y,r,o,p),h=i[++d],y=o[++p]):nr(f,w)?(E(f,w,r,o,g),f=i[--m],w=o[--g]):nr(h,w)?(E(h,w,r,o,g),v&&u.insertBefore(e,h.elm,u.nextSibling(f.elm)),h=i[++d],w=o[--g]):nr(f,y)?(E(f,y,r,o,p),v&&u.insertBefore(e,f.elm,h.elm),f=i[--m],y=o[++p]):(t(s)&&(s=lr(i,d,m)),t(l=a(y.key)?s[y.key]:D(y,i,d,m))?b(y,r,e,h.elm,!1,o,p):nr(c=i[l],y)?(E(c,y,r,o,p),i[l]=void 0,v&&u.insertBefore(e,c.elm,h.elm)):b(y,r,e,h.elm,!1,o,p),y=o[++p]);d>m?q(e,t(o[g+1])?null:o[g+1].elm,o,p,g,r):p>g&&A(i,d,m)}function I(e){for(var t={},i=0;i<e.length;i++){var o=e[i],r=o.key;a(r)&&(t[r]?fe("Duplicate keys detected: '"+r+"'. This may cause an update error.",o.context):t[r]=!0)}}function D(e,t,i,o){for(var r=i;r<o;r++){var n=t[r];if(a(n)&&nr(e,n))return r}}function E(e,i,r,n,l,c){if(e!==i){a(i.elm)&&a(n)&&(i=n[l]=De(i));var d=i.elm=e.elm;if(o(e.isAsyncPlaceholder))a(i.asyncFactory.resolved)?R(e.elm,i,r):i.isAsyncPlaceholder=!0;else if(o(i.isStatic)&&o(e.isStatic)&&i.key===e.key&&(o(i.isCloned)||o(i.isOnce)))i.componentInstance=e.componentInstance;else{var p,m=i.data;a(m)&&a(p=m.hook)&&a(p=p.prepatch)&&p(e,i);var h=e.children,f=i.children;if(a(m)&&k(i)){for(p=0;p<s.update.length;++p)s.update[p](e,i);a(p=m.hook)&&a(p=p.update)&&p(e,i)}t(i.text)?a(h)&&a(f)?h!==f&&P(d,h,f,r,c):a(f)?(I(f),a(e.text)&&u.setTextContent(d,""),q(d,null,f,0,f.length-1,r)):a(h)?A(h,0,h.length-1):a(e.text)&&u.setTextContent(d,""):e.text!==i.text&&u.setTextContent(d,i.text),a(m)&&a(p=m.hook)&&a(p=p.postpatch)&&p(e,i)}}}function M(e,t,i){if(o(i)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var L=!1,F=g("attrs,class,staticClass,staticStyle,key");function R(e,t,i,r){var n,s=t.tag,l=t.data,u=t.children;if(r=r||l&&l.pre,t.elm=e,o(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(!U(e,t,r))return!1;if(a(l)&&(a(n=l.hook)&&a(n=n.init)&&n(t,!0),a(n=t.componentInstance)))return w(t,i),!0;if(a(s)){if(a(u))if(e.hasChildNodes())if(a(n=l)&&a(n=n.domProps)&&a(n=n.innerHTML)){if(n!==e.innerHTML)return"undefined"==typeof console||L||(L=!0,console.warn("Parent: ",e),console.warn("server innerHTML: ",n),console.warn("client innerHTML: ",e.innerHTML)),!1}else{for(var c=!0,d=e.firstChild,p=0;p<u.length;p++){if(!d||!R(d,u[p],i,r)){c=!1;break}d=d.nextSibling}if(!c||d)return"undefined"==typeof console||L||(L=!0,console.warn("Parent: ",e),console.warn("Mismatching childNodes vs. VNodes: ",e.childNodes,u)),!1}else x(t,u,i);if(a(l)){var m=!1;for(var h in l)if(!F(h)){m=!0,j(t,i);break}!m&&l.class&&Yt(l.class)}}else e.data!==t.text&&(e.data=t.text);return!0}function U(e,t,i){return a(t.tag)?0===t.tag.indexOf("vue-component")||!h(t,i)&&t.tag.toLowerCase()===(e.tagName&&e.tagName.toLowerCase()):e.nodeType===(t.isComment?8:3)}return function(e,i,r,n){if(!t(i)){var l=!1,d=[];if(t(e))l=!0,b(i,d);else{var p=a(e.nodeType);if(!p&&nr(e,i))E(e,i,d,null,null,n);else{if(p){if(1===e.nodeType&&e.hasAttribute(z)&&(e.removeAttribute(z),r=!0),o(r)){if(R(e,i,d))return M(i,d,!0),e;fe("The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.")}e=c(e)}var m=e.elm,h=u.parentNode(m);if(b(i,d,m._leaveCb?null:h,u.nextSibling(m)),a(i.parent))for(var f=i.parent,g=k(i);f;){for(var y=0;y<s.destroy.length;++y)s.destroy[y](f);if(f.elm=i.elm,g){for(var w=0;w<s.create.length;++w)s.create[w](or,f);var v=f.data.hook.insert;if(v.merged)for(var _=1;_<v.fns.length;_++)v.fns[_]()}else ar(f);f=f.parent}a(h)?A([e],0,0):a(e.tag)&&S(e)}}return M(i,d,l),i.elm}a(e)&&S(e)}}var cr={create:dr,update:dr,destroy:function(e){dr(e,or)}};function dr(e,t){(e.data.directives||t.data.directives)&&pr(e,t)}function pr(e,t){var i,a,o,r=e===or,n=t===or,s=hr(e.data.directives,e.context),l=hr(t.data.directives,t.context),u=[],c=[];for(i in l)a=s[i],o=l[i],a?(o.oldValue=a.value,o.oldArg=a.arg,gr(o,"update",t,e),o.def&&o.def.componentUpdated&&c.push(o)):(gr(o,"bind",t,e),o.def&&o.def.inserted&&u.push(o));if(u.length){var d=function(){for(var i=0;i<u.length;i++)gr(u[i],"inserted",t,e)};r?Jt(t,"insert",d):d()}if(c.length&&Jt(t,"postpatch",(function(){for(var i=0;i<c.length;i++)gr(c[i],"componentUpdated",t,e)})),!r)for(i in s)l[i]||gr(s[i],"unbind",e,e,n)}var mr=Object.create(null);function hr(e,t){var i,a,o=Object.create(null);if(!e)return o;for(i=0;i<e.length;i++)(a=e[i]).modifiers||(a.modifiers=mr),o[fr(a)]=a,a.def=nt(t.$options,"directives",a.name,!0);return o}function fr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function gr(e,t,i,a,o){var r=e.def&&e.def[t];if(r)try{r(i.elm,e,i,a,o)}catch(a){wt(a,i.context,"directive "+e.name+" "+t+" hook")}}var br=[ir,cr];function yr(e,i){var o=i.componentOptions;if(!(a(o)&&!1===o.Ctor.options.inheritAttrs||t(e.data.attrs)&&t(i.data.attrs))){var r,n,s=i.elm,l=e.data.attrs||{},u=i.data.attrs||{};for(r in a(u.__ob__)&&(u=i.data.attrs=D({},u)),u)n=u[r],l[r]!==n&&wr(s,r,n);for(r in(ie||oe)&&u.value!==l.value&&wr(s,"value",u.value),l)t(u[r])&&(ko(r)?s.removeAttributeNS(xo,jo(r)):yo(r)||s.removeAttribute(r))}}function wr(e,t,i){e.tagName.indexOf("-")>-1?vr(e,t,i):_o(t)?To(i)?e.removeAttribute(t):(i="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,i)):yo(t)?e.setAttribute(t,vo(t,i)):ko(t)?To(i)?e.removeAttributeNS(xo,jo(t)):e.setAttributeNS(xo,t,i):vr(e,t,i)}function vr(e,t,i){if(To(i))e.removeAttribute(t);else{if(ie&&!ae&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==i&&!e.__ieph){var a=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",a)};e.addEventListener("input",a),e.__ieph=!0}e.setAttribute(t,i)}}var _r={create:yr,update:yr};function xr(e,i){var o=i.elm,r=i.data,n=e.data;if(!(t(r.staticClass)&&t(r.class)&&(t(n)||t(n.staticClass)&&t(n.class)))){var s=qo(i),l=o._transitionClasses;a(l)&&(s=Co(s,Po(l))),s!==o._prevClass&&(o.setAttribute("class",s),o._prevClass=s)}}var kr,jr,Tr,qr,Sr,Ar,Cr,Pr={create:xr,update:xr},Ir=/[\w).+\-_$\]]/;function Dr(e){var t,i,a,o,r,n=!1,s=!1,l=!1,u=!1,c=0,d=0,p=0,m=0;for(a=0;a<e.length;a++)if(i=t,t=e.charCodeAt(a),n)39===t&&92!==i&&(n=!1);else if(s)34===t&&92!==i&&(s=!1);else if(l)96===t&&92!==i&&(l=!1);else if(u)47===t&&92!==i&&(u=!1);else if(124!==t||124===e.charCodeAt(a+1)||124===e.charCodeAt(a-1)||c||d||p){switch(t){case 34:s=!0;break;case 39:n=!0;break;case 96:l=!0;break;case 40:p++;break;case 41:p--;break;case 91:d++;break;case 93:d--;break;case 123:c++;break;case 125:c--}if(47===t){for(var h=a-1,f=void 0;h>=0&&" "===(f=e.charAt(h));h--);f&&Ir.test(f)||(u=!0)}}else void 0===o?(m=a+1,o=e.slice(0,a).trim()):g();function g(){(r||(r=[])).push(e.slice(m,a).trim()),m=a+1}if(void 0===o?o=e.slice(0,a).trim():0!==m&&g(),r)for(a=0;a<r.length;a++)o=Er(o,r[a]);return o}function Er(e,t){var i=t.indexOf("(");if(i<0)return'_f("'+t+'")('+e+")";var a=t.slice(0,i),o=t.slice(i+1);return'_f("'+a+'")('+e+(")"!==o?","+o:o)}function Mr(e,t){console.error("[Vue compiler]: "+e)}function Lr(e,t){return e?e.map((function(e){return e[t]})).filter((function(e){return e})):[]}function Fr(e,t,i,a,o){(e.props||(e.props=[])).push(Vr({name:t,value:i,dynamic:o},a)),e.plain=!1}function Rr(e,t,i,a,o){(o?e.dynamicAttrs||(e.dynamicAttrs=[]):e.attrs||(e.attrs=[])).push(Vr({name:t,value:i,dynamic:o},a)),e.plain=!1}function Ur(e,t,i,a){e.attrsMap[t]=i,e.attrsList.push(Vr({name:t,value:i},a))}function Or(e,t,i,a,o,r,n,s){(e.directives||(e.directives=[])).push(Vr({name:t,rawName:i,value:a,arg:o,isDynamicArg:r,modifiers:n},s)),e.plain=!1}function Nr(e,t,i){return i?"_p("+t+',"'+e+'")':e+t}function zr(t,i,a,o,r,n,s,l){var u;o=o||e,n&&o.prevent&&o.passive&&n("passive and prevent can't be used together. Passive handler can't prevent default event.",s),o.right?l?i="("+i+")==='click'?'contextmenu':("+i+")":"click"===i&&(i="contextmenu",delete o.right):o.middle&&(l?i="("+i+")==='click'?'mouseup':("+i+")":"click"===i&&(i="mouseup")),o.capture&&(delete o.capture,i=Nr("!",i,l)),o.once&&(delete o.once,i=Nr("~",i,l)),o.passive&&(delete o.passive,i=Nr("&",i,l)),o.native?(delete o.native,u=t.nativeEvents||(t.nativeEvents={})):u=t.events||(t.events={});var c=Vr({value:a.trim(),dynamic:l},s);o!==e&&(c.modifiers=o);var d=u[i];Array.isArray(d)?r?d.unshift(c):d.push(c):u[i]=d?r?[c,d]:[d,c]:c,t.plain=!1}function Br(e,t){return e.rawAttrsMap[":"+t]||e.rawAttrsMap["v-bind:"+t]||e.rawAttrsMap[t]}function Hr(e,t,i){var a=Wr(e,":"+t)||Wr(e,"v-bind:"+t);if(null!=a)return Dr(a);if(!1!==i){var o=Wr(e,t);if(null!=o)return JSON.stringify(o)}}function Wr(e,t,i){var a;if(null!=(a=e.attrsMap[t]))for(var o=e.attrsList,r=0,n=o.length;r<n;r++)if(o[r].name===t){o.splice(r,1);break}return i&&delete e.attrsMap[t],a}function Yr(e,t){for(var i=e.attrsList,a=0,o=i.length;a<o;a++){var r=i[a];if(t.test(r.name))return i.splice(a,1),r}}function Vr(e,t){return t&&(null!=t.start&&(e.start=t.start),null!=t.end&&(e.end=t.end)),e}function $r(e,t,i){var a=i||{},o=a.number,r="$$v",n=r;a.trim&&(n="(typeof "+r+" === 'string'? "+r+".trim(): "+r+")"),o&&(n="_n("+n+")");var s=Gr(t,n);e.model={value:"("+t+")",expression:JSON.stringify(t),callback:"function ("+r+") {"+s+"}"}}function Gr(e,t){var i=Kr(e);return null===i.key?e+"="+t:"$set("+i.exp+", "+i.key+", "+t+")"}function Kr(e){if(e=e.trim(),kr=e.length,e.indexOf("[")<0||e.lastIndexOf("]")<kr-1)return(qr=e.lastIndexOf("."))>-1?{exp:e.slice(0,qr),key:'"'+e.slice(qr+1)+'"'}:{exp:e,key:null};for(jr=e,qr=Sr=Ar=0;!Xr();)Qr(Tr=Jr())?en(Tr):91===Tr&&Zr(Tr);return{exp:e.slice(0,Sr),key:e.slice(Sr+1,Ar)}}function Jr(){return jr.charCodeAt(++qr)}function Xr(){return qr>=kr}function Qr(e){return 34===e||39===e}function Zr(e){var t=1;for(Sr=qr;!Xr();)if(Qr(e=Jr()))en(e);else if(91===e&&t++,93===e&&t--,0===t){Ar=qr;break}}function en(e){for(var t=e;!Xr()&&(e=Jr())!==t;);}var tn,an="__r",on="__c";function rn(e,t,i){Cr=i;var a=t.value,o=t.modifiers,r=e.tag,n=e.attrsMap.type;if("input"===r&&"file"===n&&Cr("<"+e.tag+' v-model="'+a+'" type="file">:\nFile inputs are read only. Use a v-on:change listener instead.',e.rawAttrsMap["v-model"]),e.component)return $r(e,a,o),!1;if("select"===r)ln(e,a,o);else if("input"===r&&"checkbox"===n)nn(e,a,o);else if("input"===r&&"radio"===n)sn(e,a,o);else if("input"===r||"textarea"===r)un(e,a,o);else{if(!W.isReservedTag(r))return $r(e,a,o),!1;Cr("<"+e.tag+' v-model="'+a+"\">: v-model is not supported on this element type. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.",e.rawAttrsMap["v-model"])}return!0}function nn(e,t,i){var a=i&&i.number,o=Hr(e,"value")||"null",r=Hr(e,"true-value")||"true",n=Hr(e,"false-value")||"false";Fr(e,"checked","Array.isArray("+t+")?_i("+t+","+o+")>-1"+("true"===r?":("+t+")":":_q("+t+","+r+")")),zr(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+r+"):("+n+");if(Array.isArray($$a)){var $$v="+(a?"_n("+o+")":o)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Gr(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Gr(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Gr(t,"$$c")+"}",null,!0)}function sn(e,t,i){var a=i&&i.number,o=Hr(e,"value")||"null";Fr(e,"checked","_q("+t+","+(o=a?"_n("+o+")":o)+")"),zr(e,"change",Gr(t,o),null,!0)}function ln(e,t,i){var a='var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(i&&i.number?"_n(val)":"val")+"});";zr(e,"change",a=a+" "+Gr(t,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),null,!0)}function un(e,t,i){var a=e.attrsMap.type,o=e.attrsMap["v-bind:value"]||e.attrsMap[":value"],r=e.attrsMap["v-bind:type"]||e.attrsMap[":type"];if(o&&!r){var n=e.attrsMap["v-bind:value"]?"v-bind:value":":value";Cr(n+'="'+o+'" conflicts with v-model on the same element because the latter already expands to a value binding internally',e.rawAttrsMap[n])}var s=i||{},l=s.lazy,u=s.number,c=s.trim,d=!l&&"range"!==a,p=l?"change":"range"===a?an:"input",m="$event.target.value";c&&(m="$event.target.value.trim()"),u&&(m="_n("+m+")");var h=Gr(t,m);d&&(h="if($event.target.composing)return;"+h),Fr(e,"value","("+t+")"),zr(e,p,h,null,!0),(c||u)&&zr(e,"blur","$forceUpdate()")}function cn(e){if(a(e[an])){var t=ie?"change":"input";e[t]=[].concat(e[an],e[t]||[]),delete e[an]}a(e[on])&&(e.change=[].concat(e[on],e.change||[]),delete e[on])}function dn(e,t,i){var a=tn;return function o(){null!==t.apply(null,arguments)&&hn(e,o,i,a)}}var pn=qt&&!(ne&&Number(ne[1])<=53);function mn(e,t,i,a){if(pn){var o=ja,r=t;t=r._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=o||e.timeStamp<=0||e.target.ownerDocument!==document)return r.apply(this,arguments)}}tn.addEventListener(e,t,le?{capture:i,passive:a}:i)}function hn(e,t,i,a){(a||tn).removeEventListener(e,t._wrapper||t,i)}function fn(e,i){if(!t(e.data.on)||!t(i.data.on)){var a=i.data.on||{},o=e.data.on||{};tn=i.elm,cn(a),Kt(a,o,mn,hn,dn,i.context),tn=void 0}}var gn,bn={create:fn,update:fn};function yn(e,i){if(!t(e.data.domProps)||!t(i.data.domProps)){var o,r,n=i.elm,s=e.data.domProps||{},l=i.data.domProps||{};for(o in a(l.__ob__)&&(l=i.data.domProps=D({},l)),s)o in l||(n[o]="");for(o in l){if(r=l[o],"textContent"===o||"innerHTML"===o){if(i.children&&(i.children.length=0),r===s[o])continue;1===n.childNodes.length&&n.removeChild(n.childNodes[0])}if("value"===o&&"PROGRESS"!==n.tagName){n._value=r;var u=t(r)?"":String(r);wn(n,u)&&(n.value=u)}else if("innerHTML"===o&&Lo(n.tagName)&&t(n.innerHTML)){(gn=gn||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var c=gn.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;c.firstChild;)n.appendChild(c.firstChild)}else if(r!==s[o])try{n[o]=r}catch(e){}}}}function wn(e,t){return!e.composing&&("OPTION"===e.tagName||vn(e,t)||_n(e,t))}function vn(e,t){var i=!0;try{i=document.activeElement!==e}catch(e){}return i&&e.value!==t}function _n(e,t){var i=e.value,o=e._vModifiers;if(a(o)){if(o.number)return f(i)!==f(t);if(o.trim)return i.trim()!==t.trim()}return i!==t}var xn={create:yn,update:yn},kn=x((function(e){var t={},i=/;(?![^(]*\))/g,a=/:(.+)/;return e.split(i).forEach((function(e){if(e){var i=e.split(a);i.length>1&&(t[i[0].trim()]=i[1].trim())}})),t}));function jn(e){var t=Tn(e.style);return e.staticStyle?D(e.staticStyle,t):t}function Tn(e){return Array.isArray(e)?E(e):"string"==typeof e?kn(e):e}function qn(e,t){var i,a={};if(t)for(var o=e;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(i=jn(o.data))&&D(a,i);(i=jn(e.data))&&D(a,i);for(var r=e;r=r.parent;)r.data&&(i=jn(r.data))&&D(a,i);return a}var Sn,An=/^--/,Cn=/\s*!important$/,Pn=function(e,t,i){if(An.test(t))e.style.setProperty(t,i);else if(Cn.test(i))e.style.setProperty(S(t),i.replace(Cn,""),"important");else{var a=Dn(t);if(Array.isArray(i))for(var o=0,r=i.length;o<r;o++)e.style[a]=i[o];else e.style[a]=i}},In=["Webkit","Moz","ms"],Dn=x((function(e){if(Sn=Sn||document.createElement("div").style,"filter"!==(e=j(e))&&e in Sn)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<In.length;i++){var a=In[i]+t;if(a in Sn)return a}}));function En(e,i){var o=i.data,r=e.data;if(!(t(o.staticStyle)&&t(o.style)&&t(r.staticStyle)&&t(r.style))){var n,s,l=i.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},d=u||c,p=Tn(i.data.style)||{};i.data.normalizedStyle=a(p.__ob__)?D({},p):p;var m=qn(i,!0);for(s in d)t(m[s])&&Pn(l,s,"");for(s in m)(n=m[s])!==d[s]&&Pn(l,s,null==n?"":n)}}var Mn={create:En,update:En},Ln=/\s+/;function Fn(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Ln).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var i=" "+(e.getAttribute("class")||"")+" ";i.indexOf(" "+t+" ")<0&&e.setAttribute("class",(i+t).trim())}}function Rn(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Ln).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var i=" "+(e.getAttribute("class")||"")+" ",a=" "+t+" ";i.indexOf(a)>=0;)i=i.replace(a," ");(i=i.trim())?e.setAttribute("class",i):e.removeAttribute("class")}}function Un(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&D(t,On(e.name||"v")),D(t,e),t}return"string"==typeof e?On(e):void 0}}var On=x((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Nn=Q&&!ae,zn="transition",Bn="animation",Hn="transition",Wn="transitionend",Yn="animation",Vn="animationend";Nn&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Hn="WebkitTransition",Wn="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Yn="WebkitAnimation",Vn="webkitAnimationEnd"));var $n=Q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Gn(e){$n((function(){$n(e)}))}function Kn(e,t){var i=e._transitionClasses||(e._transitionClasses=[]);i.indexOf(t)<0&&(i.push(t),Fn(e,t))}function Jn(e,t){e._transitionClasses&&w(e._transitionClasses,t),Rn(e,t)}function Xn(e,t,i){var a=Zn(e,t),o=a.type,r=a.timeout,n=a.propCount;if(!o)return i();var s=o===zn?Wn:Vn,l=0,u=function(){e.removeEventListener(s,c),i()},c=function(t){t.target===e&&++l>=n&&u()};setTimeout((function(){l<n&&u()}),r+1),e.addEventListener(s,c)}var Qn=/\b(transform|all)(,|$)/;function Zn(e,t){var i,a=window.getComputedStyle(e),o=(a[Hn+"Delay"]||"").split(", "),r=(a[Hn+"Duration"]||"").split(", "),n=es(o,r),s=(a[Yn+"Delay"]||"").split(", "),l=(a[Yn+"Duration"]||"").split(", "),u=es(s,l),c=0,d=0;return t===zn?n>0&&(i=zn,c=n,d=r.length):t===Bn?u>0&&(i=Bn,c=u,d=l.length):d=(i=(c=Math.max(n,u))>0?n>u?zn:Bn:null)?i===zn?r.length:l.length:0,{type:i,timeout:c,propCount:d,hasTransform:i===zn&&Qn.test(a[Hn+"Property"])}}function es(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,i){return ts(t)+ts(e[i])})))}function ts(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function is(e,i){var o=e.elm;a(o._leaveCb)&&(o._leaveCb.cancelled=!0,o._leaveCb());var r=Un(e.data.transition);if(!t(r)&&!a(o._enterCb)&&1===o.nodeType){for(var n=r.css,l=r.type,u=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,p=r.appearClass,m=r.appearToClass,h=r.appearActiveClass,g=r.beforeEnter,b=r.enter,y=r.afterEnter,w=r.enterCancelled,v=r.beforeAppear,_=r.appear,x=r.afterAppear,k=r.appearCancelled,j=r.duration,T=oa,q=oa.$vnode;q&&q.parent;)T=q.context,q=q.parent;var S=!T._isMounted||!e.isRootInsert;if(!S||_||""===_){var A=S&&p?p:u,C=S&&h?h:d,P=S&&m?m:c,I=S&&v||g,D=S&&"function"==typeof _?_:b,E=S&&x||y,M=S&&k||w,L=f(s(j)?j.enter:j);null!=L&&os(L,"enter",e);var F=!1!==n&&!ae,R=ns(D),U=o._enterCb=N((function(){F&&(Jn(o,P),Jn(o,C)),U.cancelled?(F&&Jn(o,A),M&&M(o)):E&&E(o),o._enterCb=null}));e.data.show||Jt(e,"insert",(function(){var t=o.parentNode,i=t&&t._pending&&t._pending[e.key];i&&i.tag===e.tag&&i.elm._leaveCb&&i.elm._leaveCb(),D&&D(o,U)})),I&&I(o),F&&(Kn(o,A),Kn(o,C),Gn((function(){Jn(o,A),U.cancelled||(Kn(o,P),R||(rs(L)?setTimeout(U,L):Xn(o,l,U)))}))),e.data.show&&(i&&i(),D&&D(o,U)),F||R||U()}}}function as(e,i){var o=e.elm;a(o._enterCb)&&(o._enterCb.cancelled=!0,o._enterCb());var r=Un(e.data.transition);if(t(r)||1!==o.nodeType)return i();if(!a(o._leaveCb)){var n=r.css,l=r.type,u=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,p=r.beforeLeave,m=r.leave,h=r.afterLeave,g=r.leaveCancelled,b=r.delayLeave,y=r.duration,w=!1!==n&&!ae,v=ns(m),_=f(s(y)?y.leave:y);a(_)&&os(_,"leave",e);var x=o._leaveCb=N((function(){o.parentNode&&o.parentNode._pending&&(o.parentNode._pending[e.key]=null),w&&(Jn(o,c),Jn(o,d)),x.cancelled?(w&&Jn(o,u),g&&g(o)):(i(),h&&h(o)),o._leaveCb=null}));b?b(k):k()}function k(){x.cancelled||(!e.data.show&&o.parentNode&&((o.parentNode._pending||(o.parentNode._pending={}))[e.key]=e),p&&p(o),w&&(Kn(o,u),Kn(o,d),Gn((function(){Jn(o,u),x.cancelled||(Kn(o,c),v||(rs(_)?setTimeout(x,_):Xn(o,l,x)))}))),m&&m(o,x),w||v||x())}}function os(e,t,i){"number"!=typeof e?fe("<transition> explicit "+t+" duration is not a valid number - got "+JSON.stringify(e)+".",i.context):isNaN(e)&&fe("<transition> explicit "+t+" duration is NaN - the duration expression might be incorrect.",i.context)}function rs(e){return"number"==typeof e&&!isNaN(e)}function ns(e){if(t(e))return!1;var i=e.fns;return a(i)?ns(Array.isArray(i)?i[0]:i):(e._length||e.length)>1}function ss(e,t){!0!==t.data.show&&is(t)}var ls=[_r,Pr,bn,xn,Mn,Q?{create:ss,activate:ss,remove:function(e,t){!0!==e.data.show?as(e,t):t()}}:{}].concat(br),us=ur({nodeOps:tr,modules:ls});ae&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&bs(e,"input")}));var cs={inserted:function(e,t,i,a){"select"===i.tag?(a.elm&&!a.elm._vOptions?Jt(i,"postpatch",(function(){cs.componentUpdated(e,t,i)})):ds(e,t,i.context),e._vOptions=[].map.call(e.options,hs)):("textarea"===i.tag||zo(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",fs),e.addEventListener("compositionend",gs),e.addEventListener("change",gs),ae&&(e.vmodel=!0)))},componentUpdated:function(e,t,i){if("select"===i.tag){ds(e,t,i.context);var a=e._vOptions,o=e._vOptions=[].map.call(e.options,hs);o.some((function(e,t){return!U(e,a[t])}))&&(e.multiple?t.value.some((function(e){return ms(e,o)})):t.value!==t.oldValue&&ms(t.value,o))&&bs(e,"change")}}};function ds(e,t,i){ps(e,t,i),(ie||oe)&&setTimeout((function(){ps(e,t,i)}),0)}function ps(e,t,i){var a=t.value,o=e.multiple;if(!o||Array.isArray(a)){for(var r,n,s=0,l=e.options.length;s<l;s++)if(n=e.options[s],o)r=O(a,hs(n))>-1,n.selected!==r&&(n.selected=r);else if(U(hs(n),a))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}else fe('<select multiple v-model="'+t.expression+'"> expects an Array value for its binding, but got '+Object.prototype.toString.call(a).slice(8,-1),i)}function ms(e,t){return t.every((function(t){return!U(t,e)}))}function hs(e){return"_value"in e?e._value:e.value}function fs(e){e.target.composing=!0}function gs(e){e.target.composing&&(e.target.composing=!1,bs(e.target,"input"))}function bs(e,t){var i=document.createEvent("HTMLEvents");i.initEvent(t,!0,!0),e.dispatchEvent(i)}function ys(e){return!e.componentInstance||e.data&&e.data.transition?e:ys(e.componentInstance._vnode)}var ws={model:cs,show:{bind:function(e,t,i){var a=t.value,o=(i=ys(i)).data&&i.data.transition,r=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;a&&o?(i.data.show=!0,is(i,(function(){e.style.display=r}))):e.style.display=a?r:"none"},update:function(e,t,i){var a=t.value;!a!=!t.oldValue&&((i=ys(i)).data&&i.data.transition?(i.data.show=!0,a?is(i,(function(){e.style.display=e.__vOriginalDisplay})):as(i,(function(){e.style.display="none"}))):e.style.display=a?e.__vOriginalDisplay:"none")},unbind:function(e,t,i,a,o){o||(e.style.display=e.__vOriginalDisplay)}}},vs={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function _s(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?_s(Xi(t.children)):e}function xs(e){var t={},i=e.$options;for(var a in i.propsData)t[a]=e[a];var o=i._parentListeners;for(var r in o)t[j(r)]=o[r];return t}function ks(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function js(e){for(;e=e.parent;)if(e.data.transition)return!0}function Ts(e,t){return t.key===e.key&&t.tag===e.tag}var qs=function(e){return e.tag||Ji(e)},Ss=function(e){return"show"===e.name},As={name:"transition",props:vs,abstract:!0,render:function(e){var t=this,i=this.$slots.default;if(i&&(i=i.filter(qs)).length){i.length>1&&fe("<transition> can only be used on a single element. Use <transition-group> for lists.",this.$parent);var a=this.mode;a&&"in-out"!==a&&"out-in"!==a&&fe("invalid <transition> mode: "+a,this.$parent);var o=i[0];if(js(this.$vnode))return o;var r=_s(o);if(!r)return o;if(this._leaving)return ks(e,o);var s="__transition-"+this._uid+"-";r.key=null==r.key?r.isComment?s+"comment":s+r.tag:n(r.key)?0===String(r.key).indexOf(s)?r.key:s+r.key:r.key;var l=(r.data||(r.data={})).transition=xs(this),u=this._vnode,c=_s(u);if(r.data.directives&&r.data.directives.some(Ss)&&(r.data.show=!0),c&&c.data&&!Ts(r,c)&&!Ji(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=D({},l);if("out-in"===a)return this._leaving=!0,Jt(d,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ks(e,o);if("in-out"===a){if(Ji(r))return u;var p,m=function(){p()};Jt(l,"afterEnter",m),Jt(l,"enterCancelled",m),Jt(d,"delayLeave",(function(e){p=e}))}}return o}}},Cs=D({tag:String,moveClass:String},vs);function Ps(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Is(e){e.data.newPos=e.elm.getBoundingClientRect()}function Ds(e){var t=e.data.pos,i=e.data.newPos,a=t.left-i.left,o=t.top-i.top;if(a||o){e.data.moved=!0;var r=e.elm.style;r.transform=r.WebkitTransform="translate("+a+"px,"+o+"px)",r.transitionDuration="0s"}}delete Cs.mode;var Es={Transition:As,TransitionGroup:{props:Cs,beforeMount:function(){var e=this,t=this._update;this._update=function(i,a){var o=na(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,o(),t.call(e,i,a)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",i=Object.create(null),a=this.prevChildren=this.children,o=this.$slots.default||[],r=this.children=[],n=xs(this),s=0;s<o.length;s++){var l=o[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))r.push(l),i[l.key]=l,(l.data||(l.data={})).transition=n;else{var u=l.componentOptions,c=u?u.Ctor.options.name||u.tag||"":l.tag;fe("<transition-group> children must be keyed: <"+c+">")}}if(a){for(var d=[],p=[],m=0;m<a.length;m++){var h=a[m];h.data.transition=n,h.data.pos=h.elm.getBoundingClientRect(),i[h.key]?d.push(h):p.push(h)}this.kept=e(t,null,d),this.removed=p}return e(t,null,r)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Ps),e.forEach(Is),e.forEach(Ds),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var i=e.elm,a=i.style;Kn(i,t),a.transform=a.WebkitTransform=a.transitionDuration="",i.addEventListener(Wn,i._moveCb=function e(a){a&&a.target!==i||a&&!/transform$/.test(a.propertyName)||(i.removeEventListener(Wn,e),i._moveCb=null,Jn(i,t))})}})))},methods:{hasMove:function(e,t){if(!Nn)return!1;if(this._hasMove)return this._hasMove;var i=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Rn(i,e)})),Fn(i,t),i.style.display="none",this.$el.appendChild(i);var a=Zn(i);return this.$el.removeChild(i),this._hasMove=a.hasTransform}}}};eo.config.mustUseProp=bo,eo.config.isReservedTag=Ro,eo.config.isReservedAttr=fo,eo.config.getTagNamespace=Uo,eo.config.isUnknownElement=No,D(eo.options.directives,ws),D(eo.options.components,Es),eo.prototype.__patch__=Q?us:M,eo.prototype.$mount=function(e,t){return ua(this,e=e&&Q?Bo(e):void 0,t)},Q&&setTimeout((function(){W.devtools&&(de?de.emit("init",eo):console[console.info?"info":"log"]("Download the Vue Devtools extension for a better development experience:\nhttps://github.com/vuejs/vue-devtools")),!1!==W.productionTip&&"undefined"!=typeof console&&console[console.info?"info":"log"]("You are running Vue in development mode.\nMake sure to turn on production mode when deploying for production.\nSee more tips at https://vuejs.org/guide/deployment.html")}),0);var Ms=/\{\{((?:.|\r?\n)+?)\}\}/g,Ls=/[-.*+?^${}()|[\]\/\\]/g,Fs=x((function(e){var t=e[0].replace(Ls,"\\$&"),i=e[1].replace(Ls,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+i,"g")}));function Rs(e,t){var i=t?Fs(t):Ms;if(i.test(e)){for(var a,o,r,n=[],s=[],l=i.lastIndex=0;a=i.exec(e);){(o=a.index)>l&&(s.push(r=e.slice(l,o)),n.push(JSON.stringify(r)));var u=Dr(a[1].trim());n.push("_s("+u+")"),s.push({"@binding":u}),l=o+a[0].length}return l<e.length&&(s.push(r=e.slice(l)),n.push(JSON.stringify(r))),{expression:n.join("+"),tokens:s}}}function Us(e,t){var i=t.warn||Mr,a=Wr(e,"class");a&&Rs(a,t.delimiters)&&i('class="'+a+'": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div class="{{ val }}">, use <div :class="val">.',e.rawAttrsMap.class),a&&(e.staticClass=JSON.stringify(a));var o=Hr(e,"class",!1);o&&(e.classBinding=o)}function Os(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}var Ns={staticKeys:["staticClass"],transformNode:Us,genData:Os};function zs(e,t){var i=t.warn||Mr,a=Wr(e,"style");a&&(Rs(a,t.delimiters)&&i('style="'+a+'": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div style="{{ val }}">, use <div :style="val">.',e.rawAttrsMap.style),e.staticStyle=JSON.stringify(kn(a)));var o=Hr(e,"style",!1);o&&(e.styleBinding=o)}function Bs(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}var Hs,Ws={staticKeys:["staticStyle"],transformNode:zs,genData:Bs},Ys={decode:function(e){return(Hs=Hs||document.createElement("div")).innerHTML=e,Hs.textContent}},Vs=g("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),$s=g("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),Gs=g("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),Ks=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Js=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Xs="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+Y.source+"]*",Qs="((?:"+Xs+"\\:)?"+Xs+")",Zs=new RegExp("^<"+Qs),el=/^\s*(\/?)>/,tl=new RegExp("^<\\/"+Qs+"[^>]*>"),il=/^<!DOCTYPE [^>]+>/i,al=/^<!\--/,ol=/^<!\[/,rl=g("script,style,textarea",!0),nl={},sl={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n","&#9;":"\t","&#39;":"'"},ll=/&(?:lt|gt|quot|amp|#39);/g,ul=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,cl=g("pre,textarea",!0),dl=function(e,t){return e&&cl(e)&&"\n"===t[0]};function pl(e,t){var i=t?ul:ll;return e.replace(i,(function(e){return sl[e]}))}function ml(e,t){for(var i,a,o=[],r=t.expectHTML,n=t.isUnaryTag||L,s=t.canBeLeftOpenTag||L,l=0;e;){if(i=e,a&&rl(a)){var u=0,c=a.toLowerCase(),d=nl[c]||(nl[c]=new RegExp("([\\s\\S]*?)(</"+c+"[^>]*>)","i")),p=e.replace(d,(function(e,i,a){return u=a.length,rl(c)||"noscript"===c||(i=i.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),dl(c,i)&&(i=i.slice(1)),t.chars&&t.chars(i),""}));l+=e.length-p.length,e=p,q(c,l-u,l)}else{var m=e.indexOf("<");if(0===m){if(al.test(e)){var h=e.indexOf("--\x3e");if(h>=0){t.shouldKeepComment&&t.comment(e.substring(4,h),l,l+h+3),k(h+3);continue}}if(ol.test(e)){var f=e.indexOf("]>");if(f>=0){k(f+2);continue}}var g=e.match(il);if(g){k(g[0].length);continue}var b=e.match(tl);if(b){var y=l;k(b[0].length),q(b[1],y,l);continue}var w=j();if(w){T(w),dl(w.tagName,e)&&k(1);continue}}var v=void 0,_=void 0,x=void 0;if(m>=0){for(_=e.slice(m);!(tl.test(_)||Zs.test(_)||al.test(_)||ol.test(_)||(x=_.indexOf("<",1))<0);)m+=x,_=e.slice(m);v=e.substring(0,m)}m<0&&(v=e),v&&k(v.length),t.chars&&v&&t.chars(v,l-v.length,l)}if(e===i){t.chars&&t.chars(e),!o.length&&t.warn&&t.warn('Mal-formatted tag at end of template: "'+e+'"',{start:l+e.length});break}}function k(t){l+=t,e=e.substring(t)}function j(){var t=e.match(Zs);if(t){var i,a,o={tagName:t[1],attrs:[],start:l};for(k(t[0].length);!(i=e.match(el))&&(a=e.match(Js)||e.match(Ks));)a.start=l,k(a[0].length),a.end=l,o.attrs.push(a);if(i)return o.unarySlash=i[1],k(i[0].length),o.end=l,o}}function T(e){var i=e.tagName,l=e.unarySlash;r&&("p"===a&&Gs(i)&&q(a),s(i)&&a===i&&q(i));for(var u=n(i)||!!l,c=e.attrs.length,d=new Array(c),p=0;p<c;p++){var m=e.attrs[p],h=m[3]||m[4]||m[5]||"",f="a"===i&&"href"===m[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;d[p]={name:m[1],value:pl(h,f)},t.outputSourceRange&&(d[p].start=m.start+m[0].match(/^\s*/).length,d[p].end=m.end)}u||(o.push({tag:i,lowerCasedTag:i.toLowerCase(),attrs:d,start:e.start,end:e.end}),a=i),t.start&&t.start(i,d,u,e.start,e.end)}function q(e,i,r){var n,s;if(null==i&&(i=l),null==r&&(r=l),e)for(s=e.toLowerCase(),n=o.length-1;n>=0&&o[n].lowerCasedTag!==s;n--);else n=0;if(n>=0){for(var u=o.length-1;u>=n;u--)(u>n||!e&&t.warn)&&t.warn("tag <"+o[u].tag+"> has no matching end tag.",{start:o[u].start,end:o[u].end}),t.end&&t.end(o[u].tag,i,r);o.length=n,a=n&&o[n-1].tag}else"br"===s?t.start&&t.start(e,[],!0,i,r):"p"===s&&(t.start&&t.start(e,[],!1,i,r),t.end&&t.end(e,i,r))}q()}var hl,fl,gl,bl,yl,wl,vl,_l,xl,kl=/^@|^v-on:/,jl=/^v-|^@|^:|^#/,Tl=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,ql=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Sl=/^\(|\)$/g,Al=/^\[.*\]$/,Cl=/:(.*)$/,Pl=/^:|^\.|^v-bind:/,Il=/\.[^.\]]+(?=[^\]]*$)/g,Dl=/^v-slot(:|$)|^#/,El=/[\r\n]/,Ml=/\s+/g,Ll=/[\s"'<>\/=]/,Fl=x(Ys.decode),Rl="_empty_";function Ul(e,t,i){return{type:1,tag:e,attrsList:t,attrsMap:ru(t),rawAttrsMap:{},parent:i,children:[]}}function Ol(e,t){hl=t.warn||Mr,wl=t.isPreTag||L,vl=t.mustUseProp||L,_l=t.getTagNamespace||L;var i=t.isReservedTag||L;xl=function(e){return!!e.component||!i(e.tag)},gl=Lr(t.modules,"transformNode"),bl=Lr(t.modules,"preTransformNode"),yl=Lr(t.modules,"postTransformNode"),fl=t.delimiters;var a,o,r=[],n=!1!==t.preserveWhitespace,s=t.whitespace,l=!1,u=!1,c=!1;function d(e,t){c||(c=!0,hl(e,t))}function p(e){if(m(e),l||e.processed||(e=Bl(e,t)),r.length||e===a||(a.if&&(e.elseif||e.else)?(h(e),Jl(a,{exp:e.elseif,block:e})):d("Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.",{start:e.start})),o&&!e.forbidden)if(e.elseif||e.else)Gl(e,o);else{if(e.slotScope){var i=e.slotTarget||'"default"';(o.scopedSlots||(o.scopedSlots={}))[i]=e}o.children.push(e),e.parent=o}e.children=e.children.filter((function(e){return!e.slotScope})),m(e),e.pre&&(l=!1),wl(e.tag)&&(u=!1);for(var n=0;n<yl.length;n++)yl[n](e,t)}function m(e){if(!u)for(var t;(t=e.children[e.children.length-1])&&3===t.type&&" "===t.text;)e.children.pop()}function h(e){"slot"!==e.tag&&"template"!==e.tag||d("Cannot use <"+e.tag+"> as component root element because it may contain multiple nodes.",{start:e.start}),e.attrsMap.hasOwnProperty("v-for")&&d("Cannot use v-for on stateful component root element because it renders multiple elements.",e.rawAttrsMap["v-for"])}return ml(e,{warn:hl,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,i,n,s,c){var d=o&&o.ns||_l(e);ie&&"svg"===d&&(i=cu(i));var m=Ul(e,i,o);d&&(m.ns=d),t.outputSourceRange&&(m.start=s,m.end=c,m.rawAttrsMap=m.attrsList.reduce((function(e,t){return e[t.name]=t,e}),{})),i.forEach((function(e){Ll.test(e.name)&&hl("Invalid dynamic argument expression: attribute names cannot contain spaces, quotes, <, >, / or =.",{start:e.start+e.name.indexOf("["),end:e.start+e.name.length})})),su(m)&&!ce()&&(m.forbidden=!0,hl("Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <"+e+">, as they will not be parsed.",{start:m.start}));for(var f=0;f<bl.length;f++)m=bl[f](m,t)||m;l||(Nl(m),m.pre&&(l=!0)),wl(m.tag)&&(u=!0),l?zl(m):m.processed||(Yl(m),$l(m),Xl(m)),a||h(a=m),n?p(m):(o=m,r.push(m))},end:function(e,i,a){var n=r[r.length-1];r.length-=1,o=r[r.length-1],t.outputSourceRange&&(n.end=a),p(n)},chars:function(i,a,r){if(o){if(!ie||"textarea"!==o.tag||o.attrsMap.placeholder!==i){var c,p,m=o.children;(i=u||i.trim()?nu(o)?i:Fl(i):m.length?s?"condense"===s&&El.test(i)?"":" ":n?" ":"":"")&&(u||"condense"!==s||(i=i.replace(Ml," ")),!l&&" "!==i&&(c=Rs(i,fl))?p={type:2,expression:c.expression,tokens:c.tokens,text:i}:" "===i&&m.length&&" "===m[m.length-1].text||(p={type:3,text:i}),p&&(t.outputSourceRange&&(p.start=a,p.end=r),m.push(p)))}}else i===e?d("Component template requires a root element, rather than just text.",{start:a}):(i=i.trim())&&d('text "'+i+'" outside root element will be ignored.',{start:a})},comment:function(e,i,a){if(o){var r={type:3,text:e,isComment:!0};t.outputSourceRange&&(r.start=i,r.end=a),o.children.push(r)}}}),a}function Nl(e){null!=Wr(e,"v-pre")&&(e.pre=!0)}function zl(e){var t=e.attrsList,i=t.length;if(i)for(var a=e.attrs=new Array(i),o=0;o<i;o++)a[o]={name:t[o].name,value:JSON.stringify(t[o].value)},null!=t[o].start&&(a[o].start=t[o].start,a[o].end=t[o].end);else e.pre||(e.plain=!0)}function Bl(e,t){Hl(e),e.plain=!e.key&&!e.scopedSlots&&!e.attrsList.length,Wl(e),Ql(e),eu(e),tu(e);for(var i=0;i<gl.length;i++)e=gl[i](e,t)||e;return iu(e),e}function Hl(e){var t=Hr(e,"key");if(t){if("template"===e.tag&&hl("<template> cannot be keyed. Place the key on real elements instead.",Br(e,"key")),e.for){var i=e.iterator2||e.iterator1,a=e.parent;i&&i===t&&a&&"transition-group"===a.tag&&hl("Do not use v-for index as key on <transition-group> children, this is the same as not using keys.",Br(e,"key"),!0)}e.key=t}}function Wl(e){var t=Hr(e,"ref");t&&(e.ref=t,e.refInFor=au(e))}function Yl(e){var t;if(t=Wr(e,"v-for")){var i=Vl(t);i?D(e,i):hl("Invalid v-for expression: "+t,e.rawAttrsMap["v-for"])}}function Vl(e){var t=e.match(Tl);if(t){var i={};i.for=t[2].trim();var a=t[1].trim().replace(Sl,""),o=a.match(ql);return o?(i.alias=a.replace(ql,"").trim(),i.iterator1=o[1].trim(),o[2]&&(i.iterator2=o[2].trim())):i.alias=a,i}}function $l(e){var t=Wr(e,"v-if");if(t)e.if=t,Jl(e,{exp:t,block:e});else{null!=Wr(e,"v-else")&&(e.else=!0);var i=Wr(e,"v-else-if");i&&(e.elseif=i)}}function Gl(e,t){var i=Kl(t.children);i&&i.if?Jl(i,{exp:e.elseif,block:e}):hl("v-"+(e.elseif?'else-if="'+e.elseif+'"':"else")+" used on element <"+e.tag+"> without corresponding v-if.",e.rawAttrsMap[e.elseif?"v-else-if":"v-else"])}function Kl(e){for(var t=e.length;t--;){if(1===e[t].type)return e[t];" "!==e[t].text&&hl('text "'+e[t].text.trim()+'" between v-if and v-else(-if) will be ignored.',e[t]),e.pop()}}function Jl(e,t){e.ifConditions||(e.ifConditions=[]),e.ifConditions.push(t)}function Xl(e){null!=Wr(e,"v-once")&&(e.once=!0)}function Ql(e){var t;"template"===e.tag?((t=Wr(e,"scope"))&&hl('the "scope" attribute for scoped slots have been deprecated and replaced by "slot-scope" since 2.5. The new "slot-scope" attribute can also be used on plain elements in addition to <template> to denote scoped slots.',e.rawAttrsMap.scope,!0),e.slotScope=t||Wr(e,"slot-scope")):(t=Wr(e,"slot-scope"))&&(e.attrsMap["v-for"]&&hl("Ambiguous combined usage of slot-scope and v-for on <"+e.tag+"> (v-for takes higher priority). Use a wrapper <template> for the scoped slot to make it clearer.",e.rawAttrsMap["slot-scope"],!0),e.slotScope=t);var i=Hr(e,"slot");if(i&&(e.slotTarget='""'===i?'"default"':i,e.slotTargetDynamic=!(!e.attrsMap[":slot"]&&!e.attrsMap["v-bind:slot"]),"template"===e.tag||e.slotScope||Rr(e,"slot",i,Br(e,"slot"))),"template"===e.tag){var a=Yr(e,Dl);if(a){(e.slotTarget||e.slotScope)&&hl("Unexpected mixed usage of different slot syntaxes.",e),e.parent&&!xl(e.parent)&&hl("<template v-slot> can only appear at the root level inside the receiving component",e);var o=Zl(a),r=o.name,n=o.dynamic;e.slotTarget=r,e.slotTargetDynamic=n,e.slotScope=a.value||Rl}}else{var s=Yr(e,Dl);if(s){xl(e)||hl("v-slot can only be used on components or <template>.",s),(e.slotScope||e.slotTarget)&&hl("Unexpected mixed usage of different slot syntaxes.",e),e.scopedSlots&&hl("To avoid scope ambiguity, the default slot should also use <template> syntax when there are other named slots.",s);var l=e.scopedSlots||(e.scopedSlots={}),u=Zl(s),c=u.name,d=u.dynamic,p=l[c]=Ul("template",[],e);p.slotTarget=c,p.slotTargetDynamic=d,p.children=e.children.filter((function(e){if(!e.slotScope)return e.parent=p,!0})),p.slotScope=s.value||Rl,e.children=[],e.plain=!1}}}function Zl(e){var t=e.name.replace(Dl,"");return t||("#"!==e.name[0]?t="default":hl("v-slot shorthand syntax requires a slot name.",e)),Al.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:'"'+t+'"',dynamic:!1}}function eu(e){"slot"===e.tag&&(e.slotName=Hr(e,"name"),e.key&&hl("`key` does not work on <slot> because slots are abstract outlets and can possibly expand into multiple elements. Use the key on a wrapping element instead.",Br(e,"key")))}function tu(e){var t;(t=Hr(e,"is"))&&(e.component=t),null!=Wr(e,"inline-template")&&(e.inlineTemplate=!0)}function iu(e){var t,i,a,o,r,n,s,l,u=e.attrsList;for(t=0,i=u.length;t<i;t++)if(a=o=u[t].name,r=u[t].value,jl.test(a))if(e.hasBindings=!0,(n=ou(a.replace(jl,"")))&&(a=a.replace(Il,"")),Pl.test(a))a=a.replace(Pl,""),r=Dr(r),(l=Al.test(a))&&(a=a.slice(1,-1)),0===r.trim().length&&hl('The value for a v-bind expression cannot be empty. Found in "v-bind:'+a+'"'),n&&(n.prop&&!l&&"innerHtml"===(a=j(a))&&(a="innerHTML"),n.camel&&!l&&(a=j(a)),n.sync&&(s=Gr(r,"$event"),l?zr(e,'"update:"+('+a+")",s,null,!1,hl,u[t],!0):(zr(e,"update:"+j(a),s,null,!1,hl,u[t]),S(a)!==j(a)&&zr(e,"update:"+S(a),s,null,!1,hl,u[t])))),n&&n.prop||!e.component&&vl(e.tag,e.attrsMap.type,a)?Fr(e,a,r,u[t],l):Rr(e,a,r,u[t],l);else if(kl.test(a))a=a.replace(kl,""),(l=Al.test(a))&&(a=a.slice(1,-1)),zr(e,a,r,n,!1,hl,u[t],l);else{var c=(a=a.replace(jl,"")).match(Cl),d=c&&c[1];l=!1,d&&(a=a.slice(0,-(d.length+1)),Al.test(d)&&(d=d.slice(1,-1),l=!0)),Or(e,a,o,r,d,l,n,u[t]),"model"===a&&du(e,r)}else Rs(r,fl)&&hl(a+'="'+r+'": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div id="{{ val }}">, use <div :id="val">.',u[t]),Rr(e,a,JSON.stringify(r),u[t]),!e.component&&"muted"===a&&vl(e.tag,e.attrsMap.type,a)&&Fr(e,a,"true",u[t])}function au(e){for(var t=e;t;){if(void 0!==t.for)return!0;t=t.parent}return!1}function ou(e){var t=e.match(Il);if(t){var i={};return t.forEach((function(e){i[e.slice(1)]=!0})),i}}function ru(e){for(var t={},i=0,a=e.length;i<a;i++)!t[e[i].name]||ie||oe||hl("duplicate attribute: "+e[i].name,e[i]),t[e[i].name]=e[i].value;return t}function nu(e){return"script"===e.tag||"style"===e.tag}function su(e){return"style"===e.tag||"script"===e.tag&&(!e.attrsMap.type||"text/javascript"===e.attrsMap.type)}var lu=/^xmlns:NS\d+/,uu=/^NS\d+:/;function cu(e){for(var t=[],i=0;i<e.length;i++){var a=e[i];lu.test(a.name)||(a.name=a.name.replace(uu,""),t.push(a))}return t}function du(e,t){for(var i=e;i;)i.for&&i.alias===t&&hl("<"+e.tag+' v-model="'+t+'">: You are binding v-model directly to a v-for iteration alias. This will not be able to modify the v-for source array because writing to the alias is like modifying a function local variable. Consider using an array of objects and use v-model on an object property instead.',e.rawAttrsMap["v-model"]),i=i.parent}function pu(e,t){if("input"===e.tag){var i,a=e.attrsMap;if(!a["v-model"])return;if((a[":type"]||a["v-bind:type"])&&(i=Hr(e,"type")),a.type||i||!a["v-bind"]||(i="("+a["v-bind"]+").type"),i){var o=Wr(e,"v-if",!0),r=o?"&&("+o+")":"",n=null!=Wr(e,"v-else",!0),s=Wr(e,"v-else-if",!0),l=mu(e);Yl(l),Ur(l,"type","checkbox"),Bl(l,t),l.processed=!0,l.if="("+i+")==='checkbox'"+r,Jl(l,{exp:l.if,block:l});var u=mu(e);Wr(u,"v-for",!0),Ur(u,"type","radio"),Bl(u,t),Jl(l,{exp:"("+i+")==='radio'"+r,block:u});var c=mu(e);return Wr(c,"v-for",!0),Ur(c,":type",i),Bl(c,t),Jl(l,{exp:o,block:c}),n?l.else=!0:s&&(l.elseif=s),l}}}function mu(e){return Ul(e.tag,e.attrsList.slice(),e.parent)}var hu=[Ns,Ws,{preTransformNode:pu}];function fu(e,t){t.value&&Fr(e,"textContent","_s("+t.value+")",t)}function gu(e,t){t.value&&Fr(e,"innerHTML","_s("+t.value+")",t)}var bu,yu,wu={expectHTML:!0,modules:hu,directives:{model:rn,text:fu,html:gu},isPreTag:Fo,isUnaryTag:Vs,mustUseProp:bo,canBeLeftOpenTag:$s,isReservedTag:Ro,getTagNamespace:Uo,staticKeys:R(hu)},vu=x(xu);function _u(e,t){e&&(bu=vu(t.staticKeys||""),yu=t.isReservedTag||L,ku(e),ju(e,!1))}function xu(e){return g("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))}function ku(e){if(e.static=Tu(e),1===e.type){if(!yu(e.tag)&&"slot"!==e.tag&&null==e.attrsMap["inline-template"])return;for(var t=0,i=e.children.length;t<i;t++){var a=e.children[t];ku(a),a.static||(e.static=!1)}if(e.ifConditions)for(var o=1,r=e.ifConditions.length;o<r;o++){var n=e.ifConditions[o].block;ku(n),n.static||(e.static=!1)}}}function ju(e,t){if(1===e.type){if((e.static||e.once)&&(e.staticInFor=t),e.static&&e.children.length&&(1!==e.children.length||3!==e.children[0].type))return void(e.staticRoot=!0);if(e.staticRoot=!1,e.children)for(var i=0,a=e.children.length;i<a;i++)ju(e.children[i],t||!!e.for);if(e.ifConditions)for(var o=1,r=e.ifConditions.length;o<r;o++)ju(e.ifConditions[o].block,t)}}function Tu(e){return 2!==e.type&&(3===e.type||!(!e.pre&&(e.hasBindings||e.if||e.for||b(e.tag)||!yu(e.tag)||qu(e)||!Object.keys(e).every(bu))))}function qu(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}var Su=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,Au=/\([^)]*?\);*$/,Cu=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Pu={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Iu={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Du=function(e){return"if("+e+")return null;"},Eu={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Du("$event.target !== $event.currentTarget"),ctrl:Du("!$event.ctrlKey"),shift:Du("!$event.shiftKey"),alt:Du("!$event.altKey"),meta:Du("!$event.metaKey"),left:Du("'button' in $event && $event.button !== 0"),middle:Du("'button' in $event && $event.button !== 1"),right:Du("'button' in $event && $event.button !== 2")};function Mu(e,t){var i=t?"nativeOn:":"on:",a="",o="";for(var r in e){var n=Lu(e[r]);e[r]&&e[r].dynamic?o+=r+","+n+",":a+='"'+r+'":'+n+","}return a="{"+a.slice(0,-1)+"}",o?i+"_d("+a+",["+o.slice(0,-1)+"])":i+a}function Lu(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map((function(e){return Lu(e)})).join(",")+"]";var t=Cu.test(e.value),i=Su.test(e.value),a=Cu.test(e.value.replace(Au,""));if(e.modifiers){var o="",r="",n=[];for(var s in e.modifiers)if(Eu[s])r+=Eu[s],Pu[s]&&n.push(s);else if("exact"===s){var l=e.modifiers;r+=Du(["ctrl","shift","alt","meta"].filter((function(e){return!l[e]})).map((function(e){return"$event."+e+"Key"})).join("||"))}else n.push(s);return n.length&&(o+=Fu(n)),r&&(o+=r),"function($event){"+o+(t?"return "+e.value+"($event)":i?"return ("+e.value+")($event)":a?"return "+e.value:e.value)+"}"}return t||i?e.value:"function($event){"+(a?"return "+e.value:e.value)+"}"}function Fu(e){return"if(!$event.type.indexOf('key')&&"+e.map(Ru).join("&&")+")return null;"}function Ru(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var i=Pu[e],a=Iu[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(i)+",$event.key,"+JSON.stringify(a)+")"}function Uu(e,t){t.modifiers&&fe("v-on without argument does not support modifiers."),e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}}function Ou(e,t){e.wrapData=function(i){return"_b("+i+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}}var Nu={on:Uu,bind:Ou,cloak:M},zu=function(e){this.options=e,this.warn=e.warn||Mr,this.transforms=Lr(e.modules,"transformCode"),this.dataGenFns=Lr(e.modules,"genData"),this.directives=D(D({},Nu),e.directives);var t=e.isReservedTag||L;this.maybeComponent=function(e){return!!e.component||!t(e.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Bu(e,t){var i=new zu(t);return{render:"with(this){return "+(e?Hu(e,i):'_c("div")')+"}",staticRenderFns:i.staticRenderFns}}function Hu(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return Wu(e,t);if(e.once&&!e.onceProcessed)return Yu(e,t);if(e.for&&!e.forProcessed)return Gu(e,t);if(e.if&&!e.ifProcessed)return Vu(e,t);if("template"!==e.tag||e.slotTarget||t.pre){if("slot"===e.tag)return lc(e,t);var i;if(e.component)i=uc(e.component,e,t);else{var a;(!e.plain||e.pre&&t.maybeComponent(e))&&(a=Ku(e,t));var o=e.inlineTemplate?null:ic(e,t,!0);i="_c('"+e.tag+"'"+(a?","+a:"")+(o?","+o:"")+")"}for(var r=0;r<t.transforms.length;r++)i=t.transforms[r](e,i);return i}return ic(e,t)||"void 0"}function Wu(e,t){e.staticProcessed=!0;var i=t.pre;return e.pre&&(t.pre=e.pre),t.staticRenderFns.push("with(this){return "+Hu(e,t)+"}"),t.pre=i,"_m("+(t.staticRenderFns.length-1)+(e.staticInFor?",true":"")+")"}function Yu(e,t){if(e.onceProcessed=!0,e.if&&!e.ifProcessed)return Vu(e,t);if(e.staticInFor){for(var i="",a=e.parent;a;){if(a.for){i=a.key;break}a=a.parent}return i?"_o("+Hu(e,t)+","+t.onceId+++","+i+")":(t.warn("v-once can only be used inside v-for that is keyed. ",e.rawAttrsMap["v-once"]),Hu(e,t))}return Wu(e,t)}function Vu(e,t,i,a){return e.ifProcessed=!0,$u(e.ifConditions.slice(),t,i,a)}function $u(e,t,i,a){if(!e.length)return a||"_e()";var o=e.shift();return o.exp?"("+o.exp+")?"+r(o.block)+":"+$u(e,t,i,a):""+r(o.block);function r(e){return i?i(e,t):e.once?Yu(e,t):Hu(e,t)}}function Gu(e,t,i,a){var o=e.for,r=e.alias,n=e.iterator1?","+e.iterator1:"",s=e.iterator2?","+e.iterator2:"";return t.maybeComponent(e)&&"slot"!==e.tag&&"template"!==e.tag&&!e.key&&t.warn("<"+e.tag+' v-for="'+r+" in "+o+'">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.',e.rawAttrsMap["v-for"],!0),e.forProcessed=!0,(a||"_l")+"(("+o+"),function("+r+n+s+"){return "+(i||Hu)(e,t)+"})"}function Ku(e,t){var i="{",a=Ju(e,t);a&&(i+=a+","),e.key&&(i+="key:"+e.key+","),e.ref&&(i+="ref:"+e.ref+","),e.refInFor&&(i+="refInFor:true,"),e.pre&&(i+="pre:true,"),e.component&&(i+='tag:"'+e.tag+'",');for(var o=0;o<t.dataGenFns.length;o++)i+=t.dataGenFns[o](e);if(e.attrs&&(i+="attrs:"+cc(e.attrs)+","),e.props&&(i+="domProps:"+cc(e.props)+","),e.events&&(i+=Mu(e.events,!1)+","),e.nativeEvents&&(i+=Mu(e.nativeEvents,!0)+","),e.slotTarget&&!e.slotScope&&(i+="slot:"+e.slotTarget+","),e.scopedSlots&&(i+=Qu(e,e.scopedSlots,t)+","),e.model&&(i+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var r=Xu(e,t);r&&(i+=r+",")}return i=i.replace(/,$/,"")+"}",e.dynamicAttrs&&(i="_b("+i+',"'+e.tag+'",'+cc(e.dynamicAttrs)+")"),e.wrapData&&(i=e.wrapData(i)),e.wrapListeners&&(i=e.wrapListeners(i)),i}function Ju(e,t){var i=e.directives;if(i){var a,o,r,n,s="directives:[",l=!1;for(a=0,o=i.length;a<o;a++){r=i[a],n=!0;var u=t.directives[r.name];u&&(n=!!u(e,r,t.warn)),n&&(l=!0,s+='{name:"'+r.name+'",rawName:"'+r.rawName+'"'+(r.value?",value:("+r.value+"),expression:"+JSON.stringify(r.value):"")+(r.arg?",arg:"+(r.isDynamicArg?r.arg:'"'+r.arg+'"'):"")+(r.modifiers?",modifiers:"+JSON.stringify(r.modifiers):"")+"},")}return l?s.slice(0,-1)+"]":void 0}}function Xu(e,t){var i=e.children[0];if(1===e.children.length&&1===i.type||t.warn("Inline-template components must have exactly one child element.",{start:e.start}),i&&1===i.type){var a=Bu(i,t.options);return"inlineTemplate:{render:function(){"+a.render+"},staticRenderFns:["+a.staticRenderFns.map((function(e){return"function(){"+e+"}"})).join(",")+"]}"}}function Qu(e,t,i){var a=e.for||Object.keys(t).some((function(e){var i=t[e];return i.slotTargetDynamic||i.if||i.for||ec(i)})),o=!!e.if;if(!a)for(var r=e.parent;r;){if(r.slotScope&&r.slotScope!==Rl||r.for){a=!0;break}r.if&&(o=!0),r=r.parent}var n=Object.keys(t).map((function(e){return tc(t[e],i)})).join(",");return"scopedSlots:_u(["+n+"]"+(a?",null,true":"")+(!a&&o?",null,false,"+Zu(n):"")+")"}function Zu(e){for(var t=5381,i=e.length;i;)t=33*t^e.charCodeAt(--i);return t>>>0}function ec(e){return 1===e.type&&("slot"===e.tag||e.children.some(ec))}function tc(e,t){var i=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!i)return Vu(e,t,tc,"null");if(e.for&&!e.forProcessed)return Gu(e,t,tc);var a=e.slotScope===Rl?"":String(e.slotScope),o="function("+a+"){return "+("template"===e.tag?e.if&&i?"("+e.if+")?"+(ic(e,t)||"undefined")+":undefined":ic(e,t)||"undefined":Hu(e,t))+"}",r=a?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+o+r+"}"}function ic(e,t,i,a,o){var r=e.children;if(r.length){var n=r[0];if(1===r.length&&n.for&&"template"!==n.tag&&"slot"!==n.tag){var s=i?t.maybeComponent(n)?",1":",0":"";return""+(a||Hu)(n,t)+s}var l=i?ac(r,t.maybeComponent):0,u=o||rc;return"["+r.map((function(e){return u(e,t)})).join(",")+"]"+(l?","+l:"")}}function ac(e,t){for(var i=0,a=0;a<e.length;a++){var o=e[a];if(1===o.type){if(oc(o)||o.ifConditions&&o.ifConditions.some((function(e){return oc(e.block)}))){i=2;break}(t(o)||o.ifConditions&&o.ifConditions.some((function(e){return t(e.block)})))&&(i=1)}}return i}function oc(e){return void 0!==e.for||"template"===e.tag||"slot"===e.tag}function rc(e,t){return 1===e.type?Hu(e,t):3===e.type&&e.isComment?sc(e):nc(e)}function nc(e){return"_v("+(2===e.type?e.expression:dc(JSON.stringify(e.text)))+")"}function sc(e){return"_e("+JSON.stringify(e.text)+")"}function lc(e,t){var i=e.slotName||'"default"',a=ic(e,t),o="_t("+i+(a?","+a:""),r=e.attrs||e.dynamicAttrs?cc((e.attrs||[]).concat(e.dynamicAttrs||[]).map((function(e){return{name:j(e.name),value:e.value,dynamic:e.dynamic}}))):null,n=e.attrsMap["v-bind"];return!r&&!n||a||(o+=",null"),r&&(o+=","+r),n&&(o+=(r?"":",null")+","+n),o+")"}function uc(e,t,i){var a=t.inlineTemplate?null:ic(t,i,!0);return"_c("+e+","+Ku(t,i)+(a?","+a:"")+")"}function cc(e){for(var t="",i="",a=0;a<e.length;a++){var o=e[a],r=dc(o.value);o.dynamic?i+=o.name+","+r+",":t+='"'+o.name+'":'+r+","}return t="{"+t.slice(0,-1)+"}",i?"_d("+t+",["+i.slice(0,-1)+"])":t}function dc(e){return e.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}var pc=new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),mc=new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)"),hc=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g;function fc(e,t){e&&gc(e,t)}function gc(e,t){if(1===e.type){for(var i in e.attrsMap)if(jl.test(i)){var a=e.attrsMap[i];if(a){var o=e.rawAttrsMap[i];"v-for"===i?yc(e,'v-for="'+a+'"',t,o):"v-slot"===i||"#"===i[0]?_c(a,i+'="'+a+'"',t,o):kl.test(i)?bc(a,i+'="'+a+'"',t,o):vc(a,i+'="'+a+'"',t,o)}}if(e.children)for(var r=0;r<e.children.length;r++)gc(e.children[r],t)}else 2===e.type&&vc(e.expression,e.text,t,e)}function bc(e,t,i,a){var o=e.replace(hc,""),r=o.match(mc);r&&"$"!==o.charAt(r.index-1)&&i('avoid using JavaScript unary operator as property name: "'+r[0]+'" in expression '+t.trim(),a),vc(e,t,i,a)}function yc(e,t,i,a){vc(e.for||"",t,i,a),wc(e.alias,"v-for alias",t,i,a),wc(e.iterator1,"v-for iterator",t,i,a),wc(e.iterator2,"v-for iterator",t,i,a)}function wc(e,t,i,a,o){if("string"==typeof e)try{new Function("var "+e+"=_")}catch(r){a("invalid "+t+' "'+e+'" in expression: '+i.trim(),o)}}function vc(e,t,i,a){try{new Function("return "+e)}catch(r){var o=e.replace(hc,"").match(pc);i(o?'avoid using JavaScript keyword as property name: "'+o[0]+'"\n Raw expression: '+t.trim():"invalid expression: "+r.message+" in\n\n "+e+"\n\n Raw expression: "+t.trim()+"\n",a)}}function _c(e,t,i,a){try{new Function(e,"")}catch(o){i("invalid function parameter expression: "+o.message+" in\n\n "+e+"\n\n Raw expression: "+t.trim()+"\n",a)}}var xc=2;function kc(e,t,i){void 0===t&&(t=0),void 0===i&&(i=e.length);for(var a=e.split(/\r?\n/),o=0,r=[],n=0;n<a.length;n++)if((o+=a[n].length+1)>=t){for(var s=n-xc;s<=n+xc||i>o;s++)if(!(s<0||s>=a.length)){r.push(""+(s+1)+jc(" ",3-String(s+1).length)+"| "+a[s]);var l=a[s].length;if(s===n){var u=t-(o-l)+1,c=i>o?l-u:i-t;r.push(" | "+jc(" ",u)+jc("^",c))}else if(s>n){if(i>o){var d=Math.min(i-o,l);r.push(" | "+jc("^",d))}o+=l+1}}break}return r.join("\n")}function jc(e,t){var i="";if(t>0)for(;1&t&&(i+=e),!((t>>>=1)<=0);)e+=e;return i}function Tc(e,t){try{return new Function(e)}catch(i){return t.push({err:i,code:e}),M}}function qc(e){var t=Object.create(null);return function(i,a,o){var r=(a=D({},a)).warn||fe;delete a.warn;try{new Function("return 1")}catch(e){e.toString().match(/unsafe-eval|CSP/)&&r("It seems you are using the standalone build of Vue.js in an environment with Content Security Policy that prohibits unsafe-eval. The template compiler cannot work in this environment. Consider relaxing the policy to allow unsafe-eval or pre-compiling your templates into render functions.")}var n=a.delimiters?String(a.delimiters)+i:i;if(t[n])return t[n];var s=e(i,a);s.errors&&s.errors.length&&(a.outputSourceRange?s.errors.forEach((function(e){r("Error compiling template:\n\n"+e.msg+"\n\n"+kc(i,e.start,e.end),o)})):r("Error compiling template:\n\n"+i+"\n\n"+s.errors.map((function(e){return"- "+e})).join("\n")+"\n",o)),s.tips&&s.tips.length&&(a.outputSourceRange?s.tips.forEach((function(e){return ge(e.msg,o)})):s.tips.forEach((function(e){return ge(e,o)})));var l={},u=[];return l.render=Tc(s.render,u),l.staticRenderFns=s.staticRenderFns.map((function(e){return Tc(e,u)})),s.errors&&s.errors.length||!u.length||r("Failed to generate render function:\n\n"+u.map((function(e){var t=e.err,i=e.code;return t.toString()+" in\n\n"+i+"\n"})).join("\n"),o),t[n]=l}}function Sc(e){return function(t){function i(i,a){var o=Object.create(t),r=[],n=[],s=function(e,t,i){(i?n:r).push(e)};if(a){if(a.outputSourceRange){var l=i.match(/^\s*/)[0].length;s=function(e,t,i){var a={msg:e};t&&(null!=t.start&&(a.start=t.start+l),null!=t.end&&(a.end=t.end+l)),(i?n:r).push(a)}}for(var u in a.modules&&(o.modules=(t.modules||[]).concat(a.modules)),a.directives&&(o.directives=D(Object.create(t.directives||null),a.directives)),a)"modules"!==u&&"directives"!==u&&(o[u]=a[u])}o.warn=s;var c=e(i.trim(),o);return fc(c.ast,s),c.errors=r,c.tips=n,c}return{compile:i,compileToFunctions:qc(i)}}}var Ac,Cc=Sc((function(e,t){var i=Ol(e.trim(),t);!1!==t.optimize&&_u(i,t);var a=Bu(i,t);return{ast:i,render:a.render,staticRenderFns:a.staticRenderFns}}))(wu),Pc=(Cc.compile,Cc.compileToFunctions);function Ic(e){return(Ac=Ac||document.createElement("div")).innerHTML=e?'<a href="\n"/>':'<div a="\n"/>',Ac.innerHTML.indexOf("&#10;")>0}var Dc=!!Q&&Ic(!1),Ec=!!Q&&Ic(!0),Mc=x((function(e){var t=Bo(e);return t&&t.innerHTML})),Lc=eo.prototype.$mount;function Fc(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}return eo.prototype.$mount=function(e,t){if((e=e&&Bo(e))===document.body||e===document.documentElement)return fe("Do not mount Vue to <html> or <body> - mount to normal elements instead."),this;var i=this.$options;if(!i.render){var a=i.template;if(a)if("string"==typeof a)"#"===a.charAt(0)&&((a=Mc(a))||fe("Template element not found or is empty: "+i.template,this));else{if(!a.nodeType)return fe("invalid template option:"+a,this),this;a=a.innerHTML}else e&&(a=Fc(e));if(a){W.performance&&jt&&jt("compile");var o=Pc(a,{outputSourceRange:!0,shouldDecodeNewlines:Dc,shouldDecodeNewlinesForHref:Ec,delimiters:i.delimiters,comments:i.comments},this),r=o.render,n=o.staticRenderFns;i.render=r,i.staticRenderFns=n,W.performance&&jt&&(jt("compile end"),Tt("vue "+this._name+" compile","compile","compile end"))}}return Lc.call(this,e,t)},eo.compile=Pc,eo}()},7415:e=>{function t(e){return-1!==e.type.indexOf("mouse")?e.clientX:e.touches[0].clientX}function i(e){return-1!==e.type.indexOf("mouse")?e.clientY:e.touches[0].clientY}var a=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("test",null,t)}catch(e){}return e}(),o=0,r={install:function(e,r){var n=Object.assign({},{disableClick:!1,tapTolerance:10,swipeTolerance:30,touchHoldTolerance:400,longTapTimeInterval:400,touchClass:"",namespace:"touch"},r);function s(e){var a=this.$$touchObj,r=e.type.indexOf("touch")>=0,n=e.type.indexOf("mouse")>=0,s=this;r&&(o=e.timeStamp),n&&o&&e.timeStamp-o<350||a.touchStarted||(h(this),a.touchStarted=!0,a.touchMoved=!1,a.swipeOutBounded=!1,a.startX=t(e),a.startY=i(e),a.currentX=0,a.currentY=0,a.touchStartTime=e.timeStamp,a.touchHoldTimer=setTimeout((function(){a.touchHoldTimer=null,m(e,s,"touchhold")}),a.options.touchHoldTolerance),m(e,this,"start"))}function l(e){var a=this.$$touchObj;if(a.currentX=t(e),a.currentY=i(e),a.touchMoved){if(!a.swipeOutBounded){var o=a.options.swipeTolerance;a.swipeOutBounded=Math.abs(a.startX-a.currentX)>o&&Math.abs(a.startY-a.currentY)>o}}else{var r=a.options.tapTolerance;a.touchMoved=Math.abs(a.startX-a.currentX)>r||Math.abs(a.startY-a.currentY)>r,a.touchMoved&&(g(a),m(e,this,"moved"))}a.touchMoved&&m(e,this,"moving")}function u(){var e=this.$$touchObj;g(e),f(this),e.touchStarted=e.touchMoved=!1,e.startX=e.startY=0}function c(e){var t=this.$$touchObj,i=e.type.indexOf("touch")>=0,a=e.type.indexOf("mouse")>=0;i&&(o=e.timeStamp);var r=i&&!t.touchHoldTimer;if(g(t),t.touchStarted=!1,f(this),!(a&&o&&e.timeStamp-o<350))if(m(e,this,"end"),t.touchMoved){if(!t.swipeOutBounded){var n,s=t.options.swipeTolerance,l=Math.abs(t.startY-t.currentY),u=Math.abs(t.startX-t.currentX);(l>s||u>s)&&(n=l>s?t.startY>t.currentY?"top":"bottom":t.startX>t.currentX?"left":"right",t.callbacks["swipe."+n]?m(e,this,"swipe."+n,n):m(e,this,"swipe",n))}}else if(t.callbacks.longtap&&e.timeStamp-t.touchStartTime>t.options.longTapTimeInterval)e.cancelable&&e.preventDefault(),m(e,this,"longtap");else{if(t.callbacks.touchhold&&r)return void(e.cancelable&&e.preventDefault());m(e,this,"tap")}}function d(){h(this)}function p(){f(this)}function m(e,t,i,a){var o=t.$$touchObj.callbacks[i]||[];if(0===o.length)return null;for(var r=0;r<o.length;r++){var n=o[r];n.modifiers.stop&&e.stopPropagation(),n.modifiers.prevent&&e.cancelable&&e.preventDefault(),n.modifiers.self&&e.target!==e.currentTarget||"function"==typeof n.value&&(a?n.value(a,e):n.value(e))}}function h(e){var t=e.$$touchObj.options.touchClass;t&&e.classList.add(t)}function f(e){var t=e.$$touchObj.options.touchClass;t&&e.classList.remove(t)}function g(e){e.touchHoldTimer&&(clearTimeout(e.touchHoldTimer),e.touchHoldTimer=null)}function b(e,t){var i=e.$$touchObj||{callbacks:{},hasBindTouchEvents:!1,options:n};return t&&(i.options=Object.assign({},i.options,t)),e.$$touchObj=i,e.$$touchObj}e.directive(n.namespace,{bind:function(e,t){var i=b(e),o=!!a&&{passive:!0},r=t.arg||"tap";switch(r){case"swipe":var n=t.modifiers;if(n.left||n.right||n.top||n.bottom){for(var m in t.modifiers)if(["left","right","top","bottom"].indexOf(m)>=0){var h="swipe."+m;i.callbacks[h]=i.callbacks[h]||[],i.callbacks[h].push(t)}}else i.callbacks.swipe=i.callbacks.swipe||[],i.callbacks.swipe.push(t);break;case"start":case"moving":t.modifiers.disablePassive&&(o=!1);default:i.callbacks[r]=i.callbacks[r]||[],i.callbacks[r].push(t)}i.hasBindTouchEvents||(e.addEventListener("touchstart",s,o),e.addEventListener("touchmove",l,o),e.addEventListener("touchcancel",u),e.addEventListener("touchend",c),i.options.disableClick||(e.addEventListener("mousedown",s),e.addEventListener("mousemove",l),e.addEventListener("mouseup",c),e.addEventListener("mouseenter",d),e.addEventListener("mouseleave",p)),i.hasBindTouchEvents=!0)},unbind:function(e){e.removeEventListener("touchstart",s),e.removeEventListener("touchmove",l),e.removeEventListener("touchcancel",u),e.removeEventListener("touchend",c),e.$$touchObj&&!e.$$touchObj.options.disableClick&&(e.removeEventListener("mousedown",s),e.removeEventListener("mousemove",l),e.removeEventListener("mouseup",c),e.removeEventListener("mouseenter",d),e.removeEventListener("mouseleave",p)),delete e.$$touchObj}}),e.directive(n.namespace+"-class",{bind:function(e,t){b(e,{touchClass:t.value})}}),e.directive(n.namespace+"-options",{bind:function(e,t){b(e,t.value)}})}};e.exports=r},5630:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createStore=void 0;var a=i(13);function o(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function r(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?o(Object(i),!0).forEach((function(t){n(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):o(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function n(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function s(e,t){e._originalState=(0,a.deepCopy)(("function"==typeof e.state?e.state():e.state)||{});var i=t.mutations,o=t.actions,n=t.getters;i&&(e.mutations=r({},i,{},e.mutations||{})),o&&(e.actions=r({},o,{},e.actions||{})),n&&(e.getters=r({},n,{},e.getters||{})),e.modules&&Object.values(e.modules).forEach((function(e){s(e,t)}))}function l(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];void 0===i.self&&(i.self=a),void 0===i.nested&&(i.nested=i.self);var o=i.self?e._rawModule._originalState:t;return e.forEachChild((function(e,a){var n={};i.modules&&i.modules[a]&&(n=r({},i.modules[a])),o[a]=l(e,t[a],n,i.nested)})),o}t.createStore=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.mixins||{};if(s(t,i),!e.prototype.reset){var o=e.prototype.registerModule;e.prototype.registerModule=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};s(t,i),o.call(this,e,t,a)},e.prototype.reset=function(e){var t=l(this._modules.root,(0,a.deepCopy)(this._vm._data.$$state),e);this.replaceState((0,a.deepCopy)(t))}}var r=new e(t);return r}},13:(e,t)=>{"use strict";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)}function a(e,t){return e.filter(t)[0]}Object.defineProperty(t,"__esModule",{value:!0}),t.find=a,t.deepCopy=function e(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(null===t||"object"!==i(t))return t;var r=a(o,(function(e){return e.original===t}));if(r)return r.copy;var n=Array.isArray(t)?[]:{};return o.push({original:t,copy:n}),Object.keys(t).forEach((function(i){n[i]=e(t[i],o)})),n}},7155:(e,t,i)=>{"use strict";var a=("undefined"!=typeof window?window:void 0!==i.g?i.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(e,t){if(void 0===t&&(t=[]),null===e||"object"!=typeof e)return e;var i,a=(i=function(t){return t.original===e},t.filter(i)[0]);if(a)return a.copy;var r=Array.isArray(e)?[]:{};return t.push({original:e,copy:r}),Object.keys(e).forEach((function(i){r[i]=o(e[i],t)})),r}function r(e,t){Object.keys(e).forEach((function(i){return t(e[i],i)}))}function n(e){return null!==e&&"object"==typeof e}var s=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var i=e.state;this.state=("function"==typeof i?i():i)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(e,t){this._children[e]=t},s.prototype.removeChild=function(e){delete this._children[e]},s.prototype.getChild=function(e){return this._children[e]},s.prototype.hasChild=function(e){return e in this._children},s.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},s.prototype.forEachChild=function(e){r(this._children,e)},s.prototype.forEachGetter=function(e){this._rawModule.getters&&r(this._rawModule.getters,e)},s.prototype.forEachAction=function(e){this._rawModule.actions&&r(this._rawModule.actions,e)},s.prototype.forEachMutation=function(e){this._rawModule.mutations&&r(this._rawModule.mutations,e)},Object.defineProperties(s.prototype,l);var u=function(e){this.register([],e,!1)};function c(e,t,i){if(t.update(i),i.modules)for(var a in i.modules){if(!t.getChild(a))return void 0;c(e.concat(a),t.getChild(a),i.modules[a])}}u.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},u.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,i){return e+((t=t.getChild(i)).namespaced?i+"/":"")}),"")},u.prototype.update=function(e){c([],this.root,e)},u.prototype.register=function(e,t,i){var a=this;void 0===i&&(i=!0);var o=new s(t,i);0===e.length?this.root=o:this.get(e.slice(0,-1)).addChild(e[e.length-1],o);t.modules&&r(t.modules,(function(t,o){a.register(e.concat(o),t,i)}))},u.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),i=e[e.length-1],a=t.getChild(i);a&&a.runtime&&t.removeChild(i)},u.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),i=e[e.length-1];return!!t&&t.hasChild(i)};var d;var p=function(e){var t=this;void 0===e&&(e={}),!d&&"undefined"!=typeof window&&window.Vue&&v(window.Vue);var i=e.plugins;void 0===i&&(i=[]);var o=e.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d,this._makeLocalGettersCache=Object.create(null);var r=this,n=this.dispatch,s=this.commit;this.dispatch=function(e,t){return n.call(r,e,t)},this.commit=function(e,t,i){return s.call(r,e,t,i)},this.strict=o;var l=this._modules.root.state;b(this,l,[],this._modules.root),g(this,l),i.forEach((function(e){return e(t)})),(void 0!==e.devtools?e.devtools:d.config.devtools)&&function(e){a&&(e._devtoolHook=a,a.emit("vuex:init",e),a.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){a.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){a.emit("vuex:action",e,t)}),{prepend:!0}))}(this)},m={state:{configurable:!0}};function h(e,t,i){return t.indexOf(e)<0&&(i&&i.prepend?t.unshift(e):t.push(e)),function(){var i=t.indexOf(e);i>-1&&t.splice(i,1)}}function f(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var i=e.state;b(e,i,[],e._modules.root,!0),g(e,i,t)}function g(e,t,i){var a=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var o=e._wrappedGetters,n={};r(o,(function(t,i){n[i]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,i,{get:function(){return e._vm[i]},enumerable:!0})}));var s=d.config.silent;d.config.silent=!0,e._vm=new d({data:{$$state:t},computed:n}),d.config.silent=s,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),a&&(i&&e._withCommit((function(){a._data.$$state=null})),d.nextTick((function(){return a.$destroy()})))}function b(e,t,i,a,o){var r=!i.length,n=e._modules.getNamespace(i);if(a.namespaced&&(e._modulesNamespaceMap[n],e._modulesNamespaceMap[n]=a),!r&&!o){var s=y(t,i.slice(0,-1)),l=i[i.length-1];e._withCommit((function(){d.set(s,l,a.state)}))}var u=a.context=function(e,t,i){var a=""===t,o={dispatch:a?e.dispatch:function(i,a,o){var r=w(i,a,o),n=r.payload,s=r.options,l=r.type;return s&&s.root||(l=t+l),e.dispatch(l,n)},commit:a?e.commit:function(i,a,o){var r=w(i,a,o),n=r.payload,s=r.options,l=r.type;s&&s.root||(l=t+l),e.commit(l,n,s)}};return Object.defineProperties(o,{getters:{get:a?function(){return e.getters}:function(){return function(e,t){if(!e._makeLocalGettersCache[t]){var i={},a=t.length;Object.keys(e.getters).forEach((function(o){if(o.slice(0,a)===t){var r=o.slice(a);Object.defineProperty(i,r,{get:function(){return e.getters[o]},enumerable:!0})}})),e._makeLocalGettersCache[t]=i}return e._makeLocalGettersCache[t]}(e,t)}},state:{get:function(){return y(e.state,i)}}}),o}(e,n,i);a.forEachMutation((function(t,i){!function(e,t,i,a){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){i.call(e,a.state,t)}))}(e,n+i,t,u)})),a.forEachAction((function(t,i){var a=t.root?i:n+i,o=t.handler||t;!function(e,t,i,a){(e._actions[t]||(e._actions[t]=[])).push((function(t){var o,r=i.call(e,{dispatch:a.dispatch,commit:a.commit,getters:a.getters,state:a.state,rootGetters:e.getters,rootState:e.state},t);return(o=r)&&"function"==typeof o.then||(r=Promise.resolve(r)),e._devtoolHook?r.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):r}))}(e,a,o,u)})),a.forEachGetter((function(t,i){!function(e,t,i,a){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return i(a.state,a.getters,e.state,e.getters)}}(e,n+i,t,u)})),a.forEachChild((function(a,r){b(e,t,i.concat(r),a,o)}))}function y(e,t){return t.reduce((function(e,t){return e[t]}),e)}function w(e,t,i){return n(e)&&e.type&&(i=t,t=e,e=e.type),{type:e,payload:t,options:i}}function v(e){d&&e===d||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:i});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[i].concat(e.init):i,t.call(this,e)}}function i(){var e=this.$options;e.store?this.$store="function"==typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(d=e)}m.state.get=function(){return this._vm._data.$$state},m.state.set=function(e){0},p.prototype.commit=function(e,t,i){var a=this,o=w(e,t,i),r=o.type,n=o.payload,s=(o.options,{type:r,payload:n}),l=this._mutations[r];l&&(this._withCommit((function(){l.forEach((function(e){e(n)}))})),this._subscribers.slice().forEach((function(e){return e(s,a.state)})))},p.prototype.dispatch=function(e,t){var i=this,a=w(e,t),o=a.type,r=a.payload,n={type:o,payload:r},s=this._actions[o];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(n,i.state)}))}catch(e){0}var l=s.length>1?Promise.all(s.map((function(e){return e(r)}))):s[0](r);return new Promise((function(e,t){l.then((function(t){try{i._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(n,i.state)}))}catch(e){0}e(t)}),(function(e){try{i._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(n,i.state,e)}))}catch(e){0}t(e)}))}))}},p.prototype.subscribe=function(e,t){return h(e,this._subscribers,t)},p.prototype.subscribeAction=function(e,t){return h("function"==typeof e?{before:e}:e,this._actionSubscribers,t)},p.prototype.watch=function(e,t,i){var a=this;return this._watcherVM.$watch((function(){return e(a.state,a.getters)}),t,i)},p.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},p.prototype.registerModule=function(e,t,i){void 0===i&&(i={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),b(this,this.state,e,this._modules.get(e),i.preserveState),g(this,this.state)},p.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var i=y(t.state,e.slice(0,-1));d.delete(i,e[e.length-1])})),f(this)},p.prototype.hasModule=function(e){return"string"==typeof e&&(e=[e]),this._modules.isRegistered(e)},p.prototype.hotUpdate=function(e){this._modules.update(e),f(this,!0)},p.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(p.prototype,m);var _=q((function(e,t){var i={};return T(t).forEach((function(t){var a=t.key,o=t.val;i[a]=function(){var t=this.$store.state,i=this.$store.getters;if(e){var a=S(this.$store,"mapState",e);if(!a)return;t=a.context.state,i=a.context.getters}return"function"==typeof o?o.call(this,t,i):t[o]},i[a].vuex=!0})),i})),x=q((function(e,t){var i={};return T(t).forEach((function(t){var a=t.key,o=t.val;i[a]=function(){for(var t=[],i=arguments.length;i--;)t[i]=arguments[i];var a=this.$store.commit;if(e){var r=S(this.$store,"mapMutations",e);if(!r)return;a=r.context.commit}return"function"==typeof o?o.apply(this,[a].concat(t)):a.apply(this.$store,[o].concat(t))}})),i})),k=q((function(e,t){var i={};return T(t).forEach((function(t){var a=t.key,o=t.val;o=e+o,i[a]=function(){if(!e||S(this.$store,"mapGetters",e))return this.$store.getters[o]},i[a].vuex=!0})),i})),j=q((function(e,t){var i={};return T(t).forEach((function(t){var a=t.key,o=t.val;i[a]=function(){for(var t=[],i=arguments.length;i--;)t[i]=arguments[i];var a=this.$store.dispatch;if(e){var r=S(this.$store,"mapActions",e);if(!r)return;a=r.context.dispatch}return"function"==typeof o?o.apply(this,[a].concat(t)):a.apply(this.$store,[o].concat(t))}})),i}));function T(e){return function(e){return Array.isArray(e)||n(e)}(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function q(e){return function(t,i){return"string"!=typeof t?(i=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,i)}}function S(e,t,i){return e._modulesNamespaceMap[i]}function A(e,t,i){var a=i?e.groupCollapsed:e.group;try{a.call(e,t)}catch(i){e.log(t)}}function C(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function P(){var e=new Date;return" @ "+I(e.getHours(),2)+":"+I(e.getMinutes(),2)+":"+I(e.getSeconds(),2)+"."+I(e.getMilliseconds(),3)}function I(e,t){return i="0",a=t-e.toString().length,new Array(a+1).join(i)+e;var i,a}var D={Store:p,install:v,version:"3.6.0",mapState:_,mapMutations:x,mapGetters:k,mapActions:j,createNamespacedHelpers:function(e){return{mapState:_.bind(null,e),mapGetters:k.bind(null,e),mapMutations:x.bind(null,e),mapActions:j.bind(null,e)}},createLogger:function(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var i=e.filter;void 0===i&&(i=function(e,t,i){return!0});var a=e.transformer;void 0===a&&(a=function(e){return e});var r=e.mutationTransformer;void 0===r&&(r=function(e){return e});var n=e.actionFilter;void 0===n&&(n=function(e,t){return!0});var s=e.actionTransformer;void 0===s&&(s=function(e){return e});var l=e.logMutations;void 0===l&&(l=!0);var u=e.logActions;void 0===u&&(u=!0);var c=e.logger;return void 0===c&&(c=console),function(e){var d=o(e.state);void 0!==c&&(l&&e.subscribe((function(e,n){var s=o(n);if(i(e,d,s)){var l=P(),u=r(e),p="mutation "+e.type+l;A(c,p,t),c.log("%c prev state","color: #9E9E9E; font-weight: bold",a(d)),c.log("%c mutation","color: #03A9F4; font-weight: bold",u),c.log("%c next state","color: #4CAF50; font-weight: bold",a(s)),C(c)}d=s})),u&&e.subscribeAction((function(e,i){if(n(e,i)){var a=P(),o=s(e),r="action "+e.type+a;A(c,r,t),c.log("%c action","color: #03A9F4; font-weight: bold",o),C(c)}})))}}};e.exports=D},1403:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MGQ=void 0;var a,o=(a=i(4559))&&a.__esModule?a:{default:a};window.location;var r=o.default.create({baseURL:window.location.origin+"/mgq",withCredentials:!0,headers:{Accept:"application/json","Content-Type":"application/json"}});t.MGQ=r},4402:(e,t,i)=>{"use strict";var a;Object.defineProperty(t,"__esModule",{value:!0}),t.MA=void 0;var o=((a=i(4559))&&a.__esModule?a:{default:a}).default.create({baseURL:window.location.origin+"/"+drupalSettings.path.pathPrefix,withCredentials:!0,headers:{"Content-Type":"application/json"}});t.MA=o},2131:(e,t,i)=>{"use strict";var a;Object.defineProperty(t,"__esModule",{value:!0}),t.REST=void 0;var o=((a=i(4559))&&a.__esModule?a:{default:a}).default.create({baseURL:window.location.origin,withCredentials:!0,headers:{"Content-Type":"application/json"}});t.REST=o},3904:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i={directives:{lazy:{bind:function(e,t){0===t.value&&(e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.classList.remove("lazy"))}},switcher:{inserted:function(e,t){e.addEventListener("mousemove",(function(e){var t=this.querySelectorAll("figure"),i=Math.floor(e.layerX/(this.clientWidth/t.length));t.forEach((function(e,t){t===i?(e.classList.remove("hide"),e.classList.add("show")):(e.classList.remove("show"),e.classList.add("hide"))}))}))}}},mounted:function(){this.$options.name,this.$el.addEventListener("mouseover",(function(e){var t=this.querySelectorAll(".images figure img.lazy");t.forEach((function(e){e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.classList.remove("lazy")}))}),{once:!0})},methods:{activateLazyLoad:function(){this.$options.name,this.$el.addEventListener("mousemove",(function(e){var t=this.querySelectorAll(".images figure img.lazy");t.forEach((function(e){e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.classList.remove("lazy")}))}),{once:!0})}}};t.default=i},2229:(e,t,i)=>{"use strict";function a(e){return(a="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)}Object.defineProperty(t,"__esModule",{value:!0}),t.loadLanguageAsync=function(e){if(m.locale===e)return Promise.resolve(f(e));if(h.includes(e))return Promise.resolve(f(e));return s.default.get("/sites/default/files/lang/".concat(e,".json")).then((function(t){var i=t.data;return"webpack import ".concat(e," messages"),m.setLocaleMessage(e,i),h.push(e),f(e)}))},t.i18n=void 0;var o=u(i(2286)),r=u(i(5247)),n=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var n=o?Object.getOwnPropertyDescriptor(e,r):null;n&&(n.get||n.set)?Object.defineProperty(i,r,n):i[r]=e[r]}i.default=e,t&&t.set(e,i);return i}(i(163)),s=u(i(4559));function l(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function u(e){return e&&e.__esModule?e:{default:e}}function c(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function d(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}o.default.use(r.default);var p={en:function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?c(Object(i),!0).forEach((function(t){d(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):c(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}({},n.default)},m=new r.default({locale:"en",fallbackLocale:"en",messages:p});t.i18n=m;var h=["en"];function f(e){return m.locale=e,e}},5914:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=p(i(2286)),o=p(i(5908)),r=p(i(2476)),n=p(i(4920)),s=p(i(7143)),l=p(i(5744)),u=p(i(2594)),c=p(i(9266)),d=p(i(3272));function p(e){return e&&e.__esModule?e:{default:e}}a.default.use(o.default);var m=drupalSettings.path.baseUrl+drupalSettings.path.pathPrefix,h=[{name:"home",path:m,component:r.default},{name:"base",path:"".concat(m,"base"),component:n.default},{name:"thematique",path:"".concat(m,"thematique/:alias"),component:s.default},{name:"blabla",path:"".concat(m,"blabla"),component:l.default},{name:"article",path:"".concat(m,"blabla/:alias"),component:u.default},{name:"showrooms",path:"".concat(m,"showrooms"),component:c.default},{name:"pricing",path:"".concat(m,"pricing"),component:d.default}],f=new o.default({mode:"history",routes:h});t.default=f},9787:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=f(i(2286)),o=f(i(7155)),r=i(5630),n=i(1403),s=i(259),l=f(i(6398)),u=f(i(2395)),c=f(i(3867)),d=f(i(5808)),p=f(i(7245)),m=f(i(3796)),h=f(i(4474));function f(e){return e&&e.__esModule?e:{default:e}}function g(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["{\n materiaux(ids: [","]) {\n ...MateriauFields\n }\n }\n ","\n "]);return g=function(){return e},e}a.default.use(o.default);var b=(0,r.createStore)(o.default.Store,{modules:{Common:u.default,User:c.default,Search:d.default,Blabla:p.default,Showrooms:m.default,Pages:h.default},mixins:{actions:{loadMaterialsGQL:function(e,t){var i=e.dispatch,a=t.ids,o=t.gqlfragment,r=t.callBack,u=t.callBackArgs,c=(0,l.default)(g(),a,o);n.MGQ.post("",{query:(0,s.print)(c)}).then((function(e){i(r,{items:e.data.data.materiaux,callBackArgs:u})})).catch((function(e){console.warn("Issue with loadMaterials",e),Promise.reject(e)}))}}}});t.default=b},7245:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(2131),o={namespaced:!0,state:{contenttype:null,items:[],page:0,infiniteLoadingState:null},getters:{},mutations:{setItems:function(e,t){e.items=e.items.concat(t)},incrementPage:function(e){e.page+=1},setInfiniteState:function(e,t){e.infiniteLoadingState=t}},actions:{getItems:function(e){e.dispatch;var t=e.commit,i=e.state;return a.REST.get("/blabla_rest?_format=json&page=".concat(i.page),{}).then((function(e){var a=e.data;a.length?(t("setItems",a),i.infiniteLoadingState&&i.infiniteLoadingState.loaded()):i.infiniteLoadingState&&i.infiniteLoadingState.complete()})).catch((function(e){console.warn("Issue with blabla getitems",e),Promise.reject(e)}))},nextPage:function(e,t){var i=e.dispatch,a=e.commit;e.state;a("incrementPage"),a("setInfiniteState",t),i("getItems")},getItemIndex:function(e,t){e.dispatch,e.commit;return e.state.items.findIndex((function(e){return e.nid,e.nid===t}))},getPrevNextItems:function(e,t){e.dispatch,e.commit;var i=e.state;return{prev:i.items[t-1],next:i.items[t+1]}}}};t.default=o},2395:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i={namespaced:!0,state:{pagetitle:null,hamburgerMenuToggle:document.querySelector("input#header-block-right-toggle")},getters:{},mutations:{setPagetitle:function(e,t){e.pagetitle=t},setHamMenuState:function(e,t){e.hamburgerMenuToggle.checked=t}},actions:{openCloseHamMenu:function(e,t){e.dispatch;var i=e.commit;e.state;i("setHamMenuState",t)}}};t.default=i},4474:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(2131),o=i(1403),r=i(259),n=l(i(6398)),s=l(i(5277));function l(e){return e&&e.__esModule?e:{default:e}}function u(){var e=function(e,t){t||(t=e.slice(0));return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["{\n products(ids: [","]) {\n ...ProductsFields\n }\n }\n ","\n "]);return u=function(){return e},e}var c={namespaced:!0,state:{products_ids:[],products:[]},getters:{},mutations:{setProductsIds:function(e,t){e.products_ids=t},setProducts:function(e,t){e.products=t}},actions:{getProducts:function(e){var t=e.dispatch;e.commit,e.state;t("loadProductsIds")},loadProductsIds:function(e){var t=e.dispatch,i=e.commit;e.state;a.REST.get("/pricing_rest?_format=json",{}).then((function(e){for(var a=e.data,o=[],r=0;r<a.length;r++)o.push(a[r].product_id);i("setProductsIds",o),t("loadProducts")})).catch((function(e){console.warn("Issue with pricing",e),Promise.reject(e)}))},loadProducts:function(e){e.dispatch;var t=e.commit,i=e.state,a=(0,n.default)(u(),i.products_ids,s.default);o.MGQ.post("",{query:(0,r.print)(a)}).then((function(e){t("setProducts",e.data.data.products)})).catch((function(e){console.warn("Issue with loadProducts",e),Promise.reject(e)}))}}};t.default=c},5808:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(4402),o=c(i(9774)),r=c(i(2286)),n=i(1403),s=i(259),l=c(i(6398)),u=c(i(1882));function c(e){return e&&e.__esModule?e:{default:e}}function d(){var e=m(["{\n searchresult(id: ",', lang: "','") {\n ...SearchResultFields\n }\n }\n ',"\n "]);return d=function(){return e},e}function p(){var e=m(["{\n searchresults(ids: [",'], lang: "','") {\n ...SearchResultFields\n }\n }\n ',"\n "]);return p=function(){return e},e}function m(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var h={namespaced:!0,state:{keys:"",term:"",uuids:[],items:[],offset:0,limit:15,infos:null,count:0,noresults:!1,infiniteLoadingState:null},getters:{},mutations:{setUuids:function(e,t){e.uuids=e.uuids.concat(t)},resetUuids:function(e){e.uuids=[]},setResults:function(e,t){t&&(e.items=e.items.concat(t))},updateItem:function(e,t){var i=e.items.findIndex((function(e){return e.id===t.id}));-1!==i&&r.default.set(e.items,i,t)},resetItems:function(e){e.items=[]},setKeys:function(e,t){e.keys=t},setTerm:function(e,t){e.term=t},setInfos:function(e,t){e.infos=t},setCount:function(e,t){e.count=t},resetCount:function(e,t){e.count=!1},setNoresults:function(e){e.noresults=!0},resetNoresults:function(e){e.noresults=!1},resetOffset:function(e){e.offset=0},incrementOffset:function(e){e.offset+=e.limit},setInfiniteState:function(e,t){e.infiniteLoadingState=t}},actions:{newSearch:function(e){var t=e.dispatch,i=e.commit,a=e.state;i("resetUuids"),i("resetItems"),i("resetCount"),i("resetNoresults"),i("resetOffset"),a.keys||a.term?this.commit("Common/setPagetitle",a.keys):this.commit("Common/setPagetitle","Base"),t("getResults")},nextPage:function(e,t){var i=e.dispatch,a=e.commit;e.state;a("incrementOffset"),a("setInfiniteState",t),i("getResults")},getResults:function(e){var t=e.dispatch,i=e.commit,r=e.state,c={keys:r.keys,term:r.term,offset:r.offset,limit:r.limit},d=o.default.stringify(c);return a.MA.get("/materio_sapi/getresults?"+d).then((function(e){var a=e.data;if(i("setInfos",a.infos),i("setCount",a.count),a.count){i("setUuids",a.uuids);var o=(0,l.default)(p(),a.nids,drupalDecoupled.lang_code,u.default);n.MGQ.post("",{query:(0,s.print)(o)}).then((function(e){t("loadSearchResultsCallBack",{items:e.data.data.searchresults})})).catch((function(e){console.warn("Issue with loadSearchResults",e),Promise.reject(e)}))}else i("setNoresults")})).catch((function(e){console.warn("Issue with getResults",e),Promise.reject(e)}))},loadSearchResultsCallBack:function(e,t){var i=e.commit,a=e.state,o=t.items;t.callBackArgs;i("setResults",o),a.infiniteLoadingState&&(a.offset+a.limit>a.count?a.infiniteLoadingState.complete():a.infiniteLoadingState.loaded())},refreshItem:function(e,t){var i=e.commit,a=(e.state,t.id),o=(0,l.default)(d(),a,drupalDecoupled.lang_code,u.default);n.MGQ.post("",{query:(0,s.print)(o)}).then((function(e){i("updateItem",e.data.data.searchresult)})).catch((function(e){console.warn("Issue with refreshItem",e),Promise.reject(e)}))}}};t.default=h},3796:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(2131),o={namespaced:!0,state:{items:[],showrooms_by_tid:{}},getters:{},mutations:{setItems:function(e,t){e.items=e.items.concat(t),t.forEach((function(t,i){e.showrooms_by_tid[t.tid]=t}))}},actions:{getItems:function(e){e.dispatch;var t=e.commit;e.state;a.REST.get("/showrooms_rest?_format=json",{}).then((function(e){var i=e.data;t("setItems",i)})).catch((function(e){console.warn("Issue with showrooms",e),Promise.reject(e)}))}}};t.default=o},3867:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(2131),o=i(4402),r=s(i(9774)),n=s(i(7276));function s(e){return e&&e.__esModule?e:{default:e}}var l={namespaced:!0,state:{uid:null,mail:"",csrf_token:null,logout_token:null,loginMessage:"",registerMessage:"",isloggedin:!1,isAdmin:!1,isAdherent:!1,canSearch:!1,roles:[],flagcolls:!1,flagcollsLoadedItems:{},openedCollid:null},getters:{},mutations:{SetCsrftoken:function(e,t){e.csrf_token=t},setToken:function(e,t){e.uid=t.current_user.uid,e.mail=t.current_user.mail,e.csrf_token=t.csrf_token,e.isloggedin=!0,e.logout_token=t.logout_token},setLoginMessage:function(e,t){e.loginMessage=t},setRegisterMessage:function(e,t){e.registerMessage=t},setUid:function(e,t){e.uid=t,e.isloggedin=!0},setUser:function(e,t){e.mail=t.mail[0].value,e.uuid=t.uuid[0].value},setRoles:function(e,t){e.roles=[];for(var i=0;i<t.length;i++)e.roles.push(t[i].target_id);-1===e.roles.indexOf("admin")&&-1===e.roles.indexOf("root")||(e.isAdmin=!0),-1!==e.roles.indexOf("adherent")&&(e.canSearch=!0,e.isAdherent=!0)},setLoggedOut:function(e){e.uid=null,e.mail="",e.csrf_token=null,e.isloggedin=!1,e.logout_token=null,e.asAdmin=!1,e.canSearch=!1,window.location=window.location.origin},setFlagColls:function(e,t){e.flagcolls,e.flagcolls=t},openFlagColl:function(e,t){e.openedCollid=t},closeFlagColl:function(e){e.openedCollid=null},setLoadedCollItems:function(e,t){t&&(e.flagcollsLoadedItems[t.collid]=t.items)}},actions:{userRegister:function(e,t){var i=e.dispatch,o=e.commit,r=e.state;return new Promise((function(e){a.REST.get("/session/token").then((function(n){var s=n.token;o("SetCsrftoken",s),a.REST.post("/user/register?_format=json",t,{"X-CSRF-Token":r.csrftoken,validateStatus:function(e){return e>=200&&e<500}}).then((function(a){if(200===a.status)i("userLogin",t).then((function(){e()}));else{var r="";switch(a.status){case 422:r="email is already registered";break;default:r=a.data.message}o("setRegisterMessage",r)}})).catch((function(e){console.warn("Issue with register",e),Promise.reject(e)}))}))}))},userLogin:function(e,t){var i=e.dispatch,a=e.commit,o=e.state;return new Promise((function(e,r){i("getToken",t).then((function(t){200===t.status?(a("setToken",t.data),i("getUser").then((function(t){o.isAdmin&&window.location.reload(!0),e()}))):(a("setLoginMessage",t.data.message),console.warn("Issue with getToken",t),Promise.reject(new Error("user loggein failed")))})).catch((function(e){console.warn("Issue with Dispatch getToken",e),Promise.reject(e)}))}))},getToken:function(e,t){e.dispatch,e.commit,e.state;return a.REST.post("/user/login?_format=json",t,{validateStatus:function(e){return e>=200&&e<500}})},getUser:function(e){var t=e.dispatch,i=e.commit,o=e.state;return new Promise((function(e,r){a.REST.get("/session/token").then((function(r){var n=r.data;i("SetCsrftoken",n),o.csrf_token;var s={token:o.csrf_token};a.REST.get("/user/".concat(o.uid,"?_format=json"),s).then((function(a){var o=a.data;o.roles,i("setUser",o),o.roles&&i("setRoles",o.roles),t("getUserFlagColls"),e()})).catch((function(e){console.warn("Issue with getUser",e),Promise.reject(e)}))}))}))},getUserFlagColls:function(e){e.dispatch;var t=e.commit;e.state;return o.MA.get("materio_flag/user_flagging_collections").then((function(e){var i=e.data;t("setFlagColls",i)})).catch((function(e){console.warn("Issue USER MA getFlags",e),Promise.reject(e)}))},createFlagColl:function(e,t){var i=e.dispatch;e.commit,e.state;return new Promise((function(e,a){var r={name:t};o.MA.post("materio_flag/create_user_flagging_collection",r).then((function(t){var a=t.data;a.status&&i("getUserFlagColls").then((function(){e(a)}))})).catch((function(e){console.warn("Issue USER MA createFlag",e),a(e)}))}))},deleteFlagColl:function(e,t){var i=e.dispatch;e.commit,e.state;return new Promise((function(e,a){var r={flagcollid:t};o.MA.post("materio_flag/delete_user_flagging_collection",r).then((function(t){t.data;i("getUserFlagColls").then((function(){e()}))})).catch((function(e){console.warn("Issue USER MA createFlag",e),a(e)}))}))},flagUnflag:function(e,t){var i=e.dispatch,a=e.commit,r=e.state,s=t.action,l=t.id,u=t.collid;return new Promise((function(e,t){var c={flagid:r.flagcolls[u].flag_id,id:l,flagcollid:u};return o.MA.post("materio_flag/".concat(s),c).then((function(t){t.data;i("getUserFlagColls").then((function(){r.flagcolls[u].items.length?i("loadMaterialsGQL",{ids:r.flagcolls[u].items,gqlfragment:n.default,callBack:"loadMaterialsCallBack",callBackArgs:{collid:u}}).then((function(){e()})):(a("setLoadedCollItems",{collid:u,items:[]}),e())}))})).catch((function(e){console.warn("Issue USER MA flagUnflag",e)}))}))},openFlagColl:function(e,t){var i=e.commit,a=e.dispatch,o=e.state;i("openFlagColl",t),o.flagcolls[t].items.length?void 0===o.flagcollsLoadedItems[t]?(o.flagcolls[t],a("loadMaterialsGQL",{ids:o.flagcolls[t].items,gqlfragment:n.default,callBack:"loadMaterialsCallBack",callBackArgs:{collid:t}})):i("setLoadedCollItems"):i("setLoadedCollItems",{collid:t,items:[]})},loadMaterialsCallBack:function(e,t){var i=e.commit,a=t.items,o=t.callBackArgs;i("setLoadedCollItems",{collid:o.collid,items:a})},closeFlagColl:function(e){var t=e.commit;e.dispatch;t("closeFlagColl")},userLogout:function(e){var t=e.commit,i=e.state,o=r.default.stringify({token:i.csrf_token});a.REST.post("/user/logout",o).then((function(e){t("setLoggedOut")})).catch((function(e){console.warn("Issue with logout",e),Promise.reject(e)}))}}};t.default=l},7682:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ArticleFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Article"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"author"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"start"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"end"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"source"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"tags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"thesaurus"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"linked_materials"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_articlecardmedium"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"videos"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"memo"},arguments:[],directives:[]}]}}],loc:{start:0,end:604}};t.loc.source={body:"fragment ArticleFields on Article {\n id\n uuid\n title\n author\n date{\n start\n end\n }\n source{\n url\n title\n }\n body\n showroom {\n id\n name\n }\n tags {\n id\n name\n }\n thesaurus {\n id\n name\n }\n linked_materials {\n id\n title\n short_description\n reference\n images {\n url\n style_cardmedium_url\n style_hd_url\n }\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n note{\n id\n }\n }\n images {\n id\n url\n alt\n style_articlecardmedium{\n url\n }\n }\n videos {\n url\n }\n memo\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},7276:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_minicard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:179}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n images {\n url\n style_minicard{\n url\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},4195:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"contenu"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"target"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"attachments"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"file"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"filename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"fid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"filesize"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"distributor"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"manufacturer"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardfull"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"linked_materials"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_linkedmaterialcard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:1305}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n\tshort_description\n reference\n body\n note{\n id\n contenu\n target\n }\n attachments{\n file{\n filename\n fid\n filesize\n url\n }\n description\n }\n distributor{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n manufacturer{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n images{\n url\n alt\n style_cardfull{\n url\n }\n }\n linked_materials{\n id\n short_description\n title\n reference\n images{\n url\n alt\n style_linkedmaterialcard{\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},5277:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ProductsFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Product"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"variations"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sku"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"currency"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:214}};t.loc.source={body:"fragment ProductsFields on Product {\n id\n title\n uuid\n bundle\n body\n price_description\n path\n variations{\n id\n uuid\n title\n description\n sku\n price{\n value\n currency\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},1882:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"SearchResultFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SearchResultInterface"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note_id"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Thematique"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:462}};t.loc.source={body:"fragment SearchResultFields on SearchResultInterface {\n id\n uuid\n bundle\n path\n title\n short_description\n ... on Materiau{\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n reference\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n note{\n id\n }\n note_id\n }\n ... on Thematique {\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},8964:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ThematiqueFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Thematique"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"tags"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"linked_materials"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardfull_url"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:374}};t.loc.source={body:"fragment ThematiqueFields on Thematique {\n id\n title\n body\n tags {\n id\n name\n }\n linked_materials {\n id\n title\n short_description\n images {\n url\n style_cardmedium_url\n style_hd_url\n }\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n }\n images {\n id\n url\n alt\n style_cardfull_url\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},5992:(e,t,i)=>{"use strict";i.r(t)},5308:(e,t,i)=>{"use strict";i.r(t)},6554:(e,t,i)=>{"use strict";i.r(t)},3976:(e,t,i)=>{"use strict";i.r(t)},2820:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(1383);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"08f975e8",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Block/LoginBlock.vue";const n=r.exports},1409:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:e.blockid}},[e.displayform?i("SearchForm",{attrs:{form:e.form}}):e._e()],1)};a._withStripped=!0;var o=i(2721);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"294c3eb1",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Block/SearchBlock.vue";const s=n.exports},8537:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.isloggedin?i("UserTools"):i("LoginBlock",{attrs:{title:e.title,block:e.block}})};a._withStripped=!0;var o=i(165);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"20fa94ee",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Block/UserBlock.vue";const s=n.exports},6834:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"card article"},[i("header",[i("h1",[i("a",{attrs:{href:e.item.view_node},domProps:{innerHTML:e._s(e.item.title)},on:{click:function(t){return t.preventDefault(),e.onclick(t)}}})]),e._v(" "),i("aside",{domProps:{innerHTML:e._s(e.item.created)}})]),e._v(" "),i("section",{staticClass:"images"},[i("a",{attrs:{href:e.item.view_node},on:{click:function(t){return t.preventDefault(),e.onclick(t)}}},[i("figure",{domProps:{innerHTML:e._s(e.item.field_visuel)}})])])])};a._withStripped=!0;var o=i(3763);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"08b811fe",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/ArticleCard.vue";const s=n.exports},6362:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"card search-card"},[i("header",{on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}},[e.isloggedin?i("h1",[e._v(e._s(e.item.title))]):e._e(),e._v(" "),i("h4",[e._v(e._s(e.item.short_description))]),e._v(" "),e.isloggedin?i("span",{staticClass:"ref"},[e._v(e._s(e.item.reference))]):e._e()]),e._v(" "),e.isloggedin?i("nav",{staticClass:"tools"},[i("section",{staticClass:"tool flags"},[i("span",{staticClass:"btn mdi mdi-folder-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("ul",[e._l(e.flagcolls,(function(t){return e.flagcolls?i("li",{key:t.id},[i("span",{staticClass:"flag mdi",class:[e.flagIsLoading(t.id)?"mdi-loading mdi-spin":e.flagIsActive(t.id)?"mdi-close-circle isActive":"mdi-plus"],attrs:{collid:t.id},on:{click:function(t){return t.preventDefault(),e.onFlagActionCard(t)}}},[e._v("\n "+e._s(t.name)+"\n ")])]):e._e()})),e._v(" "),e.collsLength<15?i("li",{staticClass:"create-flag"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.new_folder_name,expression:"new_folder_name"}],attrs:{placeholder:"new folder"},domProps:{value:e.new_folder_name},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t))},input:function(t){t.target.composing||(e.new_folder_name=t.target.value)}}}),e._v(" "),i("span",{staticClass:"add-btn mdi",class:e.addFlagBtnClassObj,on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t)}}})]):e._e()],2)])]),e._v(" "),e.item.samples&&e.item.samples.length?i("section",{staticClass:"tool samples"},[i("span",{staticClass:"btn mdi mdi-beaker-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Samples")))]),e._v(" "),i("ul",e._l(e.item.samples,(function(t){return i("li",{key:t.showroom.id},[i("span",{staticClass:"showroom"},[e._v(e._s(t.showroom.name))]),e._v(": "+e._s(t.location)+"\n ")])})),0)])]):e._e(),e._v(" "),e.item.note?i("section",{staticClass:"tool note"},[i("span",{staticClass:"btn mdi mdi-note"})]):e._e(),e._v(" "),i("section",{staticClass:"tool print"},[i("a",{attrs:{href:e.item.path+"/printable/print",target:"_blank"}},[i("span",{staticClass:"btn mdi mdi-printer"})])])]):e._e(),e._v(" "),i("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,a){return i("figure",{key:t.url},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:a,expression:"index"}],staticClass:"lazy",attrs:{"data-src":t.style_cardmedium_url,title:t.title}}),e._v(" "),i("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}})])})),0)])};a._withStripped=!0;var o=i(1760);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"0318fc68",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/Card.vue";const s=n.exports},9353:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"card card-thematique search-card"},[i("header",[i("a",{attrs:{href:e.item.path},on:{click:function(t){return t.preventDefault(),e.openThematique(t)}}},[i("h1",[e._v(e._s(e.item.title))]),e._v(" "),i("h4",[e._v(e._s(e.item.short_description))])])]),e._v(" "),i("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,a){return i("figure",{key:t.url},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:a,expression:"index"}],staticClass:"lazy",attrs:{"data-src":t.style_cardmedium_url,title:t.title}}),e._v(" "),i("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openThematique(t)}}})])})),0)])};a._withStripped=!0;var o=i(570);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"6a3bc2e2",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/CardThematique.vue";const s=n.exports},7338:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(7152);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"79679e38",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/HeaderMenu.vue";const n=r.exports},7534:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{class:{opened:e.isopened},attrs:{id:e.id}},[e.openedCollid?i("FlagCollection",{attrs:{collection:e.flagcolls[e.openedCollid]}}):e._e()],1)};a._withStripped=!0;var o=i(4418);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"466ebd6c",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/LeftContent.vue";const s=n.exports},4643:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"card linkedmaterialcard"},[i("header",{on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}},[i("h1",[e._v(e._s(e.item.title))]),e._v(" "),i("h4",[e._v(e._s(e.item.short_description))]),e._v(" "),e.isloggedin?i("span",{staticClass:"ref"},[e._v(e._s(e.item.reference))]):e._e()]),e._v(" "),i("nav",{staticClass:"tools"}),e._v(" "),i("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,a){return i("figure",{key:t.url},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:a,expression:"index"}],staticClass:"lazy",attrs:{"data-src":t.style_linkedmaterialcard.url,title:t.title}}),e._v(" "),i("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}})])})),0)])};a._withStripped=!0;var o=i(4546);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"51b576e8",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/LinkedMaterialCard.vue";const s=n.exports},7749:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:e.id}},[i("router-view",{attrs:{html:e.home_template_src}})],1)};a._withStripped=!0;var o=i(7331);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"4c8c1858",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/MainContent.vue";const s=n.exports},4773:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"card minicard"},[i("header",{on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}},[i("h1",[e._v(e._s(e.item.title))]),e._v(" "),e.item.reference?i("span",{staticClass:"ref"},[e._v(e._s(e.item.reference))]):e._e()]),e._v(" "),i("nav",{staticClass:"tools"},[e.item.samples&&e.item.samples.length?i("section",{staticClass:"tool samples"},[i("span",{staticClass:"btn mdi mdi-beaker-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Samples")))]),e._v(" "),i("ul",e._l(e.item.samples,(function(t){return i("li",{key:t.showroom.id},[i("span",{staticClass:"showroom"},[e._v(e._s(t.showroom.name))]),e._v(": "+e._s(t.location)+"\n ")])})),0)])]):e._e(),e._v(" "),i("section",{staticClass:"tool flags"},[i("span",{staticClass:"mdi unflag",class:[e.itemIsLoading()?"mdi-loading mdi-spin":"mdi-folder-remove"],on:{click:function(t){return t.preventDefault(),e.onUnFlagCard(t)}}})])]),e._v(" "),i("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,a){return i("figure",{key:t.url},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:a,expression:"index"}],staticClass:"lazy",attrs:{"data-src":t.style_minicard.url,title:t.title}}),e._v(" "),i("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}})])})),0)])};a._withStripped=!0;var o=i(46);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"648a4442",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/MiniCard.vue";const s=n.exports},1438:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return!e.material||e.loading?i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])]):i("article",{directives:[{name:"touch",rawName:"v-touch",value:e.onTapCard,expression:"onTapCard"},{name:"touch",rawName:"v-touch:swipe",value:e.onSwipeCard,expression:"onSwipeCard",arg:"swipe"}],staticClass:"card modal-card"},[i("section",{staticClass:"col col-right"},[i("header",[i("h1",[e._v(e._s(e.material.title))]),e._v(" "),i("h4",[e._v(e._s(e.material.short_description))]),e._v(" "),i("span",{staticClass:"ref"},[e._v(e._s(e.material.reference))])]),e._v(" "),i("nav",{ref:"tools",staticClass:"tools"},[i("section",{staticClass:"tool close"},[i("span",{staticClass:"btn mdi mdi-close",on:{click:function(t){return t.preventDefault(),e.onCloseModalCard(t)}}})]),e._v(" "),i("section",{staticClass:"tool flags"},[i("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-folder-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.My folders")))]),e._v(" "),i("ul",[e._l(e.flagcolls,(function(t){return e.flagcolls?i("li",{key:t.id},[i("span",{staticClass:"flag mdi",class:[e.flagIsLoading(t.id)?"mdi-loading mdi-spin":e.flagIsActive(t.id)?"mdi-close-circle isActive":"mdi-plus"],attrs:{collid:t.id},on:{click:function(t){return t.preventDefault(),e.onFlagActionCard(t)}}},[e._v("\n "+e._s(t.name)+"\n ")])]):e._e()})),e._v(" "),e.collsLength<15?i("li",{staticClass:"create-flag"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.new_folder_name,expression:"new_folder_name"}],attrs:{placeholder:"new folder"},domProps:{value:e.new_folder_name},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t))},input:function(t){t.target.composing||(e.new_folder_name=t.target.value)}}}),e._v(" "),i("span",{staticClass:"add-btn mdi",class:e.addFlagBtnClassObj,on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t)}}})]):e._e()],2)])]),e._v(" "),e.item.samples&&e.item.samples.length?i("section",{staticClass:"tool samples"},[i("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-beaker-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Samples")))]),e._v(" "),i("ul",e._l(e.item.samples,(function(t){return i("li",{key:t.showroom.id},[i("span",{staticClass:"showroom"},[e._v(e._s(t.showroom.name))]),e._v(": "+e._s(t.location)+"\n ")])})),0)])]):e._e(),e._v(" "),i("section",{staticClass:"tool note"},[e.note_nid?i("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note"}):i("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note-outline"}),e._v(" "),i("div",{staticClass:"tool-content"},[i("textarea",{directives:[{name:"model",rawName:"v-model",value:e.note,expression:"note"}],attrs:{spellcheck:"false",name:"note"},domProps:{value:e.note},on:{input:function(t){t.target.composing||(e.note=t.target.value)}}})])]),e._v(" "),i("section",{staticClass:"tool print"},[i("a",{attrs:{href:e.material.path+"/printable/print",target:"_blank"}},[i("span",{staticClass:"btn mdi mdi-printer"})])])]),e._v(" "),i("vsa-list",[i("vsa-item",{attrs:{initActive:!0}},[i("vsa-heading",[i("span",{staticClass:"label"},[e._v("Description")])]),e._v(" "),i("vsa-content",[i("section",{staticClass:"body",domProps:{innerHTML:e._s(e.material.body)}}),e._v(" "),i("section",{staticClass:"attachments"},[i("ul",e._l(e.material.attachments,(function(t){return i("li",{key:t.file.fid},[i("a",{attrs:{target:"_blank",href:t.file.url}},[e._v(e._s(t.file.filename)+" "),i("span",[e._v("("+e._s(e.prettyFileSize(t.file.filesize))+")")])]),e._v(" "),t.description?i("p",{staticClass:"description",domProps:{innerHTML:e._s(t.description)}}):e._e()])})),0)]),e._v(" "),i("section",{staticClass:"industriels"},[e.material.manufacturer?i("section",[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Manufacturer")))]),e._v(" "),i("ul",e._l(e.material.manufacturer,(function(t){return i("li",{key:t.id},[i("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?i("p",[i("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?i("p",[i("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e(),e._v(" "),e.material.distributor?i("section",[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Distributor")))]),e._v(" "),i("ul",e._l(e.material.distributor,(function(t){return i("li",{key:t.id},[i("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?i("p",[i("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?i("p",[i("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e()])])],1),e._v(" "),e.material.linked_materials.length?i("vsa-item",[i("vsa-heading",[i("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Linked materials")))])]),e._v(" "),i("vsa-content",[i("section",{staticClass:"linked-materials"},[i("ul",e._l(e.material.linked_materials,(function(e){return i("li",{key:e.id},[i("LinkedMaterialCard",{attrs:{item:e}})],1)})),0)])])],1):e._e()],1)],1),e._v(" "),i("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"col col-left images"},e._l(e.material.images,(function(t,a){return i("figure",{key:t.url},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:a,expression:"index"}],staticClass:"lazy",attrs:{"data-src":t.style_cardfull.url,title:t.title}}),e._v(" "),i("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){e.lightbox_index=a}}})])})),0),e._v(" "),i("CoolLightBox",{attrs:{items:e.material.images,index:e.lightbox_index,srcName:"url",loop:!0},on:{close:function(t){e.lightbox_index=null}}})],1)};a._withStripped=!0;var o=i(4958);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"62d62e96",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue";const s=n.exports},376:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"product"},[i("header",[i("h1",{domProps:{innerHTML:e._s(e.product.title)}})]),e._v(" "),i("section",{staticClass:"content"},[i("div",{staticClass:"description",domProps:{innerHTML:e._s(e.product.body)}})]),e._v(" "),e.isAdherent?e._e():i("aside",e._l(e.product.variations,(function(t){return i("div",{key:t.id,staticClass:"variation"},[i("div",{staticClass:"variation-description",domProps:{innerHTML:e._s(t.description)}}),e._v(" "),i("button",{attrs:{type:"button",name:"addtocart"},on:{click:function(i){return i.stopPropagation(),e.checkaddtocart(i,t.id)}}},[e._v("\n "+e._s(e.$t("default.Add to cart"))+"\n ")])])})),0),e._v(" "),e.showLoginModal?i("Modal",{attrs:{styles:{width:"500px",height:"350px"}},on:{close:e.closeModal}},[i("section",{attrs:{id:"pricing-modal-login-register"}},[i("h2",[e._v(e._s(e.$t("materio.Please login or create a new account to order your access")))]),e._v(" "),i("LoginRegister",{attrs:{callbackargs:e.showLoginModal},on:{onLogedIn:e.onLogedIn,onRegistered:e.onRegistered}})],1)]):e._e()],1)};a._withStripped=!0;var o=i(3415);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"0f9e2147",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/Product.vue";const s=n.exports},3675:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("article",{staticClass:"showroom"},[i("header",[i("h1",{domProps:{innerHTML:e._s(e.item.name)}})]),e._v(" "),i("section",{staticClass:"images"},[i("figure",{domProps:{innerHTML:e._s(e.item.field_visuels)}})]),e._v(" "),i("section",{staticClass:"content"},[i("address",{domProps:{innerHTML:e._s(e.item.field_public_address)}}),e._v(" "),i("div",{staticClass:"phone",domProps:{innerHTML:e._s(e.item.field_public_phone)}}),e._v(" "),i("div",{staticClass:"email",domProps:{innerHTML:e._s(e.item.field_public_email)}})])])};a._withStripped=!0;var o=i(6046);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"695652b0",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/Showroom.vue";const s=n.exports},1666:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(4820);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"7bb795f8",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Form/LoginForm.vue";const n=r.exports},2862:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(4680);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"2acc57a0",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Form/RegisterForm.vue";const n=r.exports},5239:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(6512);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"684065e5",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Form/SearchForm.vue";const n=r.exports},6537:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"login-register"}},[i("section",{staticClass:"login"},[i("h3",[e._v(e._s(e.$t("default.Login"))+" ")]),e._v(" "),i("LoginForm",{on:{onLogedIn:e.onLogedIn}})],1),e._v(" "),i("section",{staticClass:"register"},[i("h3",[e._v(e._s(e.$t("default.Register a new account")))]),e._v(" "),i("RegisterForm",{on:{onRegistered:e.onRegistered}})],1)])};a._withStripped=!0;var o=i(273);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"340aa566",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Helper/LoginRegister.vue";const s=n.exports},631:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"overlay",on:{click:function(t){return t.target!==t.currentTarget?null:e.close(t)}}},[i("div",{staticClass:"modal",style:e.styles},[e._t("default")],2)])};a._withStripped=!0;var o=i(3790);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"b98ce164",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Helper/Modal.vue";const s=n.exports},2594:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return!e.article||e.loading?i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])]):i("article",{staticClass:"article"},[i("nav",{staticClass:"prevnext top"},[i("ul",[i("li",[e.prevnext.prev?i("a",{attrs:{href:e.prevnext.prev.view_node},domProps:{innerHTML:e._s(e.prevnext.prev.title)},on:{click:function(t){return t.preventDefault(),e.onPrevNext(e.prevnext.prev)}}}):e._e()]),e._v(" "),i("li",[e.prevnext.next?i("a",{attrs:{href:e.prevnext.next.view_node},domProps:{innerHTML:e._s(e.prevnext.next.title)},on:{click:function(t){return t.preventDefault(),e.onPrevNext(e.prevnext.next)}}}):e._e()])])]),e._v(" "),i("div",{staticClass:"cols"},[i("div",{staticClass:"col col-left"},[e.image_accroche?i("section",{staticClass:"accroche"},[i("figure",[i("img",{attrs:{src:e.image_accroche.url,alt:e.image_accroche.alt,title:e.image_accroche.title},on:{click:function(t){return e.setLightboxIndex(0)}}})])]):e._e(),e._v(" "),i("section",{staticClass:"taxonomy"},[i("div",{staticClass:"thesaurus"},[i("ul",e._l(e.article.thesaurus,(function(t){return i("li",{key:t.id},[e._v(e._s(t.name))])})),0)]),e._v(" "),i("div",{staticClass:"tags"},[i("ul",e._l(e.article.tags,(function(t){return i("li",{key:t.id},[e._v(e._s(t.name))])})),0)])]),e._v(" "),e.article.showroom?i("section",{staticClass:"showroom"},[i("h2",[e._v(e._s(e.article.showroom.name))]),e._v(" "),i("a",{staticClass:"mail",attrs:{href:"mail:"+e.article.showroom.field_public_email}},[e._v("\n "+e._s(e.article.showroom.field_public_email))]),e._v(" "),i("br"),e._v(" "),i("a",{staticClass:"phone",attrs:{href:"tel:"+e.article.showroom.field_public_phone}},[e._v("\n "+e._s(e.article.showroom.field_public_phone))])]):e._e()]),e._v(" "),i("div",{staticClass:"col col-right"},[i("section",{staticClass:"body",domProps:{innerHTML:e._s(e.article.body)}}),e._v(" "),i("CoolLightBox",{attrs:{items:e.lightbox_items,index:e.lightbox_index,loop:!0,srcName:"url"},on:{close:function(t){e.lightbox_index=null}}}),e._v(" "),i("div",{staticClass:"gallery-wrapper"},e._l(e.lightbox_items,(function(t,a){return a>0?i("div",{key:a,staticClass:"image",style:{backgroundImage:"url("+t.thumb+")"},on:{click:function(t){return e.setLightboxIndex(a)}}}):e._e()})),0),e._v(" "),i("aside",{staticClass:"linked-materials"},[i("h3",{staticClass:"field__label"},[e._v(e._s(e.$t("materio.Linked Materials")))]),e._v(" "),i("div",{staticClass:"cards-list"},[i("ul",{},e._l(e.article.linked_materials,(function(e){return i("li",{key:e.id},[i("Card",{attrs:{item:e}})],1)})),0)])])],1)]),e._v(" "),i("nav",{staticClass:"prevnext bottom"},[i("ul",[i("li",[e.prevnext.prev?i("a",{attrs:{href:e.prevnext.prev.view_node},domProps:{innerHTML:e._s(e.prevnext.prev.title)},on:{click:function(t){return t.preventDefault(),e.onPrevNext(e.prevnext.prev)}}}):e._e()]),e._v(" "),i("li",[e.prevnext.next?i("a",{attrs:{href:e.prevnext.next.view_node},domProps:{innerHTML:e._s(e.prevnext.next.title)},on:{click:function(t){return t.preventDefault(),e.onPrevNext(e.prevnext.next)}}}):e._e()])])])])};a._withStripped=!0;var o=i(8089);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"74fbee19",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue";const s=n.exports},4920:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"Base"}},[e.searchinfos?i("div",{staticClass:"cards-list"},[i("aside",{staticClass:"search-info"},[e._v("\n "+e._s(e.searchinfos)+"\n ")]),e._v(" "),!e.items.length&!e.noresults?i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])]):i("ul",e._l(e.items,(function(t){return i("li",{key:t.id},["materiau"==t.bundle?i("Card",{attrs:{item:t}}):e._e(),e._v(" "),"thematique"==t.bundle?i("CardThematique",{attrs:{item:t}}):e._e()],1)})),0),e._v(" "),e.count>e.limit?i("infinite-loading",{on:{infinite:e.nextPage}},[i("div",{attrs:{slot:"no-more"},slot:"no-more"},[e._v("No more results")])]):e._e()],1):i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])])])};a._withStripped=!0;var o=i(6372);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"04a51984",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Base.vue";const s=n.exports},5744:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"blabla"}},[e.items.length?i("div",{staticClass:"cards-list"},[i("ul",e._l(e.items,(function(e){return i("li",{key:e.nid},[i("ArticleCard",{attrs:{item:e}})],1)})),0),e._v(" "),i("infinite-loading",{on:{infinite:e.nextPage}},[i("div",{attrs:{slot:"no-more"},slot:"no-more"},[e._v("No more articles")])])],1):i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])])])};a._withStripped=!0;var o=i(5045);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"230b184d",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Blabla.vue";const s=n.exports},2476:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>a.X,default:()=>n});var a=i(4730);const o=a.Z;var r=(0,i(1900).Z)(o,undefined,undefined,!1,null,"474eaa4c",null);r.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue";const n=r.exports},3272:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"pricing"}},[e.products.length?e._l(e.products,(function(e){return i("Product",{key:e.uuid,attrs:{product:e}})})):i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])])],2)};a._withStripped=!0;var o=i(3428);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"bdd44e2e",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Pricing.vue";const s=n.exports},9266:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"showrooms"}},[e.items.length?e._l(e.items,(function(e){return i("Showroom",{key:e.uuid,attrs:{item:e}})})):i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])])],2)};a._withStripped=!0;var o=i(2559);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"7566e5fe",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Showrooms.vue";const s=n.exports},7143:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return!e.thematique||e.loading?i("div",{staticClass:"loading"},[i("span",[e._v("Loading ...")])]):i("article",{staticClass:"thematique"},[i("div",{staticClass:"cols"},[i("div",{staticClass:"col col-left"},[i("section",{staticClass:"body",domProps:{innerHTML:e._s(e.thematique.body)}}),e._v(" "),i("section",{staticClass:"visuel"},[i("img",{attrs:{src:e.image_accroche.style_cardfull_url,alt:""}})])]),e._v(" "),i("div",{staticClass:"col col-right"},[i("aside",{staticClass:"linked-materials"},[i("div",{staticClass:"card-list"},[i("ul",{},e._l(e.thematique.linked_materials,(function(e){return i("li",{key:e.id},[i("Card",{attrs:{item:e}})],1)})),0)])])])])])};a._withStripped=!0;var o=i(602);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"128bc334",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/Pages/Thematique.vue";const s=n.exports},7529:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("section",{staticClass:"flag-collection"},[i("header",[i("h3",{staticClass:"mdi mdi-folder-outline"},[e._v(e._s(e.collection.name))]),e._v(" "),i("span",{staticClass:"mdi mdi-close",attrs:{title:"close"},on:{click:function(t){return t.preventDefault(),e.onCloseFlagColl(t)}}})]),e._v(" "),e.loadedItems?i("ul",[e._l(e.loadedItems,(function(t){return i("li",{key:t.id},[i("MiniCard",{attrs:{item:t,collid:e.collection.id}})],1)})),e._v(" "),0===e.loadedItems.length?i("span",[e._v("No items in your folder")]):e._e()],2):i("span",{staticClass:"loading"},[e._v("Loading")])])};a._withStripped=!0;var o=i(9420);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"7c9ac6c8",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/User/FlagCollection.vue";const s=n.exports},454:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"user-flags"}},[i("h2",{staticClass:"mdi mdi-folder-outline"},[i("span",[e._v(e._s(e.$t("materio.My folders"))+" ("+e._s(e.collsLength)+")")])]),e._v(" "),i("ul",[e._l(e.flagcolls,(function(t){return e.flagcolls?i("li",{key:t.id},[i("h5",{attrs:{flagcollid:t.id},on:{click:function(i){return i.preventDefault(),e.onOpenFlagColl(t.id)}}},[e._v(e._s(t.name)+" "),i("span",{staticClass:"length"},[e._v("("+e._s(t.items.length)+")")])]),e._v(" "),i("div",{staticClass:"actions"},[i("span",{staticClass:"delete-btn mdi",class:e.flagDeletingClassObj,attrs:{flagcollid:t.id},on:{click:function(t){return t.preventDefault(),e.onDeleteFlagColl(t)}}})])]):e._e()})),e._v(" "),e.collsLength<15?i("li",{staticClass:"create-flag"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.new_folder_name,expression:"new_folder_name"}],attrs:{placeholder:"new folder"},domProps:{value:e.new_folder_name},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t))},input:function(t){t.target.composing||(e.new_folder_name=t.target.value)}}}),e._v(" "),i("span",{staticClass:"add-btn mdi",class:e.addFlagBtnClassObj,on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t)}}})]):e._e()],2),e._v(" "),i("v-dialog",{on:{closed:function(t){return e.dialogEvent("closed")}}})],1)};a._withStripped=!0;var o=i(4824);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"0e1971fa",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/User/UserFlags.vue";const s=n.exports},4987:(e,t,i)=>{"use strict";i.r(t),i.d(t,{__esModule:()=>o.X,default:()=>s});var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"user-tools"}},[i("a",{staticClass:"mdi mdi-account",attrs:{href:"/user"}},[i("span",[e._v(e._s(e.mail))])]),e._v(" "),e.isAdmin?i("a",{staticClass:"mdi mdi-settings",attrs:{href:"/admin/content/materials",title:"admin"}}):e._e(),e._v(" "),i("a",{staticClass:"mdi mdi-logout",attrs:{href:"/user/logout",title:"logout"},on:{click:function(t){return t.preventDefault(),e.onLogout()}}}),e._v(" "),i("UserFlags")],1)};a._withStripped=!0;var o=i(6498);const r=o.Z;var n=(0,i(1900).Z)(r,a,[],!1,null,"4e9a834e",null);n.options.__file="web/themes/custom/materiotheme/vuejs/components/User/UserTools.vue";const s=n.exports},1900:(e,t,i)=>{"use strict";function a(e,t,i,a,o,r,n,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=i,u._compiled=!0),a&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),n?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(n)},u._ssrRegister=l):o&&(l=s?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:u}}i.d(t,{Z:()=>a})},163:e=>{"use strict";e.exports=JSON.parse('{"default":{"1":"1","Closing in !seconds seconds":"Closing in !seconds seconds","An AJAX HTTP error occurred.":"An AJAX HTTP error occurred.","HTTP Result Code: !status":"HTTP Result Code: !status","An AJAX HTTP request terminated abnormally.":"An AJAX HTTP request terminated abnormally.","Debugging information follows.":"Debugging information follows.","Path: !uri":"Path: !uri","StatusText: !statusText":"StatusText: !statusText","ResponseText: !responseText":"ResponseText: !responseText","ReadyState: !readyState":"ReadyState: !readyState","CustomMessage: !customMessage":"CustomMessage: !customMessage","Please wait...":"Please wait...","The response failed verification so will not be processed.":"The response failed verification so will not be processed.","The callback URL is not local and not trusted: !url":"The callback URL is not local and not trusted: !url","Changed":"Changed","Yes":"Yes","No":"No","Open":"Open","Close":"Close","@action @title configuration options":"@action @title configuration options","Extend":"Extend","Collapse":"Collapse","@label":"@label","Horizontal orientation":"Horizontal orientation","Vertical orientation":"Vertical orientation","The toolbar cannot be set to a horizontal orientation when it is locked.":"The toolbar cannot be set to a horizontal orientation when it is locked.","Tray orientation changed to @orientation.":"Tray orientation changed to @orientation.","closed":"closed","opened":"opened","Tray \\"@tray\\" @action.":"Tray \\"@tray\\" @action.","Tray @action.":"Tray @action.","Show all columns":"Show all columns","Hide lower priority columns":"Hide lower priority columns","Show table cells that were hidden to make the table fit within a small screen.":"Show table cells that were hidden to make the table fit within a small screen.","Page title":"Page title","Promoted to front page":"Promoted to front page","On":"On","Off":"Off","French":"French","Static":"Static","Static Page":"Static Page","…":"…","|":"|","Page":"Page","of @total":"of @total","@number":"@number","-@offset":"-@offset","+@offset":"+@offset","«":"«","‹":"‹","›":"›","»":"»","No pages to display.":"No pages to display.","Current page":"Current page","Go to page @number":"Go to page @number","Go to first page":"Go to first page","Go to previous page":"Go to previous page","Go to next page":"Go to next page","Go to last page":"Go to last page","First page":"First page","Previous page":"Previous page","Next page":"Next page","Last page":"Last page","Item":"Item","First item":"First item","Items":"Items","Page <b>@number</b> of @total":"Page <b>@number</b> of @total","Enter page, then press Return.":"Enter page, then press Return.","Drag the handle to the page required.":"Drag the handle to the page required.","Then, click on the tickmark.":"Then, click on the tickmark.","« First":"« First","‹ Previous":"‹ Previous","Next ›":"Next ›","Last »":"Last »","Archive":"Archive","All content, by month.":"All content, by month.","Master":"Master","Monthly archive":"Monthly archive","Apply":"Apply","Reset":"Reset","Sort by":"Sort by","Asc":"Asc","Desc":"Desc","Items per page":"Items per page","- All -":"- All -","Offset":"Offset","Content":"Content","Find and manage content.":"Find and manage content.","Filter":"Filter","Title":"Title",", ":", ","Author":"Author","Status":"Status","Published":"Published","Unpublished":"Unpublished","Updated":"Updated","Operations":"Operations","Published status":"Published status","Language":"Language","No content available.":"No content available.","Find and manage content":"Find and manage content","Recent content":"Recent content","Recent content.":"Recent content.","Content translation jobs":"Content translation jobs","Files":"Files","Find and manage files.":"Find and manage files.","Name":"Name","All":"All","Frontpage":"Frontpage","All content promoted to the front page.":"All content promoted to the front page.","No front page content has been created yet.<br/>Follow the <a target=\\"_blank\\" href=\\"https://www.drupal.org/docs/user_guide/en/index.html\\">User Guide</a> to start building your site.":"No front page content has been created yet.<br/>Follow the <a target=\\"_blank\\" href=\\"https://www.drupal.org/docs/user_guide/en/index.html\\">User Guide</a> to start building your site.","Welcome to [site:name]":"Welcome to [site:name]","Glossary":"Glossary","All content, by letter.":"All content, by letter.","Locked content":"Locked content","Maillog overview":"Maillog overview","Redirect":"Redirect","List of redirects":"List of redirects","With selection":"With selection","Taxonomy term":"Taxonomy term","Content belonging to a certain taxonomy term.":"Content belonging to a certain taxonomy term.","People":"People","Find and manage people interacting with your site.":"Find and manage people interacting with your site.","Bulk update":"Bulk update","Username":"Username","Active":"Active","Blocked":"Blocked","Roles":"Roles","Member for":"Member for","Last access":"Last access","Name or email contains":"Name or email contains","Role":"Role","Permission":"Permission","No people available.":"No people available.","more":"more","List":"List","Manage user accounts, roles, and permissions.":"Manage user accounts, roles, and permissions.","Watchdog":"Watchdog","Recent log messages":"Recent log messages","Type":"Type","Who\'s new":"Who\'s new","Shows a list of the newest user accounts on the site.":"Shows a list of the newest user accounts on the site.","Who\'s online block":"Who\'s online block","Shows the user names of the most recently active users, and the total number of active users.":"Shows the user names of the most recently active users, and the total number of active users.","Workflow Entity history":"Workflow Entity history","Enable this View to configure the history tab.":"Enable this View to configure the history tab.","Breadcrumbs":"Breadcrumbs","Main page content":"Main page content","Help":"Help","Primary admin actions":"Primary admin actions","User login":"User login","Status messages":"Status messages","Primary tabs":"Primary tabs","Secondary tabs":"Secondary tabs","Personal contact form":"Personal contact form","Your message has been sent.":"Your message has been sent.","Fallback date format":"Fallback date format","HTML Date":"HTML Date","HTML Datetime":"HTML Datetime","HTML Month":"HTML Month","HTML Time":"HTML Time","HTML Week":"HTML Week","HTML Year":"HTML Year","HTML Yearless date":"HTML Yearless date","Default long date":"Default long date","Default medium date":"Default medium date","Default short date":"Default short date","Register":"Register","Full content":"Full content","RSS":"RSS","Search index":"Search index","Search result highlighting input":"Search result highlighting input","Teaser":"Teaser","Taxonomy term page":"Taxonomy term page","Compact":"Compact","User account":"User account","This link will take you to an external web site. We are not responsible for their content.":"This link will take you to an external web site. We are not responsible for their content.","(link is external)":"(link is external)","(link sends email)":"(link sends email)","Body":"Body","Domain administrator":"Domain administrator","Select the domains this user may administer.":"Select the domains this user may administer.","Large (480×480)":"Large (480×480)","Linkit result thumbnail":"Linkit result thumbnail","Medium (220×220)":"Medium (220×220)","Thumbnail (100×100)":"Thumbnail (100×100)","English":"English","Not specified":"Not specified","Not applicable":"Not applicable","of @total_items":"of @total_items","@item":"@item","-@item_offset":"-@item_offset","+@item_offset":"+@item_offset","No items to display.":"No items to display.","Current items":"Current items","Go to item @item":"Go to item @item","Go to first item":"Go to first item","Go to previous items":"Go to previous items","Go to next items":"Go to next items","Go to last item":"Go to last item","Previous items":"Previous items","Next items":"Next items","Last item":"Last item","@item_low-@item_high":"@item_low-@item_high","Go to items @item_low-@item_high":"Go to items @item_low-@item_high","Go to first items":"Go to first items","Go to last items":"Go to last items","First items":"First items","Last items":"Last items","Item <b>@item</b> of @total_items":"Item <b>@item</b> of @total_items","Items <b>@item_low-@item_high</b> of @total_items":"Items <b>@item_low-@item_high</b> of @total_items","Enter item, then press Return.":"Enter item, then press Return.","Drag the handle to the item required.":"Drag the handle to the item required.","Drag the handle to the item range required.":"Drag the handle to the item range required.","Remember me":"Remember me","@site is currently under maintenance. We should be back shortly. Thank you for your patience.":"@site is currently under maintenance. We should be back shortly. Thank you for your patience.","User account menu":"User account menu","Links related to the active user account":"Links related to the active user account","Footer":"Footer","Site information links":"Site information links","Main navigation":"Main navigation","Site section links":"Site section links","Tools":"Tools","User tool links, often added by modules":"User tool links, often added by modules","materiO’":"materiO’","[user:display-name],\\n\\nA request to cancel your account has been made at [site:name].\\n\\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\\n\\n[user:cancel-url]\\n\\nNOTE: The cancellation of your account is not reversible.\\n\\nThis link expires in one day and nothing will happen if it is not used.\\n\\n-- [site:name] team":"[user:display-name],\\n\\nA request to cancel your account has been made at [site:name].\\n\\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\\n\\n[user:cancel-url]\\n\\nNOTE: The cancellation of your account is not reversible.\\n\\nThis link expires in one day and nothing will happen if it is not used.\\n\\n-- [site:name] team","Account cancellation request for [user:display-name] at [site:name]":"Account cancellation request for [user:display-name] at [site:name]","[user:display-name],\\n\\nA request to reset the password for your account has been made at [site:name].\\n\\nYou may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it\'s not used.\\n\\n-- [site:name] team":"[user:display-name],\\n\\nA request to reset the password for your account has been made at [site:name].\\n\\nYou may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it\'s not used.\\n\\n-- [site:name] team","Replacement login information for [user:display-name] at [site:name]":"Replacement login information for [user:display-name] at [site:name]","[user:display-name],\\n\\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:name]\\npassword: Your password\\n\\n-- [site:name] team":"[user:display-name],\\n\\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:name]\\npassword: Your password\\n\\n-- [site:name] team","An administrator created an account for you at [site:name]":"An administrator created an account for you at [site:name]","[user:display-name],\\n\\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:name]\\npassword: Your password\\n\\n-- [site:name] team":"[user:display-name],\\n\\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:name]\\npassword: Your password\\n\\n-- [site:name] team","Account details for [user:display-name] at [site:name]":"Account details for [user:display-name] at [site:name]","[user:display-name],\\n\\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\\n\\n-- [site:name] team":"[user:display-name],\\n\\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\\n\\n-- [site:name] team","Account details for [user:display-name] at [site:name] (pending admin approval)":"Account details for [user:display-name] at [site:name] (pending admin approval)","[user:display-name] has applied for an account.\\n\\n[user:edit-url]":"[user:display-name] has applied for an account.\\n\\n[user:edit-url]","[user:display-name],\\n\\nYour account at [site:name] has been activated.\\n\\nYou may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:account-name]\\npassword: Your password\\n\\n-- [site:name] team":"[user:display-name],\\n\\nYour account at [site:name] has been activated.\\n\\nYou may now log in by clicking this link or copying and pasting it into your browser:\\n\\n[user:one-time-login-url]\\n\\nThis link can only be used once to log in and will lead you to a page where you can set your password.\\n\\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\\n\\nusername: [user:account-name]\\npassword: Your password\\n\\n-- [site:name] team","Account details for [user:display-name] at [site:name] (approved)":"Account details for [user:display-name] at [site:name] (approved)","[user:display-name],\\n\\nYour account on [site:name] has been blocked.\\n\\n-- [site:name] team":"[user:display-name],\\n\\nYour account on [site:name] has been blocked.\\n\\n-- [site:name] team","Account details for [user:display-name] at [site:name] (blocked)":"Account details for [user:display-name] at [site:name] (blocked)","[user:display-name],\\n\\nYour account on [site:name] has been canceled.\\n\\n-- [site:name] team":"[user:display-name],\\n\\nYour account on [site:name] has been canceled.\\n\\n-- [site:name] team","Account details for [user:display-name] at [site:name] (canceled)":"Account details for [user:display-name] at [site:name] (canceled)","Set default domain record":"Set default domain record","Delete domain record":"Delete domain record","Disable domain record":"Disable domain record","Enable domain record":"Enable domain record","‹ previous":"‹ previous","next ›":"next ›","« first":"« first","last »":"last »","#":"#","Date":"Date","Subject":"Subject","From":"From","To":"To","There are no mail logs in the database.":"There are no mail logs in the database.","Maillog":"Maillog","Public files":"Public files","Node Breve":"Node Breve","Node Breve i18n":"Node Breve i18n","Node Materiau":"Node Materiau","Node Materiau i18n":"Node Materiau i18n","Taxonomy terms Company":"Taxonomy terms Company","Taxonomy terms Showroom":"Taxonomy terms Showroom","Taxonomy terms Tags":"Taxonomy terms Tags","Taxonomy terms Tags i18n":"Taxonomy terms Tags i18n","Taxonomy terms Thesaurus":"Taxonomy terms Thesaurus","Taxonomy terms Thesaurus i18n":"Taxonomy terms Thesaurus i18n","Delete content":"Delete content","Make content sticky":"Make content sticky","Make content unsticky":"Make content unsticky","Promote content to front page":"Promote content to front page","Publish content":"Publish content","Save content":"Save content","Remove content from front page":"Remove content from front page","Unpublish content":"Unpublish content","Delete redirect":"Delete redirect","Created":"Created","Status code":"Status code","300 Multiple Choices":"300 Multiple Choices","301 Moved Permanently":"301 Moved Permanently","302 Found":"302 Found","303 See Other":"303 See Other","304 Not Modified":"304 Not Modified","305 Use Proxy":"305 Use Proxy","307 Temporary Redirect":"307 Temporary Redirect","Original language":"Original language","There is no redirect yet.":"There is no redirect yet.","Block the selected user(s)":"Block the selected user(s)","Cancel the selected user account(s)":"Cancel the selected user account(s)","Unblock the selected user(s)":"Unblock the selected user(s)","Video Embed Wysiwyg: Thumbnail Preview":"Video Embed Wysiwyg: Thumbnail Preview","‹‹":"‹‹","››":"››","Content type":"Content type","Lock Date/Time":"Lock Date/Time","Lock owner":"Lock owner","There is no content currently locked.":"There is no content currently locked.","Icon":"Icon","WID":"WID","Severity":"Severity","Message":"Message","{{ message }}":"{{ message }}","User":"User","No log messages available.":"No log messages available.","Fid":"Fid","MIME type":"MIME type","Size":"Size","Temporary":"Temporary","Permanent":"Permanent","Upload date":"Upload date","Changed date":"Changed date","Used in":"Used in","1 place\\u0003@count places":"1 place\\u0003@count places","Filename":"Filename","No files available.":"No files available.","Files overview":"Files overview","File usage":"File usage","Entity":"Entity","Entity type":"Entity type","Registering module":"Registering module","Use count":"Use count","1\\u0003@count":"1\\u0003@count","File usage information for {{ arguments.fid }}":"File usage information for {{ arguments.fid }}","{{ arguments.created_year_month }}":"{{ arguments.created_year_month }}","Block":"Block","More":"More","Feed":"Feed","Last update":"Last update","Attachment":"Attachment","{{ arguments.tid }}":"{{ arguments.tid }}","Translation status":"Translation status","<span class=\\"status\\">{{ translation_status }}</span>\\n{% if translation_outdated %} <span class=\\"marker\\">{{ \'outdated\'|t }}</span>{% endif %}":"<span class=\\"status\\">{{ translation_status }}</span>\\n{% if translation_outdated %} <span class=\\"marker\\">{{ \'outdated\'|t }}</span>{% endif %}","Translation operations":"Translation operations","Source language":"Source language","Translation outdated":"Translation outdated","Target language":"Target language","Outdated":"Outdated","Content Translation jobs":"Content Translation jobs","A list of new users":"A list of new users","A user is considered online for this long after they have last viewed a page.":"A user is considered online for this long after they have last viewed a page.","Who\'s online":"Who\'s online","There are currently @total users online.":"There are currently @total users online.","There are currently 0 users online.":"There are currently 0 users online.","A list of users that are currently logged in.":"A list of users that are currently logged in.","Transition ID":"Transition ID","Timestamp":"Timestamp","Field name":"Field name","From state":"From state","To state":"To state","User ID":"User ID","Log message":"Log message","Workflow history":"Workflow history","Workflow history tab":"Workflow history tab","Replaces the transition list in the Workflow tab.":"Replaces the transition list in the Workflow tab.","Update URL alias":"Update URL alias","!modules modules are available in the modified list.":"!modules modules are available in the modified list.","Hide":"Hide","Show":"Show","Re-order rows by numerical weight instead of dragging.":"Re-order rows by numerical weight instead of dragging.","Show row weights":"Show row weights","Hide row weights":"Hide row weights","Drag to re-order":"Drag to re-order","You have unsaved changes.":"You have unsaved changes.","List additional actions":"List additional actions","Select all rows in this table":"Select all rows in this table","Deselect all rows in this table":"Deselect all rows in this table","Select only items on this page":"Select only items on this page","(active tab)":"(active tab)","Value":"Value","Remove":"Remove","None":"None","Country":"Country","Required":"Required","Field":"Field","Default":"Default","Address":"Address","Override":"Override","Optional":"Optional","Plain":"Plain","Postal code":"Postal code","Hidden":"Hidden","Site default":"Site default","Locality":"Locality","Default value":"Default value","Language code":"Language code","Family name":"Family name","Organization":"Organization","Country code":"Country code","Zone":"Zone","Field types":"Field types","Default country":"Default country","The postal code.":"The postal code.","Dependent locality":"Dependent locality","Administrative area":"Administrative area","Given name":"Given name","Available countries":"Available countries","If no countries are selected, all countries will be available.":"If no countries are selected, all countries will be available.","@name field is required.":"@name field is required.","Shown":"Shown","The given name.":"The given name.","- Site default -":"- Site default -","Address requires the commerceguys/addressing library.":"Address requires the commerceguys/addressing library.","Provides functionality for handling postal addresses.":"Provides functionality for handling postal addresses.","Included postal codes":"Included postal codes","Excluded postal codes":"Excluded postal codes","Sorting code":"Sorting code","First line of the address block":"First line of the address block","Second line of the address block":"Second line of the address block","Address field settings":"Address field settings","Used fields":"Used fields","Language override":"Language override","The language code.":"The language code.","The two-letter country code.":"The two-letter country code.","The top-level administrative subdivision of the country.":"The top-level administrative subdivision of the country.","The locality (i.e. city).":"The locality (i.e. city).","The dependent locality (i.e. neighbourhood).":"The dependent locality (i.e. neighbourhood).","The sorting code.":"The sorting code.","The first line of the address block.":"The first line of the address block.","The second line of the address block.":"The second line of the address block.","The organization":"The organization","Ensures entered addresses are always formatted in the same language.":"Ensures entered addresses are always formatted in the same language.","- No override -":"- No override -","An entity field containing a postal address":"An entity field containing a postal address","@name field must be blank.":"@name field must be blank.","@name field is not in the right format.":"@name field is not in the right format.","The country %value is not valid.":"The country %value is not valid.","The country %value is not available.":"The country %value is not available.","A regular expression (\\"/(35|38)[0-9]{3}/\\") or comma-separated list, including ranges (\\"98, 100:200\\")":"A regular expression (\\"/(35|38)[0-9]{3}/\\") or comma-separated list, including ranges (\\"98, 100:200\\")","Default country: @country":"Default country: @country","Updated the names and subdivisions of each address.":"Updated the names and subdivisions of each address.","Additional name":"Additional name","The additional name.":"The additional name.","The family name.":"The family name.","Delete":"Delete","Development":"Development","Administration":"Administration","Edit":"Edit","Types":"Types","Settings":"Settings","Import":"Import","Export":"Export","Update":"Update","Views":"Views","Menu":"Menu","Logout":"Logout","Add menu":"Add menu","Permissions":"Permissions","Plugin":"Plugin","Add vocabulary":"Add vocabulary","Manage fields":"Manage fields","Index":"Index","Render cache":"Render cache","Reinstall modules":"Reinstall modules","Session viewer":"Session viewer","Devel":"Devel","About":"About","Add a new user":"Add a new user","Rebuild menu":"Rebuild menu","Run cron":"Run cron","Run updates":"Run updates","Uses":"Uses","Execute PHP Code":"Execute PHP Code","Theme registry":"Theme registry","Devel settings":"Devel settings","Add link":"Add link","Add content type":"Add content type","Cron ran successfully.":"Cron ran successfully.","Flush all caches":"Flush all caches","Manage display":"Manage display","Detection and selection":"Detection and selection","Add custom block":"Add custom block","Add media":"Add media","Edit permissions":"Edit permissions","Install new module":"Install new module","Install new theme":"Install new theme","Add new view":"Add new view","Add new view mode":"Add new view mode","Manage form display":"Manage form display","Twig":"Twig","Used in views":"Used in views","All caches cleared.":"All caches cleared.","Add a new role":"Add a new role","Custom block library":"Custom block library","Add new form mode":"Add new form mode","Add contact form":"Add contact form","Admin Toolbar":"Admin Toolbar","Static caches":"Static caches","Flush Css and Javascript":"Flush Css and Javascript","CSS and JavaScript cache cleared.":"CSS and JavaScript cache cleared.","Admin Toolbar Extra Tools":"Admin Toolbar Extra Tools","Config editor":"Config editor","State editor":"State editor","Entity Info":"Entity Info","Uninstall module":"Uninstall module","Form API field types":"Form API field types","Webprofiler settings":"Webprofiler settings","Adds menu links to the Admin Toolbar.":"Adds menu links to the Admin Toolbar.","Flush CSS and Javascript":"Flush CSS and Javascript","Flush plugins cache":"Flush plugins cache","Flush static cache":"Flush static cache","Flush routing and links cache":"Flush routing and links cache","Flush render cache":"Flush render cache","Plugins cache cleared.":"Plugins cache cleared.","Static cache cleared.":"Static cache cleared.","Routing and links cache cleared.":"Routing and links cache cleared.","Render cache cleared.":"Render cache cleared.","Web Profiler settings":"Web Profiler settings","Format":"Format","Unknown":"Unknown","Drupal":"Drupal","Fields":"Fields","Allowed HTML tags":"Allowed HTML tags","...":"...","If checked, a \\"...\\" will be added if a field was trimmed.":"If checked, a \\"...\\" will be added if a field was trimmed.","Limit allowed HTML tags":"Limit allowed HTML tags","Trim length":"Trim length","jPlayer":"jPlayer","Responsive":"Responsive","User interface":"User interface","Contains":"Contains","Starts with":"Starts with","%name must be an integer.":"%name must be an integer.","%name must be a positive integer.":"%name must be a positive integer.","Enable":"Enable","Enabled":"Enabled","Timeout value in seconds":"Timeout value in seconds","Enable logging of automatically logged out users":"Enable logging of automatically logged out users","User Settings":"User Settings","Redirect URL at logout":"Redirect URL at logout","Enable watchdog Automated Logout logging":"Enable watchdog Automated Logout logging","Automated Logout":"Automated Logout","Change the display of the dynamic timer. Available replacement values are: %day%, %month%, %year%, %dow%, %moy%, %years%, %ydays%, %days%, %hours%, %mins%, and %secs%.":"Change the display of the dynamic timer. Available replacement values are: %day%, %month%, %year%, %dow%, %moy%, %years%, %ydays%, %days%, %hours%, %mins%, and %secs%.","Session automatically closed for %name by autologout.":"Session automatically closed for %name by autologout.","Message to display":"Message to display","Login":"Login","Back":"Back","Reset password":"Reset password","Register a new account":"Register a new account","Forgot your password?":"Forgot your password?","Advanced options":"Advanced options","Links":"Links","Horizontal":"Horizontal","Vertical":"Vertical","Select None":"Select None","Orientation":"Orientation","More options":"More options","Single on/off checkbox":"Single on/off checkbox","Step":"Step","Select All":"Select All","Hide submit button":"Hide submit button","Sort options":"Sort options","- Any -":"- Any -","Animate":"Animate","Display exposed filter as":"Display exposed filter as","Checkboxes/Radio Buttons":"Checkboxes/Radio Buttons","Input required":"Input required","Autosubmit":"Autosubmit","Automatically submit the form once an element is changed.":"Automatically submit the form once an element is changed.","Hide submit button if javascript is enabled.":"Hide submit button if javascript is enabled.","Other":"Other","CSS class(es)":"CSS class(es)","Block Class":"Block Class","Usage":"Usage","Customize the styling of this block by adding CSS classes. Separate multiple classes by spaces.":"Customize the styling of this block by adding CSS classes. Separate multiple classes by spaces.","Prefix":"Prefix","Suffix":"Suffix","default":"default","hours":"hours","days":"days","Computed":"Computed","Computed Field":"Computed Field","Maximum length":"Maximum length","Cache":"Cache","second":"second","seconds":"seconds","minute":"minute","minutes":"minutes","day":"day","hour":"hour","Unformatted":"Unformatted","PHP Code":"PHP Code","Float":"Float","Precision":"Precision","The total number of digits to store in the database, including those to the right of the decimal.":"The total number of digits to store in the database, including those to the right of the decimal.","The number of digits to the right of the decimal.":"The number of digits to the right of the decimal.","off":"off","Decimal value":"Decimal value","The maximum length of the field in characters.":"The maximum length of the field in characters.","Define a string that should be prefixed to the value, like \'$ \' or \'&euro; \'. Leave blank for none. Separate singular and plural values with a pipe (\'pound|pounds\').":"Define a string that should be prefixed to the value, like \'$ \' or \'&euro; \'. Leave blank for none. Separate singular and plural values with a pipe (\'pound|pounds\').","Define a string that should be suffixed to the value, like \' m\', \' kb/s\'. Leave blank for none. Separate singular and plural values with a pipe (\'pound|pounds\').":"Define a string that should be suffixed to the value, like \' m\', \' kb/s\'. Leave blank for none. Separate singular and plural values with a pipe (\'pound|pounds\').","Integer value":"Integer value","Config":"Config","Ignore":"Ignore","Description":"Description","Disable":"Disable","Weight":"Weight","Label":"Label","Modules":"Modules","ID":"ID","Folder":"Folder","Are you sure you want to delete %name?":"Are you sure you want to delete %name?","Themes":"Themes","Machine name":"Machine name","Additional configuration":"Additional configuration","content @type: deleted @label.":"content @type: deleted @label.","Disabled":"Disabled","Custom":"Custom","General":"General","Verbose":"Verbose","Configuration":"Configuration","disable":"disable","Break lock":"Break lock","Unlock":"Unlock","Lock Timeouts":"Lock Timeouts","Is Locked":"Is Locked","Whether the node is currently locked":"Whether the node is currently locked","Entity types":"Entity types","Group":"Group","Category":"Category","Save":"Save","Region":"Region","Theme":"Theme","Add block":"Add block","Add condition":"Add condition","Conditions":"Conditions","Condition":"Condition","Configure block":"Configure block","Blocks":"Blocks","Delete block":"Delete block","Context":"Context","Add context":"Add context","Regions":"Regions","Associate menus, views, blocks, etc. with different contexts to structure your site.":"Associate menus, views, blocks, etc. with different contexts to structure your site.","Context UI":"Context UI","Provides a simple UI for settings up a site structure using Context.":"Provides a simple UI for settings up a site structure using Context.","Save and continue":"Save and continue","Section class":"Section class","No blocks in this region":"No blocks in this region","Reactions":"Reactions","Unique":"Unique","Delete context":"Delete context","Require all conditions":"Require all conditions","If checked, all conditions must be met for this context to be active. Otherwise, the first condition that is met will activate this context.":"If checked, all conditions must be met for this context to be active. Otherwise, the first condition that is met will activate this context.","Weight for @block block":"Weight for @block block","Region for @block block":"Region for @block block","Place block":"Place block","Select the region where this block should be displayed.":"Select the region where this block should be displayed.","Filter by block name":"Filter by block name","Enter a part of the block name to filter by.":"Enter a part of the block name to filter by.","Page with blocks":"Page with blocks","No blocks available.":"No blocks available.","Previous":"Previous","Next":"Next","Cancel":"Cancel","This action cannot be undone.":"This action cannot be undone.","Summary":"Summary","Options":"Options","Data type":"Data type","Inline":"Inline","Data Type":"Data Type","Order":"Order","Relationship":"Relationship","Information":"Information","Above":"Above","Pager":"Pager","Add required context":"Add required context","Finish":"Finish","Formatter":"Formatter","Add Relationship":"Add Relationship","@description":"@description","Chaos tool suite":"Chaos tool suite","Sort descending":"Sort descending","Sort ascending":"Sort ascending","Chaos tools":"Chaos tools","Allow settings":"Allow settings","Pager offset":"Pager offset","Field formatter":"Field formatter","Pager type":"Pager type","Display all items":"Display all items","Display a specified number of items":"Display a specified number of items","Machine Name":"Machine Name","UUID":"UUID","View mode":"View mode","Weight for @title":"Weight for @title","Third party settings":"Third party settings","@entity":"@entity","For example, set this to 3 and the first 3 items will not be displayed.":"For example, set this to 3 and the first 3 items will not be displayed.","Context assignments":"Context assignments","Format type machine name":"Format type machine name","Visually Hidden":"Visually Hidden","Date/Time":"Date/Time","A user-defined date format. See the <a href=\\"@url\\">PHP manual</a> for available options.":"A user-defined date format. See the <a href=\\"@url\\">PHP manual</a> for available options.","Forms":"Forms","Home":"Home","user":"user","Pages":"Pages","Save configuration":"Save configuration","delete":"delete","Create a new user account.":"Create a new user account.","Markup":"Markup","Approve":"Approve","Submit":"Submit","Moderated content":"Moderated content","Attribute":"Attribute","Email address":"Email address","Groups":"Groups","Replies":"Replies","Closed":"Closed","yes":"yes","Send email":"Send email","Actions":"Actions","disabled":"disabled","Confirm":"Confirm","Last comment":"Last comment","Explanation or submission guidelines":"Explanation or submission guidelines","Email settings":"Email settings","footer":"footer","Comments":"Comments","not verified":"not verified","Action":"Action","Last updated":"Last updated","For":"For","new":"new","Tags":"Tags","Block title":"Block title","The title of the block as shown to the user.":"The title of the block as shown to the user.","Taxonomy":"Taxonomy","Logging":"Logging","Content types":"Content types","Homepage":"Homepage","Home page":"Home page","Download":"Download","Version":"Version","view":"view","unpublished":"unpublished","updated":"updated","Overview":"Overview","File information":"File information","File":"File","Tag":"Tag","File path":"File path","Release notes":"Release notes","Search":"Search","Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Display settings":"Display settings","taxonomy terms":"taxonomy terms","Test":"Test","Number":"Number","Account Name":"Account Name","Password":"Password","Block settings":"Block settings","- None -":"- None -","The configuration options have been saved.":"The configuration options have been saved.","Link":"Link","Image":"Image","Center":"Center","Help text":"Help text","Hierarchy":"Hierarchy","Multiple":"Multiple","root":"root","Parent":"Parent","Pages at a given level are ordered first by weight and then by title.":"Pages at a given level are ordered first by weight and then by title.","Depth":"Depth","none":"none","Add container":"Add container","edit container":"edit container","edit":"edit","Go to parent page":"Go to parent page","Book":"Book","Description field":"Description field","settings":"settings","Node ID":"Node ID","Outline":"Outline","header":"header","Preview":"Preview","Session opened for %name.":"Session opened for %name.","Image settings":"Image settings","True":"True","False":"False","Preset Name":"Preset Name","Blank":"Blank","Sunday":"Sunday","Monday":"Monday","Tuesday":"Tuesday","Wednesday":"Wednesday","Email":"Email","Thursday":"Thursday","Email Registration":"Email Registration","Friday":"Friday","Conflict":"Conflict","Saturday":"Saturday","Email Registration / LoginToboggan Conflict":"Email Registration / LoginToboggan Conflict","Core":"Core","Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.":"Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.","High":"High","Too many failed login attempts for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.":"Too many failed login attempts for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.","Low":"Low","Album":"Album","Artist":"Artist","Add new":"Add new","Time":"Time","Access":"Access","Add":"Add","View":"View","Length":"Length","Audio":"Audio","History":"History","hidden":"hidden","URL":"URL","Path":"Path","File extensions":"File extensions","Vocabularies":"Vocabularies","Form ID":"Form ID","Clear index":"Clear index","General discussion":"General discussion","edit forum":"edit forum","Forum name":"Forum name","forum":"forum","Manage":"Manage","Refresh":"Refresh","link":"link","Anchor":"Anchor","File directory":"File directory","Embed":"Embed","Upload destination":"Upload destination","Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes.":"Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes.","Allowed extensions":"Allowed extensions","Media type":"Media type","Media":"Media","External Links":"External Links","Add icon to external links":"Add icon to external links","Add icon to mailto links":"Add icon to mailto links","Consider subdomains internal":"Consider subdomains internal","Open external links in a new window":"Open external links in a new window","Text to display in the pop-up external link warning box.":"Text to display in the pop-up external link warning box.","Matches example.com.":"Matches example.com.","Multiple patterns can be strung together by using a pipe. Matches example.com OR example.net.":"Multiple patterns can be strung together by using a pipe. Matches example.com OR example.net.","Matches links that go through the <a href=\\"http://drupal.org/project/links\\">Links module</a> redirect.":"Matches links that go through the <a href=\\"http://drupal.org/project/links\\">Links module</a> redirect.","Matches any character.":"Matches any character.","The previous character or set is optional.":"The previous character or set is optional.","Matches any digit (0-9).":"Matches any digit (0-9).","Brackets may be used to match a custom set of characters. This matches any alphabetic letter.":"Brackets may be used to match a custom set of characters. This matches any alphabetic letter.","External links uses patterns (regular expressions) to match the \\"href\\" property of links.":"External links uses patterns (regular expressions) to match the \\"href\\" property of links.","Here are some common patterns.":"Here are some common patterns.","Common special characters:":"Common special characters:","Exclude links matching the pattern":"Exclude links matching the pattern","Enter a regular expression for links that you wish to exclude from being considered external.":"Enter a regular expression for links that you wish to exclude from being considered external.","Include links matching the pattern":"Include links matching the pattern","Enter a regular expression for internal links that you wish to be considered external.":"Enter a regular expression for internal links that you wish to be considered external.","Place an icon next to mailto links.":"Place an icon next to mailto links.","Place an icon next to image links.":"Place an icon next to image links.","Open external links in a new window.":"Open external links in a new window.","Details":"Details","Group name":"Group name","Attributes":"Attributes","Clone":"Clone","Tab":"Tab","Default state":"Default state","Add group":"Add group","Collapsible":"Collapsible","Slow":"Slow","Fast":"Fast","Migrate":"Migrate","Tabs":"Tabs","Identifier":"Identifier","Data":"Data","Element":"Element","Effect":"Effect","Speed":"Speed","Add a new group":"Add a new group","Direction":"Direction","Create group":"Create group","Bundle":"Bundle","Accordion":"Accordion","Fieldset":"Fieldset","Field group label":"Field group label","Bounce slide":"Bounce slide","Label element":"Label element","HTML element":"HTML element","Field group format:":"Field group format:","The css class must include only letters, numbers, underscores and dashes.":"The css class must include only letters, numbers, underscores and dashes.","Are you sure you want to delete the group %group?":"Are you sure you want to delete the group %group?","The group %group has been deleted from the %type content type.":"The group %group has been deleted from the %type content type.","This fieldgroup renders child groups as jQuery accordion.":"This fieldgroup renders child groups as jQuery accordion.","This fieldgroup renders the content in a div, part of accordion group.":"This fieldgroup renders the content in a div, part of accordion group.","Extra CSS classes":"Extra CSS classes","Blind":"Blind","Horizontal Tabs":"Horizontal Tabs","Fieldgroups":"Fieldgroups","<p class=\\"fieldgroup-help\\">Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.<br />Note that some formats come in pair. These types have a html wrapper to nest its fieldgroup children. E.g. Place accordion items into the accordion, vertical tabs in vertical tab group and horizontal tabs in the horizontal tab group. There is one exception to this rule, you can use a vertical tab without a wrapper when the additional settings tabs are available. E.g. node forms.</p>":"<p class=\\"fieldgroup-help\\">Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.<br />Note that some formats come in pair. These types have a html wrapper to nest its fieldgroup children. E.g. Place accordion items into the accordion, vertical tabs in vertical tab group and horizontal tabs in the horizontal tab group. There is one exception to this rule, you can use a vertical tab without a wrapper when the additional settings tabs are available. E.g. node forms.</p>","New group %label successfully created.":"New group %label successfully created.","Fieldgroup @group is not cloned since a group already exists with the same name.":"Fieldgroup @group is not cloned since a group already exists with the same name.","Fieldgroup @group cloned successfully.":"Fieldgroup @group cloned successfully.","Show label":"Show label","A unique machine-readable name containing letters, numbers, and underscores.":"A unique machine-readable name containing letters, numbers, and underscores.","E.g. name=\\"anchor\\"":"E.g. name=\\"anchor\\"","Honeypot":"Honeypot","Expiration":"Expiration","Spam control":"Spam control","@name comment form":"@name comment form","Honeypot Configuration":"Honeypot Configuration","Protect all forms with Honeypot":"Protect all forms with Honeypot","Honeypot element name":"Honeypot element name","Honeypot Enabled Forms":"Honeypot Enabled Forms","There was a problem with your form submission. Please refresh the page and try again.":"There was a problem with your form submission. Please refresh the page and try again.","Honeypot configuration":"Honeypot configuration","Administer Honeypot":"Administer Honeypot","Bypass Honeypot protection":"Bypass Honeypot protection","Bypass Honeypot form protection.":"Bypass Honeypot form protection.","There was a problem with your form submission. Please wait @limit seconds and try again.":"There was a problem with your form submission. Please wait @limit seconds and try again.","Enable Honeypot protection for ALL forms on this site (it is best to only enable Honeypot for the forms you need below).":"Enable Honeypot protection for ALL forms on this site (it is best to only enable Honeypot for the forms you need below).","<strong>Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.</strong>":"<strong>Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.</strong>","N/A":"N/A","Sort order":"Sort order","node":"node","Duplicate":"Duplicate","nodes":"nodes","Autocomplete matching":"Autocomplete matching","Form mode":"Form mode","Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of nodes.":"Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of nodes.","Add new @type_singular":"Add new @type_singular","Add existing @type_singular":"Add existing @type_singular","Add @type_singular":"Add @type_singular","Update @type_singular":"Update @type_singular","Create @type_singular":"Create @type_singular","E-mail":"E-mail","Scheme":"Scheme","Widget type":"Widget type","Id":"Id","System":"System","Class":"Class","Save changes":"Save changes","Update profile":"Update profile","Profile":"Profile","Front page":"Front page","Available tokens":"Available tokens","Open in new window":"Open in new window","Edit profile":"Edit profile","Attribute settings":"Attribute settings","Target":"Target","Profile Name":"Profile Name","Add profile":"Add profile","Delete profile":"Delete profile","Add attribute":"Add attribute","Manage attributes":"Manage attributes","Edit Link":"Edit Link","Edit link":"Edit link","No results":"No results","Restrict to the selected roles":"Restrict to the selected roles","Image file settings":"Image file settings","Include unpublished nodes":"Include unpublished nodes","Saved %label configuration.":"Saved %label configuration.","Linkit":"Linkit","Linkit profile":"Linkit profile","Linkit profiles":"Linkit profiles","Show pixel dimensions":"Show pixel dimensions","Group by bundle":"Group by bundle","Manage Linkit profiles.":"Manage Linkit profiles.","E-mail @email":"E-mail @email","Add matcher":"Add matcher","Manage matchers":"Manage matchers","Administer linkit profiles":"Administer linkit profiles","Matcher settings":"Matcher settings","Opens your mail client ready to e-mail @email":"Opens your mail client ready to e-mail @email","Edit %label profile":"Edit %label profile","Edit %label matcher":"Edit %label matcher","Matchers":"Matchers","No matchers available.":"No matchers available.","No matcher selected.":"No matcher selected.","Added %label matcher.":"Added %label matcher.","Added %label matcher to the @profile profile.":"Added %label matcher to the @profile profile.","Are you sure you want to delete the @plugin matcher from the %profile profile?":"Are you sure you want to delete the @plugin matcher from the %profile profile?","The matcher %label has been deleted.":"The matcher %label has been deleted.","The matcher %label has been deleted in the @profile profile.":"The matcher %label has been deleted in the @profile profile.","The matcher %label has been updated in the @profile profile.":"The matcher %label has been updated in the @profile profile.","No matchers added.":"No matchers added.","Save and manage matchers":"Save and manage matchers","The human-readable name of this profile. This name must be unique.":"The human-readable name of this profile. This name must be unique.","The text will be displayed on the <em>profile collection</em> page.":"The text will be displayed on the <em>profile collection</em> page.","Created new profile %label.":"Created new profile %label.","Updated profile %label.":"Updated profile %label.","Bundle filter: @bundle_filter":"Bundle filter: @bundle_filter","Group by bundle: @bundle_grouping":"Group by bundle: @bundle_grouping","Show image dimensions: @show_image_dimensions":"Show image dimensions: @show_image_dimensions","Show image thumbnail: @show_image_thumbnail":"Show image thumbnail: @show_image_thumbnail","Thumbnail style: @thumbnail_style":"Thumbnail style: @thumbnail_style","Include unpublished: @include_unpublished":"Include unpublished: @include_unpublished","Role filter: @role_filter":"Role filter: @role_filter","Include blocked users: @include_blocked":"Include blocked users: @include_blocked","Include blocked user":"Include blocked user","Link attributes":"Link attributes","Placeholder for URL":"Placeholder for URL","Placeholder for link text":"Placeholder for link text","Mail":"Mail","Default settings":"Default settings","Module":"Module","Sender":"Sender","Current":"Current","Key":"Key","Domain Theme":"Domain Theme","- Select -":"- Select -","Variable":"Variable","General settings":"General settings","Advanced settings":"Advanced settings","Statistics":"Statistics","Visibility":"Visibility","Message type":"Message type","Downloads":"Downloads","Users":"Users","Messages":"Messages","Scope":"Scope","Privacy":"Privacy","Not configured":"Not configured","Domains":"Domains","@module (<span class=\\"admin-enabled\\">enabled</span>)":"@module (<span class=\\"admin-enabled\\">enabled</span>)","Error message":"Error message","Add tracking to specific pages":"Add tracking to specific pages","Warning message":"Warning message","Add tracking for specific roles":"Add tracking for specific roles","Track translation sets as one unit":"Track translation sets as one unit","When a node is part of a translation set, record statistics for the originating node instead. This allows for a translation set to be treated as a single unit.":"When a node is part of a translation set, record statistics for the originating node instead. This allows for a translation set to be treated as a single unit.","Track internal search":"Track internal search","Custom JavaScript code":"Custom JavaScript code","Code snippet (before)":"Code snippet (before)","Code snippet (after)":"Code snippet (after)","Do not include the &lt;script&gt; tags in the javascript code snippets.":"Do not include the &lt;script&gt; tags in the javascript code snippets.","Users are tracked by default, but you are able to opt out.":"Users are tracked by default, but you are able to opt out.","Enable user tracking":"Enable user tracking","Users are <em>not</em> tracked by default, but you are able to opt in.":"Users are <em>not</em> tracked by default, but you are able to opt in.","Slot":"Slot","Not restricted":"Not restricted","Status message":"Status message","Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.":"Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.","Pages on which this PHP code returns <code>TRUE</code> (experts only)":"Pages on which this PHP code returns <code>TRUE</code> (experts only)","Pages or PHP code":"Pages or PHP code","If the PHP option is chosen, enter PHP code between %php. Note that executing incorrect PHP code can break your Drupal site.":"If the PHP option is chosen, enter PHP code between %php. Note that executing incorrect PHP code can break your Drupal site.","Not customizable":"Not customizable","Restricted to certain pages":"Restricted to certain pages","Colorbox":"Colorbox","This field has been disabled because you do not have sufficient permissions to edit it.":"This field has been disabled because you do not have sufficient permissions to edit it.","Site search":"Site search","Locally cache tracking code file":"Locally cache tracking code file","Custom variables":"Custom variables","Slot number":"Slot number","The custom variable name.":"The custom variable name.","The custom variable value.":"The custom variable value.","The scope for the custom variable.":"The scope for the custom variable.","The custom variable @slot-number requires a <em>Value</em> if a <em>Name</em> has been provided.":"The custom variable @slot-number requires a <em>Value</em> if a <em>Name</em> has been provided.","The custom variable @slot-number requires a <em>Name</em> if a <em>Value</em> has been provided.":"The custom variable @slot-number requires a <em>Name</em> if a <em>Value</em> has been provided.","The %element-title is using the following forbidden tokens with personal identifying information: @invalid-tokens.":"The %element-title is using the following forbidden tokens with personal identifying information: @invalid-tokens.","The role names the user account is a member of as comma separated list.":"The role names the user account is a member of as comma separated list.","The role ids the user account is a member of as comma separated list.":"The role ids the user account is a member of as comma separated list.","Locally cached tracking code file has been updated.":"Locally cached tracking code file has been updated.","Locally cached tracking code file has been saved.":"Locally cached tracking code file has been saved.","Local cache has been purged.":"Local cache has been purged.","Tracking scope":"Tracking scope","Allow users to customize tracking on their account page":"Allow users to customize tracking on their account page","No customization allowed":"No customization allowed","Tracking on by default, users with %permission permission can opt out":"Tracking on by default, users with %permission permission can opt out","Tracking off by default, users with %permission permission can opt in":"Tracking off by default, users with %permission permission can opt in","Every page except the listed pages":"Every page except the listed pages","The listed pages only":"The listed pages only","Links and downloads":"Links and downloads","Track clicks on mailto links":"Track clicks on mailto links","List of download file extensions":"List of download file extensions","Custom variable slot #@slot":"Custom variable slot #@slot","Custom variable name #@slot":"Custom variable name #@slot","Custom variable value #@slot":"Custom variable value #@slot","User role names":"User role names","User role ids":"User role ids","Opt-in or out of tracking":"Opt-in or out of tracking","Allow users to decide if tracking code will be added to pages or not.":"Allow users to decide if tracking code will be added to pages or not.","Use PHP for tracking visibility":"Use PHP for tracking visibility","On by default with opt out":"On by default with opt out","Off by default with opt in":"Off by default with opt in","Not tracked":"Not tracked","What are you tracking?":"What are you tracking?","A single domain (default)":"A single domain (default)","Domain: @domain":"Domain: @domain","One domain with multiple subdomains":"One domain with multiple subdomains","Examples: @domains":"Examples: @domains","Add to the selected roles only":"Add to the selected roles only","Add to every role except the selected ones":"Add to every role except the selected ones","If none of the roles are selected, all users will be tracked. If a user has any of the roles checked, that user will be tracked (or excluded, depending on the setting above).":"If none of the roles are selected, all users will be tracked. If a user has any of the roles checked, that user will be tracked (or excluded, depending on the setting above).","All pages with exceptions":"All pages with exceptions","Excepted: @roles":"Excepted: @roles","A single domain":"A single domain","Universal web tracking opt-out":"Universal web tracking opt-out","No privacy":"No privacy","@items enabled":"@items enabled","You have opted out from tracking via browser privacy settings.":"You have opted out from tracking via browser privacy settings.","Outbound links":"Outbound links","Enter PHP code in the field for tracking visibility settings.":"Enter PHP code in the field for tracking visibility settings.","Mailto links":"Mailto links","Track messages of type":"Track messages of type","Track User ID":"Track User ID","Path \\"@page\\" not prefixed with slash.":"Path \\"@page\\" not prefixed with slash.","Requires: @module-list":"Requires: @module-list","File extension list":"File extension list","Custom variable":"Custom variable","Custom code snippets":"Custom code snippets","@module (<span class=\\"admin-missing\\">disabled</span>)":"@module (<span class=\\"admin-missing\\">disabled</span>)","Add JavaScript snippets":"Add JavaScript snippets","Maxlength":"Maxlength","Count down message":"Count down message","Max length":"Max length","Maxlength creates a new Form Property: #maxlength_js which in conjunction with #maxlength will enforce, via JavaScript, the maxlength of a textfield or textarea and will show the number of characters left.":"Maxlength creates a new Form Property: #maxlength_js which in conjunction with #maxlength will enforce, via JavaScript, the maxlength of a textfield or textarea and will show the number of characters left.","Limit the number of characters in textfields and textareas and shows the amount of characters left.":"Limit the number of characters in textfields and textareas and shows the amount of characters left.","Content limited to @limit characters, remaining: <strong>@remaining</strong>":"Content limited to @limit characters, remaining: <strong>@remaining</strong>","List links":"List links","Menu Admin per Menu":"Menu Admin per Menu","Menu Block":"Menu Block","Menus":"Menus","Menu block":"Menu block","Starting level":"Starting level","Fixed parent item":"Fixed parent item","Maximum number of levels":"Maximum number of levels","Quantity":"Quantity","Display":"Display","Display mode":"Display mode","n/a":"n/a","Configure":"Configure","Create":"Create","Separator":"Separator","Width":"Width","Basic":"Basic","Last":"Last","center":"center","left":"left","right":"right","First":"First","Style":"Style","Standard":"Standard","Slider":"Slider","Preset":"Preset","Pane style":"Pane style","Text strings":"Text strings","Main options":"Main options","Mini":"Mini","Pagination":"Pagination","Record":"Record","Style configuration":"Style configuration","Separators":"Separators","Current page title":"Current page title","URL alias":"URL alias","Display alias changes (except during bulk updates).":"Display alias changes (except during bulk updates).","Replace by separator":"Replace by separator","Maximum alias length":"Maximum alias length","Maximum component length":"Maximum component length","Update action":"Update action","Strings to Remove":"Strings to Remove","Pathauto":"Pathauto","Provides a mechanism for modules to automatically generate aliases for the content they manage.":"Provides a mechanism for modules to automatically generate aliases for the content they manage.","Forum":"Forum","Pattern":"Pattern","Languages":"Languages","Period":"Period","Asterisk":"Asterisk","The automatically generated alias %original_alias conflicted with an existing alias. Alias changed to %alias.":"The automatically generated alias %original_alias conflicted with an existing alias. Alias changed to %alias.","Delete aliases":"Delete aliases","Automatic alias":"Automatic alias","Character used to separate words in titles. This will replace any spaces and punctuation characters. Using a space or + character can cause unexpected results.":"Character used to separate words in titles. This will replace any spaces and punctuation characters. Using a space or + character can cause unexpected results.","Character case":"Character case","Do nothing. Leave the old alias intact.":"Do nothing. Leave the old alias intact.","Create a new alias. Leave the existing alias functioning.":"Create a new alias. Leave the existing alias functioning.","Create a new alias. Delete the old alias.":"Create a new alias. Delete the old alias.","Transliterate prior to creating alias":"Transliterate prior to creating alias","Filters the new alias to only letters and numbers found in the ASCII-96 set.":"Filters the new alias to only letters and numbers found in the ASCII-96 set.","No action (do not replace)":"No action (do not replace)","Delete all aliases. Number of aliases which will be deleted: %count.":"Delete all aliases. Number of aliases which will be deleted: %count.","Delete aliases for all @label. Number of aliases which will be deleted: %count.":"Delete aliases for all @label. Number of aliases which will be deleted: %count.","Delete aliases now!":"Delete aliases now!","All of your path aliases have been deleted.":"All of your path aliases have been deleted.","Patterns":"Patterns","Colon":"Colon","Context definitions":"Context definitions","Comma":"Comma","Semicolon":"Semicolon","Slash":"Slash","Alias: @alias":"Alias: @alias","No alias":"No alias","Punctuation":"Punctuation","Broken":"Broken","Ampersand":"Ampersand","Pathauto Settings":"Pathauto Settings","What should Pathauto do when updating an existing content item which already has an alias?":"What should Pathauto do when updating an existing content item which already has an alias?","Reduce strings to letters and numbers":"Reduce strings to letters and numbers","Words to strip out of the URL alias, separated by commas. Do not use this to remove punctuation.":"Words to strip out of the URL alias, separated by commas. Do not use this to remove punctuation.","Choose aliases to delete":"Choose aliases to delete","All aliases":"All aliases","<strong>Note:</strong> there is no confirmation. Be sure of your action before clicking the \\"Delete aliases now!\\" button.<br />You may want to make a backup of the database and/or the url_alias table prior to using this feature.":"<strong>Note:</strong> there is no confirmation. Be sure of your action before clicking the \\"Delete aliases now!\\" button.<br />You may want to make a backup of the database and/or the url_alias table prior to using this feature.","Ignoring alias %alias because it is the same as the internal path.":"Ignoring alias %alias because it is the same as the internal path.","Created new alias %alias for %source, replacing %old_alias.":"Created new alias %alias for %source, replacing %old_alias.","Created new alias %alias for %source.":"Created new alias %alias for %source.","Administer pathauto":"Administer pathauto","Allows a user to configure patterns for automated aliases and bulk delete URL-aliases.":"Allows a user to configure patterns for automated aliases and bulk delete URL-aliases.","Notify of Path Changes":"Notify of Path Changes","Determines whether or not users are notified.":"Determines whether or not users are notified.","Bulk updating URL aliases":"Bulk updating URL aliases","An error occurred while processing @operation with arguments : @args":"An error occurred while processing @operation with arguments : @args","Generated 1 URL alias.\\u0003Generated @count URL aliases.":"Generated 1 URL alias.\\u0003Generated @count URL aliases.","Underscore":"Underscore","No new URL aliases to generate.":"No new URL aliases to generate.","Double quotation marks":"Double quotation marks","Single quotation marks (apostrophe)":"Single quotation marks (apostrophe)","Back tick":"Back tick","Hyphen":"Hyphen","Vertical bar (pipe)":"Vertical bar (pipe)","Left curly bracket":"Left curly bracket","Left square bracket":"Left square bracket","Right curly bracket":"Right curly bracket","Right square bracket":"Right square bracket","Plus sign":"Plus sign","Equal sign":"Equal sign","Percent sign":"Percent sign","Caret":"Caret","Dollar sign":"Dollar sign","Number sign (pound sign, hash)":"Number sign (pound sign, hash)","At sign":"At sign","Exclamation mark":"Exclamation mark","Tilde":"Tilde","Left parenthesis":"Left parenthesis","Right parenthesis":"Right parenthesis","Question mark":"Question mark","Less-than sign":"Less-than sign","Greater-than sign":"Greater-than sign","Backslash":"Backslash","Generate automatic URL alias":"Generate automatic URL alias","Uncheck this to create a custom alias below.":"Uncheck this to create a custom alias below.","Joined path":"Joined path","The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.":"The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.","Selection criteria":"Selection criteria","Bulk generate":"Bulk generate","Broken/Missing":"Broken/Missing","Selection logic":"Selection logic","Pattern type":"Pattern type","Delete options":"Delete options","All of your %label path aliases have been deleted.":"All of your %label path aliases have been deleted.","See <a href=\\":pathauto-help\\">Pathauto help</a> for details.":"See <a href=\\":pathauto-help\\">Pathauto help</a> for details.","Maximum length of aliases to generate. 100 is the recommended length. @max is the maximum possible length.":"Maximum length of aliases to generate. 100 is the recommended length. @max is the maximum possible length.","Maximum text length of any component in the alias (e.g., [title]). 100 is the recommended length. @max is the maximum possible length.":"Maximum text length of any component in the alias (e.g., [title]). 100 is the recommended length. @max is the maximum possible length.","The <a href=\\":url\\">Redirect module settings</a> affect whether a redirect is created when an alias is deleted.":"The <a href=\\":url\\">Redirect module settings</a> affect whether a redirect is created when an alias is deleted.","Considering installing the <a href=\\":url\\">Redirect module</a> to get redirects when your aliases change.":"Considering installing the <a href=\\":url\\">Redirect module</a> to get redirects when your aliases change.","Uncheck this to create a custom alias below. <a href=\\"@admin_link\\">Configure URL alias patterns.</a>":"Uncheck this to create a custom alias below. <a href=\\"@admin_link\\">Configure URL alias patterns.</a>","Selection condition":"Selection condition","Entity of type @type was not processed. It defines the following patterns: @patterns":"Entity of type @type was not processed. It defines the following patterns: @patterns","Unrecognized entity bundle @entity:@bundle was not processed. It defines the following patterns: @patterns":"Unrecognized entity bundle @entity:@bundle was not processed. It defines the following patterns: @patterns","Add Pathauto pattern":"Add Pathauto pattern","Pathauto pattern config":"Pathauto pattern config","Pathauto state":"Pathauto state","Whether an automated alias should be created or not.":"Whether an automated alias should be created or not.","Pathauto pattern":"Pathauto pattern","Check to which types this pattern should be applied. Leave empty to allow any.":"Check to which types this pattern should be applied. Leave empty to allow any.","Check to which languages this pattern should be applied. Leave empty to allow any.":"Check to which languages this pattern should be applied. Leave empty to allow any.","@label being aliased":"@label being aliased","Updated alias for %label @id.":"Updated alias for %label @id.","Updated 1 %label URL alias.\\u0003Updated @count %label URL aliases.":"Updated 1 %label URL alias.\\u0003Updated @count %label URL aliases.","When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the US-ASCII alphabet?":"When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the US-ASCII alphabet?","This page provides a list of all patterns on the site and allows you to edit and reorder them.":"This page provides a list of all patterns on the site and allows you to edit and reorder them.","The %element-title is using the following invalid characters: @invalid-characters.":"The %element-title is using the following invalid characters: @invalid-characters.","Convert token values to lowercase.":"Convert token values to lowercase.","Are you sure you want to disable the pattern %label?":"Are you sure you want to disable the pattern %label?","Disabled patterns are ignored when generating aliases.":"Disabled patterns are ignored when generating aliases.","Disabled pattern %label.":"Disabled pattern %label.","Are you sure you want to enable the pattern %label?":"Are you sure you want to enable the pattern %label?","Enabled pattern %label.":"Enabled pattern %label.","Update URL alias of an entity":"Update URL alias of an entity","The Pathauto module provides a mechanism to automate the creation of <a href=\\"path\\">path</a> aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the <a href=\\":online\\">online documentation for Pathauto</a>.":"The Pathauto module provides a mechanism to automate the creation of <a href=\\"path\\">path</a> aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the <a href=\\":online\\">online documentation for Pathauto</a>.","Pathauto is accessed from the tabs it adds to the list of <a href=\\":aliases\\">URL aliases</a>.":"Pathauto is accessed from the tabs it adds to the list of <a href=\\":aliases\\">URL aliases</a>.","Creating Pathauto Patterns":"Creating Pathauto Patterns","The <a href=\\":pathauto_pattern\\">\\"Patterns\\"</a> page is used to configure automatic path aliasing. New patterns are created here using the <a href=\\":add_form\\">Add Pathauto pattern</a> button which presents a form to simplify pattern creation thru the use of <a href=\\"token\\">available tokens</a>. The patterns page provides a list of all patterns on the site and allows you to edit and reorder them. An alias is generated for the first pattern that applies.":"The <a href=\\":pathauto_pattern\\">\\"Patterns\\"</a> page is used to configure automatic path aliasing. New patterns are created here using the <a href=\\":add_form\\">Add Pathauto pattern</a> button which presents a form to simplify pattern creation thru the use of <a href=\\"token\\">available tokens</a>. The patterns page provides a list of all patterns on the site and allows you to edit and reorder them. An alias is generated for the first pattern that applies.","The <a href=\\":settings\\">\\"Settings\\"</a> page is used to customize global Pathauto settings for automated pattern creation.":"The <a href=\\":settings\\">\\"Settings\\"</a> page is used to customize global Pathauto settings for automated pattern creation.","The <strong>maximum alias length</strong> and <strong>maximum component length</strong> values default to 100 and have a limit of @max from Pathauto. You should enter a value that is the length of the \\"alias\\" column of the url_alias database table minus the length of any strings that might get added to the end of the URL. The recommended and default value is 100.":"The <strong>maximum alias length</strong> and <strong>maximum component length</strong> values default to 100 and have a limit of @max from Pathauto. You should enter a value that is the length of the \\"alias\\" column of the url_alias database table minus the length of any strings that might get added to the end of the URL. The recommended and default value is 100.","Bulk Generation":"Bulk Generation","The <a href=\\":pathauto_bulk\\">\\"Bulk Generate\\"</a> page allows you to create URL aliases for items that currently have no aliases. This is typically used when installing Pathauto on a site that has existing un-aliased content that needs to be aliased in bulk.":"The <a href=\\":pathauto_bulk\\">\\"Bulk Generate\\"</a> page allows you to create URL aliases for items that currently have no aliases. This is typically used when installing Pathauto on a site that has existing un-aliased content that needs to be aliased in bulk.","Delete Aliases":"Delete Aliases","The <a href=\\":pathauto_delete\\">\\"Delete Aliases\\"</a> page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto.":"The <a href=\\":pathauto_delete\\">\\"Delete Aliases\\"</a> page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto.","You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the <a href=\\":settings\\">Settings</a> page.":"You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the <a href=\\":settings\\">Settings</a> page.","Enabled entity types":"Enabled entity types","Enable to add a path field and allow to define alias patterns for the given type. Disabled types already define a path field themselves or currently have a pattern.":"Enable to add a path field and allow to define alias patterns for the given type. Disabled types already define a path field themselves or currently have a pattern.","Broken type":"Broken type","AliasType":"AliasType","Bulk generation can be used to generate URL aliases for items that currently have no aliases. This is typically used when installing Pathauto on a site that has existing un-aliased content that needs to be aliased in bulk.":"Bulk generation can be used to generate URL aliases for items that currently have no aliases. This is typically used when installing Pathauto on a site that has existing un-aliased content that needs to be aliased in bulk.","It can also be used to regenerate URL aliases for items that have an old alias and for which the Pathauto pattern has been changed.":"It can also be used to regenerate URL aliases for items that have an old alias and for which the Pathauto pattern has been changed.","Note that this will only affect items which are configured to have their URL alias automatically set. Items whose URL alias is manually set are not affected.":"Note that this will only affect items which are configured to have their URL alias automatically set. Items whose URL alias is manually set are not affected.","The %element-title doesn\'t allow the patterns ending with whitespace.":"The %element-title doesn\'t allow the patterns ending with whitespace.","Select the types of paths for which to generate URL aliases":"Select the types of paths for which to generate URL aliases","Select which URL aliases to generate":"Select which URL aliases to generate","Generate a URL alias for un-aliased paths only":"Generate a URL alias for un-aliased paths only","<a href=\\":url\\">Pathauto settings</a> are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none.":"<a href=\\":url\\">Pathauto settings</a> are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none.","Input filters":"Input filters","Update the URL alias for paths having an old URL alias":"Update the URL alias for paths having an old URL alias","Testing":"Testing","Regenerate URL aliases for all paths":"Regenerate URL aliases for all paths","Pathologic":"Pathologic","A short name to help you identify this pattern in the patterns list.":"A short name to help you identify this pattern in the patterns list.","Helps avoid broken links and incorrect paths in content.":"Helps avoid broken links and incorrect paths in content.","Only delete automatically generated aliases":"Only delete automatically generated aliases","Also considered local":"Also considered local","When checked, aliases which have been manually set are not affected by this mass-deletion.":"When checked, aliases which have been manually set are not affected by this mass-deletion.","Correct URLs with Pathologic":"Correct URLs with Pathologic","Bulk deleting URL aliases":"Bulk deleting URL aliases","In most cases, Pathologic should be the <em>last</em> filter in the &ldquo;Filter processing order&rdquo; list.":"In most cases, Pathologic should be the <em>last</em> filter in the &ldquo;Filter processing order&rdquo; list.","All of your automatically generated path aliases have been deleted.":"All of your automatically generated path aliases have been deleted.","All of your automatically generated %label path aliases have been deleted.":"All of your automatically generated %label path aliases have been deleted.","Expires":"Expires","Lifetime":"Lifetime","Add another":"Add another","Count":"Count","Destination":"Destination","UID":"UID","Source":"Source","Deleted":"Deleted","Query":"Query","Add redirect":"Add redirect","URL redirects":"URL redirects","You are attempting to redirect the page to itself. This will result in an infinite loop.":"You are attempting to redirect the page to itself. This will result in an infinite loop.","Redirect users from one URL to another.":"Redirect users from one URL to another.","Menu Access Checking":"Menu Access Checking","Generate":"Generate","All languages":"All languages","A redirect set for a specific language will always be used when requesting this page in that language, and takes precedence over redirects set for <em>All languages</em>.":"A redirect set for a specific language will always be used when requesting this page in that language, and takes precedence over redirects set for <em>All languages</em>.","Redirect status":"Redirect status","Display a warning message to users when they are redirected.":"Display a warning message to users when they are redirected.","Automatically create redirects when URL aliases are changed.":"Automatically create redirects when URL aliases are changed.","Default redirect status":"Default redirect status","Configure behavior for URL redirects.":"Configure behavior for URL redirects.","Fragment":"Fragment","You can find more information about HTTP redirect status codes at <a href=\\"@status-codes\\">@status-codes</a>.":"You can find more information about HTTP redirect status codes at <a href=\\"@status-codes\\">@status-codes</a>.","The redirect has been saved.":"The redirect has been saved.","No URL redirects available.":"No URL redirects available.","The source path %source is already being redirected. Do you want to <a href=\\"@edit-page\\">edit the existing redirect</a>?":"The source path %source is already being redirected. Do you want to <a href=\\"@edit-page\\">edit the existing redirect</a>?","How many URL redirects would you like to generate?":"How many URL redirects would you like to generate?","Delete all URL redirects before generating new URL redirects.":"Delete all URL redirects before generating new URL redirects.","Output machine name":"Output machine name","The source path %path is likely a valid path. It is preferred to <a href=\\"@url-alias\\">create URL aliases</a> for existing paths rather than redirects.":"The source path %path is likely a valid path. It is preferred to <a href=\\"@url-alias\\">create URL aliases</a> for existing paths rather than redirects.","The base source path %source is already being redirected. Do you want to <a href=\\"@edit-page\\">edit the existing redirect</a>?":"The base source path %source is already being redirected. Do you want to <a href=\\"@edit-page\\">edit the existing redirect</a>?","Are you sure you want to delete the URL redirect from %source to %redirect?":"Are you sure you want to delete the URL redirect from %source to %redirect?","(formerly Global Redirect features)":"(formerly Global Redirect features)","Allow redirections on admin paths.":"Allow redirections on admin paths.","Last accessed":"Last accessed","Filter 404s":"Filter 404s","Fix 404 pages":"Fix 404 pages","Add redirects for 404 pages.":"Add redirects for 404 pages.","Fix 404 pages with URL redirects":"Fix 404 pages with URL redirects","Allows users to redirect from old URLs to new URLs.":"Allows users to redirect from old URLs to new URLs.","Redirect ID":"Redirect ID","Redirect type":"Redirect type","Hash":"Hash","Add URL redirect from this page to another location":"Add URL redirect from this page to another location","Invalid number of redirects.":"Invalid number of redirects.","Deleted URL redirect @rid.":"Deleted URL redirect @rid.","One URL redirect created.\\u0003@count URL redirects created.":"One URL redirect created.\\u0003@count URL redirects created.","Redirect module form elements":"Redirect module form elements","Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard. An example path is %user-wildcard for every user page. %front is the front page.":"Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard. An example path is %user-wildcard for every user page. %front is the front page.","Performance":"Performance","enabled":"enabled","all":"all","Total":"Total","Exclude":"Exclude","Done":"Done","Database":"Database","Always":"Always","Never":"Never","Field ID":"Field ID","Maximum":"Maximum","Processors":"Processors","Transliteration":"Transliteration","String":"String","Operator":"Operator","Integer":"Integer","Tracker":"Tracker","=":"=","Boost":"Boost","Processor settings":"Processor settings","Limit":"Limit","Server name":"Server name","Role filter":"Role filter","or":"or","Read only":"Read only","Excerpt":"Excerpt","URI":"URI","Stopwords":"Stopwords","Remove field":"Remove field","Decimal":"Decimal","Minimum":"Minimum","Exceptions":"Exceptions","Exception":"Exception","You must include at least one positive keyword with @count characters or more.":"You must include at least one positive keyword with @count characters or more.","Add server":"Add server","Server":"Server","Unavailable":"Unavailable","empty":"empty","contains":"contains","Item language":"Item language","Search content":"Search content","Ordered list":"Ordered list","Unordered list":"Unordered list","Data types":"Data types","and":"and","Index name":"Index name","field":"field","Cache options":"Cache options","Relevance":"Relevance","User roles":"User roles","Supported":"Supported","Display type":"Display type","Boolean":"Boolean","Bundles":"Bundles","Is one of":"Is one of","Is empty (NULL)":"Is empty (NULL)","not empty":"not empty","Sum":"Sum","Display method":"Display method","Cancel changes":"Cancel changes","Cron batch size":"Cron batch size","Simple separator":"Simple separator","<>":"<>","Is all of":"Is all of","Is none of":"Is none of","not":"not","The length of time raw query results should be cached.":"The length of time raw query results should be cached.","The length of time rendered HTML output should be cached.":"The length of time rendered HTML output should be cached.","Placeholder":"Placeholder","Allow multiple values":"Allow multiple values","HTML filter":"HTML filter","Edit field":"Edit field","Minimum word length to index":"Minimum word length to index","The number of characters a word has to be to be indexed. A lower setting means better search result ranking, but also a larger database. Each search query must contain at least one keyword that is this size (or longer).":"The number of characters a word has to be to be indexed. A lower setting means better search result ranking, but also a larger database. Each search query must contain at least one keyword that is this size (or longer).","Simple CJK handling":"Simple CJK handling","Item ID":"Item ID","Indexed":"Indexed","Minimum word length":"Minimum word length","More like this":"More like this","The changes were successfully saved.":"The changes were successfully saved.","Add index":"Add index","URL field":"URL field","Highlight":"Highlight","Dependencies":"Dependencies","Save and add fields":"Save and add fields","Machine name: @name":"Machine name: @name","Exposed":"Exposed","Alt":"Alt","Read-only":"Read-only","Autocomplete settings":"Autocomplete settings","Is not empty (NOT NULL)":"Is not empty (NOT NULL)","Server description":"Server description","No values were changed.":"No values were changed.","Index description":"Index description","Index options":"Index options","Indexed fields":"Indexed fields","Index now":"Index now","Couldn\'t index items. Check the logs for details.":"Couldn\'t index items. Check the logs for details.","Add fields":"Add fields","Administer Search API":"Administer Search API","Create and configure Search API servers and indexes.":"Create and configure Search API servers and indexes.","Search server":"Search server","Adds the item\'s URL to the indexed data.":"Adds the item\'s URL to the indexed data.","Ignore case":"Ignore case","Tokenizer":"Tokenizer","Fulltext":"Fulltext","Search API":"Search API","Index title attribute":"Index title attribute","If set, the contents of title attributes will be indexed.":"If set, the contents of title attributes will be indexed.","Index alt attribute":"Index alt attribute","Direct query":"Direct query","Searched fields":"Searched fields","Select the fields that will be searched. If no fields are selected, all available fulltext fields will be searched.":"Select the fields that will be searched. If no fields are selected, all available fulltext fields will be searched.","Index ID":"Index ID","Link to item":"Link to item","Fulltext search":"Fulltext search","Search several or all fulltext fields at once.":"Search several or all fulltext fields at once.","Search API Query":"Search API Query","doesn\'t contain":"doesn\'t contain","Server ID":"Server ID","Content access":"Content access","If set, the alternative text of images will be indexed.":"If set, the alternative text of images will be indexed.","The entered text is no valid regular expression.":"The entered text is no valid regular expression.","If selected, users can enter multiple values in the form of 1+2+3 (for OR) or 1,2,3 (for AND).":"If selected, users can enter multiple values in the form of 1+2+3 (for OR) or 1,2,3 (for AND).","Index items immediately":"Index items immediately","Aggregated fields":"Aggregated fields","Find similar content.":"Find similar content.","Aggregation type":"Aggregation type","A @type aggregation of the following fields: @fields.":"A @type aggregation of the following fields: @fields.","Rendered entity":"Rendered entity","Datasource":"Datasource","Index status":"Index status","Do not write to this index or track the status of items in this index.":"Do not write to this index or track the status of items in this index.","Index hierarchy":"Index hierarchy","Bypass access checks":"Bypass access checks","Node access information":"Node access information","Data needed to apply node access.":"Data needed to apply node access.","Search indexes":"Search indexes","Data sources":"Data sources","Length of time in seconds raw query results should be cached.":"Length of time in seconds raw query results should be cached.","Length of time in seconds rendered HTML output should be cached.":"Length of time in seconds rendered HTML output should be cached.","Number of items to index":"Number of items to index","Additional options":"Additional options","characters":"characters","More link text":"More link text","Characters":"Characters","Hostname":"Hostname","SMTP Authentication":"SMTP Authentication","E-mail from name":"E-mail from name","E-mail from address":"E-mail from address","Enable debugging":"Enable debugging","Use SSL":"Use SSL","Install options":"Install options","To uninstall this module you must turn it off here first.":"To uninstall this module you must turn it off here first.","SMTP server settings":"SMTP server settings","The address of your outgoing SMTP server.":"The address of your outgoing SMTP server.","The address of your outgoing SMTP backup server. If the primary server can\'t be found this one will be tried. This is optional.":"The address of your outgoing SMTP backup server. If the primary server can\'t be found this one will be tried. This is optional.","SMTP port":"SMTP port","Use TLS":"Use TLS","This allows connection to an SMTP server that requires SSL encryption such as Gmail.":"This allows connection to an SMTP server that requires SSL encryption such as Gmail.","Use encrypted protocol":"Use encrypted protocol","Leave blank if your SMTP server does not require authentication.":"Leave blank if your SMTP server does not require authentication.","SMTP Username.":"SMTP Username.","E-mail options":"E-mail options","Turn this module on or off":"Turn this module on or off","SMTP server":"SMTP server","SMTP backup server":"SMTP backup server","The e-mail address that all e-mails will be from.":"The e-mail address that all e-mails will be from.","Send test e-mail":"Send test e-mail","E-mail address to send a test e-mail to":"E-mail address to send a test e-mail to","Type in an address to have a test e-mail sent there.":"Type in an address to have a test e-mail sent there.","Checking this box will print SMTP messages from the server for every e-mail that is sent.":"Checking this box will print SMTP messages from the server for every e-mail that is sent.","You must enter an SMTP server address.":"You must enter an SMTP server address.","You must enter an SMTP port number.":"You must enter an SMTP port number.","Sending mail to: @to":"Sending mail to: @to","SMTP Authentication Support":"SMTP Authentication Support","Synonyms":"Synonyms","Widget":"Widget","Provider":"Provider","Select":"Select","Behavior settings":"Behavior settings","Autocomplete":"Autocomplete","Validate @label":"Validate @label","Telephone link format settings":"Telephone link format settings","Countries":"Countries","Parents":"Parents","format":"format","The name of the menu.":"The name of the menu.","Menu link":"Menu link","File size":"File size","Height":"Height","Arguments":"Arguments","Random":"Random","Root":"Root","Tokens":"Tokens","Token":"Token","Reversed":"Reversed","Extension":"Extension","Keys":"Keys","Node count":"Node count","IP address":"IP address","Root term":"Root term","The size of the file.":"The size of the file.","Menu links":"Menu links","Current date":"Current date","Machine-readable name":"Machine-readable name","Array":"Array","Link ID":"Link ID","Base name":"Base name","Edit URL":"Edit URL","Revision log message":"Revision log message","No tokens available.":"No tokens available.","Click a token to insert it into the field you\'ve last clicked.":"Click a token to insert it into the field you\'ve last clicked.","Translation source node":"Translation source node","Provides a user interface for the Token API and some missing core tokens.":"Provides a user interface for the Token API and some missing core tokens.","Insert this token into your form":"Insert this token into your form","First click a text field to insert your tokens into.":"First click a text field to insert your tokens into.","The explanation of the most recent changes made to the node.":"The explanation of the most recent changes made to the node.","The title of the current page.":"The title of the current page.","The URL of the current page.":"The URL of the current page.","The page number of the current page when viewing paged lists.":"The page number of the current page when viewing paged lists.","The source node for this current node\'s translation set.":"The source node for this current node\'s translation set.","Account cancellation URL":"Account cancellation URL","The URL of the confirm delete page for the user account.":"The URL of the confirm delete page for the user account.","One-time login URL":"One-time login URL","The URL of the one-time login page for the user account.":"The URL of the one-time login page for the user account.","Tokens related to menu links.":"Tokens related to menu links.","The unique ID of the menu link.":"The unique ID of the menu link.","The title of the menu link.":"The title of the menu link.","The URL of the menu link.":"The URL of the menu link.","The menu link\'s parent.":"The menu link\'s parent.","Tokens related to the current page request.":"Tokens related to the current page request.","Page number":"Page number","The book page associated with the node.":"The book page associated with the node.","The menu link for this node.":"The menu link for this node.","The menu link\'s root.":"The menu link\'s root.","The extension of the file.":"The extension of the file.","Tokens related to the current date and time.":"Tokens related to the current date and time.","The URL of the @entity.":"The URL of the @entity.","The content type of the node.":"The content type of the node.","Tokens related to content types.":"Tokens related to content types.","The name of the content type.":"The name of the content type.","The unique machine-readable name of the content type.":"The unique machine-readable name of the content type.","The optional description of the content type.":"The optional description of the content type.","The number of nodes belonging to the content type.":"The number of nodes belonging to the content type.","The URL of the content type\'s edit page.":"The URL of the content type\'s edit page.","The URL of the taxonomy term\'s edit page.":"The URL of the taxonomy term\'s edit page.","The unique machine-readable name of the vocabulary.":"The unique machine-readable name of the vocabulary.","The URL of the vocabulary\'s edit page.":"The URL of the vocabulary\'s edit page.","The specific argument of the current page (e.g. \'arg:1\' on the page \'node/1\' returns \'1\').":"The specific argument of the current page (e.g. \'arg:1\' on the page \'node/1\' returns \'1\').","Tokens related to URLs.":"Tokens related to URLs.","Relative URL":"Relative URL","The relative URL.":"The relative URL.","Absolute URL":"Absolute URL","The absolute URL.":"The absolute URL.","Tokens related to menus.":"Tokens related to menus.","The unique machine-readable name of the menu.":"The unique machine-readable name of the menu.","The optional description of the menu.":"The optional description of the menu.","Menu link count":"Menu link count","The number of menu links belonging to the menu.":"The number of menu links belonging to the menu.","The URL of the menu\'s edit page.":"The URL of the menu\'s edit page.","The menu of the menu link.":"The menu of the menu link.","The URL of the menu link\'s edit page.":"The URL of the menu link\'s edit page.","The user roles associated with the user account.":"The user roles associated with the user account.","Show icons":"Show icons","Brief URL":"Brief URL","Meta":"Meta","The URL without the protocol and trailing backslash.":"The URL without the protocol and trailing backslash.","Tokens related to arrays of strings.":"Tokens related to arrays of strings.","The first element of the array.":"The first element of the array.","The last element of the array.":"The last element of the array.","The number of elements in the array.":"The number of elements in the array.","The array reversed.":"The array reversed.","The array of keys of the array.":"The array of keys of the array.","Imploded":"Imploded","The values of the array joined together with a custom string in-between each value.":"The values of the array joined together with a custom string in-between each value.","A date in \'@type\' format. (%date)":"A date in \'@type\' format. (%date)","The root term of the taxonomy term.":"The root term of the taxonomy term.","File byte size":"File byte size","The size of the file, in bytes.":"The size of the file, in bytes.","Query string value":"Query string value","The value of a specific query string field of the current page.":"The value of a specific query string field of the current page.","A random number from 0 to @max.":"A random number from 0 to @max.","A random hash. The possible hashing algorithms are: @hash-algos.":"A random hash. The possible hashing algorithms are: @hash-algos.","Attempting to perform token replacement for token type %type without required data":"Attempting to perform token replacement for token type %type without required data","@type field.":"@type field.","No tokens available":"No tokens available","Token registry caches cleared.":"Token registry caches cleared.","The path component of the URL.":"The path component of the URL.","Multilingual":"Multilingual","Unaliased URL":"Unaliased URL","The unaliased URL.":"The unaliased URL.","Not translated":"Not translated","The specific value of the array.":"The specific value of the array.","Translated":"Translated","The list of available tokens that can be used in e-mails is provided below.":"The list of available tokens that can be used in e-mails is provided below.","An array of all the term\'s parents, starting with the root.":"An array of all the term\'s parents, starting with the root.","An array of all the menu link\'s parents, starting with the root.":"An array of all the menu link\'s parents, starting with the root.","Original @entity":"Original @entity","Moderation State":"Moderation State","The original @entity data if the @entity is being updated or saved.":"The original @entity data if the @entity is being updated or saved.","The base name of the file.":"The base name of the file.","Translation changed time":"Translation changed time","This field supports tokens.":"This field supports tokens.","List of @type values":"List of @type values","Tokens for lists of @type values.":"Tokens for lists of @type values.","Browse available tokens.":"Browse available tokens.","Available variables are: [site:name], [site:url], [user:display-name], [user:account-name], [user:mail], [site:login-url], [site:url-brief], [user:edit-url], [user:one-time-login-url], [user:cancel-url].":"Available variables are: [site:name], [site:url], [user:display-name], [user:account-name], [user:mail], [site:login-url], [site:url-brief], [user:edit-url], [user:one-time-login-url], [user:cancel-url].","@type field. Also known as %labels.":"@type field. Also known as %labels.","Tokens or token types not defined as arrays":"Tokens or token types not defined as arrays","Tokens or token types missing name property":"Tokens or token types missing name property","Token types do not have any tokens defined":"Token types do not have any tokens defined","Token types are not defined but have tokens":"Token types are not defined but have tokens","Token or token types are defined by multiple modules":"Token or token types are defined by multiple modules","Image with image style":"Image with image style","The MIME type (image/png, image/bmp, etc.) of the image.":"The MIME type (image/png, image/bmp, etc.) of the image.","The file size of the image.":"The file size of the image.","The height the image, in pixels.":"The height the image, in pixels.","The width of the image, in pixels.":"The width of the image, in pixels.","The URI to the image.":"The URI to the image.","The URL to the image.":"The URL to the image.","Logs":"Logs","@label tokens.":"@label tokens.","@type type with delta @delta":"@type type with delta @delta","Represents the image in the given image style.":"Represents the image in the given image style.","The <a href=\\":project\\">Token</a> module provides a user interface for the site token system. It also adds some additional tokens that are used extensively during site development. Tokens are specially formatted chunks of text that serve as placeholders for a dynamically generated value. For more information, covering both the token system and the additional tools provided by the Token module, see the <a href=\\":online\\">online documentation</a>.":"The <a href=\\":project\\">Token</a> module provides a user interface for the site token system. It also adds some additional tokens that are used extensively during site development. Tokens are specially formatted chunks of text that serve as placeholders for a dynamically generated value. For more information, covering both the token system and the additional tools provided by the Token module, see the <a href=\\":online\\">online documentation</a>.","The list of the currently available tokens on this site are shown below.":"The list of the currently available tokens on this site are shown below.","Throttle":"Throttle","%name is using the following invalid tokens: @invalid-tokens.":"%name is using the following invalid tokens: @invalid-tokens.","Computed menu link for the node (only available during node saving).":"Computed menu link for the node (only available during node saving).","Serial":"Serial","%name must contain at least one token.\\u0003%name must contain at least @count tokens.":"%name must contain at least one token.\\u0003%name must contain at least @count tokens.","Method":"Method","%name must contain at most one token.\\u0003%name must contain at most @count tokens.":"%name must contain at most one token.\\u0003%name must contain at most @count tokens.","Tokens related to books.":"Tokens related to books.","Cron settings":"Cron settings","Title of the book.":"Title of the book.","anonymous":"anonymous","The author of the book.":"The author of the book.","Duration":"Duration","Top level of the book.":"Top level of the book.","Threshold":"Threshold","Parent of the current page.":"Parent of the current page.","Rules":"Rules","An array of all the node\'s parents, starting with the root.":"An array of all the node\'s parents, starting with the root.","Missing":"Missing","This field supports tokens. @browse_tokens_link":"This field supports tokens. @browse_tokens_link","Cron":"Cron","Tokens related to random data.":"Tokens related to random data.","by":"by","Run":"Run","Simple":"Simple","Thread":"Thread","Started":"Started","Scheduler settings":"Scheduler settings","Time until expiration":"Time until expiration","Queue":"Queue","Max execution time":"Max execution time","Scheduled":"Scheduled","Callback":"Callback","Thresholds":"Thresholds","Scheduler":"Scheduler","This will appear in the administrative interface to easily identify it.":"This will appear in the administrative interface to easily identify it.","Run cron every":"Run cron every","Default (@default)":"Default (@default)","Default Settings":"Default Settings","Thumbnail":"Thumbnail","Defaults":"Defaults","Video":"Video","Autoplay":"Autoplay","Children":"Children","YouTube":"YouTube","Vimeo":"Vimeo","Link image to":"Link image to","Image Style":"Image Style","Views Bulk Operations":"Views Bulk Operations","Access denied":"Access denied","Clear":"Clear","No items selected.":"No items selected.","Examples":"Examples","Finished with an error.":"Finished with an error.","Cancel the selected user accounts":"Cancel the selected user accounts","When cancelling these accounts":"When cancelling these accounts","Override label":"Override label","Selected actions":"Selected actions","Action title":"Action title","The title shown above the actions dropdown.":"The title shown above the actions dropdown.","When enabled, the user must confirm the account cancellation via email.":"When enabled, the user must confirm the account cancellation via email.","When enabled, the user will receive an email notification after the account has been canceled.":"When enabled, the user will receive an email notification after the account has been canceled.","Notify user when account is canceled":"Notify user when account is canceled","Require email confirmation to cancel account":"Require email confirmation to cancel account","Apply to selected items":"Apply to selected items","@name module":"@name module","Revert":"Revert","Installation profile":"Installation profile","Simple configuration":"Simple configuration","Node type":"Node type","GUID":"GUID","never":"never","actions":"actions","Text":"Text","Layout":"Layout","Select a layout":"Select a layout","aggregator":"aggregator","Update interval":"Update interval","The fully-qualified URL of the feed.":"The fully-qualified URL of the feed.","Add forum":"Add forum","Add term":"Add term","Search keywords":"Search keywords","Keywords":"Keywords","Search Keywords":"Search Keywords","Preview comment":"Preview comment","Component":"Component","Components":"Components","Advanced search":"Advanced search","You are not authorized to access this page.":"You are not authorized to access this page.","States":"States","Upload":"Upload","Picture":"Picture","Upload image":"Upload image","Taxonomy settings":"Taxonomy settings","content types":"content types","content type":"content type","Before":"Before","After":"After","Database type":"Database type","action":"action","Continue":"Continue","file":"file","Error":"Error","Contact":"Contact","no":"no","New user: %name %email.":"New user: %name %email.","Node":"Node","Sent email to %recipient":"Sent email to %recipient","The subject of the message.":"The subject of the message.","Number of columns":"Number of columns","Include":"Include","Revert to defaults":"Revert to defaults","Open link in new window":"Open link in new window","vocabularies":"vocabularies","term":"term","Expanded":"Expanded","Parent item":"Parent item","Add child page":"Add child page","Printer-friendly version":"Printer-friendly version","Content type for child pages":"Content type for child pages","Update options":"Update options","Remove from outline":"Remove from outline","Unknown export format.":"Unknown export format.","Last post":"Last post","Year":"Year","Date format":"Date format","Add content":"Add content","Area":"Area","Override title":"Override title","CSS class":"CSS class","Add view":"Add view","Pager ID":"Pager ID","View arguments":"View arguments","1 minute\\u0003@count minutes":"1 minute\\u0003@count minutes","1 hour\\u0003@count hours":"1 hour\\u0003@count hours","1 day\\u0003@count days":"1 day\\u0003@count days","Configuration saved.":"Configuration saved.","Taxonomy terms":"Taxonomy terms","Breadcrumb":"Breadcrumb","Logo":"Logo","Site name":"Site name","Site slogan":"Site slogan","Good":"Good","Node types":"Node types","User settings":"User settings","Site":"Site","Web Server":"Web Server","Not found":"Not found","PHP":"PHP","Host":"Host","PostgreSQL":"PostgreSQL","Available updates":"Available updates","Manual update check":"Manual update check","Check manually":"Check manually","Up to date":"Up to date","Update available":"Update available","Drupal core update status":"Drupal core update status","Out of date":"Out of date","Header":"Header","Left sidebar":"Left sidebar","Right sidebar":"Right sidebar","Recipients":"Recipients","Selected":"Selected","Your name":"Your name","Aggregator feed":"Aggregator feed","Aggregator feed ID":"Aggregator feed ID","Feed description":"Feed description","Aggregator item":"Aggregator item","Aggregator item ID":"Aggregator item ID","Role ID":"Role ID","Revision ID":"Revision ID","Comment":"Comment","Comment ID":"Comment ID","Score":"Score","Signature":"Signature","Cacheable":"Cacheable","Source string ID":"Source string ID","Location":"Location","Source string":"Source string","Locale":"Locale","Title field label":"Title field label","Sticky at top of lists":"Sticky at top of lists","Revisions":"Revisions","File ID":"File ID","File name":"File name","File MIME type":"File MIME type","Node revision ID":"Node revision ID","Vocabulary":"Vocabulary","Vocabulary ID":"Vocabulary ID","Vocabulary name":"Vocabulary name","Term":"Term","Term ID":"Term ID","User role":"User role","Role name":"Role name","Last login":"Last login","Time zone":"Time zone","Field type":"Field type","Global settings":"Global settings","Multiple values":"Multiple values","Does not contain":"Does not contain","Is less than":"Is less than","Is less than or equal to":"Is less than or equal to","Is equal to":"Is equal to","Is greater than or equal to":"Is greater than or equal to","Is greater than":"Is greater than","Is not equal to":"Is not equal to","Average":"Average","Concatenation":"Concatenation","Contains all of these words":"Contains all of these words","Contains any of these words":"Contains any of these words","Contains none of these words":"Contains none of these words","Delete all indexed data on this server":"Delete all indexed data on this server","No items will be indexed during cron runs.":"No items will be indexed during cron runs.","@indexed/@total indexed":"@indexed/@total indexed","Server index status":"Server index status","Index @limit items in batches of @batch_size items":"Index @limit items in batches of @batch_size items","Queue all items for reindexing":"Queue all items for reindexing","Clear all indexed data":"Clear all indexed data","During cron runs, 1 item will be indexed per batch.\\u0003During cron runs, @count items will be indexed per batch.":"During cron runs, 1 item will be indexed per batch.\\u0003During cron runs, @count items will be indexed per batch.","Tracker settings":"Tracker settings","@label referenced from @field_name":"@label referenced from @field_name","@field_name: @label":"@field_name: @label","Are you sure you want to clear all indexed data from the search server %name?":"Are you sure you want to clear all indexed data from the search server %name?","The processor\'s weights for the different processing stages":"The processor\'s weights for the different processing stages","The processor\'s weight for this stage":"The processor\'s weight for this stage","… @excerpt … @excerpt …":"… @excerpt … @excerpt …","By breaking this lock, any unsaved changes made by @user will be lost.":"By breaking this lock, any unsaved changes made by @user will be lost.","enabled (<a href=\\":url\\">disable</a>)":"enabled (<a href=\\":url\\">disable</a>)","There is 1 item indexed on the server for this index. (<a href=\\":url\\">More information</a>)\\u0003There are @count items indexed on the server for this index. (<a href=\\":url\\">More information</a>)":"There is 1 item indexed on the server for this index. (<a href=\\":url\\">More information</a>)\\u0003There are @count items indexed on the server for this index. (<a href=\\":url\\">More information</a>)","@field (indexed field)":"@field (indexed field)","Conjunction":"Conjunction","List all search indexes.":"List all search indexes.","Alias to list all search indexes.":"Alias to list all search indexes.","Enable all disabled indexes.":"Enable all disabled indexes.","Alias to enable all disabled indexes.":"Alias to enable all disabled indexes.","Disable all enabled indexes.":"Disable all enabled indexes.","Alias to disable all enabled indexes.":"Alias to disable all enabled indexes.","Enable the search index with the ID @name.":"Enable the search index with the ID @name.","Alias to enable the search index with the ID @name.":"Alias to enable the search index with the ID @name.","Disable the search index with the ID @name.":"Disable the search index with the ID @name.","Alias to disable the search index with the ID @name.":"Alias to disable the search index with the ID @name.","Index all items for all enabled indexes.":"Index all items for all enabled indexes.","Alias to index all items for all enabled indexes.":"Alias to index all items for all enabled indexes.","The machine name of an index":"The machine name of an index","The machine name of a server":"The machine name of a server","Start indexing now":"Start indexing now","Enabled for all supported fields":"Enabled for all supported fields","Hint text that appears inside the field when empty.":"Hint text that appears inside the field when empty.","Set name":"Set name","Original image":"Original image","Link to URL":"Link to URL","Heading":"Heading","Search settings":"Search settings","Mode":"Mode","Warning":"Warning","blocked":"blocked","active":"active","OK":"OK","OPML feed":"OPML feed","Number of news items in block":"Number of news items in block","View this feed\'s recent news.":"View this feed\'s recent news.","Feed overview":"Feed overview","Next update":"Next update","%time ago":"%time ago","%time left":"%time left","Nodes":"Nodes","Authored by":"Authored by","Advanced":"Advanced","Processor":"Processor","The feed %feed has been updated.":"The feed %feed has been updated.","Feed %feed added.":"Feed %feed added.","The feed %feed has been added.":"The feed %feed has been added.","Up":"Up","Textfield":"Textfield","Display options":"Display options","Scale":"Scale","Medium":"Medium","Sortable":"Sortable","Plain text":"Plain text","standard":"standard","Caching":"Caching","Month":"Month","Last reply":"Last reply","Prev":"Prev","Domain":"Domain","Unlimited":"Unlimited","State":"State","Filter by":"Filter by","Enter a valid username.":"Enter a valid username.","Owner":"Owner","Recipient":"Recipient","OR":"OR","Add a role to the selected users":"Add a role to the selected users","Remove a role from the selected users":"Remove a role from the selected users","Administer content":"Administer content","Directory":"Directory","Egypt":"Egypt","Namibia":"Namibia","Israel":"Israel","Iran":"Iran","New Zealand":"New Zealand","Tonga":"Tonga","Cuba":"Cuba","Brazil":"Brazil","Chile":"Chile","Paraguay":"Paraguay","Jamaica":"Jamaica","Japan":"Japan","Libya":"Libya","Poland":"Poland","Portugal":"Portugal","Singapore":"Singapore","Turkey":"Turkey","Day":"Day","Table":"Table","Mon":"Mon","Tue":"Tue","Wed":"Wed","Thu":"Thu","Fri":"Fri","Sat":"Sat","Sun":"Sun","May":"May","am":"am","pm":"pm","Start date":"Start date","End date":"End date","Security":"Security","Align":"Align","Loop":"Loop","Display title":"Display title","Background color":"Background color","Text color":"Text color","Navigation":"Navigation","Color":"Color","Appearance":"Appearance","Link URL":"Link URL","List type":"List type","Select all":"Select all","Allow":"Allow","User data":"User data","Log in":"Log in","Updated URL for feed %title to %url.":"Updated URL for feed %title to %url.","Link text":"Link text","Add new comment":"Add new comment","No terms available.":"No terms available.","Counter":"Counter","Case":"Case","External":"External","Not installed":"Not installed","Referrer":"Referrer","Default front page":"Default front page","Button":"Button","Both":"Both","Rows":"Rows","Argument":"Argument","Anonymous":"Anonymous","Uninstall":"Uninstall","Install":"Install","Save and edit":"Save and edit","Edit view":"Edit view","Administer views":"Administer views","Ascending":"Ascending","Descending":"Descending","Normal menu item":"Normal menu item","Expose":"Expose","Option":"Option","Filters":"Filters","Exposed Filters":"Exposed Filters","Sort Criteria":"Sort Criteria","Views UI":"Views UI","Recent comments":"Recent comments","Uncategorized":"Uncategorized","Position":"Position","IP Address":"IP Address","The comment and all its replies have been deleted.":"The comment and all its replies have been deleted.","Preformatted":"Preformatted","Anonymous users":"Anonymous users","Found":"Found","Clear cache":"Clear cache","fields":"fields","Save settings":"Save settings","Multiplier":"Multiplier","Session closed for %name.":"Session closed for %name.","Your search yielded no results.":"Your search yielded no results.","Germany":"Germany","Created date":"Created date","Updated date":"Updated date","comments":"comments","Full":"Full","1 new\\u0003@count new":"1 new\\u0003@count new","Default language":"Default language","Afghanistan":"Afghanistan","Albania":"Albania","American Samoa":"American Samoa","Andorra":"Andorra","Angola":"Angola","Anguilla":"Anguilla","Antarctica":"Antarctica","Antigua and Barbuda":"Antigua and Barbuda","Argentina":"Argentina","Armenia":"Armenia","Aruba":"Aruba","Australia":"Australia","Austria":"Austria","Azerbaijan":"Azerbaijan","Bahamas":"Bahamas","Bahrain":"Bahrain","Bangladesh":"Bangladesh","Barbados":"Barbados","Belarus":"Belarus","Belgium":"Belgium","Belize":"Belize","Benin":"Benin","Bermuda":"Bermuda","Bhutan":"Bhutan","Bolivia":"Bolivia","Bosnia and Herzegovina":"Bosnia and Herzegovina","Botswana":"Botswana","Bouvet Island":"Bouvet Island","Brunei":"Brunei","Bulgaria":"Bulgaria","Burkina Faso":"Burkina Faso","Burundi":"Burundi","Cambodia":"Cambodia","Cameroon":"Cameroon","Canada":"Canada","Cape Verde":"Cape Verde","Cayman Islands":"Cayman Islands","Central African Republic":"Central African Republic","Chad":"Chad","China":"China","Christmas Island":"Christmas Island","Colombia":"Colombia","Comoros":"Comoros","Cook Islands":"Cook Islands","Costa Rica":"Costa Rica","Cyprus":"Cyprus","Czech Republic":"Czech Republic","Denmark":"Denmark","Djibouti":"Djibouti","Dominica":"Dominica","Dominican Republic":"Dominican Republic","Ecuador":"Ecuador","El Salvador":"El Salvador","Equatorial Guinea":"Equatorial Guinea","Eritrea":"Eritrea","Estonia":"Estonia","Ethiopia":"Ethiopia","Faroe Islands":"Faroe Islands","Finland":"Finland","France":"France","French Guiana":"French Guiana","French Polynesia":"French Polynesia","Gabon":"Gabon","Gambia":"Gambia","Georgia":"Georgia","Ghana":"Ghana","Gibraltar":"Gibraltar","Greece":"Greece","Greenland":"Greenland","Grenada":"Grenada","Guadeloupe":"Guadeloupe","Guam":"Guam","Guatemala":"Guatemala","Guinea":"Guinea","Guinea-Bissau":"Guinea-Bissau","Guyana":"Guyana","Haiti":"Haiti","Heard Island and McDonald Islands":"Heard Island and McDonald Islands","Honduras":"Honduras","Hungary":"Hungary","Iceland":"Iceland","India":"India","Indonesia":"Indonesia","Iraq":"Iraq","Ireland":"Ireland","Italy":"Italy","Jordan":"Jordan","Kazakhstan":"Kazakhstan","Kenya":"Kenya","Kiribati":"Kiribati","Kuwait":"Kuwait","Kyrgyzstan":"Kyrgyzstan","Laos":"Laos","Latvia":"Latvia","Lebanon":"Lebanon","Lesotho":"Lesotho","Liberia":"Liberia","Liechtenstein":"Liechtenstein","Lithuania":"Lithuania","Luxembourg":"Luxembourg","Madagascar":"Madagascar","Malawi":"Malawi","Malaysia":"Malaysia","Maldives":"Maldives","Mali":"Mali","Malta":"Malta","Marshall Islands":"Marshall Islands","Martinique":"Martinique","Mauritania":"Mauritania","Mauritius":"Mauritius","Mayotte":"Mayotte","Mexico":"Mexico","Micronesia":"Micronesia","Moldova":"Moldova","Monaco":"Monaco","Mongolia":"Mongolia","Montserrat":"Montserrat","Morocco":"Morocco","Mozambique":"Mozambique","Nauru":"Nauru","Nepal":"Nepal","Netherlands":"Netherlands","Netherlands Antilles":"Netherlands Antilles","New Caledonia":"New Caledonia","Nicaragua":"Nicaragua","Niger":"Niger","Nigeria":"Nigeria","Niue":"Niue","Norfolk Island":"Norfolk Island","North Korea":"North Korea","Northern Mariana Islands":"Northern Mariana Islands","Norway":"Norway","Oman":"Oman","Pakistan":"Pakistan","Palau":"Palau","Panama":"Panama","Papua New Guinea":"Papua New Guinea","Peru":"Peru","Philippines":"Philippines","Pitcairn Islands":"Pitcairn Islands","Puerto Rico":"Puerto Rico","Qatar":"Qatar","Romania":"Romania","Russia":"Russia","Rwanda":"Rwanda","Samoa":"Samoa","San Marino":"San Marino","Saudi Arabia":"Saudi Arabia","Senegal":"Senegal","Seychelles":"Seychelles","Sierra Leone":"Sierra Leone","Slovakia":"Slovakia","Slovenia":"Slovenia","Solomon Islands":"Solomon Islands","Somalia":"Somalia","South Africa":"South Africa","South Georgia and the South Sandwich Islands":"South Georgia and the South Sandwich Islands","Spain":"Spain","Sri Lanka":"Sri Lanka","Sudan":"Sudan","Suriname":"Suriname","Svalbard and Jan Mayen":"Svalbard and Jan Mayen","Swaziland":"Swaziland","Sweden":"Sweden","Switzerland":"Switzerland","Syria":"Syria","Taiwan":"Taiwan","Tajikistan":"Tajikistan","Tanzania":"Tanzania","Thailand":"Thailand","Togo":"Togo","Tokelau":"Tokelau","Trinidad and Tobago":"Trinidad and Tobago","Tunisia":"Tunisia","Turkmenistan":"Turkmenistan","Turks and Caicos Islands":"Turks and Caicos Islands","Tuvalu":"Tuvalu","Uganda":"Uganda","Ukraine":"Ukraine","United Arab Emirates":"United Arab Emirates","United Kingdom":"United Kingdom","United States":"United States","Uruguay":"Uruguay","Uzbekistan":"Uzbekistan","Vanuatu":"Vanuatu","Vatican City":"Vatican City","Venezuela":"Venezuela","Wallis and Futuna":"Wallis and Futuna","Yemen":"Yemen","Zambia":"Zambia","Zimbabwe":"Zimbabwe","Identity":"Identity","Modified":"Modified","Database username":"Database username","Database password":"Database password","Database name":"Database name","Add user":"Add user","Port":"Port","Regular expression":"Regular expression","Size of textfield":"Size of textfield","Authoring information":"Authoring information","Authored on":"Authored on","Display Name":"Display Name","Undefined":"Undefined","Queued":"Queued","contact form":"contact form","Syslog":"Syslog","Other queries":"Other queries","Link to node":"Link to node","File Upload":"File Upload","block":"block","Site language":"Site language","Change":"Change","in":"in","Edit term":"Edit term","Switch":"Switch","Import OPML":"Import OPML","OPML File":"OPML File","Sources":"Sources","1 item\\u0003@count items":"1 item\\u0003@count items","Feed items":"Feed items","menu":"menu","The update has been performed.":"The update has been performed.","Node title":"Node title","Result":"Result","Browser":"Browser","View user profile.":"View user profile.","Titles only":"Titles only","Full text":"Full text","Feed settings":"Feed settings","Add Block":"Add Block","published":"published","The changes have been saved.":"The changes have been saved.","Undo":"Undo","@time ago":"@time ago","No users selected.":"No users selected.","User search":"User search","Search results":"Search results","Please enter some keywords.":"Please enter some keywords.","Replacement patterns":"Replacement patterns","Successful":"Successful","Display name":"Display name","Topics":"Topics","Topic":"Topic","Definition":"Definition","Allowed values list":"Allowed values list","Textfield size":"Textfield size","Today":"Today","Activity":"Activity","Edit menu":"Edit menu","Delete menu":"Delete menu","Publishing options":"Publishing options","Create new revision":"Create new revision","Lists":"Lists","Minimum height":"Minimum height","Minimum width":"Minimum width","Locale settings":"Locale settings","Search fields":"Search fields","Block name":"Block name","How many content items to display in \\"day\\" list.":"How many content items to display in \\"day\\" list.","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec","Hour":"Hour","Minute":"Minute","Second":"Second","Select list":"Select list","Text field":"Text field","Granularity":"Granularity","Posts":"Posts","Map":"Map","Node settings":"Node settings","Alignment":"Alignment","Configure permissions":"Configure permissions","Workflow":"Workflow","Randomize":"Randomize","Link label":"Link label","author":"author","AND":"AND","Fixed":"Fixed","Negate":"Negate","Empty":"Empty","Existing system path":"Existing system path","Path alias":"Path alias","Greater than":"Greater than","Less than":"Less than","Notice":"Notice","Caption":"Caption","Buttons":"Buttons","Log out":"Log out","Number of day\'s top views to display":"Number of day\'s top views to display","Number of all time views to display":"Number of all time views to display","Number of most recent views to display":"Number of most recent views to display","Su":"Su","Mo":"Mo","Tu":"Tu","We":"We","Th":"Th","Fr":"Fr","Sa":"Sa","First day of week":"First day of week","Add workflow":"Add workflow","Add state":"Add state","Transition":"Transition","workflow":"workflow","Left":"Left","Right":"Right","Create new account":"Create new account","Seconds":"Seconds","role":"role","User registration":"User registration","Info":"Info","Add section":"Add section","Created new term %term.":"Created new term %term.","Deleted term %name.":"Deleted term %name.","Site information":"Site information","Notify user when account is activated":"Notify user when account is activated","Notify user when account is blocked":"Notify user when account is blocked","Author Name":"Author Name","Reference":"Reference","Enabled filters":"Enabled filters","Updating":"Updating","Getting Started":"Getting Started","Aggregate JavaScript files":"Aggregate JavaScript files","Convert":"Convert","Binary":"Binary","Delete term":"Delete term","List terms":"List terms","Deleting a term will delete all its children if there are any. This action cannot be undone.":"Deleting a term will delete all its children if there are any. This action cannot be undone.","Parent term":"Parent term","Parent terms":"Parent terms","Syndicate":"Syndicate","Books":"Books","Forums":"Forums","Superscript":"Superscript","Revisions for %title":"Revisions for %title","Revision":"Revision","The specified passwords do not match.":"The specified passwords do not match.","Session":"Session","No forums defined":"No forums defined","This topic has been moved":"This topic has been moved","roles":"roles","Your settings have been saved.":"Your settings have been saved.","Installed":"Installed","Link color":"Link color","Display label":"Display label","Date created":"Date created","Reverse":"Reverse","Unauthorized":"Unauthorized","Interval":"Interval","Ascension Island":"Ascension Island","Fiji":"Fiji","Falkland Islands":"Falkland Islands","South Korea":"South Korea","Saint Lucia":"Saint Lucia","Saint Helena":"Saint Helena","French Southern Territories":"French Southern Territories","Saint Vincent and the Grenadines":"Saint Vincent and the Grenadines","British Virgin Islands":"British Virgin Islands","U.S. Virgin Islands":"U.S. Virgin Islands","Vietnam":"Vietnam","Guernsey":"Guernsey","Jersey":"Jersey","User name":"User name","Theme settings":"Theme settings","Authentication":"Authentication","Not published":"Not published","File settings":"File settings","Menu settings":"Menu settings","Color scheme":"Color scheme","width":"width","height":"height","Formats":"Formats","@type: deleted %title.":"@type: deleted %title.","RSS Feed":"RSS Feed","Allowed file extensions":"Allowed file extensions","New comments":"New comments","New":"New","Redirect to URL":"Redirect to URL","Top left":"Top left","Top right":"Top right","Bottom right":"Bottom right","Bottom left":"Bottom left","Relationships":"Relationships","relationships":"relationships","The username %name has not been activated or is blocked.":"The username %name has not been activated or is blocked.","Login attempt failed for %user.":"Login attempt failed for %user.","Oldest first":"Oldest first","Sort criteria":"Sort criteria","Base path":"Base path","Revision of %title from %date":"Revision of %title from %date","Parent menu item":"Parent menu item","The username of the user to which you would like to assign ownership.":"The username of the user to which you would like to assign ownership.","The action has been successfully saved.":"The action has been successfully saved.","JPEG quality":"JPEG quality","%":"%","Workspace":"Workspace","comment":"comment","Content options":"Content options","Last changed":"Last changed","not published":"not published","Published comments":"Published comments","Loading...":"Loading...","Protected":"Protected","Comment settings":"Comment settings","Sticky":"Sticky","Default options":"Default options","Ok":"Ok","Contact settings":"Contact settings","Ban":"Ban","users":"users","Processing":"Processing","Output format":"Output format","Temporary directory":"Temporary directory","File upload error. Could not move uploaded file.":"File upload error. Could not move uploaded file.","User status":"User status","Shortcuts":"Shortcuts","Shortcut":"Shortcut","Timezone":"Timezone","Password strength:":"Password strength:","Passwords match:":"Passwords match:","Slogan":"Slogan","Anonymous user":"Anonymous user","The name used to indicate anonymous users.":"The name used to indicate anonymous users.","Image crop":"Image crop","@message":"@message","Enabled modules":"Enabled modules","Translation language":"Translation language","Translatable":"Translatable","Location of comment submission form":"Location of comment submission form","Show blocks":"Show blocks","Enter the terms you wish to search for.":"Enter the terms you wish to search for.","Bold":"Bold","Underlined":"Underlined","Copy":"Copy","Variables":"Variables","Tasks":"Tasks","Plugins":"Plugins","Delete role":"Delete role","Basic configuration":"Basic configuration","No caching":"No caching","British Indian Ocean Territory":"British Indian Ocean Territory","Croatia":"Croatia","Macedonia":"Macedonia","Western Sahara":"Western Sahara","Language switcher":"Language switcher","Block description":"Block description","Source field":"Source field","Translation":"Translation","Configure what block content appears in your site\'s sidebars and other regions.":"Configure what block content appears in your site\'s sidebars and other regions.","Save blocks":"Save blocks","The block settings have been updated.":"The block settings have been updated.","Save block":"Save block","The block configuration has been saved.":"The block configuration has been saved.","Any customizations will be lost. This action cannot be undone.":"Any customizations will be lost. This action cannot be undone.","Allows administrators to customize the site navigation menu.":"Allows administrators to customize the site navigation menu.","taxonomy term":"taxonomy term","Edit vocabulary":"Edit vocabulary","Created new vocabulary %name.":"Created new vocabulary %name.","Updated vocabulary %name.":"Updated vocabulary %name.","Are you sure you want to delete the vocabulary %title?":"Are you sure you want to delete the vocabulary %title?","Deleting a vocabulary will delete all the terms in it. This action cannot be undone.":"Deleting a vocabulary will delete all the terms in it. This action cannot be undone.","Deleted vocabulary %name.":"Deleted vocabulary %name.","@min and @max":"@min and @max","Default time zone":"Default time zone","Add another item":"Add another item","Add field":"Add field","Trimmed":"Trimmed","Text area":"Text area","Add a new field":"Add a new field","Save field settings":"Save field settings","The update has encountered an error.":"The update has encountered an error.","1 item successfully processed:\\u0003@count items successfully processed:":"1 item successfully processed:\\u0003@count items successfully processed:","Provide a comma separated list of arguments to pass to the view.":"Provide a comma separated list of arguments to pass to the view.","Decimal marker":"Decimal marker","Check boxes/radio buttons":"Check boxes/radio buttons","Defines selection, check box and radio button widgets for text and numeric fields.":"Defines selection, check box and radio button widgets for text and numeric fields.","Text area (multiple rows)":"Text area (multiple rows)","Defines simple text field types.":"Defines simple text field types.","Permalink":"Permalink","Theme-engine-specific settings":"Theme-engine-specific settings","Form":"Form","Debug":"Debug","Publish":"Publish","Unpublish":"Unpublish","The parent comment":"The parent comment","1 minute":"1 minute","@module module":"@module module","More information":"More information","Grid":"Grid","Redo":"Redo","Italic":"Italic","Text Editor":"Text Editor","Date range":"Date range","Anonymous commenting":"Anonymous commenting","Anonymous posters may not enter their contact information":"Anonymous posters may not enter their contact information","Anonymous posters may leave their contact information":"Anonymous posters may leave their contact information","Anonymous posters must leave their contact information":"Anonymous posters must leave their contact information","Default comment setting":"Default comment setting","The content of this field is kept private and will not be shown publicly.":"The content of this field is kept private and will not be shown publicly.","parent":"parent","Date - newest first":"Date - newest first","Date - oldest first":"Date - oldest first","1 comment\\u0003@count comments":"1 comment\\u0003@count comments","1 new comment\\u0003@count new comments":"1 new comment\\u0003@count new comments","Save content type":"Save content type","Global":"Global","Show descriptions":"Show descriptions","Subtitle":"Subtitle","Audio file":"Audio file","Not present":"Not present","Authenticated user":"Authenticated user","Source code":"Source code","Menu link title":"Menu link title","There was an error saving the menu link.":"There was an error saving the menu link.","Menu name":"Menu name","1 second\\u0003@count seconds":"1 second\\u0003@count seconds","RDF":"RDF","Edit container":"Edit container","Plugin settings":"Plugin settings","Subscript":"Subscript","Indent":"Indent","Outdent":"Outdent","Unlink":"Unlink","Reply":"Reply","Hot topic threshold":"Hot topic threshold","Topics per page":"Topics per page","Posts - most active first":"Posts - most active first","Posts - least active first":"Posts - least active first","Add Section":"Add Section","URL path settings":"URL path settings","Title text":"Title text","Mapping":"Mapping","Are you sure you want to revert to the revision from %revision-date?":"Are you sure you want to revert to the revision from %revision-date?","Are you sure you want to delete the revision from %revision-date?":"Are you sure you want to delete the revision from %revision-date?","Distinct":"Distinct","Maximum upload size":"Maximum upload size","Deploy":"Deploy","Space":"Space","New forum topics":"New forum topics","@type: deleted %title revision %revision.":"@type: deleted %title revision %revision.","Page not found":"Page not found","More help":"More help","Bullet list":"Bullet list","Account blocked":"Account blocked","Expand":"Expand","Change layout":"Change layout","Provided by":"Provided by","Aggregate":"Aggregate","Node access":"Node access","Sizes":"Sizes","Add terms":"Add terms","Resize":"Resize","Zip":"Zip","The directory %directory does not exist.":"The directory %directory does not exist.","Defines a file field type.":"Defines a file field type.","Blockquote":"Blockquote","No comments available.":"No comments available.","Activate":"Activate","Rebuild permissions":"Rebuild permissions","@type: updated %title.":"@type: updated %title.","@type: added %title.":"@type: added %title.","Restore":"Restore","Telephone":"Telephone","Add role":"Add role","Path to custom logo":"Path to custom logo","Supported formats":"Supported formats","Updated term %term.":"Updated term %term.","- None selected -":"- None selected -","Parser":"Parser","Discard items older than":"Discard items older than","Aggregator":"Aggregator","There is no new syndicated content from %site.":"There is no new syndicated content from %site.","There is new syndicated content from %site.":"There is new syndicated content from %site.","URL to the feed.":"URL to the feed.","Last time feed was checked for new items, as Unix timestamp.":"Last time feed was checked for new items, as Unix timestamp.","An image representing the feed.":"An image representing the feed.","Entity tag HTTP response header, used for validating cache.":"Entity tag HTTP response header, used for validating cache.","When the feed was last modified, as a Unix timestamp.":"When the feed was last modified, as a Unix timestamp.","Primary Key: Unique ID for feed item.":"Primary Key: Unique ID for feed item.","Title of the feed item.":"Title of the feed item.","Link to the feed item.":"Link to the feed item.","Author of the feed item.":"Author of the feed item.","Body of the feed item.":"Body of the feed item.","Post date of feed item, as a Unix timestamp.":"Post date of feed item, as a Unix timestamp.","Unique identifier for the feed item.":"Unique identifier for the feed item.","Alias":"Alias","Values":"Values","Account settings":"Account settings","Enter your keywords":"Enter your keywords","Clean URLs":"Clean URLs","My account":"My account","Number of topics":"Number of topics","Active forum topics":"Active forum topics","Read the latest forum topics.":"Read the latest forum topics.","HTTP authentication":"HTTP authentication","GD library":"GD library","Attach to":"Attach to","Book navigation":"Book navigation","Taxonomy vocabulary":"Taxonomy vocabulary","Remove this item":"Remove this item","Keyword":"Keyword","1 year\\u0003@count years":"1 year\\u0003@count years","1 week\\u0003@count weeks":"1 week\\u0003@count weeks","1 min\\u0003@count min":"1 min\\u0003@count min","1 sec\\u0003@count sec":"1 sec\\u0003@count sec","Columns":"Columns","Module name":"Module name","Layout settings":"Layout settings","Page settings":"Page settings","Use pager":"Use pager","Items to display":"Items to display","More link":"More link","Top level book":"Top level book","No temporary directories to remove.":"No temporary directories to remove.","Link to file":"Link to file","Send message":"Send message","Allow Upscaling":"Allow Upscaling","Rotation angle":"Rotation angle","The number of degrees the image should be rotated. Positive numbers are clockwise, negative are counter-clockwise.":"The number of degrees the image should be rotated. Positive numbers are clockwise, negative are counter-clockwise.","Randomize the rotation angle for each image. The angle specified above is used as a maximum.":"Randomize the rotation angle for each image. The angle specified above is used as a maximum.","Flush":"Flush","Print":"Print","Field mapping":"Field mapping","The file could not be created.":"The file could not be created.","Locked":"Locked","Password reset instructions mailed to %name at %email.":"Password reset instructions mailed to %name at %email.","types":"types","Selection type":"Selection type","Any":"Any","Check for updates":"Check for updates","All newer versions":"All newer versions","Only security updates":"Only security updates","No update data available":"No update data available","Not secure!":"Not secure!","Revoked!":"Revoked!","Unsupported release":"Unsupported release","Can not determine status":"Can not determine status","(version @version available)":"(version @version available)","See the available updates page for more information:":"See the available updates page for more information:","There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately!":"There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately!","Your version of Drupal has been revoked and is no longer available for download. Upgrading is strongly recommended!":"Your version of Drupal has been revoked and is no longer available for download. Upgrading is strongly recommended!","The installed version of at least one of your modules or themes has been revoked and is no longer available for download. Upgrading or disabling is strongly recommended!":"The installed version of at least one of your modules or themes has been revoked and is no longer available for download. Upgrading or disabling is strongly recommended!","Your version of Drupal is no longer supported. Upgrading is strongly recommended!":"Your version of Drupal is no longer supported. Upgrading is strongly recommended!","There are updates available for your version of Drupal. To ensure the proper functioning of your site, you should update as soon as possible.":"There are updates available for your version of Drupal. To ensure the proper functioning of your site, you should update as soon as possible.","Project not secure":"Project not secure","This project has been labeled insecure by the Drupal security team, and is no longer available for download. Immediately disabling everything included by this project is strongly recommended!":"This project has been labeled insecure by the Drupal security team, and is no longer available for download. Immediately disabling everything included by this project is strongly recommended!","Project revoked":"Project revoked","This project has been revoked, and is no longer available for download. Disabling everything included by this project is strongly recommended!":"This project has been revoked, and is no longer available for download. Disabling everything included by this project is strongly recommended!","Project not supported":"Project not supported","This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!":"This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!","No available releases found":"No available releases found","Release revoked":"Release revoked","Your currently installed release has been revoked, and is no longer available for download. Disabling everything included in this release or upgrading is strongly recommended!":"Your currently installed release has been revoked, and is no longer available for download. Disabling everything included in this release or upgrading is strongly recommended!","Release not supported":"Release not supported","Your currently installed release is now unsupported, and is no longer available for download. Disabling everything included in this release or upgrading is strongly recommended!":"Your currently installed release is now unsupported, and is no longer available for download. Disabling everything included in this release or upgrading is strongly recommended!","Invalid info":"Invalid info","Security update required!":"Security update required!","Not supported!":"Not supported!","Recommended version:":"Recommended version:","Security update:":"Security update:","Latest version:":"Latest version:","Development version:":"Development version:","Also available:":"Also available:","No name":"No name","File MIME":"File MIME","User Role":"User Role","Search help":"Search help","Field settings":"Field settings","Skip to main content":"Skip to main content","Edit forum":"Edit forum","Default order":"Default order","This is the designated forum vocabulary. Some of the normal vocabulary options have been removed.":"This is the designated forum vocabulary. Some of the normal vocabulary options have been removed.","Leave shadow copy":"Leave shadow copy","If you move this topic, you can leave a link in the old forum to the new forum.":"If you move this topic, you can leave a link in the old forum to the new forum.","Container name":"Container name","forum container":"forum container","Created new @type %term.":"Created new @type %term.","The @type %term has been updated.":"The @type %term has been updated.","AJAX":"AJAX","Emails":"Emails","Favicon":"Favicon","Containing any of the words":"Containing any of the words","Containing the phrase":"Containing the phrase","Containing none of the words":"Containing none of the words","Only of the type(s)":"Only of the type(s)","Content ranking":"Content ranking","Keyword relevance":"Keyword relevance","Number of comments":"Number of comments","Number of views":"Number of views","Factor":"Factor","Content search":"Content search","Expand layout to include descriptions.":"Expand layout to include descriptions.","Hide descriptions":"Hide descriptions","Compress layout by hiding descriptions.":"Compress layout by hiding descriptions.","Or":"Or","Content ID":"Content ID","Underline":"Underline","Cut":"Cut","Paste":"Paste","Case sensitive":"Case sensitive","Maximum link text length":"Maximum link text length","URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.":"URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.","Reports":"Reports","Setting":"Setting","If you don\'t have direct file access to the server, use this field to upload your logo.":"If you don\'t have direct file access to the server, use this field to upload your logo.","Link class":"Link class","Install profile":"Install profile","%percentage of the site has been indexed.":"%percentage of the site has been indexed.","Default theme":"Default theme","Teaser length":"Teaser length","not set":"not set","Web server":"Web server","Memory limit":"Memory limit","regex":"regex","Indexes":"Indexes","Cardinality":"Cardinality","There is 1 item left to index.\\u0003There are @count items left to index.":"There is 1 item left to index.\\u0003There are @count items left to index.","The content access permissions have been rebuilt.":"The content access permissions have been rebuilt.","Column":"Column","Default sort":"Default sort","sort by @s":"sort by @s","Manage actions":"Manage actions","Action type":"Action type","Display a message to the user":"Display a message to the user","Unpublish comment":"Unpublish comment","Unpublish comment containing keyword(s)":"Unpublish comment containing keyword(s)","Page path":"Page path","Content language":"Content language","Enables the categorization of content.":"Enables the categorization of content.","Path prefix":"Path prefix","Auto-reply":"Auto-reply","Optional auto-reply. Leave empty if you do not want to send the user an auto-reply message.":"Optional auto-reply. Leave empty if you do not want to send the user an auto-reply message.","Add @type":"Add @type","Synchronize":"Synchronize","Set as default":"Set as default","Not promoted":"Not promoted","Not sticky":"Not sticky","Errors":"Errors","Nid":"Nid","Parent comment":"Parent comment","Author\'s website":"Author\'s website","Display the depth of the comment if it is threaded.":"Display the depth of the comment if it is threaded.","Sort by the threaded order. This will keep child comments together with their parents.":"Sort by the threaded order. This will keep child comments together with their parents.","Provide a simple link to reply to the comment.":"Provide a simple link to reply to the comment.","Text to display":"Text to display","UI settings":"UI settings","Newest first":"Newest first","Update settings":"Update settings","Some required modules must be enabled":"Some required modules must be enabled","New posts":"New posts","View settings":"View settings","Week @week":"Week @week","mm/dd/yy":"mm/dd/yy","Delete view":"Delete view","Accessibility features":"Accessibility features","Translate":"Translate","Translation file":"Translation file","File to import not found.":"File to import not found.","Save translations":"Save translations","Time ago":"Time ago","Admin menu":"Admin menu","Create @name":"Create @name","Crop":"Crop","Not enabled":"Not enabled","Insert Image":"Insert Image","Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags":"Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags","Sort direction":"Sort direction","Radios":"Radios","Block type":"Block type","@module (<span class=\\"admin-disabled\\">disabled</span>)":"@module (<span class=\\"admin-disabled\\">disabled</span>)","Web services":"Web services","Field options":"Field options","Save permissions":"Save permissions","Route":"Route","Sequence":"Sequence","starting from @count":"starting from @count","Test settings":"Test settings","Delete content type":"Delete content type","Quick edit":"Quick edit","Change book (update list of parents)":"Change book (update list of parents)","Manage your site\'s book outlines.":"Manage your site\'s book outlines.","For security reasons, your upload has been renamed to %filename.":"For security reasons, your upload has been renamed to %filename.","vocabulary":"vocabulary","Installed version":"Installed version","Recommended version":"Recommended version","Acronym":"Acronym","More link path":"More link path","No vocabularies available.":"No vocabularies available.","original":"original","Title only":"Title only","Notification settings":"Notification settings","Dates":"Dates","Not defined":"Not defined","Validator":"Validator","Debugging":"Debugging","Inherit":"Inherit","No preview":"No preview","Save as":"Save as","Preview image":"Preview image","pixels":"pixels","Use default":"Use default","1 month\\u0003@count months":"1 month\\u0003@count months","Parameter":"Parameter","done":"done","Display format":"Display format","Custom format":"Custom format","Current state":"Current state","The date the node was last updated.":"The date the node was last updated.","Drupal core":"Drupal core","Book navigation block display":"Book navigation block display","Relations":"Relations","Invalid display id @display":"Invalid display id @display","Error: handler for @table > @field doesn\'t exist!":"Error: handler for @table > @field doesn\'t exist!","Do not use a relationship":"Do not use a relationship","Password field is required.":"Password field is required.","Confirm password":"Confirm password","button":"button","Default display order":"Default display order","Administration theme":"Administration theme","The cache has been cleared.":"The cache has been cleared.","Isle of Man":"Isle of Man","Montenegro":"Montenegro","Saint Pierre and Miquelon":"Saint Pierre and Miquelon","Serbia":"Serbia","Uri":"Uri","Kosovo":"Kosovo","Diego Garcia":"Diego Garcia","Tristan da Cunha":"Tristan da Cunha","Role ID.":"Role ID.","Combine":"Combine","of":"of","Tour":"Tour","Title field":"Title field","The file %file could not be saved. An unknown error has occurred.":"The file %file could not be saved. An unknown error has occurred.","The specified file %name could not be uploaded.":"The specified file %name could not be uploaded.","The file\'s name is empty. Please give a name to the file.":"The file\'s name is empty. Please give a name to the file.","Only files with the following extensions are allowed: %files-allowed.":"Only files with the following extensions are allowed: %files-allowed.","The file is %filesize exceeding the maximum file size of %maxsize.":"The file is %filesize exceeding the maximum file size of %maxsize.","The file is %filesize which would exceed your disk quota of %quota.":"The file is %filesize which would exceed your disk quota of %quota.","Upload error. Could not move uploaded file %file to destination %destination.":"Upload error. Could not move uploaded file %file to destination %destination.","Add to book outline":"Add to book outline","Stark":"Stark","New set":"New set","No link":"No link","Add Link":"Add Link","outdated":"outdated","Is not one of":"Is not one of","Manage tagging, categorization, and classification of your content.":"Manage tagging, categorization, and classification of your content.","Re-index site":"Re-index site","Log searches":"Log searches","Are you sure you want to re-index the site?":"Are you sure you want to re-index the site?","cURL":"cURL","No test results to display.":"No test results to display.","Row":"Row","Date settings":"Date settings","Table name prefix":"Table name prefix","Migration":"Migration","Maximum height":"Maximum height","Maximum width":"Maximum width","Link options":"Link options","Timor-Leste":"Timor-Leste","Properties":"Properties","Cached":"Cached","Maximum image resolution":"Maximum image resolution","An illegal choice has been detected. Please contact the site administrator.":"An illegal choice has been detected. Please contact the site administrator.","Tips":"Tips","Status report":"Status report","Not writable":"Not writable","Decimal point":"Decimal point","Configuration name":"Configuration name","Custom date format":"Custom date format","Drupal version":"Drupal version","Book outline":"Book outline","This will be the top-level page in this book.":"This will be the top-level page in this book.","Revision information":"Revision information","Notify user of new account":"Notify user of new account","Created timestamp":"Created timestamp","View comment":"View comment","Access will be granted to users with the specified permission string.":"Access will be granted to users with the specified permission string.","Show All":"Show All","Path to custom icon":"Path to custom icon","Your email address":"Your email address","Users who have created accounts on your site.":"Users who have created accounts on your site.","Current user":"Current user","Digest":"Digest","Delete comment":"Delete comment","Default display mode":"Default display mode","Default comments per page":"Default comments per page","Comment controls":"Comment controls","Comment subject field":"Comment subject field","Any replies to this comment will be lost. This action cannot be undone.":"Any replies to this comment will be lost. This action cannot be undone.","Publish the selected comments":"Publish the selected comments","Unpublish the selected comments":"Unpublish the selected comments","(No subject)":"(No subject)","!=":"!=","Access type":"Access type","Default image":"Default image","Add feed":"Add feed","Text settings":"Text settings","File system":"File system","Ends with":"Ends with","Toolbar":"Toolbar","Enter your @s username.":"Enter your @s username.","Posted in":"Posted in","Comment: unauthorized comment submitted or comment submitted to a closed post %subject.":"Comment: unauthorized comment submitted or comment submitted to a closed post %subject.","Link this field to its user":"Link this field to its user","RDF mapping":"RDF mapping","Parent ID":"Parent ID","Default style":"Default style","The node ID of the node.":"The node ID of the node.","Tab weight":"Tab weight","Files directory":"Files directory","Delete all revisions":"Delete all revisions","No role":"No role","Block title.":"Block title.","Video file":"Video file","1 view\\u0003@count views":"1 view\\u0003@count views","The file\'s MIME type.":"The file\'s MIME type.","The MIME type of the file.":"The MIME type of the file.","@type %title has been created.":"@type %title has been created.","@type %title has been updated.":"@type %title has been updated.","The post could not be saved.":"The post could not be saved.","Menu link ID":"Menu link ID","1 character\\u0003@count characters":"1 character\\u0003@count characters","Filter settings":"Filter settings","You do not have any administrative items.":"You do not have any administrative items.","No help is available for module %module.":"No help is available for module %module.","@module administration pages":"@module administration pages","Thumbnail width":"Thumbnail width","Thumbnail height":"Thumbnail height","Filter the view to the currently logged in user.":"Filter the view to the currently logged in user.","Save translation":"Save translation","Add language":"Add language","AM":"AM","PM":"PM","PHP extensions":"PHP extensions","Comments per page":"Comments per page","Publish comment":"Publish comment","The file could not be uploaded.":"The file could not be uploaded.","Export configuration":"Export configuration","FTP":"FTP","Collaboration":"Collaboration","Administration pages":"Administration pages","Draft":"Draft","Capitalize first letter":"Capitalize first letter","The website encountered an unexpected error. Please try again later.":"The website encountered an unexpected error. Please try again later.","Run tests":"Run tests","Clean test environment":"Clean test environment","Clean environment":"Clean environment","No tests to display.":"No tests to display.","Processing test @num of @max - %test.":"Processing test @num of @max - %test.","Processed test @num of @max - %test.":"Processed test @num of @max - %test.","1 pass\\u0003@count passes":"1 pass\\u0003@count passes","1 fail\\u0003@count fails":"1 fail\\u0003@count fails","1 exception\\u0003@count exceptions":"1 exception\\u0003@count exceptions","Provides a framework for unit and functional testing.":"Provides a framework for unit and functional testing.","User %name used one-time login link at time %timestamp.":"User %name used one-time login link at time %timestamp.","Registration successful. You are now logged in.":"Registration successful. You are now logged in.","Uid":"Uid","Custom text":"Custom text","The comment body.":"The comment body.","Default argument":"Default argument","sorted by":"sorted by","Feed display options":"Feed display options","Available actions":"Available actions","Remove group":"Remove group","The comment ID.":"The comment ID.","Link settings":"Link settings","Numbered list":"Numbered list","View comments":"View comments","Not set":"Not set","Set password":"Set password","%name: this field cannot hold more than @count values.":"%name: this field cannot hold more than @count values.","No fields available.":"No fields available.","Content author":"Content author","Vertical Tabs":"Vertical Tabs","Not in book":"Not in book","New book":"New book","By @name on @date":"By @name on @date","By @name":"By @name","Not in menu":"Not in menu","Initializing.":"Initializing.","An error has occurred.":"An error has occurred.","Your page will be a part of the selected book.":"Your page will be a part of the selected book.","Numeric":"Numeric","mobile":"mobile","Media settings":"Media settings","Custom URL":"Custom URL","Notify user":"Notify user","0 sec":"0 sec","Submit button text":"Submit button text","Card":"Card","Is published":"Is published","Configure @block":"Configure @block","Filter log messages":"Filter log messages","You must select something to filter by.":"You must select something to filter by.","New revision":"New revision","To change the current user password, enter the new password in both fields.":"To change the current user password, enter the new password in both fields.","You have tried to use a one-time login link that has expired. Please request a new one using the form below.":"You have tried to use a one-time login link that has expired. Please request a new one using the form below.","This login can be used only once.":"This login can be used only once.","Add comment link":"Add comment link","Strike-through":"Strike-through","Align left":"Align left","Align center":"Align center","Align right":"Align right","Justify":"Justify","Horizontal rule":"Horizontal rule","Paste Text":"Paste Text","Paste from Word":"Paste from Word","Remove format":"Remove format","Character map":"Character map","HTML block format":"HTML block format","Font style":"Font style","Abbreviation":"Abbreviation","Inserted":"Inserted","Provide a password for the new account in both fields.":"Provide a password for the new account in both fields.","Changes cannot be made to a locked view.":"Changes cannot be made to a locked view.","Create customized lists and queries from your database.":"Create customized lists and queries from your database.","Broken/missing handler":"Broken/missing handler","Current node\'s creation time":"Current node\'s creation time","Current node\'s update time":"Current node\'s update time","Do not display items with no value in summary":"Do not display items with no value in summary","Invalid input":"Invalid input","Fail basic validation if any argument is given":"Fail basic validation if any argument is given","By checking this field, you can use this to make sure views with more arguments than necessary fail validation.":"By checking this field, you can use this to make sure views with more arguments than necessary fail validation.","Glossary mode":"Glossary mode","Character limit":"Character limit","No transform":"No transform","Upper case":"Upper case","Capitalize each word":"Capitalize each word","Case in path":"Case in path","Transform spaces to dashes in URL":"Transform spaces to dashes in URL","Exclude from display":"Exclude from display","Link path":"Link path","The Drupal path or absolute URL for this link. You may enter data from this view as per the \\"Replacement patterns\\" below.":"The Drupal path or absolute URL for this link. You may enter data from this view as per the \\"Replacement patterns\\" below.","The CSS class to apply to the link.":"The CSS class to apply to the link.","Prefix text":"Prefix text","Any text to display before this link. You may include HTML.":"Any text to display before this link. You may include HTML.","Suffix text":"Suffix text","Any text to display after this link. You may include HTML.":"Any text to display after this link. You may include HTML.","Trim only on a word boundary":"Trim only on a word boundary","If checked, this field be trimmed only on a word boundary. This is guaranteed to be the maximum characters stated or less. If there are no word boundaries this could trim a field to nothing.":"If checked, this field be trimmed only on a word boundary. This is guaranteed to be the maximum characters stated or less. If there are no word boundaries this could trim a field to nothing.","Strip HTML tags":"Strip HTML tags","Field can contain HTML":"Field can contain HTML","File size display":"File size display","Formatted (in KB or MB)":"Formatted (in KB or MB)","Raw bytes":"Raw bytes","If checked, true will be displayed as false.":"If checked, true will be displayed as false.","Time ago (with \\"ago\\" appended)":"Time ago (with \\"ago\\" appended)","Time span (with \\"ago/hence\\" appended)":"Time span (with \\"ago/hence\\" appended)","Round":"Round","If checked, the number will be rounded.":"If checked, the number will be rounded.","Specify how many digits to print after the decimal point.":"Specify how many digits to print after the decimal point.","What single character to use as a decimal point.":"What single character to use as a decimal point.","What single character to use as the thousands separator.":"What single character to use as the thousands separator.","Text to put before the number, such as currency symbol.":"Text to put before the number, such as currency symbol.","Text to put after the number, such as currency symbol.":"Text to put after the number, such as currency symbol.","Display as link":"Display as link","Operator identifier":"Operator identifier","This will appear in the URL after the ? to identify this operator.":"This will appear in the URL after the ? to identify this operator.","Filter identifier":"Filter identifier","This exposed filter is optional and will have added options to allow it not to be set.":"This exposed filter is optional and will have added options to allow it not to be set.","Remember":"Remember","Remember the last setting the user gave this filter.":"Remember the last setting the user gave this filter.","The identifier is required if the filter is exposed.":"The identifier is required if the filter is exposed.","This identifier is not allowed.":"This identifier is not allowed.","exposed":"exposed","Value type":"Value type","A date in any machine readable format. CCYY-MM-DD HH:MM:SS is preferred.":"A date in any machine readable format. CCYY-MM-DD HH:MM:SS is preferred.","Invalid date format.":"Invalid date format.","Limit list to selected items":"Limit list to selected items","If checked, the only items presented to the user will be the ones selected here.":"If checked, the only items presented to the user will be the ones selected here.","not in":"not in","<":"<","<=":"<=",">=":">=",">":">","Is between":"Is between","between":"between","Is not between":"Is not between","not between":"not between","Min":"Min","And max":"And max","And":"And","Contains any word":"Contains any word","has word":"has word","Contains all words":"Contains all words","has all":"has all","begins":"begins","ends":"ends","!has":"!has","Require this relationship":"Require this relationship","asc":"asc","desc":"desc","The granularity is the smallest unit to use when determining whether two dates are the same; for example, if the granularity is \\"Year\\" then all dates in 1999, regardless of when they fall in 1999, will be considered the same date.":"The granularity is the smallest unit to use when determining whether two dates are the same; for example, if the granularity is \\"Year\\" then all dates in 1999, regardless of when they fall in 1999, will be considered the same date.","Displays":"Displays","These queries were run during view rendering:":"These queries were run during view rendering:","This display has no path.":"This display has no path.","Query build time":"Query build time","@time ms":"@time ms","Query execute time":"Query execute time","View render time":"View render time","No query was run":"No query was run","Unable to preview due to validation errors.":"Unable to preview due to validation errors.","View name":"View name","The lock has been broken and you may now edit this view.":"The lock has been broken and you may now edit this view.","Go to the real page for this display":"Go to the real page for this display","Missing style plugin":"Missing style plugin","Change settings for this style":"Change settings for this style","View analysis":"View analysis","Rearrange @type":"Rearrange @type","Broken field @id":"Broken field @id","There are no @types available to add.":"There are no @types available to add.","Configure extra settings for @type %item":"Configure extra settings for @type %item","Clear Views\' cache":"Clear Views\' cache","Add Views signature to all SQL queries":"Add Views signature to all SQL queries","Disable views data caching":"Disable views data caching","Views caches data about tables, modules and views available, to increase performance. By checking this box, Views will skip this cache and always rebuild this data when needed. This can have a serious performance impact on your site.":"Views caches data about tables, modules and views available, to increase performance. By checking this box, Views will skip this cache and always rebuild this data when needed. This can have a serious performance impact on your site.","Show other queries run during render during live preview":"Show other queries run during render during live preview","Drupal has the potential to run many queries while a view is being rendered. Checking this box will display every query run during view render as part of the live preview.":"Drupal has the potential to run many queries while a view is being rendered. Checking this box will display every query run during view render as part of the live preview.","View analysis can find nothing to report.":"View analysis can find nothing to report.","This view has only a default display and therefore will not be placed anywhere on your site; perhaps you want to add a page or a block display.":"This view has only a default display and therefore will not be placed anywhere on your site; perhaps you want to add a page or a block display.","Reduce duplicates":"Reduce duplicates","Default settings for this view.":"Default settings for this view.","Display the view as a page, with a URL and menu links.":"Display the view as a page, with a URL and menu links.","Display the view as a block.":"Display the view as a block.","Attachments added to other displays to achieve multiple views in the same view.":"Attachments added to other displays to achieve multiple views in the same view.","Display the view as a feed, such as an RSS feed.":"Display the view as a feed, such as an RSS feed.","Displays rows one after another.":"Displays rows one after another.","HTML List":"HTML List","Displays rows in a grid.":"Displays rows in a grid.","Displays rows in a table.":"Displays rows in a table.","Displays the default summary as a list.":"Displays the default summary as a list.","Displays the summary unformatted, with option for one after another or inline.":"Displays the summary unformatted, with option for one after another or inline.","Generates an RSS feed from a view.":"Generates an RSS feed from a view.","Displays the fields with an optional template.":"Displays the fields with an optional template.","Will be available to all users.":"Will be available to all users.","Access will be granted to users with any of the specified roles.":"Access will be granted to users with any of the specified roles.","No caching of Views data.":"No caching of Views data.","Time-based":"Time-based","Simple time-based caching of data.":"Simple time-based caching of data.","sort criteria":"sort criteria","Sort criterion":"Sort criterion","sort criterion":"sort criterion","Aggregator items are imported from external RSS and Atom news feeds.":"Aggregator items are imported from external RSS and Atom news feeds.","The title of the aggregator item.":"The title of the aggregator item.","The link to the original source URL of the item.":"The link to the original source URL of the item.","The author of the original imported item.":"The author of the original imported item.","The actual content of the imported item.":"The actual content of the imported item.","The date the original feed item was posted. (With some feeds, this will be the date it was imported.)":"The date the original feed item was posted. (With some feeds, this will be the date it was imported.)","Feed ID":"Feed ID","The unique ID of the aggregator feed.":"The unique ID of the aggregator feed.","The title of the aggregator feed.":"The title of the aggregator feed.","The link to the source URL of the feed.":"The link to the source URL of the feed.","The date the feed was last checked for new content.":"The date the feed was last checked for new content.","The description of the aggregator feed.":"The description of the aggregator feed.","Display the aggregator item using the data from the original source.":"Display the aggregator item using the data from the original source.","The book the node is in.":"The book the node is in.","The weight of the book page.":"The weight of the book page.","The depth of the book page in the hierarchy; top level books have a depth of 1.":"The depth of the book page in the hierarchy; top level books have a depth of 1.","The parent book node.":"The parent book node.","The title of the comment.":"The title of the comment.","The name of the comment\'s author. Can be rendered as a link to the author\'s homepage.":"The name of the comment\'s author. Can be rendered as a link to the author\'s homepage.","The website address of the comment\'s author. Can be rendered as a link. Will be empty if the author is a registered user.":"The website address of the comment\'s author. Can be rendered as a link. Will be empty if the author is a registered user.","Post date":"Post date","Node link":"Node link","The User ID of the comment\'s author.":"The User ID of the comment\'s author.","Parent CID":"Parent CID","Last comment time":"Last comment time","Date and time of when the last comment was posted.":"Date and time of when the last comment was posted.","Last comment author":"Last comment author","The name of the author of the last posted comment.":"The name of the author of the last posted comment.","Comment count":"Comment count","The number of comments a node has.":"The number of comments a node has.","Updated/commented date":"Updated/commented date","The number of new comments on the node.":"The number of new comments on the node.","Comment status":"Comment status","User posted or commented":"User posted or commented","Display nodes only if a user posted the node or commented on the node.":"Display nodes only if a user posted the node or commented on the node.","Display the comment as RSS.":"Display the comment as RSS.","Provide a simple link to the user contact page.":"Provide a simple link to the user contact page.","Whether or not the node is published.":"Whether or not the node is published.","Created year + month":"Created year + month","Created year":"Created year","Created month":"Created month","Created day":"Created day","Created week":"Created week","Updated year + month":"Updated year + month","Updated year":"Updated year","Updated month":"Updated month","Updated day":"Updated day","Updated week":"Updated week","Provide a simple link to revert to the revision.":"Provide a simple link to revert to the revision.","Filter by access.":"Filter by access.","Has new content":"Has new content","Display %display has no access control but does not contain a filter for published nodes.":"Display %display has no access control but does not contain a filter for published nodes.","The score of the search item. This will not be used if the search filter is not also present.":"The score of the search item. This will not be used if the search filter is not also present.","Total views":"Total views","The total number of times the node has been viewed.":"The total number of times the node has been viewed.","Views today":"Views today","The total number of times the node has been viewed today.":"The total number of times the node has been viewed today.","Most recent view":"Most recent view","The most recent time the node has been viewed.":"The most recent time the node has been viewed.","Files maintained by Drupal and various modules.":"Files maintained by Drupal and various modules.","Taxonomy terms are attached to nodes.":"Taxonomy terms are attached to nodes.","Filter the results of \\"Taxonomy: Term\\" to a particular vocabulary.":"Filter the results of \\"Taxonomy: Term\\" to a particular vocabulary.","Display all taxonomy terms associated with a node from specified vocabularies.":"Display all taxonomy terms associated with a node from specified vocabularies.","The parent term of the term. This can produce duplicate entries if you are using a vocabulary that allows multiple parents.":"The parent term of the term. This can produce duplicate entries if you are using a vocabulary that allows multiple parents.","The user ID":"The user ID","The user or author name.":"The user or author name.","Email address for a given user. This field is normally not shown to users, so be cautious when using it.":"Email address for a given user. This field is normally not shown to users, so be cautious when using it.","User ID from URL":"User ID from URL","User ID from logged in user":"User ID from logged in user","Randomize the display order.":"Randomize the display order.","Null":"Null","Provide custom text or link.":"Provide custom text or link.","View result counter":"View result counter","Displays the actual position of the view result":"Displays the actual position of the view result","No user":"No user","Show teaser-style link":"Show teaser-style link","Link this field to new comments":"Link this field to new comments","Contact %user":"Contact %user","Unknown language":"Unknown language","Check for new comments as well":"Check for new comments as well","Alternative sort":"Alternative sort","Alternate sort order":"Alternate sort order","On empty input":"On empty input","Show None":"Show None","Search for either of the two terms with uppercase <strong>OR</strong>. For example, <strong>cats OR dogs</strong>.":"Search for either of the two terms with uppercase <strong>OR</strong>. For example, <strong>cats OR dogs</strong>.","Display score":"Display score","Link this field to download the file":"Link this field to download the file","The depth will match nodes tagged with terms in the hierarchy. For example, if you have the term \\"fruit\\" and a child term \\"apple\\", with a depth of 1 (or higher) then filtering for the term \\"fruit\\" will get nodes that are tagged with \\"apple\\" as well as \\"fruit\\". If negative, the reverse is true; searching for \\"apple\\" will also pick up nodes tagged with \\"fruit\\" if depth is -1 (or lower).":"The depth will match nodes tagged with terms in the hierarchy. For example, if you have the term \\"fruit\\" and a child term \\"apple\\", with a depth of 1 (or higher) then filtering for the term \\"fruit\\" will get nodes that are tagged with \\"apple\\" as well as \\"fruit\\". If negative, the reverse is true; searching for \\"apple\\" will also pick up nodes tagged with \\"fruit\\" if depth is -1 (or lower).","No vocabulary":"No vocabulary","Link this field to its term page":"Link this field to its term page","Limit terms by vocabulary":"Limit terms by vocabulary","Select which vocabulary to show terms for in the regular options.":"Select which vocabulary to show terms for in the regular options.","Dropdown":"Dropdown","Show hierarchy in dropdown":"Show hierarchy in dropdown","An invalid vocabulary is selected. Please change it in the options.":"An invalid vocabulary is selected. Please change it in the options.","Select terms from vocabulary @voc":"Select terms from vocabulary @voc","Select terms":"Select terms","Is the logged in user":"Is the logged in user","Usernames":"Usernames","Enter a comma separated list of user names.":"Enter a comma separated list of user names.","Also look for a node and use the node author":"Also look for a node and use the node author","Restrict user based on role":"Restrict user based on role","If no roles are selected, users from any role will be allowed.":"If no roles are selected, users from any role will be allowed.","Unrestricted":"Unrestricted","No role(s) selected":"No role(s) selected","Multiple roles":"Multiple roles","You must select at least one role if type is \\"by role\\"":"You must select at least one role if type is \\"by role\\"","PHP validate code":"PHP validate code","Never cache":"Never cache","Query results":"Query results","Rendered output":"Rendered output","Broken field":"Broken field","Change the title that this display will use.":"Change the title that this display will use.","Use AJAX":"Use AJAX","Change whether or not this display will use AJAX.":"Change whether or not this display will use AJAX.","Change this display\'s pager setting.":"Change this display\'s pager setting.","Specify whether this display will provide a \\"more\\" link.":"Specify whether this display will provide a \\"more\\" link.","Specify access control type for this display.":"Specify access control type for this display.","Change settings for this access type.":"Change settings for this access type.","Specify caching type for this display.":"Specify caching type for this display.","Change settings for this caching type.":"Change settings for this caching type.","Link display":"Link display","Exposed form in block":"Exposed form in block","Allow the exposed form to appear in a block instead of the view.":"Allow the exposed form to appear in a block instead of the view.","The title of this view":"The title of this view","This title will be displayed with the view, wherever titles are normally displayed; i.e, as the page title, block title, etc.":"This title will be displayed with the view, wherever titles are normally displayed; i.e, as the page title, block title, etc.","Unless you\'re experiencing problems with pagers related to this view, you should leave this at 0. If using multiple pagers on one page you may need to set this number to a higher value so as not to conflict within the ?page= array. Large values will add a lot of commas to your URLs, so avoid if possible.":"Unless you\'re experiencing problems with pagers related to this view, you should leave this at 0. If using multiple pagers on one page you may need to set this number to a higher value so as not to conflict within the ?page= array. Large values will add a lot of commas to your URLs, so avoid if possible.","Add a more link to the bottom of the display.":"Add a more link to the bottom of the display.","Create more link":"Create more link","The text to display for the more link.":"The text to display for the more link.","This will make the view display only distinct items. If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it does not always work. Note that this can slow queries down, so use it with caution.":"This will make the view display only distinct items. If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it does not always work. Note that this can slow queries down, so use it with caution.","Access restrictions":"Access restrictions","Access options":"Access options","Caching options":"Caching options","Display even if view has no result":"Display even if view has no result","How should this view be styled":"How should this view be styled","If the style you choose has settings, be sure to click the settings button that will appear next to it in the View summary.":"If the style you choose has settings, be sure to click the settings button that will appear next to it in the View summary.","Style options":"Style options","Row style options":"Row style options","How should each row in this view be styled":"How should each row in this view be styled","Which display to use for path":"Which display to use for path","Which display to use to get this display\'s path for things like summary links, rss feed links, more links, etc.":"Which display to use to get this display\'s path for things like summary links, rss feed links, more links, etc.","Put the exposed form in a block":"Put the exposed form in a block","If set, any exposed widgets will not appear with this view. Instead, a block will be made available to the Drupal block administration system, and the exposed form will appear there. Note that this block must be enabled manually, Views will not enable it for you.":"If set, any exposed widgets will not appear with this view. Instead, a block will be made available to the Drupal block administration system, and the exposed form will appear there. Note that this block must be enabled manually, Views will not enable it for you.","Display \\"@display\\" uses fields but there are none defined for it or all are excluded.":"Display \\"@display\\" uses fields but there are none defined for it or all are excluded.","Display \\"@display\\" uses a path but the path is undefined.":"Display \\"@display\\" uses a path but the path is undefined.","Display \\"@display\\" has an invalid style plugin.":"Display \\"@display\\" has an invalid style plugin.","Exposed form: @view-@display_id":"Exposed form: @view-@display_id","Attachment settings":"Attachment settings","Inherit exposed filters":"Inherit exposed filters","Multiple displays":"Multiple displays","Should this display inherit its exposed filter values from the parent display to which it is attached?":"Should this display inherit its exposed filter values from the parent display to which it is attached?","Attach before or after the parent display?":"Attach before or after the parent display?","Select which display or displays this should attach to.":"Select which display or displays this should attach to.","@view: @display":"@view: @display","Block admin description":"Block admin description","Using the site name":"Using the site name","Use the site name for the title":"Use the site name for the title","The feed icon will be available only to the selected displays.":"The feed icon will be available only to the selected displays.","No menu":"No menu","Normal: @title":"Normal: @title","Tab: @title":"Tab: @title","Change settings for the parent menu":"Change settings for the parent menu","The menu path or URL of this view":"The menu path or URL of this view","Menu item entry":"Menu item entry","No menu entry":"No menu entry","Normal menu entry":"Normal menu entry","Menu tab":"Menu tab","Default menu tab":"Default menu tab","Default tab options":"Default tab options","When providing a menu item as a tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>.":"When providing a menu item as a tab, Drupal needs to know what the parent menu item of that tab will be. Sometimes the parent will already exist, but other times you will need to have one created. The path of a parent item will always be the same path with the last part left off. i.e, if the path to this view is <em>foo/bar/baz</em>, the parent path would be <em>foo/bar</em>.","Already exists":"Already exists","If creating a parent menu item, enter the title of the item.":"If creating a parent menu item, enter the title of the item.","If creating a parent menu item, enter the description of the item.":"If creating a parent menu item, enter the description of the item.","\\"%\\" may not be used for the first segment of a path.":"\\"%\\" may not be used for the first segment of a path.","Views cannot create normal menu items for paths with a % in them.":"Views cannot create normal menu items for paths with a % in them.","A display whose path ends with a % cannot be a tab.":"A display whose path ends with a % cannot be a tab.","Title is required for this menu type.":"Title is required for this menu type.","Inline fields":"Inline fields","The separator may be placed between inline fields to keep them from squishing up next to each other. You can use HTML in this field.":"The separator may be placed between inline fields to keep them from squishing up next to each other. You can use HTML in this field.","You may optionally specify a field by which to group the records. Leave blank to not group.":"You may optionally specify a field by which to group the records. Leave blank to not group.","Style @style requires a row style but the row plugin is invalid.":"Style @style requires a row style but the row plugin is invalid.","Horizontal alignment will place items starting in the upper left and moving right. Vertical alignment will place items starting in the upper left and moving down.":"Horizontal alignment will place items starting in the upper left and moving right. Vertical alignment will place items starting in the upper left and moving down.","RSS description":"RSS description","This will appear in the RSS feed itself.":"This will appear in the RSS feed itself.","Display record count with link":"Display record count with link","Override number of items to display":"Override number of items to display","Display items inline":"Display items inline","You need at least one field before you can configure your table settings":"You need at least one field before you can configure your table settings","Override normal sorting if click sorting is used":"Override normal sorting if click sorting is used","Enable Drupal style \\"sticky\\" table headers (Javascript)":"Enable Drupal style \\"sticky\\" table headers (Javascript)","(Sticky header effects will not be active for preview below, only on live output.)":"(Sticky header effects will not be active for preview below, only on live output.)","Place fields into columns; you may combine multiple fields into the same column. If you do, the separator in the column specified will be used to separate the fields. Check the sortable box to make that column click sortable, and check the default sort radio to determine which column will be sorted by default, if any. You may control column order and field labels in the fields section.":"Place fields into columns; you may combine multiple fields into the same column. If you do, the separator in the column specified will be used to separate the fields. Check the sortable box to make that column click sortable, and check the default sort radio to determine which column will be sorted by default, if any. You may control column order and field labels in the fields section.","Parent link ID":"Parent link ID","Administration menu":"Administration menu","Language settings":"Language settings","Attempting to re-run cron while it is already running.":"Attempting to re-run cron while it is already running.","Cron run completed.":"Cron run completed.","Visitors":"Visitors","Module dependencies":"Module dependencies","Update translations":"Update translations","A boolean indicating whether this translation needs to be updated.":"A boolean indicating whether this translation needs to be updated.","Publishing status":"Publishing status","Language name":"Language name","Edit language":"Edit language","External links only":"External links only","Filter criteria":"Filter criteria","The content type %name has been updated.":"The content type %name has been updated.","The content type %name has been added.":"The content type %name has been added.","Contact form":"Contact form","Changes made in this table will not be saved until the form is submitted.":"Changes made in this table will not be saved until the form is submitted.","Block Content":"Block Content","Blue Lagoon (default)":"Blue Lagoon (default)","The requested page could not be found.":"The requested page could not be found.","Standard deviation":"Standard deviation","The user account %id does not exist.":"The user account %id does not exist.","Attempted to cancel non-existing user account: %id.":"Attempted to cancel non-existing user account: %id.","Requirements problem":"Requirements problem","Database configuration":"Database configuration","Select an installation profile":"Select an installation profile","Choose language":"Choose language","Select language":"Select language","No profiles available":"No profiles available","Drupal already installed":"Drupal already installed","Installing @drupal":"Installing @drupal","The installation has encountered an error.":"The installation has encountered an error.","Configure site":"Configure site","Installed %module module.":"Installed %module module.","Choose profile":"Choose profile","Verify requirements":"Verify requirements","Set up database":"Set up database","Set up translations":"Set up translations","Install site":"Install site","Finish translations":"Finish translations","By default, dates in this site will be displayed in the chosen time zone.":"By default, dates in this site will be displayed in the chosen time zone.","Update notifications":"Update notifications","Check for updates automatically":"Check for updates automatically","1 byte\\u0003@count bytes":"1 byte\\u0003@count bytes","Illegal choice %choice in %name element.":"Illegal choice %choice in %name element.","GD2 image manipulation toolkit":"GD2 image manipulation toolkit","Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files.":"Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files.","Right to left":"Right to left","Left to right":"Left to right","Add custom language":"Add custom language","Save language":"Save language","Direction that text in this language is presented.":"Direction that text in this language is presented.","String contains":"String contains","Leave blank to show all strings. The search is case sensitive.":"Leave blank to show all strings. The search is case sensitive.","Search in":"Search in","Both translated and untranslated strings":"Both translated and untranslated strings","Only translated strings":"Only translated strings","Only untranslated strings":"Only untranslated strings","Languages not yet added":"Languages not yet added","The language %language has been created.":"The language %language has been created.","The submitted string contains disallowed HTML: %string":"The submitted string contains disallowed HTML: %string","Importing interface translations":"Importing interface translations","Error importing interface translations":"Error importing interface translations","Attempted submission of a translation string with disallowed HTML: %string":"Attempted submission of a translation string with disallowed HTML: %string","Updated JavaScript translation file for the language %language.":"Updated JavaScript translation file for the language %language.","Created JavaScript translation file for the language %language.":"Created JavaScript translation file for the language %language.","An error occurred during creation of the JavaScript translation file for the language %language.":"An error occurred during creation of the JavaScript translation file for the language %language.","PHP Mbstring Extension":"PHP Mbstring Extension","Unicode library":"Unicode library","Could not convert XML encoding %s to UTF-8.":"Could not convert XML encoding %s to UTF-8.","The name of the feed (or the name of the website providing the feed).":"The name of the feed (or the name of the website providing the feed).","Add a feed in RSS, RDF or Atom format. A feed may only have one entry.":"Add a feed in RSS, RDF or Atom format. A feed may only have one entry.","Update items":"Update items","The block %info was assigned to the invalid region %region and has been disabled.":"The block %info was assigned to the invalid region %region and has been disabled.","The content type for the %add-child link must be one of those selected as an allowed book outline type.":"The content type for the %add-child link must be one of those selected as an allowed book outline type.","Save book pages":"Save book pages","This book has been modified by another user, the changes could not be saved.":"This book has been modified by another user, the changes could not be saved.","Title changed from %original to %current.":"Title changed from %original to %current.","Updated book %title.":"Updated book %title.","book: updated %title.":"book: updated %title.","Update book outline":"Update book outline","Remove from book outline":"Remove from book outline","No changes were made":"No changes were made","The post has been added to the selected book. You may now position it relative to other pages.":"The post has been added to the selected book. You may now position it relative to other pages.","The book outline has been updated.":"The book outline has been updated.","There was an error adding the post to the book.":"There was an error adding the post to the book.","%title has associated child pages, which will be relocated automatically to maintain their connection to the book. To recreate the hierarchy (as it was before removing this page), %title may be added again using the Outline tab, and each of its former child pages will need to be relocated manually.":"%title has associated child pages, which will be relocated automatically to maintain their connection to the book. To recreate the hierarchy (as it was before removing this page), %title may be added again using the Outline tab, and each of its former child pages will need to be relocated manually.","%title may be added to hierarchy again using the Outline tab.":"%title may be added to hierarchy again using the Outline tab.","Are you sure you want to remove %title from the book hierarchy?":"Are you sure you want to remove %title from the book hierarchy?","The post has been removed from the book.":"The post has been removed from the book.","Show a printer-friendly version of this book page and its sub-pages.":"Show a printer-friendly version of this book page and its sub-pages.","Show block on all pages":"Show block on all pages","Show block only on book pages":"Show block only on book pages","If <em>Show block on all pages</em> is selected, the block will contain the automatically generated menus for all of the site\'s books. If <em>Show block only on book pages</em> is selected, the block will contain only the one menu corresponding to the current page\'s book. In this case, if the current page is not in a book, no block will be displayed. The <em>Page specific visibility settings</em> or other visibility settings can be used in addition to selectively display this block.":"If <em>Show block on all pages</em> is selected, the block will contain the automatically generated menus for all of the site\'s books. If <em>Show block only on book pages</em> is selected, the block will contain only the one menu corresponding to the current page\'s book. In this case, if the current page is not in a book, no block will be displayed. The <em>Page specific visibility settings</em> or other visibility settings can be used in addition to selectively display this block.","This is the top-level page in this book.":"This is the top-level page in this book.","No book selected.":"No book selected.","%title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically.":"%title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically.","Re-order book pages and change titles":"Re-order book pages and change titles","Book page":"Book page","Delete the selected comments":"Delete the selected comments","Allows users to comment on and discuss published content.":"Allows users to comment on and discuss published content.","Example: \'website feedback\' or \'product information\'.":"Example: \'website feedback\' or \'product information\'.","Enables the use of both personal and site-wide contact forms.":"Enables the use of both personal and site-wide contact forms.","View events that have recently been logged.":"View events that have recently been logged.","Top \'page not found\' errors":"Top \'page not found\' errors","View \'page not found\' errors (404s).":"View \'page not found\' errors (404s).","Top \'access denied\' errors":"Top \'access denied\' errors","View \'access denied\' errors (403s).":"View \'access denied\' errors (403s).","Logs and records system events to the database.":"Logs and records system events to the database.","No roles may use this format":"No roles may use this format","Allowed HTML tags: @tags":"Allowed HTML tags: @tags","Anchors are used to make links to other pages.":"Anchors are used to make links to other pages.","By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra \\" /\\" inside the tag to maintain XHTML 1.0 compatibility":"By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra \\" /\\" inside the tag to maintain XHTML 1.0 compatibility","Text with <br />line break":"Text with <br />line break","By default paragraph tags are automatically added, so use this tag to add additional ones.":"By default paragraph tags are automatically added, so use this tag to add additional ones.","Paragraph one.":"Paragraph one.","Paragraph two.":"Paragraph two.","Strong":"Strong","Emphasized":"Emphasized","Cited":"Cited","Coded text used to show programming source code":"Coded text used to show programming source code","Coded":"Coded","Bolded":"Bolded","Italicized":"Italicized","Superscripted":"Superscripted","<sup>Super</sup>scripted":"<sup>Super</sup>scripted","Subscripted":"Subscripted","<sub>Sub</sub>scripted":"<sub>Sub</sub>scripted","<abbr title=\\"Abbreviation\\">Abbrev.</abbr>":"<abbr title=\\"Abbreviation\\">Abbrev.</abbr>","<acronym title=\\"Three-Letter Acronym\\">TLA</acronym>":"<acronym title=\\"Three-Letter Acronym\\">TLA</acronym>","Block quoted":"Block quoted","Quoted inline":"Quoted inline","Table header":"Table header","Table cell":"Table cell","Ordered list - use the &lt;li&gt; to begin each list item":"Ordered list - use the &lt;li&gt; to begin each list item","Second item":"Second item","Unordered list - use the &lt;li&gt; to begin each list item":"Unordered list - use the &lt;li&gt; to begin each list item","Definition lists are similar to other HTML lists. &lt;dl&gt; begins the definition list, &lt;dt&gt; begins the definition term and &lt;dd&gt; begins the definition description.":"Definition lists are similar to other HTML lists. &lt;dl&gt; begins the definition list, &lt;dt&gt; begins the definition term and &lt;dd&gt; begins the definition description.","First term":"First term","First definition":"First definition","Second term":"Second term","Second definition":"Second definition","Subtitle three":"Subtitle three","Subtitle four":"Subtitle four","Subtitle five":"Subtitle five","Subtitle six":"Subtitle six","Tag Description":"Tag Description","You Type":"You Type","You Get":"You Get","No help provided for tag %tag.":"No help provided for tag %tag.","Quotation mark":"Quotation mark","Character Description":"Character Description","Lines and paragraphs break automatically.":"Lines and paragraphs break automatically.","Compose tips":"Compose tips","Short but meaningful name for this collection of threaded discussions.":"Short but meaningful name for this collection of threaded discussions.","Description and guidelines for discussions within this forum.":"Description and guidelines for discussions within this forum.","Short but meaningful name for this collection of related forums.":"Short but meaningful name for this collection of related forums.","Default number of forum topics displayed per page.":"Default number of forum topics displayed per page.","Default display order for topics.":"Default display order for topics.","Containers are usually placed at the top (root) level, but may also be placed inside another container or forum.":"Containers are usually placed at the top (root) level, but may also be placed inside another container or forum.","Forums may be placed at the top (root) level, or inside another container or forum.":"Forums may be placed at the top (root) level, or inside another container or forum.","Forum topic":"Forum topic","You are not allowed to post new content in the forum.":"You are not allowed to post new content in the forum.","Manages the display of online help.":"Manages the display of online help.","This page exports the translated strings used by your site. An export file may be in Gettext Portable Object (<em>.po</em>) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (<em>.pot</em>) form, which includes the original strings only (used to create new translations with a Gettext translation editor).":"This page exports the translated strings used by your site. An export file may be in Gettext Portable Object (<em>.po</em>) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (<em>.pot</em>) form, which includes the original strings only (used to create new translations with a Gettext translation editor).","Submission form settings":"Submission form settings","The machine-readable name must contain only lowercase letters, numbers, and underscores.":"The machine-readable name must contain only lowercase letters, numbers, and underscores.","Added content type %name.":"Added content type %name.","Changed the content type of 1 post from %old-type to %type.\\u0003Changed the content type of @count posts from %old-type to %type.":"Changed the content type of 1 post from %old-type to %type.\\u0003Changed the content type of @count posts from %old-type to %type.","Are you sure you want to rebuild the permissions on site content?":"Are you sure you want to rebuild the permissions on site content?","This action rebuilds all permissions on site content, and may be a lengthy process. This action cannot be undone.":"This action rebuilds all permissions on site content, and may be a lengthy process. This action cannot be undone.","language":"language","An error occurred and processing did not complete.":"An error occurred and processing did not complete.","Copy of the revision from %date.":"Copy of the revision from %date.","Revision from %revision-date of @type %title has been deleted.":"Revision from %revision-date of @type %title has been deleted.","@type: reverted %title revision %revision.":"@type: reverted %title revision %revision.","The content access permissions need to be rebuilt.":"The content access permissions need to be rebuilt.","Rebuilding content access permissions":"Rebuilding content access permissions","Content permissions have been rebuilt.":"Content permissions have been rebuilt.","The content access permissions have not been properly rebuilt.":"The content access permissions have not been properly rebuilt.","Revert to earlier revision":"Revert to earlier revision","Delete earlier revision":"Delete earlier revision","Allows content to be submitted to the site and displayed on pages.":"Allows content to be submitted to the site and displayed on pages.","The alias %alias is already in use in this language.":"The alias %alias is already in use in this language.","The alias has been saved.":"The alias has been saved.","Are you sure you want to delete path alias %title?":"Are you sure you want to delete path alias %title?","Filter aliases":"Filter aliases","Enter the path you wish to create the alias for, followed by the name of the new alias.":"Enter the path you wish to create the alias for, followed by the name of the new alias.","URL aliases":"URL aliases","Edit alias":"Edit alias","Delete alias":"Delete alias","Add alias":"Add alias","Allows users to rename URLs.":"Allows users to rename URLs.","Indexing throttle":"Indexing throttle","Number of items to index per cron run":"Number of items to index per cron run","Indexing settings":"Indexing settings","Whether to apply a simple Chinese/Japanese/Korean tokenizer based on overlapping sequences. Turn this off if you want to use an external preprocessor for this instead. Does not affect other languages.":"Whether to apply a simple Chinese/Japanese/Korean tokenizer based on overlapping sequences. Turn this off if you want to use an external preprocessor for this instead. Does not affect other languages.","Search form":"Search form","Top search phrases":"Top search phrases","View most popular search phrases.":"View most popular search phrases.","Enables site-wide keyword searching.":"Enables site-wide keyword searching.","Content viewing counter settings":"Content viewing counter settings","Count content views":"Count content views","Increment a counter each time content is viewed.":"Increment a counter each time content is viewed.","Popular content":"Popular content","How many content items to display in \\"all time\\" list.":"How many content items to display in \\"all time\\" list.","How many content items to display in \\"recently viewed\\" list.":"How many content items to display in \\"recently viewed\\" list.","Today\'s:":"Today\'s:","All time:":"All time:","Last viewed:":"Last viewed:","Logs and records system events to syslog.":"Logs and records system events to syslog.","User pictures in posts":"User pictures in posts","User pictures in comments":"User pictures in comments","Shortcut icon":"Shortcut icon","Upload logo image":"Upload logo image","Shortcut icon settings":"Shortcut icon settings","If you don\'t have direct file access to the server, use this field to upload your shortcut icon.":"If you don\'t have direct file access to the server, use this field to upload your shortcut icon.","@module (<span class=\\"admin-missing\\">missing</span>)":"@module (<span class=\\"admin-missing\\">missing</span>)","The following modules will be completely uninstalled from your site, and <em>all data from these modules will be lost</em>!":"The following modules will be completely uninstalled from your site, and <em>all data from these modules will be lost</em>!","Confirm uninstall":"Confirm uninstall","Would you like to continue with uninstalling the above?":"Would you like to continue with uninstalling the above?","No modules selected.":"No modules selected.","The selected modules have been uninstalled.":"The selected modules have been uninstalled.","Default 403 (access denied) page":"Default 403 (access denied) page","Default 404 (not found) page":"Default 404 (not found) page","Caches cleared.":"Caches cleared.","Select an image processing toolkit":"Select an image processing toolkit","Number of items in each feed":"Number of items in each feed","Default number of items to include in each feed.":"Default number of items to include in each feed.","Feed content":"Feed content","Titles plus teaser":"Titles plus teaser","Global setting for the default display of content items in each feed.":"Global setting for the default display of content items in each feed.","Formatting":"Formatting","Cron run failed.":"Cron run failed.","No modules are available to uninstall.":"No modules are available to uninstall.","This page shows you all available administration tasks for each module.":"This page shows you all available administration tasks for each module.","The <em>Powered by Drupal</em> block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.":"The <em>Powered by Drupal</em> block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.","Powered by Drupal":"Powered by Drupal","Could not delete temporary file \\"%path\\" during garbage collection":"Could not delete temporary file \\"%path\\" during garbage collection","Compact mode":"Compact mode","Image toolkit":"Image toolkit","Choose which image toolkit to use if you have installed optional toolkits.":"Choose which image toolkit to use if you have installed optional toolkits.","RSS publishing":"RSS publishing","Date and time":"Date and time","-1 (Unlimited)":"-1 (Unlimited)","Your PHP installation is too old. Drupal requires at least PHP %version.":"Your PHP installation is too old. Drupal requires at least PHP %version.","PHP memory limit":"PHP memory limit","Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the installation process.":"Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the installation process.","Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the update process.":"Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the update process.","Depending on your configuration, Drupal can run with a %memory_limit PHP memory limit. However, a %memory_minimum_limit PHP memory limit or above is recommended, especially if your site uses additional custom or contributed modules.":"Depending on your configuration, Drupal can run with a %memory_limit PHP memory limit. However, a %memory_minimum_limit PHP memory limit or above is recommended, especially if your site uses additional custom or contributed modules.","Increase the memory limit by editing the memory_limit parameter in the file %configuration-file and then restart your web server (or contact your system administrator or hosting provider for assistance).":"Increase the memory limit by editing the memory_limit parameter in the file %configuration-file and then restart your web server (or contact your system administrator or hosting provider for assistance).","Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit.":"Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit.","Not protected":"Not protected","The file %file is not protected from modifications and poses a security risk. You must change the file\'s permissions to be non-writable.":"The file %file is not protected from modifications and poses a security risk. You must change the file\'s permissions to be non-writable.","Cron has not run recently.":"Cron has not run recently.","Cron maintenance tasks":"Cron maintenance tasks","The directory %directory is not writable.":"The directory %directory is not writable.","Writable (<em>public</em> download method)":"Writable (<em>public</em> download method)","Writable (<em>private</em> download method)":"Writable (<em>private</em> download method)","Access to update.php":"Access to update.php","Handles general site configuration for administrators.":"Handles general site configuration for administrators.","Reset to alphabetical":"Reset to alphabetical","Terms are displayed in ascending order by weight.":"Terms are displayed in ascending order by weight.","Weight value must be numeric.":"Weight value must be numeric.","Are you sure you want to reset the vocabulary %title to alphabetical order?":"Are you sure you want to reset the vocabulary %title to alphabetical order?","Resetting a vocabulary will discard all custom ordering and sort items alphabetically.":"Resetting a vocabulary will discard all custom ordering and sort items alphabetically.","Reset vocabulary %name to alphabetical order.":"Reset vocabulary %name to alphabetical order.","Translation settings":"Translation settings","This translation needs to be updated":"This translation needs to be updated","Unknown release date":"Unknown release date","Last checked: @time ago":"Last checked: @time ago","Last checked: never":"Last checked: never","Includes: %includes":"Includes: %includes","Select how frequently you want to automatically check for new releases of your currently installed modules and themes.":"Select how frequently you want to automatically check for new releases of your currently installed modules and themes.","Here you can find information about available updates for your installed modules and themes. Note that each module or theme is part of a \\"project\\", which may or may not have the same name, and might include multiple modules or themes within it.":"Here you can find information about available updates for your installed modules and themes. Note that each module or theme is part of a \\"project\\", which may or may not have the same name, and might include multiple modules or themes within it.","Module and theme update status":"Module and theme update status","There are security updates available for one or more of your modules or themes. To ensure the security of your server, you should update immediately!":"There are security updates available for one or more of your modules or themes. To ensure the security of your server, you should update immediately!","There are updates available for one or more of your modules or themes. To ensure the proper functioning of your site, you should update as soon as possible.":"There are updates available for one or more of your modules or themes. To ensure the proper functioning of your site, you should update as soon as possible.","Get a status report about available updates for your installed modules and themes.":"Get a status report about available updates for your installed modules and themes.","%name has been deleted.":"%name has been deleted.","You must enter a username.":"You must enter a username.","The username cannot begin with a space.":"The username cannot begin with a space.","The username cannot end with a space.":"The username cannot end with a space.","The username cannot contain multiple spaces in a row.":"The username cannot contain multiple spaces in a row.","The username contains an illegal character.":"The username contains an illegal character.","The username %name is too long: it must be %max characters or less.":"The username %name is too long: it must be %max characters or less.","Enter the password that accompanies your username.":"Enter the password that accompanies your username.","Unblock the selected users":"Unblock the selected users","Block the selected users":"Block the selected users","Deleted user: %name %email.":"Deleted user: %name %email.","Edit role":"Edit role","Manages the user registration and login system.":"Manages the user registration and login system.","Language list":"Language list","File extension":"File extension","wide":"wide","The title is used as a tool tip when the user hovers the mouse over the image.":"The title is used as a tool tip when the user hovers the mouse over the image.","Progress indicator":"Progress indicator","Bar with progress meter":"Bar with progress meter","Throbber":"Throbber","Path settings":"Path settings","The file upload failed. %upload":"The file upload failed. %upload","URL to file":"URL to file","An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (@size) that this server supports.":"An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (@size) that this server supports.","Starting upload...":"Starting upload...","Uploading... (@current of @total)":"Uploading... (@current of @total)","Your server is capable of displaying file upload progress using APC RFC1867. Note that only one upload at a time is supported. It is recommended to use the <a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress library</a> if possible.":"Your server is capable of displaying file upload progress using APC RFC1867. Note that only one upload at a time is supported. It is recommended to use the <a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress library</a> if possible.","Enabled (<a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress</a>)":"Enabled (<a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress</a>)","Upload progress":"Upload progress","Preferred language":"Preferred language","Number field":"Number field","Styles":"Styles","Posted on":"Posted on","Page count":"Page count","The size of the file in bytes.":"The size of the file in bytes.","Interface":"Interface","@size KB":"@size KB","@size MB":"@size MB","@size GB":"@size GB","@size TB":"@size TB","@size PB":"@size PB","@size EB":"@size EB","@size ZB":"@size ZB","@size YB":"@size YB","All messages":"All messages","Serialized":"Serialized","Discard changes":"Discard changes","Text format":"Text format","No new posts":"No new posts","Sticky topic":"Sticky topic","Emergency":"Emergency","The name of the site.":"The name of the site.","The name of the term.":"The name of the term.","Optional features":"Optional features","Administrative title":"Administrative title","Administrative description":"Administrative description","Title override":"Title override","Style settings":"Style settings","Views Block":"Views Block","Show description":"Show description","Alert":"Alert","Critical":"Critical","Top center":"Top center","Bottom center":"Bottom center","Content Translation":"Content Translation","Translation needs update":"Translation needs update","Warnings":"Warnings","Format string":"Format string","Add format":"Add format","Delete date format":"Delete date format","Content type name":"Content type name","Taxonomy Term":"Taxonomy Term","Slate":"Slate","Author name":"Author name","Check settings":"Check settings","@field_name (Locked)":"@field_name (Locked)","- Select a field type -":"- Select a field type -","- Select an existing field -":"- Select an existing field -","Add new field: you need to provide a label.":"Add new field: you need to provide a label.","The field %field is locked and cannot be edited.":"The field %field is locked and cannot be edited.","%name must be a number.":"%name must be a number.","(first item is 0)":"(first item is 0)","(start from last values)":"(start from last values)","New group":"New group","Regional settings":"Regional settings","Content moderation":"Content moderation","Unsigned":"Unsigned","Number of pages":"Number of pages","The weight of this term in relation to other terms.":"The weight of this term in relation to other terms.","Help text to display for the vocabulary.":"Help text to display for the vocabulary.","Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)":"Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)","The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)":"The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)","Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled)":"Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled)","Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled)":"Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled)","Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled)":"Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled)","The weight of the vocabulary in relation to other vocabularies.":"The weight of the vocabulary in relation to other vocabularies.","Views settings":"Views settings","Rotate":"Rotate","Relative date":"Relative date","Remove selected":"Remove selected","Facility":"Facility","Page bottom":"Page bottom","Show links":"Show links","Lock":"Lock","Limited":"Limited","Current revision":"Current revision","Definitions":"Definitions","Drupal 6":"Drupal 6","Drupal 7":"Drupal 7","URL of the origin of the event.":"URL of the origin of the event.","Referer":"Referer","Hostname of the user who triggered the event.":"Hostname of the user who triggered the event.","Database is encoded in UTF-8":"Database is encoded in UTF-8","Drupal could not determine the encoding of the database was set to UTF-8":"Drupal could not determine the encoding of the database was set to UTF-8","PostgreSQL has initialized itself.":"PostgreSQL has initialized itself.","Structure":"Structure","Workflows":"Workflows","Default values":"Default values","Saving":"Saving","Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.":"Select the test(s) or test group(s) you would like to run, and click <em>Run tests</em>.","All (@count)":"All (@count)","Pass (@count)":"Pass (@count)","Fail (@count)":"Fail (@count)","Return to list":"Return to list","Clear results after each complete test suite run":"Clear results after each complete test suite run","Provide verbose information when running tests":"Provide verbose information when running tests","The verbose data will be printed along with the standard assertions and is useful for debugging. The verbose data will be erased between each test suite run. The verbose data output is very detailed and should only be used when debugging.":"The verbose data will be printed along with the standard assertions and is useful for debugging. The verbose data will be erased between each test suite run. The verbose data output is very detailed and should only be used when debugging.","HTTP auth settings to be used by the SimpleTest browser during testing. Useful when the site requires basic HTTP authentication.":"HTTP auth settings to be used by the SimpleTest browser during testing. Useful when the site requires basic HTTP authentication.","The test run did not successfully finish.":"The test run did not successfully finish.","Clear results is disabled and the test results table will not be cleared.":"Clear results is disabled and the test results table will not be cleared.","No leftover tables to remove.":"No leftover tables to remove.","1 debug message\\u0003@count debug messages":"1 debug message\\u0003@count debug messages","Removed 1 test result.\\u0003Removed @count test results.":"Removed 1 test result.\\u0003Removed @count test results.","Removed 1 leftover table.\\u0003Removed @count leftover tables.":"Removed 1 leftover table.\\u0003Removed @count leftover tables.","Removed 1 temporary directory.\\u0003Removed @count temporary directories.":"Removed 1 temporary directory.\\u0003Removed @count temporary directories.","Test result":"Test result","Node status":"Node status","Edit style":"Edit style","All content":"All content","Provider name":"Provider name","Moderation state":"Moderation state","Maximum file size":"Maximum file size","Machine name:":"Machine name:","Content statistics":"Content statistics","Translation files":"Translation files","Upgrade":"Upgrade","Delete items":"Delete items","Fetcher":"Fetcher","This permission is inherited from the authenticated user role.":"This permission is inherited from the authenticated user role.","Alternative text":"Alternative text","Seven":"Seven","Filter format":"Filter format","Target of the link, such as _blank, _parent or an iframe\'s name. This field is rarely used.":"Target of the link, such as _blank, _parent or an iframe\'s name. This field is rarely used.","@argument title":"@argument title","@argument input":"@argument input","Count the number 0 as empty":"Count the number 0 as empty","Hide if empty":"Hide if empty","Starting value":"Starting value","Specify the number the counter should start at.":"Specify the number the counter should start at.","Does not start with":"Does not start with","not_begins":"not_begins","Does not end with":"Does not end with","not_ends":"not_ends","The view %name has been saved.":"The view %name has been saved.","This filter can cause items that have more than one of the selected options to appear as duplicate results. If this filter causes duplicate results to occur, this checkbox can reduce those duplicates; however, the more terms it has to search for, the less performant the query will be, so use this with caution. Shouldn\'t be set on single-value fields, as it may cause values to disappear from display, if used on an incompatible field.":"This filter can cause items that have more than one of the selected options to appear as duplicate results. If this filter causes duplicate results to occur, this checkbox can reduce those duplicates; however, the more terms it has to search for, the less performant the query will be, so use this with caution. Shouldn\'t be set on single-value fields, as it may cause values to disappear from display, if used on an incompatible field.","Email of user that posted the comment. Will be empty if the author is a registered user.":"Email of user that posted the comment. Will be empty if the author is a registered user.","The taxonomy term ID for the term.":"The taxonomy term ID for the term.","The name for the vocabulary the term belongs to.":"The name for the vocabulary the term belongs to.","Choose which vocabularies you wish to relate. Remember that every term found will create a new record, so this relationship is best used on just one vocabulary that has only one term per node.":"Choose which vocabularies you wish to relate. Remember that every term found will create a new record, so this relationship is best used on just one vocabulary that has only one term per node.","The name of the role.":"The name of the role.","Hide empty fields":"Hide empty fields","Do not display fields, labels or markup for fields that are empty.":"Do not display fields, labels or markup for fields that are empty.","Title of the feed.":"Title of the feed.","Language select":"Language select","Site email address":"Site email address","The <em>From</em> address in automated emails sent during registration and new password requests, and other notifications. (Use an address ending in your site\'s domain to help prevent this email being flagged as spam.)":"The <em>From</em> address in automated emails sent during registration and new password requests, and other notifications. (Use an address ending in your site\'s domain to help prevent this email being flagged as spam.)","Administer forums":"Administer forums","This identifier is used by another handler.":"This identifier is used by another handler.","Length is shorter than":"Length is shorter than","shorter than":"shorter than","Length is longer than":"Length is longer than","longer than":"longer than","SQL Query":"SQL Query","Query will be generated and run using the Drupal database API.":"Query will be generated and run using the Drupal database API.","revision user":"revision user","Exposed form":"Exposed form","Cancel account":"Cancel account","Maximum number of characters":"Maximum number of characters","Current Theme":"Current Theme","An error occurred while processing %error_operation with arguments: @arguments":"An error occurred while processing %error_operation with arguments: @arguments","Base table":"Base table","Administrator role":"Administrator role","Inherit pager":"Inherit pager","Render pager":"Render pager","Render":"Render","Image scale":"Image scale","languages":"languages","No revision":"No revision","Requires a title":"Requires a title","CKEditor":"CKEditor","Formatter settings":"Formatter settings","Filter value":"Filter value","Entities":"Entities","Private files":"Private files","Operations links":"Operations links","Choose a block":"Choose a block","Toolbar buttons":"Toolbar buttons","Book ID":"Book ID","The unique ID of the comment.":"The unique ID of the comment.","The IP address of the computer the comment was posted from.":"The IP address of the computer the comment was posted from.","The email address left by the comment author.":"The email address left by the comment author.","The home page URL left by the comment author.":"The home page URL left by the comment author.","The formatted content of the comment itself.":"The formatted content of the comment itself.","The URL of the comment.":"The URL of the comment.","The URL of the comment\'s edit page.":"The URL of the comment\'s edit page.","The date the comment was posted.":"The date the comment was posted.","The comment\'s parent, if comment threading is active.":"The comment\'s parent, if comment threading is active.","New comment count":"New comment count","The unique ID of the node\'s latest revision.":"The unique ID of the node\'s latest revision.","The human-readable name of the node type.":"The human-readable name of the node type.","The URL of the node.":"The URL of the node.","The URL of the node\'s edit page.":"The URL of the node\'s edit page.","Date changed":"Date changed","The date the node was most recently updated.":"The date the node was most recently updated.","The number of visitors who have read the node.":"The number of visitors who have read the node.","The number of visitors who have read the node today.":"The number of visitors who have read the node today.","Last view":"Last view","The date on which a visitor last read the node.":"The date on which a visitor last read the node.","The slogan of the site.":"The slogan of the site.","The administrative email address for the site.":"The administrative email address for the site.","The URL of the site\'s front page.":"The URL of the site\'s front page.","Login page":"Login page","The URL of the site\'s login page.":"The URL of the site\'s login page.","The unique ID of the uploaded file.":"The unique ID of the uploaded file.","The name of the file on disk.":"The name of the file on disk.","The web-accessible URL for the file.":"The web-accessible URL for the file.","The date the file was most recently changed.":"The date the file was most recently changed.","The user who originally uploaded the file.":"The user who originally uploaded the file.","The unique ID of the taxonomy term.":"The unique ID of the taxonomy term.","The name of the taxonomy term.":"The name of the taxonomy term.","The optional description of the taxonomy term.":"The optional description of the taxonomy term.","The number of nodes tagged with the taxonomy term.":"The number of nodes tagged with the taxonomy term.","The URL of the taxonomy term.":"The URL of the taxonomy term.","The vocabulary the taxonomy term belongs to.":"The vocabulary the taxonomy term belongs to.","The parent term of the taxonomy term, if one exists.":"The parent term of the taxonomy term, if one exists.","The unique ID of the taxonomy vocabulary.":"The unique ID of the taxonomy vocabulary.","The name of the taxonomy vocabulary.":"The name of the taxonomy vocabulary.","The optional description of the taxonomy vocabulary.":"The optional description of the taxonomy vocabulary.","The number of nodes tagged with terms belonging to the taxonomy vocabulary.":"The number of nodes tagged with terms belonging to the taxonomy vocabulary.","Term count":"Term count","The number of terms belonging to the taxonomy vocabulary.":"The number of terms belonging to the taxonomy vocabulary.","The unique ID of the user account.":"The unique ID of the user account.","The login name of the user account.":"The login name of the user account.","The email address of the user account.":"The email address of the user account.","The URL of the account profile page.":"The URL of the account profile page.","The date the user last logged in to the site.":"The date the user last logged in to the site.","The date the user account was created.":"The date the user account was created.","Review log":"Review log","Sender name":"Sender name","Sender email":"Sender email","Archived":"Archived","Time zone settings":"Time zone settings","Total rows":"Total rows","Content Moderation":"Content Moderation","You are not allowed to access this page.":"You are not allowed to access this page.","Authorize file system changes":"Authorize file system changes","It appears you have reached this page in error.":"It appears you have reached this page in error.","authorize.php":"authorize.php","Cron could not run because an invalid key was used.":"Cron could not run because an invalid key was used.","Cron could not run because the site is in maintenance mode.":"Cron could not run because the site is in maintenance mode.","In your %settings_file file you have configured @drupal to use a %driver server, however your PHP installation currently does not support this database type.":"In your %settings_file file you have configured @drupal to use a %driver server, however your PHP installation currently does not support this database type.","We were unable to find any installation profiles. Installation profiles tell us what modules to enable and what schema to install in the database. A profile is necessary to continue with the installation process.":"We were unable to find any installation profiles. Installation profiles tell us what modules to enable and what schema to install in the database. A profile is necessary to continue with the installation process.","Congratulations, you installed @drupal!":"Congratulations, you installed @drupal!","Settings file":"Settings file","Site maintenance account":"Site maintenance account","Select the default country for the site.":"Select the default country for the site.","No pending updates.":"No pending updates.","1 pending update\\u0003@count pending updates":"1 pending update\\u0003@count pending updates","Unable to continue, no available methods of file transfer":"Unable to continue, no available methods of file transfer","To continue, provide your server connection details":"To continue, provide your server connection details","Connection method":"Connection method","Enter connection settings":"Enter connection settings","@backend connection settings":"@backend connection settings","Change connection type":"Change connection type","No active batch.":"No active batch.","Site under maintenance":"Site under maintenance","Archivers can only operate on local files: %file not supported":"Archivers can only operate on local files: %file not supported","The file %source could not be uploaded because a file by that name already exists in the destination %directory.":"The file %source could not be uploaded because a file by that name already exists in the destination %directory.","The file\'s name exceeds the 240 characters limit. Please rename the file and try again.":"The file\'s name exceeds the 240 characters limit. Please rename the file and try again.","%path is a directory and cannot be removed using file_unmanaged_delete().":"%path is a directory and cannot be removed using file_unmanaged_delete().","The file %path is not of a recognized type so it was not deleted.":"The file %path is not of a recognized type so it was not deleted.","The file permissions could not be set on %uri.":"The file permissions could not be set on %uri.","Completed @current of @total.":"Completed @current of @total.","Failed to run all tasks against the database server. The task %task wasn\'t found.":"Failed to run all tasks against the database server. The task %task wasn\'t found.","Failed to modify %settings. Verify the file permissions.":"Failed to modify %settings. Verify the file permissions.","Failed to open %settings. Verify the file permissions.":"Failed to open %settings. Verify the file permissions.","Required modules":"Required modules","Required modules not found.":"Required modules not found.","%module module uninstalled.":"%module module uninstalled.","Saint Barthélemy":"Saint Barthélemy","No strings available.":"No strings available.","JavaScript translation file %file.js was lost.":"JavaScript translation file %file.js was lost.","Operating in maintenance mode.":"Operating in maintenance mode.","Unable to determine the type of the source directory.":"Unable to determine the type of the source directory.","Cannot determine the type of project.":"Cannot determine the type of project.","Fatal error in update, cowardly refusing to wipe out the install directory.":"Fatal error in update, cowardly refusing to wipe out the install directory.","Unable to create %directory due to the following: %reason":"Unable to create %directory due to the following: %reason","Upload an OPML file containing a list of feeds to be imported.":"Upload an OPML file containing a list of feeds to be imported.","OPML Remote URL":"OPML Remote URL","Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.":"Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.","No new feed has been added.":"No new feed has been added.","The URL %url is invalid.":"The URL %url is invalid.","A feed named %title already exists.":"A feed named %title already exists.","A feed with the URL %url already exists.":"A feed with the URL %url already exists.","Fetchers download data from an external source. Choose a fetcher suitable for the external source you would like to download from.":"Fetchers download data from an external source. Choose a fetcher suitable for the external source you would like to download from.","Parsers transform downloaded data into standard structures. Choose a parser suitable for the type of feeds you would like to aggregate.":"Parsers transform downloaded data into standard structures. Choose a parser suitable for the type of feeds you would like to aggregate.","Processors act on parsed feed data, for example they store feed items. Choose the processors suitable for your task.":"Processors act on parsed feed data, for example they store feed items. Choose the processors suitable for your task.","For most aggregation tasks, the default settings are fine.":"For most aggregation tasks, the default settings are fine.","Default fetcher":"Default fetcher","Downloads data from a URL using Drupal\'s HTTP request handler.":"Downloads data from a URL using Drupal\'s HTTP request handler.","Default parser":"Default parser","Default processor":"Default processor","Creates lightweight records from feed items.":"Creates lightweight records from feed items.","Default processor settings":"Default processor settings","Number of items shown in listing pages":"Number of items shown in listing pages","Length of trimmed description":"Length of trimmed description","The maximum number of characters used in the trimmed version of content.":"The maximum number of characters used in the trimmed version of content.","Viewing feeds":"Viewing feeds","Adding, editing, and deleting feeds":"Adding, editing, and deleting feeds","Configuring cron":"Configuring cron","Administer news feeds":"Administer news feeds","View news feeds":"View news feeds","Controlling visibility":"Controlling visibility","Creating custom blocks":"Creating custom blocks","Demonstrate block regions (@theme)":"Demonstrate block regions (@theme)","Administer blocks":"Administer blocks","Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.":"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.","The block cannot be placed in this region.":"The block cannot be placed in this region.","No books available.":"No books available.","Content types allowed in book outlines":"Content types allowed in book outlines","Users with the %outline-perm permission can add all content types.":"Users with the %outline-perm permission can add all content types.","Administer book outlines":"Administer book outlines","Adding and managing book content":"Adding and managing book content","Printing books":"Printing books","Users with the <em>View printer-friendly books</em> permission can select the <em>printer-friendly version</em> link visible at the bottom of a book page\'s content to generate a printer-friendly display of the page and all of its subsections.":"Users with the <em>View printer-friendly books</em> permission can select the <em>printer-friendly version</em> link visible at the bottom of a book page\'s content to generate a printer-friendly display of the page and all of its subsections.","The book module offers a means to organize a collection of related content pages, collectively known as a book. When viewed, this content automatically displays links to adjacent book pages, providing a simple navigation system for creating and reviewing structured content.":"The book module offers a means to organize a collection of related content pages, collectively known as a book. When viewed, this content automatically displays links to adjacent book pages, providing a simple navigation system for creating and reviewing structured content.","Create new books":"Create new books","View printer-friendly books":"View printer-friendly books","View a book page and all of its sub-pages as a single document for ease of printing. Can be performance heavy.":"View a book page and all of its sub-pages as a single document for ease of printing. Can be performance heavy.","Allows users to create and organize related content in an outline.":"Allows users to create and organize related content in an outline.","Changing colors":"Changing colors","Allows administrators to change the color scheme of compatible themes.":"Allows administrators to change the color scheme of compatible themes.","Select one or more comments to perform the update on.":"Select one or more comments to perform the update on.","Deleted comment @cid and its replies.":"Deleted comment @cid and its replies.","Comment approved.":"Comment approved.","Tokens for comments posted on the site.":"Tokens for comments posted on the site.","Full comment":"Full comment","Unapproved comments (@count)":"Unapproved comments (@count)","Administer comments and comment settings":"Administer comments and comment settings","Edit own comments":"Edit own comments","Threading":"Threading","Show comment replies in a threaded list.":"Show comment replies in a threaded list.","Allow comment title":"Allow comment title","Show reply form on the same page as comments":"Show reply form on the same page as comments","Users with the \\"Post comments\\" permission can post comments.":"Users with the \\"Post comments\\" permission can post comments.","Users cannot post comments, but existing comments will be displayed.":"Users cannot post comments, but existing comments will be displayed.","Comments are hidden from view.":"Comments are hidden from view.","Users cannot post comments.":"Users cannot post comments.","Your comment has been queued for review by site administrators and will be published after approval.":"Your comment has been queued for review by site administrators and will be published after approval.","Your comment has been posted.":"Your comment has been posted.","Save comment":"Save comment","The comment will be unpublished if it contains any of the phrases above. Use a case-sensitive, comma-separated list of phrases. Example: funny, bungee jumping, \\"Company, Inc.\\"":"The comment will be unpublished if it contains any of the phrases above. Use a case-sensitive, comma-separated list of phrases. Example: funny, bungee jumping, \\"Company, Inc.\\"","List and edit site comments and the comment approval queue.":"List and edit site comments and the comment approval queue.","Unapproved comments":"Unapproved comments","You cannot send more than %limit messages in @interval. Try again later.":"You cannot send more than %limit messages in @interval. Try again later.","Contact @username":"Contact @username","Administer contact forms and contact form settings":"Administer contact forms and contact form settings","Use the site-wide contact form":"Use the site-wide contact form","Use users\' personal contact forms":"Use users\' personal contact forms","Changing this setting will not affect existing users.":"Changing this setting will not affect existing users.","Displaying contextual links":"Displaying contextual links","Use contextual links":"Use contextual links","Contextual links":"Contextual links","Provides contextual links to perform actions related to elements on a page.":"Provides contextual links to perform actions related to elements on a page.","Database log cleared.":"Database log cleared.","Monitoring your site":"Monitoring your site","Debugging site problems":"Debugging site problems","List (text)":"List (text)","Allowed HTML tags in labels: @tags":"Allowed HTML tags in labels: @tags","The value of this field is being determined by the %function function and may not be changed.":"The value of this field is being determined by the %function function and may not be changed.","Allowed values list: each key must be a valid integer or decimal.":"Allowed values list: each key must be a valid integer or decimal.","Allowed values list: each key must be a string at most 255 characters long.":"Allowed values list: each key must be a string at most 255 characters long.","Allowed values list: keys must be integers.":"Allowed values list: keys must be integers.","This field stores a number in the database as an integer.":"This field stores a number in the database as an integer.","This field stores a number in the database in a fixed decimal format.":"This field stores a number in the database in a fixed decimal format.","This field stores a number in the database in a floating point format.":"This field stores a number in the database in a floating point format.","The minimum value that should be allowed in this field. Leave blank for no minimum.":"The minimum value that should be allowed in this field. Leave blank for no minimum.","The maximum value that should be allowed in this field. Leave blank for no maximum.":"The maximum value that should be allowed in this field. Leave blank for no maximum.","Summary input":"Summary input","This allows authors to input an explicit summary, to be displayed instead of the automatically trimmed text when using the \\"Summary or trimmed\\" display type.":"This allows authors to input an explicit summary, to be displayed instead of the automatically trimmed text when using the \\"Summary or trimmed\\" display type.","Summary or trimmed":"Summary or trimmed","Text area with a summary":"Text area with a summary","Leave blank to use trimmed value of full text as the summary.":"Leave blank to use trimmed value of full text as the summary.","Hide summary":"Hide summary","Edit summary":"Edit summary","Edit field settings.":"Edit field settings.","These settings apply to the %field field everywhere it is used. These settings impact the way that data is stored in the database and cannot be changed once data has been created.":"These settings apply to the %field field everywhere it is used. These settings impact the way that data is stored in the database and cannot be changed once data has been created.","Updated field %label field settings.":"Updated field %label field settings.","Attempt to update field %label failed: %message.":"Attempt to update field %label failed: %message.","The field %field has been deleted from the %type content type.":"The field %field has been deleted from the %type content type.","There was a problem removing the %field from the %type content type.":"There was a problem removing the %field from the %type content type.","Required field":"Required field","The default value for this field, used when creating new content.":"The default value for this field, used when creating new content.","This list shows all fields currently in use for easy reference.":"This list shows all fields currently in use for easy reference.","Field list":"Field list","Field UI":"Field UI","This field stores the ID of a file as an integer value.":"This field stores the ID of a file as an integer value.","Enable <em>Display</em> field":"Enable <em>Display</em> field","The display option allows users to choose if a file should be shown when viewing the content.":"The display option allows users to choose if a file should be shown when viewing the content.","Files displayed by default":"Files displayed by default","This setting only has an effect if the display option is enabled.":"This setting only has an effect if the display option is enabled.","Select where the final files should be stored. Private file storage has significantly more overhead than public files, but allows restricted access to files within this field.":"Select where the final files should be stored. Private file storage has significantly more overhead than public files, but allows restricted access to files within this field.","Enter a value like \\"512\\" (bytes), \\"80 KB\\" (kilobytes) or \\"50 MB\\" (megabytes) in order to restrict the allowed file size. If left empty the file sizes will be limited only by PHP\'s maximum post and file upload sizes (current limit <strong>%limit</strong>).":"Enter a value like \\"512\\" (bytes), \\"80 KB\\" (kilobytes) or \\"50 MB\\" (megabytes) in order to restrict the allowed file size. If left empty the file sizes will be limited only by PHP\'s maximum post and file upload sizes (current limit <strong>%limit</strong>).","Enable <em>Description</em> field":"Enable <em>Description</em> field","The description field allows users to enter a description about the uploaded file.":"The description field allows users to enter a description about the uploaded file.","The list of allowed extensions is not valid, be sure to exclude leading dots and to separate extensions with a comma or space.":"The list of allowed extensions is not valid, be sure to exclude leading dots and to separate extensions with a comma or space.","Generic file":"Generic file","Table of files":"Table of files","Add a new file":"Add a new file","Include file in display":"Include file in display","The description may be used as the label of the link to the file.":"The description may be used as the label of the link to the file.","All roles may use this format":"All roles may use this format","The text format ordering has been saved.":"The text format ordering has been saved.","Add text format":"Add text format","All roles for this text format must be enabled and cannot be changed.":"All roles for this text format must be enabled and cannot be changed.","Filter processing order":"Filter processing order","Text format names must be unique. A format named %name already exists.":"Text format names must be unique. A format named %name already exists.","Added text format %format.":"Added text format %format.","The text format %format has been updated.":"The text format %format has been updated.","Text formats":"Text formats","Choosing a text format":"Choosing a text format","Warning: This permission may have security implications depending on how the text format is configured.":"Warning: This permission may have security implications depending on how the text format is configured.","Convert line breaks into HTML (i.e. <code>&lt;br&gt;</code> and <code>&lt;p&gt;</code>)":"Convert line breaks into HTML (i.e. <code>&lt;br&gt;</code> and <code>&lt;p&gt;</code>)","Convert URLs into links":"Convert URLs into links","Correct faulty and chopped off HTML":"Correct faulty and chopped off HTML","Display any HTML as plain text":"Display any HTML as plain text","Display basic HTML help in long filter tips":"Display basic HTML help in long filter tips","Add rel=\\"nofollow\\" to all links":"Add rel=\\"nofollow\\" to all links","This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML \\"tags\\" is very easy. This table provides examples for each tag that is enabled on this site.":"This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML \\"tags\\" is very easy. This table provides examples for each tag that is enabled on this site.","Most unusual characters can be directly entered without any problems.":"Most unusual characters can be directly entered without any problems.","No HTML tags allowed.":"No HTML tags allowed.","Filters content in preparation for display.":"Filters content in preparation for display.","The number of replies a topic must have to be considered \\"hot\\".":"The number of replies a topic must have to be considered \\"hot\\".","Starting a discussion":"Starting a discussion","Moving forum topics":"Moving forum topics","A forum topic (and all of its comments) may be moved between forums by selecting a different forum while editing a forum topic. When moving a forum topic between forums, the <em>Leave shadow copy</em> option creates a link in the original forum pointing to the new location.":"A forum topic (and all of its comments) may be moved between forums by selecting a different forum while editing a forum topic. When moving a forum topic between forums, the <em>Leave shadow copy</em> option creates a link in the original forum pointing to the new location.","Locking and disabling comments":"Locking and disabling comments","Selecting <em>Closed</em> under <em>Comment settings</em> while editing a forum topic will lock (prevent new comments on) the thread. Selecting <em>Hidden</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.":"Selecting <em>Closed</em> under <em>Comment settings</em> while editing a forum topic will lock (prevent new comments on) the thread. Selecting <em>Hidden</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.","Forums contain forum topics. Use containers to group related forums.":"Forums contain forum topics. Use containers to group related forums.","Use containers to group related forums.":"Use containers to group related forums.","A forum holds related forum topics.":"A forum holds related forum topics.","Add new @node_type":"Add new @node_type","The item %forum is a forum container, not a forum. Select one of the forums below instead.":"The item %forum is a forum container, not a forum. Select one of the forums below instead.","A <em>forum topic</em> starts a new discussion thread within a forum.":"A <em>forum topic</em> starts a new discussion thread within a forum.","Control forum hierarchy settings.":"Control forum hierarchy settings.","Forum navigation vocabulary":"Forum navigation vocabulary","Provides discussion forums.":"Provides discussion forums.","Follow these steps to set up and start using your website:":"Follow these steps to set up and start using your website:","Providing a help reference":"Providing a help reference","Image style name":"Image style name","Select a new effect":"Select a new effect","Select an effect to add.":"Select an effect to add.","The image effect was successfully applied.":"The image effect was successfully applied.","Style name":"Style name","Create new style":"Create new style","Style %name was created.":"Style %name was created.","Replacement style":"Replacement style","Optionally select a style before deleting %style":"Optionally select a style before deleting %style","Edit %label effect":"Edit %label effect","Add %label effect":"Add %label effect","Update effect":"Update effect","Add effect":"Add effect","Are you sure you want to delete the @effect effect from the %style style?":"Are you sure you want to delete the @effect effect from the %style style?","The image effect %name has been deleted.":"The image effect %name has been deleted.","Width and height can not both be blank.":"Width and height can not both be blank.","The part of the image that will be retained during the crop.":"The part of the image that will be retained during the crop.","The background color to use for exposed areas of the image. Use web-style hex colors (#FFFFFF for white, #000000 for black). Leave blank for transparency on image types that support it.":"The background color to use for exposed areas of the image. Use web-style hex colors (#FFFFFF for white, #000000 for black). Leave blank for transparency on image types that support it.","There are currently no effects in this style. Add one by selecting an option below.":"There are currently no effects in this style. Add one by selecting an option below.","view actual size":"view actual size","Sample original image":"Sample original image","Sample modified image":"Sample modified image","Resizing will make images an exact set of dimensions. This may cause images to be stretched or shrunk disproportionately.":"Resizing will make images an exact set of dimensions. This may cause images to be stretched or shrunk disproportionately.","Scaling will maintain the aspect-ratio of the original image. If only a single dimension is specified, the other dimension will be calculated.":"Scaling will maintain the aspect-ratio of the original image. If only a single dimension is specified, the other dimension will be calculated.","Scale and crop":"Scale and crop","Scale and crop will maintain the aspect-ratio of the original image, then crop the larger dimension. This is most useful for creating perfectly square thumbnails without stretching the image.":"Scale and crop will maintain the aspect-ratio of the original image, then crop the larger dimension. This is most useful for creating perfectly square thumbnails without stretching the image.","Desaturate":"Desaturate","Desaturate converts an image to grayscale.":"Desaturate converts an image to grayscale.","Rotating an image may cause the dimensions of an image to increase to fit the diagonal.":"Rotating an image may cause the dimensions of an image to increase to fit the diagonal.","Image resize failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image resize failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","Image scale failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image scale failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","Image crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","Image scale and crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image scale and crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","Image desaturate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image desaturate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","Image rotate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)":"Image rotate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)","This field stores the ID of an image file as an integer value.":"This field stores the ID of an image file as an integer value.","If no image is uploaded, this image will be shown on display.":"If no image is uploaded, this image will be shown on display.","Minimum image resolution":"Minimum image resolution","Enable <em>Alt</em> field":"Enable <em>Alt</em> field","Enable <em>Title</em> field":"Enable <em>Title</em> field","The title attribute is used as a tooltip when the mouse hovers over the image.":"The title attribute is used as a tooltip when the mouse hovers over the image.","Preview image style":"Preview image style","no preview":"no preview","The preview image will be shown while editing the content.":"The preview image will be shown while editing the content.","Image styles commonly provide thumbnail sizes by scaling and cropping images, but can also add various effects before an image is displayed. When an image is displayed with a style, a new file is created and the original image is left unchanged.":"Image styles commonly provide thumbnail sizes by scaling and cropping images, but can also add various effects before an image is displayed. When an image is displayed with a style, a new file is created and the original image is left unchanged.","Administer image styles":"Administer image styles","No defined styles":"No defined styles","Image generation in progress. Try again shortly.":"Image generation in progress. Try again shortly.","Error generating image.":"Error generating image.","Unable to generate the derived image located at %path.":"Unable to generate the derived image located at %path.","Failed to create style directory: %directory":"Failed to create style directory: %directory","Cached image file %destination already exists. There may be an issue with your rewrite configuration.":"Cached image file %destination already exists. There may be an issue with your rewrite configuration.","Image styles":"Image styles","Configure styles that can be used for resizing or adjusting images on display.":"Configure styles that can be used for resizing or adjusting images on display.","Edit image effect":"Edit image effect","Delete image effect":"Delete image effect","Add image effect":"Add image effect","Detection method":"Detection method","Part of the URL that determines language":"Part of the URL that determines language","Request/session parameter":"Request/session parameter","Name of the request/session parameter used to determine the desired language.":"Name of the request/session parameter used to determine the desired language.","Filter translatable strings":"Filter translatable strings","Date type":"Date type","Determine the language from a request/session parameter. Example: \\"http://example.com?language=de\\" sets language to German based on the use of \\"de\\" within the \\"language\\" parameter.":"Determine the language from a request/session parameter. Example: \\"http://example.com?language=de\\" sets language to German based on the use of \\"de\\" within the \\"language\\" parameter.","Administer languages":"Administer languages","Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed.":"Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed.","Follow the user\'s language preference.":"Follow the user\'s language preference.","Language switcher (@type)":"Language switcher (@type)","URL language detection configuration":"URL language detection configuration","Session language detection configuration":"Session language detection configuration","The text to be used for this link in the menu.":"The text to be used for this link in the menu.","Menu links that are not enabled will not be listed in any menu.":"Menu links that are not enabled will not be listed in any menu.","Show as expanded":"Show as expanded","If selected and this menu link has children, the menu will always appear expanded.":"If selected and this menu link has children, the menu will always appear expanded.","Parent link":"Parent link","The menu link %title has been deleted.":"The menu link %title has been deleted.","Are you sure you want to reset the link %item to its default values?":"Are you sure you want to reset the link %item to its default values?","The menu link was reset to its default settings.":"The menu link was reset to its default settings.","Deleted custom menu %title and all its menu links.":"Deleted custom menu %title and all its menu links.","<strong>Warning:</strong> There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\u0003<strong>Warning:</strong> There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).":"<strong>Warning:</strong> There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\u0003<strong>Warning:</strong> There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).","Managing menus":"Managing menus","Displaying menus":"Displaying menus","Administer menus and menu items":"Administer menus and menu items","Provide a menu link":"Provide a menu link","Available menus":"Available menus","The menus available to place links in for this content type.":"The menus available to place links in for this content type.","Default parent item":"Default parent item","Choose the menu item to be the default parent for a new link in the content authoring form.":"Choose the menu item to be the default parent for a new link in the content authoring form.","Edit menu link":"Edit menu link","Reset menu link":"Reset menu link","Delete menu link":"Delete menu link","Preview before submitting":"Preview before submitting","This text will be displayed at the top of the page when creating or editing content of this type.":"This text will be displayed at the top of the page when creating or editing content of this type.","Users with the <em>Administer content</em> permission will be able to override these options.":"Users with the <em>Administer content</em> permission will be able to override these options.","Author username and publish date will be displayed.":"Author username and publish date will be displayed.","Invalid machine-readable name. Enter a name other than %invalid.":"Invalid machine-readable name. Enter a name other than %invalid.","Publish selected content":"Publish selected content","Unpublish selected content":"Unpublish selected content","Promote selected content to front page":"Promote selected content to front page","Demote selected content from front page":"Demote selected content from front page","Make selected content sticky":"Make selected content sticky","Make selected content not sticky":"Make selected content not sticky","Are you sure you want to delete this item?\\u0003Are you sure you want to delete these items?":"Are you sure you want to delete this item?\\u0003Are you sure you want to delete these items?","<em>Edit @type</em> @title":"<em>Edit @type</em> @title","Tokens related to individual content items, or \\"nodes\\".":"Tokens related to individual content items, or \\"nodes\\".","The unique ID of the content item, or \\"node\\".":"The unique ID of the content item, or \\"node\\".","The main body text of the node.":"The main body text of the node.","The summary of the node\'s main body text.":"The summary of the node\'s main body text.","Creating content":"Creating content","Creating custom content types":"Creating custom content types","Administering content":"Administering content","Creating revisions":"Creating revisions","The Node module also enables you to create multiple versions of any content, and revert to older versions using the <em>Revision information</em> settings.":"The Node module also enables you to create multiple versions of any content, and revert to older versions using the <em>Revision information</em> settings.","User permissions":"User permissions","Individual content types can have different fields, behaviors, and permissions assigned to them.":"Individual content types can have different fields, behaviors, and permissions assigned to them.","Content items can be displayed using different view modes: Teaser, Full content, Print, RSS, etc. <em>Teaser</em> is a short format that is typically used in lists of multiple content items. <em>Full content</em> is typically used when the content is displayed on its own page.":"Content items can be displayed using different view modes: Teaser, Full content, Print, RSS, etc. <em>Teaser</em> is a short format that is typically used in lists of multiple content items. <em>Full content</em> is typically used when the content is displayed on its own page.","Here, you can define which fields are shown and hidden when %type content is displayed in each view mode, and define how the fields are displayed in each view mode.":"Here, you can define which fields are shown and hidden when %type content is displayed in each view mode, and define how the fields are displayed in each view mode.","Administer content types":"Administer content types","Warning: Give to trusted roles only; this permission has security implications.":"Warning: Give to trusted roles only; this permission has security implications.","View published content":"View published content","Bypass content access control":"Bypass content access control","View own unpublished content":"View own unpublished content","Content is sticky at top of lists":"Content is sticky at top of lists","Content is promoted to the front page":"Content is promoted to the front page","Change the author of content":"Change the author of content","Unpublish content containing keyword(s)":"Unpublish content containing keyword(s)","The content will be unpublished if it contains any of the phrases above. Use a case-sensitive, comma-separated list of phrases. Example: funny, bungee jumping, \\"Company, Inc.\\"":"The content will be unpublished if it contains any of the phrases above. Use a case-sensitive, comma-separated list of phrases. Example: funny, bungee jumping, \\"Company, Inc.\\"","Node Access Permissions":"Node Access Permissions","One permission in use\\u0003@count permissions in use":"One permission in use\\u0003@count permissions in use","Don\'t display post information":"Don\'t display post information","Creating aliases":"Creating aliases","Managing aliases":"Managing aliases","An alias defines a different name for an existing URL path - for example, the alias \'about\' for the URL path \'node/1\'. A URL path can have multiple aliases.":"An alias defines a different name for an existing URL path - for example, the alias \'about\' for the URL path \'node/1\'. A URL path can have multiple aliases.","Administer URL aliases":"Administer URL aliases","Create and edit URL aliases":"Create and edit URL aliases","The alias is already in use.":"The alias is already in use.","Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.":"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.","Searched %type for %keys.":"Searched %type for %keys.","Administer search":"Administer search","Use search":"Use search","Use advanced search":"Use advanced search","Choose a set of shortcuts to use":"Choose a set of shortcuts to use","Choose a set of shortcuts for this user":"Choose a set of shortcuts for this user","%user is now using a new shortcut set called %set_name. You can edit it from this page.":"%user is now using a new shortcut set called %set_name. You can edit it from this page.","You are now using the %set_name shortcut set.":"You are now using the %set_name shortcut set.","%user is now using the %set_name shortcut set.":"%user is now using the %set_name shortcut set.","Change set":"Change set","The shortcut set has been updated.":"The shortcut set has been updated.","The name of the shortcut.":"The name of the shortcut.","The shortcut %link has been updated.":"The shortcut %link has been updated.","Added a shortcut for %title.":"Added a shortcut for %title.","The shortcut %title has been deleted.":"The shortcut %title has been deleted.","Unable to add a shortcut for %title.":"Unable to add a shortcut for %title.","Adding and removing shortcuts":"Adding and removing shortcuts","Displaying shortcuts":"Displaying shortcuts","Administer shortcuts":"Administer shortcuts","Add to %shortcut_set shortcuts":"Add to %shortcut_set shortcuts","Add to shortcuts":"Add to shortcuts","Remove from %shortcut_set shortcuts":"Remove from %shortcut_set shortcuts","Remove from shortcuts":"Remove from shortcuts","Edit shortcuts":"Edit shortcuts","Add shortcut":"Add shortcut","Allows users to manage customizable lists of shortcut links.":"Allows users to manage customizable lists of shortcut links.","GSS negotiate":"GSS negotiate","NTLM":"NTLM","Any safe":"Any safe","Running tests":"Running tests","After the tests run, a message will be displayed next to each test group indicating whether tests within it passed, failed, or had exceptions. A pass means that the test returned the expected results, while fail means that it did not. An exception normally indicates an error outside of the test, such as a PHP warning or notice. If there were failures or exceptions, the results will be expanded to show details, and the tests that had failures or exceptions will be indicated in red or pink rows. You can then use these results to refine your code and tests, until all tests pass.":"After the tests run, a message will be displayed next to each test group indicating whether tests within it passed, failed, or had exceptions. A pass means that the test returned the expected results, while fail means that it did not. An exception normally indicates an error outside of the test, such as a PHP warning or notice. If there were failures or exceptions, the results will be expanded to show details, and the tests that had failures or exceptions will be indicated in red or pink rows. You can then use these results to refine your code and tests, until all tests pass.","Administer tests":"Administer tests","The test run finished in @elapsed.":"The test run finished in @elapsed.","Use the <em>Clean environment</em> button to clean-up temporary files and tables.":"Use the <em>Clean environment</em> button to clean-up temporary files and tables.","PHP open_basedir restriction":"PHP open_basedir restriction","Displaying popular content":"Displaying popular content","Page view counter":"Page view counter","Administer statistics":"Administer statistics","View content hits":"View content hits","Logging for UNIX, Linux, and Mac OS X":"Logging for UNIX, Linux, and Mac OS X","Logging for Microsoft Windows":"Logging for Microsoft Windows","On Microsoft Windows, messages are always sent to the Event Log using the code <code>LOG_USER</code>.":"On Microsoft Windows, messages are always sent to the Event Log using the code <code>LOG_USER</code>.","Syslog facility":"Syslog facility","Depending on the system configuration, Syslog and other logging tools use this code to identify or filter messages from within the entire system log.":"Depending on the system configuration, Syslog and other logging tools use this code to identify or filter messages from within the entire system log.","The image %file could not be rotated because the imagerotate() function is not available in this PHP installation.":"The image %file could not be rotated because the imagerotate() function is not available in this PHP installation.","default theme":"default theme","Choose \\"Default theme\\" to always use the same theme as the rest of the site.":"Choose \\"Default theme\\" to always use the same theme as the rest of the site.","Use the administration theme when editing or creating content":"Use the administration theme when editing or creating content","The %theme theme was not found.":"The %theme theme was not found.","Please note that the administration theme is still set to the %admin_theme theme; consequently, the theme on this page remains unchanged. All non-administrative sections of the site, however, will show the selected %selected_theme theme by default.":"Please note that the administration theme is still set to the %admin_theme theme; consequently, the theme on this page remains unchanged. All non-administrative sections of the site, however, will show the selected %selected_theme theme by default.","%theme is now the default theme.":"%theme is now the default theme.","User verification status in comments":"User verification status in comments","These settings only exist for the themes based on the %engine theme engine.":"These settings only exist for the themes based on the %engine theme engine.","The custom logo path is invalid.":"The custom logo path is invalid.","The custom favicon path is invalid.":"The custom favicon path is invalid.","@module (<span class=\\"admin-missing\\">incompatible with</span> version @version)":"@module (<span class=\\"admin-missing\\">incompatible with</span> version @version)","Would you like to continue with the above?":"Would you like to continue with the above?","Enter a valid IP address.":"Enter a valid IP address.","The IP address %ip was deleted.":"The IP address %ip was deleted.","How this is used depends on your site\'s theme.":"How this is used depends on your site\'s theme.","This page is displayed when the requested document is denied to the current user. Leave blank to display a generic \\"access denied\\" page.":"This page is displayed when the requested document is denied to the current user. Leave blank to display a generic \\"access denied\\" page.","This page is displayed when no other content matches the requested document. Leave blank to display a generic \\"page not found\\" page.":"This page is displayed when no other content matches the requested document. Leave blank to display a generic \\"page not found\\" page.","Errors and warnings":"Errors and warnings","Clear all caches":"Clear all caches","Bandwidth optimization":"Bandwidth optimization","Public file system path":"Public file system path","Private file system path":"Private file system path","A local file system path where temporary files will be stored. This directory should not be accessible over the web.":"A local file system path where temporary files will be stored. This directory should not be accessible over the web.","Default download method":"Default download method","This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control.":"This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control.","Description of your site, included in each feed.":"Description of your site, included in each feed.","Time zones":"Time zones","Only applied if users may set their own time zone.":"Only applied if users may set their own time zone.","Time zone for new users":"Time zone for new users","Put site into maintenance mode":"Put site into maintenance mode","Displayed as %date":"Displayed as %date","Save format":"Save format","Custom date format updated.":"Custom date format updated.","Custom date format added.":"Custom date format added.","Available actions:":"Available actions:","Create an advanced action":"Create an advanced action","Deleted %ip":"Deleted %ip","You must enable the @required module to install @module.\\u0003You must enable the @required modules to install @module.":"You must enable the @required module to install @module.\\u0003You must enable the @required modules to install @module.","Tokens for site-wide settings and other global information.":"Tokens for site-wide settings and other global information.","Tokens related to times and dates.":"Tokens related to times and dates.","Tokens related to uploaded files.":"Tokens related to uploaded files.","URL (brief)":"URL (brief)","The URL of the site\'s front page without the protocol.":"The URL of the site\'s front page without the protocol.","Short format":"Short format","A date in \'short\' format. (%date)":"A date in \'short\' format. (%date)","Medium format":"Medium format","A date in \'medium\' format. (%date)":"A date in \'medium\' format. (%date)","Long format":"Long format","A date in \'long\' format. (%date)":"A date in \'long\' format. (%date)","Time-since":"Time-since","Raw timestamp":"Raw timestamp","A date in UNIX timestamp format (%date)":"A date in UNIX timestamp format (%date)","Managing modules":"Managing modules","Managing themes":"Managing themes","Configuring basic site settings":"Configuring basic site settings","Administer modules":"Administer modules","Administer site configuration":"Administer site configuration","Administer themes":"Administer themes","Administer actions":"Administer actions","Use the administration pages and help":"Use the administration pages and help","Use the site in maintenance mode":"Use the site in maintenance mode","View site reports":"View site reports","Public local files served by the webserver.":"Public local files served by the webserver.","Private local files served by Drupal.":"Private local files served by Drupal.","Temporary files":"Temporary files","Temporary local files for upload and previews.":"Temporary local files for upload and previews.","Update modules":"Update modules","Update themes":"Update themes","SSH":"SSH","Your password is not saved in the database and is only used to establish a connection.":"Your password is not saved in the database and is only used to establish a connection.","The connection will be created between your web server and the machine hosting the web server files. In the vast majority of cases, this will be the same machine, and \\"localhost\\" is correct.":"The connection will be created between your web server and the machine hosting the web server files. In the vast majority of cases, this will be the same machine, and \\"localhost\\" is correct.","Select the desired local time and time zone. Dates and times throughout this site will be displayed using this time zone.":"Select the desired local time and time zone. Dates and times throughout this site will be displayed using this time zone.","The directory %directory does not exist and could not be created.":"The directory %directory does not exist and could not be created.","The directory %directory exists but is not writable and could not be made writable.":"The directory %directory exists but is not writable and could not be made writable.","Delete IP address":"Delete IP address","Maintenance mode":"Maintenance mode","Logging and errors":"Logging and errors","Regional and language":"Regional and language","Edit date format":"Edit date format","Search and metadata":"Search and metadata","Content authoring":"Content authoring","%profile_name (%profile-%version)":"%profile_name (%profile-%version)","more information":"more information","Tokens related to taxonomy terms.":"Tokens related to taxonomy terms.","Tokens related to taxonomy vocabularies.":"Tokens related to taxonomy vocabularies.","Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called \\"Fruit\\" would contain the terms \\"Apple\\" and \\"Banana\\".":"Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called \\"Fruit\\" would contain the terms \\"Apple\\" and \\"Banana\\".","You can reorganize the terms in %capital_name using their drag-and-drop handles, and group terms under a parent term by sliding them under and to the right of the parent.":"You can reorganize the terms in %capital_name using their drag-and-drop handles, and group terms under a parent term by sliding them under and to the right of the parent.","%capital_name contains terms grouped under parent terms. You can reorganize the terms in %capital_name using their drag-and-drop handles.":"%capital_name contains terms grouped under parent terms. You can reorganize the terms in %capital_name using their drag-and-drop handles.","%capital_name contains terms with multiple parents. Drag and drop of terms with multiple parents is not supported, but you can re-enable drag-and-drop support by editing each term to include only a single parent.":"%capital_name contains terms with multiple parents. Drag and drop of terms with multiple parents is not supported, but you can re-enable drag-and-drop support by editing each term to include only a single parent.","Administer vocabularies and terms":"Administer vocabularies and terms","Use the administration toolbar":"Use the administration toolbar","Provides a toolbar that shows the top-level administration menu items and links from other modules.":"Provides a toolbar that shows the top-level administration menu items and links from other modules.","Tracking new and updated site content":"Tracking new and updated site content","Tracking user-specific content":"Tracking user-specific content","My recent content":"My recent content","Enables tracking of recent content for users.":"Enables tracking of recent content for users.","Translating content":"Translating content","Installing updates":"Installing updates","Preparing to update your site":"Preparing to update your site","Installing %project":"Installing %project","Preparing to install":"Preparing to install","Error installing / updating":"Error installing / updating","Installed %project_name successfully":"Installed %project_name successfully","Update was completed successfully. Your site has been taken out of maintenance mode.":"Update was completed successfully. Your site has been taken out of maintenance mode.","Update was completed successfully.":"Update was completed successfully.","Update failed! See the log below for more information.":"Update failed! See the log below for more information.","Update failed! See the log below for more information. Your site is still in maintenance mode.":"Update failed! See the log below for more information. Your site is still in maintenance mode.","Installation was completed successfully. Your site has been taken out of maintenance mode.":"Installation was completed successfully. Your site has been taken out of maintenance mode.","Installation was completed successfully.":"Installation was completed successfully.","Installation failed! See the log below for more information.":"Installation failed! See the log below for more information.","Installation failed! See the log below for more information. Your site is still in maintenance mode.":"Installation failed! See the log below for more information. Your site is still in maintenance mode.","Failed to get available update data.":"Failed to get available update data.","No available update data":"No available update data","Checking available update data":"Checking available update data","Trying to check available update data ...":"Trying to check available update data ...","Error checking available update data.":"Error checking available update data.","Checking available update data ...":"Checking available update data ...","Checked available update data for %title.":"Checked available update data for %title.","Failed to check available update data for %title.":"Failed to check available update data for %title.","An error occurred trying to get available update data.":"An error occurred trying to get available update data.","Checked available update data for one project.\\u0003Checked available update data for @count projects.":"Checked available update data for one project.\\u0003Checked available update data for @count projects.","Failed to get available update data for one project.\\u0003Failed to get available update data for @count projects.":"Failed to get available update data for one project.\\u0003Failed to get available update data for @count projects.","There was a problem getting update information. Try again later.":"There was a problem getting update information. Try again later.","(Theme)":"(Theme)","(Security update)":"(Security update)","(Unsupported)":"(Unsupported)","All of your projects are up to date.":"All of your projects are up to date.","Download these updates":"Download these updates","Manual updates required":"Manual updates required","You must select at least one project to update.":"You must select at least one project to update.","Downloading updates":"Downloading updates","Preparing to download selected updates":"Preparing to download selected updates","Downloading updates failed:":"Downloading updates failed:","Updates downloaded successfully.":"Updates downloaded successfully.","Fatal error trying to download.":"Fatal error trying to download.","Perform updates with site in maintenance mode (strongly recommended)":"Perform updates with site in maintenance mode (strongly recommended)","Install from a URL":"Install from a URL","For example: %url":"For example: %url","Upload a module or theme archive to install":"Upload a module or theme archive to install","For example: %filename from your local computer":"For example: %filename from your local computer","You must either provide a URL or upload an archive file to install.":"You must either provide a URL or upload an archive file to install.","Unable to retrieve Drupal project from %url.":"Unable to retrieve Drupal project from %url.","Provided archive contains no files.":"Provided archive contains no files.","Unable to determine %project name.":"Unable to determine %project name.","%project is already installed.":"%project is already installed.","Cannot extract %file, not a valid archive.":"Cannot extract %file, not a valid archive.","Downloading %project":"Downloading %project","Failed to download %project from %url":"Failed to download %project from %url","Includes:":"Includes:","Enabled: %includes":"Enabled: %includes","Disabled: %disabled":"Disabled: %disabled","Checking for available updates":"Checking for available updates","You can automatically install your missing updates using the Update manager:":"You can automatically install your missing updates using the Update manager:","The installed version of at least one of your modules or themes is no longer supported. Upgrading or disabling is strongly recommended. See the project homepage for more details.":"The installed version of at least one of your modules or themes is no longer supported. Upgrading or disabling is strongly recommended. See the project homepage for more details.","Ready to update":"Ready to update","Update manager":"Update manager","Checks for available updates, and can securely install or update modules and themes via a web interface.":"Checks for available updates, and can securely install or update modules and themes via a web interface.","This role will be automatically assigned new permissions whenever a module is enabled. Changing this setting will not affect existing permissions.":"This role will be automatically assigned new permissions whenever a module is enabled. Changing this setting will not affect existing permissions.","Registration and cancellation":"Registration and cancellation","Who can register accounts?":"Who can register accounts?","Administrators only":"Administrators only","Visitors, but administrator approval is required":"Visitors, but administrator approval is required","When cancelling a user account":"When cancelling a user account","Select method for cancelling account":"Select method for cancelling account","Administer users":"Administer users","Welcome (new user created by administrator)":"Welcome (new user created by administrator)","Welcome (awaiting approval)":"Welcome (awaiting approval)","Welcome (no approval required)":"Welcome (no approval required)","Password recovery":"Password recovery","Account activation":"Account activation","Account cancellation confirmation":"Account cancellation confirmation","Account canceled":"Account canceled","The one-time login link you clicked is invalid.":"The one-time login link you clicked is invalid.","You have just used your one-time login link. It is no longer necessary to use this link to log in. Please change your password.":"You have just used your one-time login link. It is no longer necessary to use this link to log in. Please change your password.","<p>This is a one-time login for %user_name and will expire on %expiration_date.</p><p>Click on this button to log in to the site and change your password.</p>":"<p>This is a one-time login for %user_name and will expire on %expiration_date.</p><p>Click on this button to log in to the site and change your password.</p>","You have tried to use a one-time login link that has either been used or is no longer valid. Please request a new one using the form below.":"You have tried to use a one-time login link that has either been used or is no longer valid. Please request a new one using the form below.","When cancelling your account":"When cancelling your account","When cancelling the account":"When cancelling the account","Are you sure you want to cancel your account?":"Are you sure you want to cancel your account?","Are you sure you want to cancel the account %name?":"Are you sure you want to cancel the account %name?","Select the method to cancel the account above.":"Select the method to cancel the account above.","Your account will be blocked and you will no longer be able to log in. All of your content will be hidden from everyone but administrators.":"Your account will be blocked and you will no longer be able to log in. All of your content will be hidden from everyone but administrators.","Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.":"Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.","Your account will be removed and all account information deleted. All of your content will also be deleted.":"Your account will be removed and all account information deleted. All of your content will also be deleted.","You have tried to use an account cancellation link that has expired. Please request a new one using the form below.":"You have tried to use an account cancellation link that has expired. Please request a new one using the form below.","Sent account cancellation request to %name %email.":"Sent account cancellation request to %name %email.","Tokens related to individual user accounts.":"Tokens related to individual user accounts.","Tokens related to the currently logged in user.":"Tokens related to the currently logged in user.","Creating and managing users":"Creating and managing users","This form lets administrators configure how fields should be displayed when rendering a user profile page.":"This form lets administrators configure how fields should be displayed when rendering a user profile page.","Administer permissions":"Administer permissions","Change own username":"Change own username","Cancel own user account":"Cancel own user account","Select method for cancelling own account":"Select method for cancelling own account","Cancelling account":"Cancelling account","Cancelling user account":"Cancelling user account","%name has been disabled.":"%name has been disabled.","Are you sure you want to cancel these user accounts?":"Are you sure you want to cancel these user accounts?","Cancel accounts":"Cancel accounts","Add lowercase letters":"Add lowercase letters","Add uppercase letters":"Add uppercase letters","Add numbers":"Add numbers","Add punctuation":"Add punctuation","Make it different from your username":"Make it different from your username","Weak":"Weak","Fair":"Fair","Blocked user: %name %email.":"Blocked user: %name %email.","Confirm account cancellation":"Confirm account cancellation","Minimal":"Minimal","Install with commonly used features pre-configured.":"Install with commonly used features pre-configured.","Contact forms":"Contact forms","Flood control":"Flood control","Entity ID":"Entity ID","Image style":"Image style","Remove this display":"Remove this display","Operator to use on all groups":"Operator to use on all groups","Either \\"group 0 AND group 1 AND group 2\\" or \\"group 0 OR group 1 OR group 2\\", etc":"Either \\"group 0 AND group 1 AND group 2\\" or \\"group 0 OR group 1 OR group 2\\", etc","Remove group @group":"Remove group @group","Default group":"Default group","Group @group":"Group @group","Ungroupable filters":"Ungroupable filters","Basic exposed form":"Basic exposed form","An exposed form that only renders a view if the form contains user input.":"An exposed form that only renders a view if the form contains user input.","Display a limited number items that this view might find.":"Display a limited number items that this view might find.","Paged output, full pager":"Paged output, full pager","Paged output, full Drupal style":"Paged output, full Drupal style","Paged output, mini pager":"Paged output, mini pager","Name (raw)":"Name (raw)","Provide markup text for the area.":"Provide markup text for the area.","Change the machine name of this display.":"Change the machine name of this display.","Change settings for this pager type.":"Change settings for this pager type.","Allow grouping and aggregation (calculation) of fields.":"Allow grouping and aggregation (calculation) of fields.","Exposed form style":"Exposed form style","Select the kind of exposed filter to use.":"Select the kind of exposed filter to use.","Exposed form settings for this exposed form style.":"Exposed form settings for this exposed form style.","The machine name of this display":"The machine name of this display","If enabled, some fields may become unavailable. All fields that are selected for grouping will be collapsed to one record per distinct value. Other fields which are selected for aggregation will have the function run on them. For example, you can group nodes on title and count the number of nids in order to get a list of duplicate titles.":"If enabled, some fields may become unavailable. All fields that are selected for grouping will be collapsed to one record per distinct value. Other fields which are selected for aggregation will have the function run on them. For example, you can group nodes on title and count the number of nids in order to get a list of duplicate titles.","Exposed Form":"Exposed Form","Exposed form options":"Exposed form options","Pager options":"Pager options","Display id should be unique.":"Display id should be unique.","Include reset button":"Include reset button","Reset button label":"Reset button label","Text to display in the reset button of the exposed form.":"Text to display in the reset button of the exposed form.","Exposed sorts label":"Exposed sorts label","Select any filter and click on Apply to see results":"Select any filter and click on Apply to see results","Text on demand":"Text on demand","Exposed options":"Exposed options","Items per page label":"Items per page label","Exposed items per page options":"Exposed items per page options","Expose Offset":"Expose Offset","Offset label":"Offset label","Mini pager, @count item, skip @skip\\u0003Mini pager, @count items, skip @skip":"Mini pager, @count item, skip @skip\\u0003Mini pager, @count items, skip @skip","Mini pager, @count item\\u0003Mini pager, @count items":"Mini pager, @count item\\u0003Mini pager, @count items","All items, skip @skip":"All items, skip @skip","All items":"All items","@count item, skip @skip\\u0003@count items, skip @skip":"@count item, skip @skip\\u0003@count items, skip @skip","@count item\\u0003@count items":"@count item\\u0003@count items","Group results together":"Group results together","Bundle ID":"Bundle ID","Internet":"Internet","1 pending update (@number_applied to be applied, @number_incompatible skipped)\\u0003@count pending updates (@number_applied to be applied, @number_incompatible skipped)":"1 pending update (@number_applied to be applied, @number_incompatible skipped)\\u0003@count pending updates (@number_applied to be applied, @number_incompatible skipped)","Author textfield":"Author textfield","Field API to add fields to entities like nodes and users.":"Field API to add fields to entities like nodes and users.","Overview of fields on all entity types.":"Overview of fields on all entity types.","Error messages to display":"Error messages to display","It is recommended that sites running on production environments do not display any errors.":"It is recommended that sites running on production environments do not display any errors.","Cannot open %file_path":"Cannot open %file_path","Current password":"Current password","Your current password is missing or incorrect; it\'s required to change the %name.":"Your current password is missing or incorrect; it\'s required to change the %name.","Configure user accounts.":"Configure user accounts.","Terminology":"Terminology","Inline Form Errors":"Inline Form Errors","Last access timestamp":"Last access timestamp","Last login timestamp":"Last login timestamp","Severity level":"Severity level","Forum settings":"Forum settings","Maximize":"Maximize","Update preview":"Update preview","No media available.":"No media available.","Administer media":"Administer media","View media":"View media","Are you sure you want to remove this block?":"Are you sure you want to remove this block?","Remove block":"Remove block","all languages":"all languages","%module module installed.":"%module module installed.","@node_type comment":"@node_type comment","Administer text formats and filters":"Administer text formats and filters","@type language detection":"@type language detection","Use the detected interface language.":"Use the detected interface language.","The new set is created by copying items from your default shortcut set.":"The new set is created by copying items from your default shortcut set.","The new set is created by copying items from the %default set.":"The new set is created by copying items from the %default set.","You are currently using the %set-name shortcut set.":"You are currently using the %set-name shortcut set.","Create new set":"Create new set","The %set_name shortcut set has been created. You can edit it from this page.":"The %set_name shortcut set has been created. You can edit it from this page.","Updated set name to %set-name.":"Updated set name to %set-name.","If you have chosen this shortcut set as the default for some or all users, they may also be affected by deleting it.":"If you have chosen this shortcut set as the default for some or all users, they may also be affected by deleting it.","1 user has chosen or been assigned to this shortcut set.\\u0003@count users have chosen or been assigned to this shortcut set.":"1 user has chosen or been assigned to this shortcut set.\\u0003@count users have chosen or been assigned to this shortcut set.","Administering shortcuts":"Administering shortcuts","Choosing shortcut sets":"Choosing shortcut sets","Users with permission to switch shortcut sets can choose a shortcut set to use from the Shortcuts tab of their user account page.":"Users with permission to switch shortcut sets can choose a shortcut set to use from the Shortcuts tab of their user account page.","Edit current shortcut set":"Edit current shortcut set","Editing the current shortcut set will affect other users if that set has been assigned to or selected by other users. Granting \\"Select any shortcut set\\" permission along with this permission will grant permission to edit any shortcut set.":"Editing the current shortcut set will affect other users if that set has been assigned to or selected by other users. Granting \\"Select any shortcut set\\" permission along with this permission will grant permission to edit any shortcut set.","Select any shortcut set":"Select any shortcut set","From all shortcut sets, select one to be own active set. Without this permission, an administrator selects shortcut sets for users.":"From all shortcut sets, select one to be own active set. Without this permission, an administrator selects shortcut sets for users.","Add and modify shortcut sets.":"Add and modify shortcut sets.","Add shortcut set":"Add shortcut set","Edit set name":"Edit set name","Delete shortcut set":"Delete shortcut set","@remote could not be saved to @path.":"@remote could not be saved to @path.","Database support":"Database support","Cache type":"Cache type","Display %display has set node/% as path. This will not produce what you want. If you want to have multiple versions of the node view, use panels.":"Display %display has set node/% as path. This will not produce what you want. If you want to have multiple versions of the node view, use panels.","Use absolute link (begins with \\"http://\\")":"Use absolute link (begins with \\"http://\\")","Change the CSS class name(s) that will be added to this display.":"Change the CSS class name(s) that will be added to this display.","CSS classes must be alphanumeric or dashes only.":"CSS classes must be alphanumeric or dashes only.","Set between which values the user can choose when determining the items per page. Separated by comma.":"Set between which values the user can choose when determining the items per page. Separated by comma.","Bootstrap":"Bootstrap","Update @name":"Update @name","Link field":"Link field","Attachment before":"Attachment before","Attachment after":"Attachment after","Feed icon":"Feed icon","visible":"visible","Content moderation states":"Content moderation states","Transitions":"Transitions","Cache configuration":"Cache configuration","Editing":"Editing","GD library PNG support":"GD library PNG support","The date the comment was most recently updated.":"The date the comment was most recently updated.","Comment posted: %subject.":"Comment posted: %subject.","View, edit and delete all content regardless of permission restrictions.":"View, edit and delete all content regardless of permission restrictions.","Syslog format":"Syslog format","External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.":"External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.","A date in \'time-since\' format. (%date)":"A date in \'time-since\' format. (%date)","The location of the file relative to Drupal root.":"The location of the file relative to Drupal root.","Your modules have been downloaded and updated.":"Your modules have been downloaded and updated.","Translation update status":"Translation update status","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.","Filter modules":"Filter modules","Vocabulary machine name":"Vocabulary machine name","Bartik":"Bartik","Highlighted":"Highlighted","Main background":"Main background","Sidebar background":"Sidebar background","Sidebar borders":"Sidebar borders","Footer background":"Footer background","Plum":"Plum","Site logo":"Site logo","Title link":"Title link","@module":"@module","A space-separated list of HTML tags allowed in the content of feed items. Disallowed tags are stripped from the content.":"A space-separated list of HTML tags allowed in the content of feed items. Disallowed tags are stripped from the content.","%field cannot contain any markup.":"%field cannot contain any markup.","These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used.":"These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used.","Administer software updates":"Administer software updates","@required_name (Missing)":"@required_name (Missing)","@required_name (Version @compatibility required)":"@required_name (Version @compatibility required)","@name requires at least PHP @version.":"@name requires at least PHP @version.","Unresolved dependency":"Unresolved dependency","@name requires this module.":"@name requires this module.","@name requires this module and version. Currently using @required_name version @version":"@name requires this module and version. Currently using @required_name version @version","Fetch settings":"Fetch settings","Site details":"Site details","Subscribe to @title":"Subscribe to @title","The email address %mail is not valid.":"The email address %mail is not valid.","Interfaces":"Interfaces","Title and slogan":"Title and slogan","Firehouse":"Firehouse","Ice":"Ice","The database table prefix you have entered, %prefix, is invalid. The table prefix can only contain alphanumeric characters, periods, or underscores.":"The database table prefix you have entered, %prefix, is invalid. The table prefix can only contain alphanumeric characters, periods, or underscores.","Default settings file":"Default settings file","The default settings file does not exist.":"The default settings file does not exist.","The @drupal installer requires that the %default-file file not be modified in any way from the original download.":"The @drupal installer requires that the %default-file file not be modified in any way from the original download.","%name: the value may be no less than %min.":"%name: the value may be no less than %min.","%name: the value may be no greater than %max.":"%name: the value may be no greater than %max.","Custom display settings":"Custom display settings","User interface for the Field API.":"User interface for the Field API.","Separate extensions with a space or comma and do not include the leading dot.":"Separate extensions with a space or comma and do not include the leading dot.","Node module element":"Node module element","not yet assigned":"not yet assigned","not yet created":"not yet created","Comment type":"Comment type","None (original image)":"None (original image)","Reusable":"Reusable","Configuration files":"Configuration files","Row class":"Row class","Latest version":"Latest version","The URL of the account edit page.":"The URL of the account edit page.","Edit translations":"Edit translations","- Use default -":"- Use default -","Query type":"Query type","Search page":"Search page","Search pages":"Search pages","Add search page":"Add search page","Redirect path":"Redirect path","Unknown content type":"Unknown content type","Drupal Upgrade":"Drupal Upgrade","Summary options":"Summary options","Back to site":"Back to site","Never (manually)":"Never (manually)","The specified file %file could not be copied to %destination.":"The specified file %file could not be copied to %destination.","The data could not be saved because the destination %destination is invalid. This may be caused by improper use of file_save_data() or a missing stream wrapper.":"The data could not be saved because the destination %destination is invalid. This may be caused by improper use of file_save_data() or a missing stream wrapper.","Failed to connect to your database server. The server reports the following message: %error.<ul><li>Is the database server running?</li><li>Does the database exist, and have you entered the correct database name?</li><li>Have you entered the correct username and password?</li><li>Have you entered the correct database hostname?</li></ul>":"Failed to connect to your database server. The server reports the following message: %error.<ul><li>Is the database server running?</li><li>Does the database exist, and have you entered the correct database name?</li><li>Have you entered the correct username and password?</li><li>Have you entered the correct database hostname?</li></ul>","Exit block region demonstration":"Exit block region demonstration","Database log messages to keep":"Database log messages to keep","Thousand marker":"Thousand marker","Display prefix and suffix.":"Display prefix and suffix.","Display with prefix and suffix.":"Display with prefix and suffix.","- Select a value -":"- Select a value -","No field is displayed.":"No field is displayed.","No field is hidden.":"No field is hidden.","Format settings:":"Format settings:","Text formats are presented on content editing pages in the order defined on this page. The first format available to a user will be selected by default.":"Text formats are presented on content editing pages in the order defined on this page. The first format available to a user will be selected by default.","Image style: @style":"Image style: @style","Linked to content":"Linked to content","Linked to file":"Linked to file","Shown when hovering over the menu link.":"Shown when hovering over the menu link.","Format: %time. The date format is YYYY-MM-DD and %timezone is the time zone offset from UTC. Leave blank to use the time of form submission.":"Format: %time. The date format is YYYY-MM-DD and %timezone is the time zone offset from UTC. Leave blank to use the time of form submission.","Syslog identity":"Syslog identity","A string that will be prepended to every message logged to Syslog. If you have multiple sites logging to the same Syslog log file, a unique identity per site makes it easy to tell the log entries apart.":"A string that will be prepended to every message logged to Syslog. If you have multiple sites logging to the same Syslog log file, a unique identity per site makes it easy to tell the log entries apart.","Error pages":"Error pages","Manage automatic site maintenance tasks.":"Manage automatic site maintenance tasks.","Weight for added term":"Weight for added term","Minimal profile for running tests. Includes absolutely required modules only.":"Minimal profile for running tests. Includes absolutely required modules only.","Preset ID":"Preset ID","Administrative name":"Administrative name","Saint Martin":"Saint Martin","Invalid merge query: no conditions":"Invalid merge query: no conditions","Post comments":"Post comments","Skip comment approval":"Skip comment approval","Are you sure you want to disable the text format %format?":"Are you sure you want to disable the text format %format?","Disabled text formats are completely removed from the administrative interface, and any content stored with that format will not be displayed. This action cannot be undone.":"Disabled text formats are completely removed from the administrative interface, and any content stored with that format will not be displayed. This action cannot be undone.","Disabled text format %format.":"Disabled text format %format.","Text Formats":"Text Formats","Disable text format":"Disable text format","Hot topic, new comments":"Hot topic, new comments","Hot topic":"Hot topic","Normal topic":"Normal topic","Closed topic":"Closed topic","Reference for usage, configuration, and modules.":"Reference for usage, configuration, and modules.","Administer settings.":"Administer settings.","View reports, updates, and errors.":"View reports, updates, and errors.","Install new module or theme":"Install new module or theme","Nothing":"Nothing","Update @title":"Update @title","A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.":"A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.","The machine-readable name must contain unique characters.":"The machine-readable name must contain unique characters.","The machine-readable name must contain only lowercase letters, numbers, and hyphens.":"The machine-readable name must contain only lowercase letters, numbers, and hyphens.","The machine-readable name is already in use. It must be unique.":"The machine-readable name is already in use. It must be unique.","Weight for row @number":"Weight for row @number","Label display for @title":"Label display for @title","Formatter for @title":"Formatter for @title","Parents for @title":"Parents for @title","There is data for this field in the database. The field settings can no longer be changed.":"There is data for this field in the database. The field settings can no longer be changed.","Weight for new file":"Weight for new file","Choose a file":"Choose a file","Weight for new effect":"Weight for new effect","Enable @title menu link":"Enable @title menu link","A unique name to construct the URL for the menu. It must only contain lowercase letters, numbers and hyphens.":"A unique name to construct the URL for the menu. It must only contain lowercase letters, numbers and hyphens.","A unique machine-readable name for this content type. It must only contain lowercase letters, numbers, and underscores. This name will be used for constructing the URL of the %node-add page, in which underscores will be converted into hyphens.":"A unique machine-readable name for this content type. It must only contain lowercase letters, numbers, and underscores. This name will be used for constructing the URL of the %node-add page, in which underscores will be converted into hyphens.","Schema version":"Schema version","Theme name":"Theme name","URL fallback":"URL fallback","Use an already detected language for URLs if none is found.":"Use an already detected language for URLs if none is found.","%type_name: Create new content":"%type_name: Create new content","%type_name: Edit own content":"%type_name: Edit own content","%type_name: Edit any content":"%type_name: Edit any content","%type_name: Delete own content":"%type_name: Delete own content","%type_name: Delete any content":"%type_name: Delete any content","New object was not saved, no error provided":"New object was not saved, no error provided","The author\'s host name.":"The author\'s host name.","The published status of a comment. (0 = Published, 1 = Not Published)":"The published status of a comment. (0 = Published, 1 = Not Published)","The comment author\'s name.":"The comment author\'s name.","Next steps":"Next steps","@driver_name settings":"@driver_name settings","SQLite":"SQLite","Database file":"Database file","The absolute path to the file where @drupal data will be stored. This must be writable by the web server and should exist outside of the web root.":"The absolute path to the file where @drupal data will be stored. This must be writable by the web server and should exist outside of the web root.","No fields are present yet.":"No fields are present yet.","Uninstall @module module":"Uninstall @module module","Enable newly added modules":"Enable newly added modules","View the administration theme":"View the administration theme","Database system":"Database system","Database system version":"Database system version","Indexed %count content items for tracking.":"Indexed %count content items for tracking.","Release notes for @project_title":"Release notes for @project_title","The role settings have been updated.":"The role settings have been updated.","Disable the account and keep its content.":"Disable the account and keep its content.","Disable the account and unpublish its content.":"Disable the account and unpublish its content.","Delete the account and make its content belong to the %anonymous-name user.":"Delete the account and make its content belong to the %anonymous-name user.","Delete the account and its content.":"Delete the account and its content.","Drupal system listing compatible test":"Drupal system listing compatible test","Support module for testing the drupal_system_listing function.":"Support module for testing the drupal_system_listing function.","Fixed value":"Fixed value","String settings":"String settings","Use field label instead of the \\"On value\\" as label":"Use field label instead of the \\"On value\\" as label","List (integer)":"List (integer)","This field stores integer values from a list of allowed \'value => label\' pairs, i.e. \'Lifetime in days\': 1 => 1 day, 7 => 1 week, 31 => 1 month.":"This field stores integer values from a list of allowed \'value => label\' pairs, i.e. \'Lifetime in days\': 1 => 1 day, 7 => 1 week, 31 => 1 month.","List (float)":"List (float)","This field stores float values from a list of allowed \'value => label\' pairs, i.e. \'Fraction\': 0 => 0, .25 => 1/4, .75 => 3/4, 1 => 1.":"This field stores float values from a list of allowed \'value => label\' pairs, i.e. \'Fraction\': 0 => 0, .25 => 1/4, .75 => 3/4, 1 => 1.","This field stores text values from a list of allowed \'value => label\' pairs, i.e. \'US States\': IL => Illinois, IA => Iowa, IN => Indiana.":"This field stores text values from a list of allowed \'value => label\' pairs, i.e. \'US States\': IL => Illinois, IA => Iowa, IN => Indiana.","The possible values this field can contain. Enter one value per line, in the format key|label.":"The possible values this field can contain. Enter one value per line, in the format key|label.","The key is the stored value, and must be numeric. The label will be used in displayed values and edit forms.":"The key is the stored value, and must be numeric. The label will be used in displayed values and edit forms.","The label is optional: if a line contains a single number, it will be used as key and label.":"The label is optional: if a line contains a single number, it will be used as key and label.","Lists of labels are also accepted (one label per line), only if the field does not hold any values yet. Numeric keys will be automatically generated from the positions in the list.":"Lists of labels are also accepted (one label per line), only if the field does not hold any values yet. Numeric keys will be automatically generated from the positions in the list.","The key is the stored value. The label will be used in displayed values and edit forms.":"The key is the stored value. The label will be used in displayed values and edit forms.","The label is optional: if a line contains a single string, it will be used as key and label.":"The label is optional: if a line contains a single string, it will be used as key and label.","Allowed values list: invalid input.":"Allowed values list: invalid input.","Allowed values list: some values are being removed while currently in use.":"Allowed values list: some values are being removed while currently in use.","Object ID":"Object ID","The entity type.":"The entity type.","Center left":"Center left","Center right":"Center right","Unable to parse info file: %info_file.":"Unable to parse info file: %info_file.","Custom blocks":"Custom blocks","Label HTML element":"Label HTML element","Place a colon after the label":"Place a colon after the label","Wrapper HTML element":"Wrapper HTML element","Wrapper class":"Wrapper class","Add default classes":"Add default classes","Use default Views classes to identify the field, field label and field content.":"Use default Views classes to identify the field, field label and field content.","Use absolute path":"Use absolute path","Rel Text":"Rel Text","Include Rel attribute for use in lightbox2 or other javascript utility.":"Include Rel attribute for use in lightbox2 or other javascript utility.","Preserve certain tags":"Preserve certain tags","List the tags that need to be preserved during the stripping process. example &quot;&lt;p&gt; &lt;br&gt;&quot; which will preserve all p and br elements":"List the tags that need to be preserved during the stripping process. example &quot;&lt;p&gt; &lt;br&gt;&quot; which will preserve all p and br elements","Format plural":"Format plural","If checked, special handling will be used for plurality.":"If checked, special handling will be used for plurality.","Singular form":"Singular form","Plural form":"Plural form","Text to use for the plural form, @count will be replaced with the value.":"Text to use for the plural form, @count will be replaced with the value.","A unique machine-readable name for this View. It must only contain lowercase letters, numbers, and underscores.":"A unique machine-readable name for this View. It must only contain lowercase letters, numbers, and underscores.","Weight for @display":"Weight for @display","This title will be displayed on the views edit page instead of the default one. This might be useful if you have the same item twice.":"This title will be displayed on the views edit page instead of the default one. This might be useful if you have the same item twice.","The unique ID of the aggregator item.":"The unique ID of the aggregator item.","The guid of the original imported item.":"The guid of the original imported item.","Date and time of when the comment was created.":"Date and time of when the comment was created.","Date and time of when the comment was last updated.":"Date and time of when the comment was last updated.","Whether the comment is approved (or still in the moderation queue).":"Whether the comment is approved (or still in the moderation queue).","Last comment CID":"Last comment CID","Last Comment":"Last Comment","Some roles lack permission to access content, but display %display has no access control.":"Some roles lack permission to access content, but display %display has no access control.","File Usage":"File Usage","A file that is associated with this node, usually because it is in a field on the node.":"A file that is associated with this node, usually because it is in a field on the node.","A user that is associated with this file, usually because this file is in a field on the user.":"A user that is associated with this file, usually because this file is in a field on the user.","A file that is associated with this user, usually because it is in a field on the user.":"A file that is associated with this user, usually because it is in a field on the user.","A comment that is associated with this file, usually because this file is in a field on the comment.":"A comment that is associated with this file, usually because this file is in a field on the comment.","A file that is associated with this comment, usually because it is in a field on the comment.":"A file that is associated with this comment, usually because it is in a field on the comment.","A taxonomy term that is associated with this file, usually because this file is in a field on the taxonomy term.":"A taxonomy term that is associated with this file, usually because this file is in a field on the taxonomy term.","A file that is associated with this taxonomy term, usually because it is in a field on the taxonomy term.":"A file that is associated with this taxonomy term, usually because it is in a field on the taxonomy term.","The module managing this file relationship.":"The module managing this file relationship.","The type of entity that is related to the file.":"The type of entity that is related to the file.","The number of times the file is used by this entity.":"The number of times the file is used by this entity.","Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine.":"Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine.","Group column":"Group column","Select the column of this field to apply the grouping function selected above.":"Select the column of this field to apply the grouping function selected above.","Group columns (additional)":"Group columns (additional)","Select any additional columns of this field to include in the query and to group on.":"Select any additional columns of this field to include in the query and to group on.","Display download path instead of file storage URI":"Display download path instead of file storage URI","The machine name for the vocabulary the term belongs to.":"The machine name for the vocabulary the term belongs to.","Display error message":"Display error message","Comment or document this display.":"Comment or document this display.","Query settings":"Query settings","Allow to set some advanced settings for the query plugin":"Allow to set some advanced settings for the query plugin","The name and the description of this display":"The name and the description of this display","Query options":"Query options","Display name must be letters, numbers, or underscores only.":"Display name must be letters, numbers, or underscores only.","Should this display inherit its paging values from the parent display to which it is attached?":"Should this display inherit its paging values from the parent display to which it is attached?","Should this display render the pager values? This is only meaningful if inheriting a pager.":"Should this display render the pager values? This is only meaningful if inheriting a pager.","This will appear as the name of this block in administer >> structure >> blocks.":"This will appear as the name of this block in administer >> structure >> blocks.","Text to display instead of results until the user selects and applies an exposed filter.":"Text to display instead of results until the user selects and applies an exposed filter.","Include all items option":"Include all items option","All items label":"All items label","Disable SQL rewriting":"Disable SQL rewriting","The class to provide on each row.":"The class to provide on each row.","You may use field tokens from as per the \\"Replacement patterns\\" used in \\"Rewrite the output of this field\\" for all fields.":"You may use field tokens from as per the \\"Replacement patterns\\" used in \\"Rewrite the output of this field\\" for all fields.","The class to provide on the wrapper, outside the list.":"The class to provide on the wrapper, outside the list.","List class":"List class","The class to provide on the list element itself.":"The class to provide on the list element itself.","Define the base path for links in this summary\\n view, i.e. http://example.com/<strong>your_view_path/archive</strong>.\\n Do not include beginning and ending forward slash. If this value\\n is empty, views will use the first path found as the base path,\\n in page displays, or / if no path could be found.":"Define the base path for links in this summary\\n view, i.e. http://example.com/<strong>your_view_path/archive</strong>.\\n Do not include beginning and ending forward slash. If this value\\n is empty, views will use the first path found as the base path,\\n in page displays, or / if no path could be found.","files":"files","Save Layout":"Save Layout","Sticky status":"Sticky status","RSS category":"RSS category","RSS enclosure":"RSS enclosure","Paste your configuration here":"Paste your configuration here","Import configuration":"Import configuration","5 minute":"5 minute","15 minute":"15 minute","URL to image":"URL to image","Content revisions":"Content revisions","Custom block":"Custom block","Recipient ID":"Recipient ID","%time hence":"%time hence","Language selection":"Language selection","Delete all translations":"Delete all translations","No Access":"No Access","Manage layout":"Manage layout","text formats":"text formats","Search page path":"Search page path","Many to one":"Many to one","All Day":"All Day","Upscale":"Upscale","Logo settings":"Logo settings","Delete field.":"Delete field.","No results behavior":"No results behavior","Edit @section":"Edit @section","View to insert":"View to insert","The view to insert into this area.":"The view to insert into this area.","Inherit contextual filters":"Inherit contextual filters","If checked, this view will receive the same contextual filters as its parent.":"If checked, this view will receive the same contextual filters as its parent.","Recursion detected in view @view display @display.":"Recursion detected in view @view display @display.","When the filter value is <em>NOT</em> in the URL":"When the filter value is <em>NOT</em> in the URL","Exception value":"Exception value","If this value is received, the filter will be ignored; i.e, \\"all values\\"":"If this value is received, the filter will be ignored; i.e, \\"all values\\"","When the filter value <em>IS</em> in the URL or a default is provided":"When the filter value <em>IS</em> in the URL or a default is provided","Provide title":"Provide title","Specify validation criteria":"Specify validation criteria","Action to take if filter value does not validate":"Action to take if filter value does not validate","Display all results for the specified field":"Display all results for the specified field","Provide default value":"Provide default value","Show \\"Page not found\\"":"Show \\"Page not found\\"","Display a summary":"Display a summary","Display contents of \\"No results found\\"":"Display contents of \\"No results found\\"","Skip default argument for view URL":"Skip default argument for view URL","Select whether to include this default argument when constructing the URL for this view. Skipping default arguments is useful e.g. in the case of feeds.":"Select whether to include this default argument when constructing the URL for this view. Skipping default arguments is useful e.g. in the case of feeds.","If selected, multiple instances of this filter can work together, as though multiple values were supplied to the same filter. This setting is not compatible with the \\"Reduce duplicates\\" setting.":"If selected, multiple instances of this filter can work together, as though multiple values were supplied to the same filter. This setting is not compatible with the \\"Reduce duplicates\\" setting.","If selected, the numbers entered for the filter will be excluded rather than limiting the view.":"If selected, the numbers entered for the filter will be excluded rather than limiting the view.","Glossary mode applies a limit to the number of characters used in the filter value, which allows the summary view to act as a glossary.":"Glossary mode applies a limit to the number of characters used in the filter value, which allows the summary view to act as a glossary.","How many characters of the filter value to filter against. If set to 1, all fields starting with the first letter in the filter value would be matched.":"How many characters of the filter value to filter against. If set to 1, all fields starting with the first letter in the filter value would be matched.","When printing the title and summary, how to transform the case of the filter value.":"When printing the title and summary, how to transform the case of the filter value.","Create a label":"Create a label","Enable to load this field as hidden. Often used to group fields, or to use as token in another field.":"Enable to load this field as hidden. Often used to group fields, or to use as token in another field.","Choose the HTML element to wrap around this field, e.g. H1, H2, etc.":"Choose the HTML element to wrap around this field, e.g. H1, H2, etc.","Create a CSS class":"Create a CSS class","Choose the HTML element to wrap around this label, e.g. H1, H2, etc.":"Choose the HTML element to wrap around this label, e.g. H1, H2, etc.","Rewrite results":"Rewrite results","Replace spaces with dashes":"Replace spaces with dashes","External server URL":"External server URL","Links to an external server using a full URL: e.g. \'http://www.example.com\' or \'www.example.com\'.":"Links to an external server using a full URL: e.g. \'http://www.example.com\' or \'www.example.com\'.","Convert newlines to HTML &lt;br&gt; tags":"Convert newlines to HTML &lt;br&gt; tags","No results text":"No results text","Enable to display the \\"no results text\\" if the field contains the number 0.":"Enable to display the \\"no results text\\" if the field contains the number 0.","Time hence":"Time hence","Time hence (with \\"hence\\" appended)":"Time hence (with \\"hence\\" appended)","Time span (future dates have \\"-\\" prepended)":"Time span (future dates have \\"-\\" prepended)","Time span (past dates have \\"-\\" prepended)":"Time span (past dates have \\"-\\" prepended)","How should the serialized data be displayed. You can choose a custom array/object key or a print_r on the full output.":"How should the serialized data be displayed. You can choose a custom array/object key or a print_r on the full output.","Full data (unserialized)":"Full data (unserialized)","Full data (serialized)":"Full data (serialized)","A certain key":"A certain key","Which key should be displayed":"Which key should be displayed","You have to enter a key if you want to display a key of the data.":"You have to enter a key if you want to display a key of the data.","How many different units to display in the string.":"How many different units to display in the string.","This filter is not exposed. Expose it to allow the users to change it.":"This filter is not exposed. Expose it to allow the users to change it.","Expose filter":"Expose filter","This filter is exposed. If you hide it, users will not be able to change it.":"This filter is exposed. If you hide it, users will not be able to change it.","Hide filter":"Hide filter","Expose operator":"Expose operator","Allow the user to choose the operator.":"Allow the user to choose the operator.","Allow multiple selections":"Allow multiple selections","Enable to allow users to select multiple items.":"Enable to allow users to select multiple items.","Remember the last selection":"Remember the last selection","Enable to remember the last selection made by the user.":"Enable to remember the last selection made by the user.","You must select a value unless this is an non-required exposed filter.":"You must select a value unless this is an non-required exposed filter.","Enable to hide items that do not contain this relationship":"Enable to hide items that do not contain this relationship","This sort is not exposed. Expose it to allow the users to change it.":"This sort is not exposed. Expose it to allow the users to change it.","Expose sort":"Expose sort","This sort is exposed. If you hide it, users will not be able to change it.":"This sort is exposed. If you hide it, users will not be able to change it.","Hide sort":"Hide sort","Provide description":"Provide description","Update \\"@title\\" choice":"Update \\"@title\\" choice","Update \\"@title\\" choice (@number)":"Update \\"@title\\" choice (@number)","Auto preview":"Auto preview","Preview with contextual filters:":"Preview with contextual filters:","Separate contextual filter values with a \\"/\\". For example, %example.":"Separate contextual filter values with a \\"/\\". For example, %example.",":":":","Apply and continue":"Apply and continue","@current of @total":"@current of @total","All displays (except overridden)":"All displays (except overridden)","All displays":"All displays","This @display_type (override)":"This @display_type (override)","Create new filter group":"Create new filter group","No filters have been added.":"No filters have been added.","Drag to add filters.":"Drag to add filters.","Add and configure @types":"Add and configure @types","Configure @type: @item":"Configure @type: @item","Always show advanced display settings":"Always show advanced display settings","Label for \\"Any\\" value on non-required single-select exposed filters":"Label for \\"Any\\" value on non-required single-select exposed filters","Live preview settings":"Live preview settings","Automatically update preview on changes":"Automatically update preview on changes","Show information and statistics about the view during live preview":"Show information and statistics about the view during live preview","Above the preview":"Above the preview","Below the preview":"Below the preview","Show the SQL query":"Show the SQL query","Show performance statistics":"Show performance statistics","Display\\u0003Displays":"Display\\u0003Displays","Unformatted list":"Unformatted list","Contextual filters":"Contextual filters","contextual filters":"contextual filters","Contextual filter":"Contextual filter","contextual filter":"contextual filter","filter criteria":"filter criteria","Filter criterion":"Filter criterion","filter criterion":"filter criterion","no results behavior":"no results behavior","The node ID.":"The node ID.","The content title.":"The content title.","The date the content was posted.":"The date the content was posted.","Filters out unpublished content if the current user cannot view it.":"Filters out unpublished content if the current user cannot view it.","Whether or not the content is sticky.":"Whether or not the content is sticky.","Whether or not the content is sticky. To list sticky content first, set this to descending.":"Whether or not the content is sticky. To list sticky content first, set this to descending.","Relate content to the user who created it.":"Relate content to the user who created it.","User has a revision":"User has a revision","All nodes where a certain user has a revision":"All nodes where a certain user has a revision","Content revision is a history of changes to content.":"Content revision is a history of changes to content.","Relate a content revision to the user who created the revision.":"Relate a content revision to the user who created the revision.","Get the actual content from a content revision.":"Get the actual content from a content revision.","Provide a simple link to delete the content revision.":"Provide a simple link to delete the content revision.","Filter for content by view access. <strong>Not necessary if you are using node as your base table.</strong>":"Filter for content by view access. <strong>Not necessary if you are using node as your base table.</strong>","Show a marker if the content is new or updated.":"Show a marker if the content is new or updated.","Show only content that is new or updated.":"Show only content that is new or updated.","Display the content with standard node view.":"Display the content with standard node view.","Content ID from URL":"Content ID from URL","Content that is associated with this file, usually because this file is in a field on the content.":"Content that is associated with this file, usually because this file is in a field on the content.","Allows the \\"depth\\" for Taxonomy: Term ID (with depth) to be modified via an additional contextual filter value.":"Allows the \\"depth\\" for Taxonomy: Term ID (with depth) to be modified via an additional contextual filter value.","Content authored":"Content authored","Relate content to the user who created it. This relationship will create one record for each content item created by the user.":"Relate content to the user who created it. This relationship will create one record for each content item created by the user.","Allow a contextual filter value to be ignored. The query will not be altered by this contextual filter value. Can be used when contextual filter values come from the URL, and a part of the URL needs to be ignored.":"Allow a contextual filter value to be ignored. The query will not be altered by this contextual filter value. Can be used when contextual filter values come from the URL, and a part of the URL needs to be ignored.","View area":"View area","Insert a view inside an area.":"Insert a view inside an area.","Enable to override this field\'s links.":"Enable to override this field\'s links.","Use field template":"Use field template","Checking this option will cause the group Display Type and Separator values to be ignored.":"Checking this option will cause the group Display Type and Separator values to be ignored.","Multiple field settings":"Multiple field settings","Display all values in the same row":"Display all values in the same row","Display @count value(s)":"Display @count value(s)","Raw @column":"Raw @column","Link this field to the original piece of content":"Link this field to the original piece of content","Enable this option to output an absolute link. Required if you want to use the path as a link destination (as in \\"output this field as a link\\" above).":"Enable this option to output an absolute link. Required if you want to use the path as a link destination (as in \\"output this field as a link\\" above).","Access operation to check":"Access operation to check","If selected, users can enter multiple values in the form of 1+2+3. Due to the number of JOINs it would require, AND will be treated as OR with this filter.":"If selected, users can enter multiple values in the form of 1+2+3. Due to the number of JOINs it would require, AND will be treated as OR with this filter.","Load default filter from term page":"Load default filter from term page","Transform dashes in URL to spaces in term name filter values":"Transform dashes in URL to spaces in term name filter values","Note: you do not have permission to modify this. If you change the default filter type, this setting will be lost and you will NOT be able to get it back.":"Note: you do not have permission to modify this. If you change the default filter type, this setting will be lost and you will NOT be able to get it back.","Change the way content is formatted.":"Change the way content is formatted.","Change settings for this format":"Change settings for this format","Change the way each row in the view is styled.":"Change the way each row in the view is styled.","Hide attachments in summary":"Hide attachments in summary","Change whether or not to display attachments when displaying a contextual filter summary.":"Change whether or not to display attachments when displaying a contextual filter summary.","Hide attachments when displaying a contextual filter summary":"Hide attachments when displaying a contextual filter summary","Attachment position":"Attachment position","Should this display inherit its contextual filter values from the parent display to which it is attached?":"Should this display inherit its contextual filter values from the parent display to which it is attached?","This view will be displayed by visiting this path on your site. It is recommended that the path be something like \\"path/%/%/feed\\" or \\"path/%/%/rss.xml\\", putting one % in the path for each contextual filter you have defined in the view.":"This view will be displayed by visiting this path on your site. It is recommended that the path be something like \\"path/%/%/feed\\" or \\"path/%/%/rss.xml\\", putting one % in the path for each contextual filter you have defined in the view.","Display @display is set to use a menu but the menu link text is not set.":"Display @display is set to use a menu but the menu link text is not set.","Display @display is set to use a parent menu but the parent menu link text is not set.":"Display @display is set to use a parent menu but the parent menu link text is not set.","@count item, skip @skip\\u0003Paged, @count items, skip @skip":"@count item, skip @skip\\u0003Paged, @count items, skip @skip","@count item\\u0003Paged, @count items":"@count item\\u0003Paged, @count items","Create a page":"Create a page","Create a menu link":"Create a menu link","Include an RSS feed":"Include an RSS feed","Feed path":"Feed path","Feed row style":"Feed row style","Create a block":"Create a block","of fields":"of fields","of type":"of type","tagged with":"tagged with","teasers":"teasers","full posts":"full posts","titles":"titles","titles (linked)":"titles (linked)","Sorts":"Sorts","HTTP method":"HTTP method","Hide view":"Hide view","@group (historical data)":"@group (historical data)","User limit":"User limit","Use path alias":"Use path alias","Field mappings":"Field mappings","View any unpublished content":"View any unpublished content","Relative default value":"Relative default value","The comment UUID.":"The comment UUID.","The file UUID.":"The file UUID.","The term UUID.":"The term UUID.","The user UUID.":"The user UUID.","Field item":"Field item","Edit shortcut set":"Edit shortcut set","Appearance settings":"Appearance settings","Delete translation":"Delete translation","Unsorted":"Unsorted","Changes to the style have been saved.":"Changes to the style have been saved.","Media query":"Media query","Mapping type":"Mapping type","Create media":"Create media","Use replacement tokens from the first row":"Use replacement tokens from the first row","Allow multiple filter values to work together":"Allow multiple filter values to work together","Customize field HTML":"Customize field HTML","You may use token substitutions from the rewriting section in this class.":"You may use token substitutions from the rewriting section in this class.","Customize label HTML":"Customize label HTML","Customize field and label wrapper HTML":"Customize field and label wrapper HTML","Choose the HTML element to wrap around this field and label, e.g. H1, H2, etc. This may not be used if the field and label are not rendered together, such as with a table.":"Choose the HTML element to wrap around this field and label, e.g. H1, H2, etc. This may not be used if the field and label are not rendered together, such as with a table.","Remove whitespace":"Remove whitespace","Hide rewriting if empty":"Hide rewriting if empty","Do not display rewritten content if this field is empty.":"Do not display rewritten content if this field is empty.","Thousands marker":"Thousands marker","Expose this filter to visitors, to allow them to change it":"Expose this filter to visitors, to allow them to change it","Representative sort order":"Representative sort order","Subquery namespace":"Subquery namespace","Advanced. Enter a namespace for the subquery used by this relationship.":"Advanced. Enter a namespace for the subquery used by this relationship.","Representative view":"Representative view","Advanced. Use another view to generate the relationship subquery. This allows you to use filtering and more than one sort. If you pick a view here, the sort options above are ignored. Your view must have the ID of its base as its only field, and should have some kind of sorting.":"Advanced. Use another view to generate the relationship subquery. This allows you to use filtering and more than one sort. If you pick a view here, the sort options above are ignored. Your view must have the ID of its base as its only field, and should have some kind of sorting.","Will re-generate the subquery for this relationship every time the view is run, instead of only when these options are saved. Use for testing if you are making changes elsewhere. WARNING: seriously impairs performance.":"Will re-generate the subquery for this relationship every time the view is run, instead of only when these options are saved. Use for testing if you are making changes elsewhere. WARNING: seriously impairs performance.","Expose this sort to visitors, to allow them to change it":"Expose this sort to visitors, to allow them to change it","This display is disabled.":"This display is disabled.","Error: Display @display refers to a plugin named \'@plugin\', but that plugin is not available.":"Error: Display @display refers to a plugin named \'@plugin\', but that plugin is not available.","Aggregation settings":"Aggregation settings","Display extenders":"Display extenders","Select extensions of the views interface.":"Select extensions of the views interface.","You have configured display %display with a path which is an path alias as well. This might lead to unwanted effects so better use an internal path.":"You have configured display %display with a path which is an path alias as well. This might lead to unwanted effects so better use an internal path.","Configure aggregation settings for @type %item":"Configure aggregation settings for @type %item","Empty display extender":"Empty display extender","Raw value from URL":"Raw value from URL","Apply (all displays)":"Apply (all displays)","Apply (this display)":"Apply (this display)","The date of the most recent new content on the feed.":"The date of the most recent new content on the feed.","Appears in: @bundles.":"Appears in: @bundles.","This is an alias of @group: @field.":"This is an alias of @group: @field.","@group: @field":"@group: @field","@group (historical data): @field":"@group (historical data): @field","@label:delta":"@label:delta","Delta - Appears in: @bundles.":"Delta - Appears in: @bundles.","User who uploaded":"User who uploaded","Taxonomy term chosen from autocomplete or select widget.":"Taxonomy term chosen from autocomplete or select widget.","Representative node":"Representative node","Obtains a single representative node for each term, according to a chosen sort criterion.":"Obtains a single representative node for each term, according to a chosen sort criterion.","Content with term":"Content with term","Relate all content tagged with a term.":"Relate all content tagged with a term.","Has taxonomy term ID":"Has taxonomy term ID","Display content if it has the selected taxonomy terms.":"Display content if it has the selected taxonomy terms.","Has taxonomy term":"Has taxonomy term","Taxonomy terms on node":"Taxonomy terms on node","All taxonomy terms":"All taxonomy terms","Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.":"Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.","Has taxonomy term ID (with depth)":"Has taxonomy term ID (with depth)","Has taxonomy terms (with depth)":"Has taxonomy terms (with depth)","Has taxonomy term ID depth modifier":"Has taxonomy term ID depth modifier","@entity using @field":"@entity using @field","Taxonomy term ID from URL":"Taxonomy term ID from URL","Obtains a single representative node for each user, according to a chosen sort criterion.":"Obtains a single representative node for each user, according to a chosen sort criterion.","If checked, multiple values for this field will be shown in the same row. If not checked, each value in this field will create a new row. If using group by, please make sure to group by \\"Entity ID\\" for this setting to have any effect.":"If checked, multiple values for this field will be shown in the same row. If not checked, each value in this field will create a new row. If using group by, please make sure to group by \\"Entity ID\\" for this setting to have any effect.","Display an icon representing the file type, instead of the MIME text (such as \\"image/jpeg\\")":"Display an icon representing the file type, instead of the MIME text (such as \\"image/jpeg\\")","Load default filter from node page, that\'s good for related taxonomy blocks":"Load default filter from node page, that\'s good for related taxonomy blocks","Path component":"Path component","The numbering starts from 1, e.g. on the page admin/structure/types, the 3rd path component is \\"types\\".":"The numbering starts from 1, e.g. on the page admin/structure/types, the 3rd path component is \\"types\\".","Use aggregation":"Use aggregation","Display title may not be empty.":"Display title may not be empty.","When the filter value is <em>NOT</em> available":"When the filter value is <em>NOT</em> available","When the filter value <em>IS</em> available or a default is provided":"When the filter value <em>IS</em> available or a default is provided","This display does not have a source for contextual filters, so no contextual filter value will be available unless you select \'Provide default\'.":"This display does not have a source for contextual filters, so no contextual filter value will be available unless you select \'Provide default\'.","Query Comment":"Query Comment","If set, this comment will be embedded in the query and passed to the SQL server. This can be helpful for logging or debugging.":"If set, this comment will be embedded in the query and passed to the SQL server. This can be helpful for logging or debugging.","Count DISTINCT":"Count DISTINCT","Provide default field wrapper elements":"Provide default field wrapper elements","Inline fields will be displayed next to each other rather than one after another. Note that some fields will ignore this if they are block elements, particularly body fields and other formatted HTML.":"Inline fields will be displayed next to each other rather than one after another. Note that some fields will ignore this if they are block elements, particularly body fields and other formatted HTML.","Show the empty text in the table":"Show the empty text in the table","The block could not be saved.":"The block could not be saved.","Datetime":"Datetime","Language (fr, en, ...)":"Language (fr, en, ...)","Max age":"Max age","Layout ID":"Layout ID","Last Cron Run":"Last Cron Run","The user ID.":"The user ID.","Latest revision":"Latest revision","Responsive image":"Responsive image","The field that is going to be used as the RSS item title for each row.":"The field that is going to be used as the RSS item title for each row.","The field that is going to be used as the RSS item link for each row. This must be a drupal relative path.":"The field that is going to be used as the RSS item link for each row. This must be a drupal relative path.","The field that is going to be used as the RSS item description for each row.":"The field that is going to be used as the RSS item description for each row.","Creator field":"Creator field","The field that is going to be used as the RSS item creator for each row.":"The field that is going to be used as the RSS item creator for each row.","Publication date field":"Publication date field","Row style plugin requires specifying which views fields to use for RSS item.":"Row style plugin requires specifying which views fields to use for RSS item.","Unique watchdog event ID.":"Unique watchdog event ID.","The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).":"The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).","Logo image":"Logo image","Curaçao":"Curaçao","Réunion":"Réunion","Sint Maarten":"Sint Maarten","Manage view modes":"Manage view modes","The layout has been saved.":"The layout has been saved.","JavaScript settings":"JavaScript settings","Entity Reference":"Entity Reference","An autocomplete text field.":"An autocomplete text field.","Display the label of the referenced entities.":"Display the label of the referenced entities.","Display the referenced entities rendered by entity_view().":"Display the referenced entities rendered by entity_view().","Link label to the referenced entity":"Link label to the referenced entity","Link to the referenced entity":"Link to the referenced entity","Rendered as @mode":"Rendered as @mode","Language types":"Language types","Add view mode":"Add view mode","Edit view mode":"Edit view mode","Filter HTML":"Filter HTML","Configuration Manager":"Configuration Manager","Revision log":"Revision log","Default date":"Default date","Default end date":"Default end date","Time increments":"Time increments","10 minute":"10 minute","30 minute":"30 minute","Date value":"Date value","Text of the auto-reply message.":"Text of the auto-reply message.","Entity reference":"Entity reference","Fields pending deletion":"Fields pending deletion","No translatable fields":"No translatable fields","Translations of %label":"Translations of %label","This translation is published":"This translation is published","Are you sure you want to delete the @language translation of %label?":"Are you sure you want to delete the @language translation of %label?","Translate any entity":"Translate any entity","Hide empty columns":"Hide empty columns","The node ID of the node a user created or commented on. You must use an argument or filter on UID or you will get misleading results using this field.":"The node ID of the node a user created or commented on. You must use an argument or filter on UID or you will get misleading results using this field.","The user ID of a user who touched the node (either created or commented on it).":"The user ID of a user who touched the node (either created or commented on it).","The date the node was last updated or commented on. You must use an argument or filter on UID or you will get misleading results using this field.":"The date the node was last updated or commented on. You must use an argument or filter on UID or you will get misleading results using this field.","Change handler":"Change handler","Autocomplete (Tags style)":"Autocomplete (Tags style)","Mail system":"Mail system","Hide empty column":"Hide empty column","Restrict images to this site":"Restrict images to this site","Disallows usage of &lt;img&gt; tag sources that are not hosted on this site by replacing them with a placeholder image.":"Disallows usage of &lt;img&gt; tag sources that are not hosted on this site by replacing them with a placeholder image.","Maximum dimensions":"Maximum dimensions","Fallback image style":"Fallback image style","Wide":"Wide","The operator is invalid on filter: @filter.":"The operator is invalid on filter: @filter.","No valid values found on filter: @filter.":"No valid values found on filter: @filter.","The value @value is not an array for @operator on filter: @filter":"The value @value is not an array for @operator on filter: @filter","If not checked, fields that are not configured to customize their HTML elements will get no wrappers at all for their field, label and field + label wrappers. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.":"If not checked, fields that are not configured to customize their HTML elements will get no wrappers at all for their field, label and field + label wrappers. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.","@label (@column)":"@label (@column)","banned IP addresses":"banned IP addresses","The IP address %ip has been banned.":"The IP address %ip has been banned.","CKEditor settings":"CKEditor settings","Checked":"Checked","The field name.":"The field name.","Validate options":"Validate options","Whether the user is active or blocked.":"Whether the user is active or blocked.","Views query":"Views query","Language direction":"Language direction","The throbber display does not show the status of uploads but takes up less space. The progress bar is helpful for monitoring progress on large uploads.":"The throbber display does not show the status of uploads but takes up less space. The progress bar is helpful for monitoring progress on large uploads.","Leave this blank to delete both the existing username and password.":"Leave this blank to delete both the existing username and password.","To change the password, enter the new password here.":"To change the password, enter the new password here.","HTTP authentication credentials must include a username in addition to a password.":"HTTP authentication credentials must include a username in addition to a password.","Cron takes care of running periodic tasks like checking for updates and indexing content for search.":"Cron takes care of running periodic tasks like checking for updates and indexing content for search.","User name and password":"User name and password","User module account form elements.":"User module account form elements.","View modes":"View modes","A Drupal path or external URL the more link will point to. Note that this will override the link display setting above.":"A Drupal path or external URL the more link will point to. Note that this will override the link display setting above.","Drupal 8":"Drupal 8","Resource type":"Resource type","<em>Alt</em> field required":"<em>Alt</em> field required","<em>Title</em> field required":"<em>Title</em> field required","Link to entity":"Link to entity","@view : @display":"@view : @display","View: @view - Display: @display":"View: @view - Display: @display","Transform the case":"Transform the case","If \\"Custom\\", see <a href=\\"http://us.php.net/manual/en/function.date.php\\" target=\\"_blank\\">the PHP docs</a> for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.":"If \\"Custom\\", see <a href=\\"http://us.php.net/manual/en/function.date.php\\" target=\\"_blank\\">the PHP docs</a> for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.","Representative sort criteria":"Representative sort criteria","The sort criteria is applied to the data brought in by the relationship to determine how a representative item is obtained for each row. For example, to show the most recent node for each user, pick \'Content: Updated date\'.":"The sort criteria is applied to the data brought in by the relationship to determine how a representative item is obtained for each row. For example, to show the most recent node for each user, pick \'Content: Updated date\'.","The ordering to use for the sort criteria selected above.":"The ordering to use for the sort criteria selected above.","Revert to default":"Revert to default","No fields have been used in views yet.":"No fields have been used in views yet.","Provide a simple link to approve the comment.":"Provide a simple link to approve the comment.","Author uid":"Author uid","Relate each @entity with a @field set to the file.":"Relate each @entity with a @field set to the file.","Relate each @entity with a @field set to the image.":"Relate each @entity with a @field set to the image.","The tid of a taxonomy term.":"The tid of a taxonomy term.","The user permissions.":"The user permissions.","First and last only":"First and last only","Multiple-value handling":"Multiple-value handling","Filter to items that share all terms":"Filter to items that share all terms","Filter to items that share any term":"Filter to items that share any term","Use a pager":"Use a pager","Logo path":"Logo path","@module (<span class=\\"admin-missing\\">incompatible with</span> this version of Drupal core)":"@module (<span class=\\"admin-missing\\">incompatible with</span> this version of Drupal core)","Tokens related to views.":"Tokens related to views.","The description of the view.":"The description of the view.","The title of current display of the view.":"The title of current display of the view.","The URL of the view.":"The URL of the view.","-Select-":"-Select-","Text to place as \\"title\\" text which most browsers display as a tooltip when hovering over the link.":"Text to place as \\"title\\" text which most browsers display as a tooltip when hovering over the link.","Enable to hide this field if it is empty. Note that the field label or rewritten output may still be displayed. To hide labels, check the style or row style settings for empty fields. To hide rewritten content, check the \\"Hide rewriting if empty\\" checkbox.":"Enable to hide this field if it is empty. Note that the field label or rewritten output may still be displayed. To hide labels, check the style or row style settings for empty fields. To hide rewritten content, check the \\"Hide rewriting if empty\\" checkbox.","Apostrophe":"Apostrophe","Date in the form of CCYYMMDD.":"Date in the form of CCYYMMDD.","Date in the form of YYYYMM.":"Date in the form of YYYYMM.","Date in the form of YYYY.":"Date in the form of YYYY.","Date in the form of MM (01 - 12).":"Date in the form of MM (01 - 12).","Date in the form of DD (01 - 31).":"Date in the form of DD (01 - 31).","Date in the form of WW (01 - 53).":"Date in the form of WW (01 - 53).","If you need more fields than the uid add the comment: author relationship":"If you need more fields than the uid add the comment: author relationship","Last comment uid":"Last comment uid","The user authoring the content. If you need more fields than the uid add the content: author relationship":"The user authoring the content. If you need more fields than the uid add the content: author relationship","Convert spaces in term names to hyphens":"Convert spaces in term names to hyphens","Use rendered output to group rows":"Use rendered output to group rows","If enabled the rendered output of the grouping field is used to group the rows.":"If enabled the rendered output of the grouping field is used to group the rows.","Block count":"Block count","Limit to vocabulary":"Limit to vocabulary","You may use HTML code in this field. The following tokens are supported:":"You may use HTML code in this field. The following tokens are supported:","Result summary":"Result summary","Shows result summary, for example the items per page.":"Shows result summary, for example the items per page.","Use site default RSS settings":"Use site default RSS settings","Display list value as human readable":"Display list value as human readable","Displays the link in contextual links":"Displays the link in contextual links","Grouping field Nr.@number":"Grouping field Nr.@number","Response status code":"Response status code","Your search used too many AND/OR expressions. Only the first @count terms were included in this search.":"Your search used too many AND/OR expressions. Only the first @count terms were included in this search.","Other…":"Other…","The selected selection handler is broken.":"The selected selection handler is broken.","Performance settings":"Performance settings","Hide description":"Hide description","Display field as machine name.":"Display field as machine name.","Provide a display which can be embedded using the views api.":"Provide a display which can be embedded using the views api.","Only has the \'authenticated user\' role":"Only has the \'authenticated user\' role","Has roles in addition to \'authenticated user\'":"Has roles in addition to \'authenticated user\'","Remove tags from rendered output":"Remove tags from rendered output","Fields to be included as contextual links.":"Fields to be included as contextual links.","Include destination":"Include destination","Include a \\"destination\\" parameter in the link to return the user to the original view upon completing the contextual action.":"Include a \\"destination\\" parameter in the link to return the user to the original view upon completing the contextual action.","Contextual Links":"Contextual Links","Display fields in a contextual links menu.":"Display fields in a contextual links menu.","Upload directory":"Upload directory","The file %file could not be saved because the upload did not complete.":"The file %file could not be saved because the upload did not complete.","Authentication provider":"Authentication provider","Maximum attempts":"Maximum attempts","Allowed values function":"Allowed values function","Select media":"Select media","Date/time format":"Date/time format","Enable translation":"Enable translation","Drupal Version":"Drupal Version","Default translation":"Default translation","Search score":"Search score","Add transition":"Add transition","Export options":"Export options","There was a problem creating field %label: @message":"There was a problem creating field %label: @message","No content selected.":"No content selected.","A list field (@field_name) with existing data cannot have its keys changed.":"A list field (@field_name) with existing data cannot have its keys changed.","If no image is uploaded, this image will be shown on display and will override the field\'s default image.":"If no image is uploaded, this image will be shown on display and will override the field\'s default image.","No blocked IP addresses available.":"No blocked IP addresses available.","The menu name. Primary key.":"The menu name. Primary key.","The human-readable name of the menu.":"The human-readable name of the menu.","A description of the menu":"A description of the menu","The menu name. All links with the same menu name (such as \'navigation\') are part of the same menu.":"The menu name. All links with the same menu name (such as \'navigation\') are part of the same menu.","The menu link ID (mlid) is the integer primary key.":"The menu link ID (mlid) is the integer primary key.","The parent link ID (plid) is the mlid of the link above in the hierarchy, or zero if the link is at the top level in its menu.":"The parent link ID (plid) is the mlid of the link above in the hierarchy, or zero if the link is at the top level in its menu.","The Drupal path or external path this link points to.":"The Drupal path or external path this link points to.","For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins.":"For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins.","The text displayed for the link, which may be modified by a title callback stored in {menu_router}.":"The text displayed for the link, which may be modified by a title callback stored in {menu_router}.","The name of the module that generated this link.":"The name of the module that generated this link.","A flag for whether the link should be rendered in menus. (1 = a disabled menu item that may be shown on admin screens, -1 = a menu callback, 0 = a normal, visible link)":"A flag for whether the link should be rendered in menus. (1 = a disabled menu item that may be shown on admin screens, -1 = a menu callback, 0 = a normal, visible link)","A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).":"A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).","Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).":"Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).","Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)":"Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)","Link weight among links in the same menu at the same depth.":"Link weight among links in the same menu at the same depth.","The depth relative to the top level. A link with plid == 0 will have depth == 1.":"The depth relative to the top level. A link with plid == 0 will have depth == 1.","A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).":"A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).","The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the plid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.":"The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the plid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.","The second mlid in the materialized path. See p1.":"The second mlid in the materialized path. See p1.","The third mlid in the materialized path. See p1.":"The third mlid in the materialized path. See p1.","The fourth mlid in the materialized path. See p1.":"The fourth mlid in the materialized path. See p1.","The fifth mlid in the materialized path. See p1.":"The fifth mlid in the materialized path. See p1.","The sixth mlid in the materialized path. See p1.":"The sixth mlid in the materialized path. See p1.","The seventh mlid in the materialized path. See p1.":"The seventh mlid in the materialized path. See p1.","The eighth mlid in the materialized path. See p1.":"The eighth mlid in the materialized path. See p1.","The ninth mlid in the materialized path. See p1.":"The ninth mlid in the materialized path. See p1.","Flag that indicates that this link was generated during the update from Drupal 5.":"Flag that indicates that this link was generated during the update from Drupal 5.","blocks":"blocks","Bulk operation":"Bulk operation","View used to select the entities":"View used to select the entities","Choose the view and display that select the entities that can be referenced.<br />Only views with a display of type \\"Entity Reference\\" are eligible.":"Choose the view and display that select the entities that can be referenced.<br />Only views with a display of type \\"Entity Reference\\" are eligible.","Views: Filter by an entity reference view":"Views: Filter by an entity reference view","Entity Reference Source":"Entity Reference Source","Entity Reference list":"Entity Reference list","Display \\"@display\\" needs a selected search fields to work properly. See the settings for the Entity Reference list format.":"Display \\"@display\\" needs a selected search fields to work properly. See the settings for the Entity Reference list format.","Display \\"@display\\" uses field %field as search field, but the field is no longer present. See the settings for the Entity Reference list format.":"Display \\"@display\\" uses field %field as search field, but the field is no longer present. See the settings for the Entity Reference list format.","<strong>Note:</strong> In \'Entity Reference\' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.":"<strong>Note:</strong> In \'Entity Reference\' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.","Select the field(s) that will be searched when using the autocomplete widget.":"Select the field(s) that will be searched when using the autocomplete widget.","Public files directory":"Public files directory","Temporary files directory":"Temporary files directory","Private files directory":"Private files directory","Comment Statistics":"Comment Statistics","In-place content editing.":"In-place content editing.","You have unsaved changes":"You have unsaved changes","Loading…":"Loading…","Resource title":"Resource title","Translation for @language":"Translation for @language","Use site name":"Use site name","Use site slogan":"Use site slogan","File status":"File status","Reduce":"Reduce","Breakpoint":"Breakpoint","Displaying @start - @end of @total":"Displaying @start - @end of @total","Needs to be updated":"Needs to be updated","Does not need to be updated":"Does not need to be updated","Edit comment @subject":"Edit comment @subject","Only this translation is published. You must publish at least one more translation to unpublish this one.":"Only this translation is published. You must publish at least one more translation to unpublish this one.","Time interval":"Time interval","Views plugins":"Views plugins","Overview of plugins used in all views.":"Overview of plugins used in all views.","Display \\"Access Denied\\"":"Display \\"Access Denied\\"","Timezone to be used for date output.":"Timezone to be used for date output.","- Default site/user timezone -":"- Default site/user timezone -","Grouped filters allow a choice between predefined operator|value pairs.":"Grouped filters allow a choice between predefined operator|value pairs.","Filter type to expose":"Filter type to expose","Single filter":"Single filter","Grouped filters":"Grouped filters","Remember exposed selection only for the selected user role(s). If you select no roles, the exposed data will never be stored.":"Remember exposed selection only for the selected user role(s). If you select no roles, the exposed data will never be stored.","Select which kind of widget will be used to render the group of filters":"Select which kind of widget will be used to render the group of filters","grouped":"grouped","Choose fields to combine for filtering":"Choose fields to combine for filtering","This filter doesn\'t work for very special field handlers.":"This filter doesn\'t work for very special field handlers.","You have to add some fields to be able to use this filter.":"You have to add some fields to be able to use this filter.","@entity types":"@entity types","There is no lock on view %name to break.":"There is no lock on view %name to break.","&lt;Any&gt;":"&lt;Any&gt;","There are no enabled views.":"There are no enabled views.","Display fields as RSS items.":"Display fields as RSS items.","- No value -":"- No value -","Provide a simple link to the revision.":"Provide a simple link to the revision.","The ID of the entity that is related to the file.":"The ID of the entity that is related to the file.","The raw numeric user ID.":"The raw numeric user ID.","Unfiltered text":"Unfiltered text","Add unrestricted, custom text or markup. This is similar to the custom text field.":"Add unrestricted, custom text or markup. This is similar to the custom text field.","Combine fields filter":"Combine fields filter","Column used for click sorting":"Column used for click sorting","Use path alias instead of internal path.":"Use path alias instead of internal path.","Custom time values must be numeric.":"Custom time values must be numeric.","Change whether or not to display contextual links for this view.":"Change whether or not to display contextual links for this view.","Display \'more\' link only if there is more content":"Display \'more\' link only if there is more content","Exposed filters in block displays require \\"Use AJAX\\" to be set to work correctly.":"Exposed filters in block displays require \\"Use AJAX\\" to be set to work correctly.","Number of pager links visible":"Number of pager links visible","Specify the number of links to pages to display in the pager.":"Specify the number of links to pages to display in the pager.","Query Tags":"Query Tags","If set, these tags will be appended to the query and can be used to identify the query in a module. This can be helpful for altering queries.":"If set, these tags will be appended to the query and can be used to identify the query in a module. This can be helpful for altering queries.","The query tags may only contain lower-case alphabetical characters and underscores.":"The query tags may only contain lower-case alphabetical characters and underscores.","The field that is going to be used as the RSS item pubDate for each row. It needs to be in RFC 2822 format.":"The field that is going to be used as the RSS item pubDate for each row. It needs to be in RFC 2822 format.","GUID settings":"GUID settings","GUID field":"GUID field","The globally unique identifier of the RSS item.":"The globally unique identifier of the RSS item.","GUID is permalink":"GUID is permalink","The RSS item GUID is a permalink.":"The RSS item GUID is a permalink.","Add views row classes":"Add views row classes","Force using fields":"Force using fields","If neither the row nor the style plugin supports fields, this field allows to enable them, so you can for example use groupby.":"If neither the row nor the style plugin supports fields, this field allows to enable them, so you can for example use groupby.","File storage":"File storage","Choose a layout":"Choose a layout","A flexible, recolorable theme with many regions and a responsive, mobile-first layout.":"A flexible, recolorable theme with many regions and a responsive, mobile-first layout.","Enter 0 for no limit.":"Enter 0 for no limit.","Entity label":"Entity label","The @type %title has been deleted.":"The @type %title has been deleted.","The URL %url is not valid.":"The URL %url is not valid.","Layout options":"Layout options","All messages, with backtrace information":"All messages, with backtrace information","The views entity selection mode requires a view.":"The views entity selection mode requires a view.","Revision user":"Revision user","The connection protocol %backend does not exist.":"The connection protocol %backend does not exist.","Unknown (@langcode)":"Unknown (@langcode)","The file %file could not be saved because it exceeds %maxsize, the maximum allowed size for uploads.":"The file %file could not be saved because it exceeds %maxsize, the maximum allowed size for uploads.","The file could not be uploaded because the destination %destination is invalid.":"The file could not be uploaded because the destination %destination is invalid.","The file %path was not deleted because it does not exist.":"The file %path was not deleted because it does not exist.","%name field is not in the right format.":"%name field is not in the right format.","%name is not a valid number.":"%name is not a valid number.","%name must be a valid color.":"%name must be a valid color.","Theme hook %hook not found.":"Theme hook %hook not found.","Table @name already exists.":"Table @name already exists.","Cannot rename @table to @table_new: table @table doesn\'t exist.":"Cannot rename @table to @table_new: table @table doesn\'t exist.","Cannot rename @table to @table_new: table @table_new already exists.":"Cannot rename @table to @table_new: table @table_new already exists.","Cannot add field @table.@field: table doesn\'t exist.":"Cannot add field @table.@field: table doesn\'t exist.","Cannot add field @table.@field: field already exists.":"Cannot add field @table.@field: field already exists.","Cannot set default value of field @table.@field: field doesn\'t exist.":"Cannot set default value of field @table.@field: field doesn\'t exist.","Cannot remove default value of field @table.@field: field doesn\'t exist.":"Cannot remove default value of field @table.@field: field doesn\'t exist.","Cannot add primary key to table @table: table doesn\'t exist.":"Cannot add primary key to table @table: table doesn\'t exist.","Cannot add primary key to table @table: primary key already exists.":"Cannot add primary key to table @table: primary key already exists.","Cannot add unique key @name to table @table: table doesn\'t exist.":"Cannot add unique key @name to table @table: table doesn\'t exist.","Cannot add unique key @name to table @table: unique key already exists.":"Cannot add unique key @name to table @table: unique key already exists.","Cannot add index @name to table @table: table doesn\'t exist.":"Cannot add index @name to table @table: table doesn\'t exist.","Cannot add index @name to table @table: index already exists.":"Cannot add index @name to table @table: index already exists.","Cannot change the definition of field @table.@name: field doesn\'t exist.":"Cannot change the definition of field @table.@name: field doesn\'t exist.","Cannot rename field @table.@name to @name_new: target field already exists.":"Cannot rename field @table.@name to @name_new: target field already exists.","Boolean value":"Boolean value","The referenced entity":"The referenced entity","Language object":"Language object","Text value":"Text value","A unique label for this advanced action. This label will be displayed in the interface of modules that integrate with actions.":"A unique label for this advanced action. This label will be displayed in the interface of modules that integrate with actions.","Perform tasks on specific events triggered within the system.":"Perform tasks on specific events triggered within the system.","Aggregator refresh":"Aggregator refresh","Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources.":"Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources.","The feed from %site seems to be broken because of error \\"%error\\".":"The feed from %site seems to be broken because of error \\"%error\\".","This IP address is already banned.":"This IP address is already banned.","You may not ban your own IP address.":"You may not ban your own IP address.","Banning IP addresses":"Banning IP addresses","IP addresses listed here are banned from your site. Banned addresses are completely forbidden from accessing the site and instead see a brief message explaining the situation.":"IP addresses listed here are banned from your site. Banned addresses are completely forbidden from accessing the site and instead see a brief message explaining the situation.","Ban IP addresses":"Ban IP addresses","Enables banning of IP addresses.":"Enables banning of IP addresses.","Language type":"Language type","No book content available.":"No book content available.","You must enter a valid hexadecimal color value for %name.":"You must enter a valid hexadecimal color value for %name.","Allows administrators to manage configuration changes.":"Allows administrators to manage configuration changes.","Database Logging":"Database Logging","Trim link text length":"Trim link text length","Leave blank to allow unlimited link text lengths.":"Leave blank to allow unlimited link text lengths.","URL only":"URL only","Show URL as plain text":"Show URL as plain text","Add rel=\\"nofollow\\" to links":"Add rel=\\"nofollow\\" to links","Link text trimmed to @limit characters":"Link text trimmed to @limit characters","Link text not trimmed":"Link text not trimmed","Show URL only as plain-text":"Show URL only as plain-text","Show URL only":"Show URL only","Add rel=\\"@rel\\"":"Add rel=\\"@rel\\"","Provides a simple link field type.":"Provides a simple link field type.","Thin space":"Thin space","Processed text":"Processed text","Re-use existing field: you need to provide a label.":"Re-use existing field: you need to provide a label.","The specified file %file could not be copied because the destination is invalid. More information is available in the system log.":"The specified file %file could not be copied because the destination is invalid. More information is available in the system log.","The specified file %file could not be moved because the destination is invalid. More information is available in the system log.":"The specified file %file could not be moved because the destination is invalid. More information is available in the system log.","The data could not be saved because the destination is invalid. More information is available in the system log.":"The data could not be saved because the destination is invalid. More information is available in the system log.","File %file (%realpath) could not be copied because the destination %destination is invalid. This is often caused by improper use of file_copy() or a missing stream wrapper.":"File %file (%realpath) could not be copied because the destination %destination is invalid. This is often caused by improper use of file_copy() or a missing stream wrapper.","File %file could not be copied because the destination %destination is invalid. This is often caused by improper use of file_copy() or a missing stream wrapper.":"File %file could not be copied because the destination %destination is invalid. This is often caused by improper use of file_copy() or a missing stream wrapper.","File %file (%realpath) could not be moved because the destination %destination is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.":"File %file (%realpath) could not be moved because the destination %destination is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.","File %file could not be moved because the destination %destination is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.":"File %file could not be moved because the destination %destination is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.","Did not delete temporary file \\"%path\\" during garbage collection because it is in use by the following modules: %modules.":"Did not delete temporary file \\"%path\\" during garbage collection because it is in use by the following modules: %modules.","Are you sure you want to delete the forum %label?":"Are you sure you want to delete the forum %label?","Edit style %name":"Edit style %name","Error generating image, missing source file.":"Error generating image, missing source file.","Set @title as default":"Set @title as default","Custom language...":"Custom language...","Fill in the language details and save the language with <em>Add custom language</em>.":"Fill in the language details and save the language with <em>Add custom language</em>.","The language %language (%langcode) already exists.":"The language %language (%langcode) already exists.","Use the <em>Add language</em> button to save a predefined language.":"Use the <em>Add language</em> button to save a predefined language.","The language %language has been created and can now be used.":"The language %language has been created and can now be used.","The %language (%langcode) language has been removed.":"The %language (%langcode) language has been removed.","Path prefix configuration":"Path prefix configuration","Domain configuration":"Domain configuration","%language (%langcode) path prefix (Default language)":"%language (%langcode) path prefix (Default language)","%language (%langcode) path prefix":"%language (%langcode) path prefix","%language (%langcode) domain":"%language (%langcode) domain","The prefix may not contain a slash.":"The prefix may not contain a slash.","The prefix for %language, %value, is not unique.":"The prefix for %language, %value, is not unique.","The domain for %language, %value, is not unique.":"The domain for %language, %value, is not unique.","Existing languages":"Existing languages","Add a new mapping":"Add a new mapping","Browser language code":"Browser language code","Browser language codes must be unique.":"Browser language codes must be unique.","Browser language codes can only contain lowercase letters and a hyphen(-).":"Browser language codes can only contain lowercase letters and a hyphen(-).","Are you sure you want to delete %browser_langcode?":"Are you sure you want to delete %browser_langcode?","Add a language to be supported by your site. If your desired language is not available, pick <em>Custom language...</em> at the end and provide a language code and other details manually.":"Add a language to be supported by your site. If your desired language is not available, pick <em>Custom language...</em> at the end and provide a language code and other details manually.","- @name -":"- @name -","Language from the URL (Path prefix or domain).":"Language from the URL (Path prefix or domain).","Language from a request/session parameter.":"Language from a request/session parameter.","Language from the browser\'s language settings.":"Language from the browser\'s language settings.","Account administration pages":"Account administration pages","Account administration pages language setting.":"Account administration pages language setting.","The %language (%langcode) language has been created.":"The %language (%langcode) language has been created.","The %language (%langcode) language has been updated.":"The %language (%langcode) language has been updated.","Browser language detection configuration":"Browser language detection configuration","A Gettext Portable Object file.":"A Gettext Portable Object file.","Treat imported strings as custom translations":"Treat imported strings as custom translations","Overwrite non-customized translations":"Overwrite non-customized translations","Overwrite existing customized translations":"Overwrite existing customized translations","No language available. The export will only contain source strings.":"No language available. The export will only contain source strings.","Source text only, no translations":"Source text only, no translations","Include non-customized translations":"Include non-customized translations","Include customized translations":"Include customized translations","Include untranslated text":"Include untranslated text","@count disallowed HTML string(s) in files: @files.":"@count disallowed HTML string(s) in files: @files.","Translation type":"Translation type","Non-customized translation":"Non-customized translation","Customized translation":"Customized translation","The strings have been saved.":"The strings have been saved.","In Context":"In Context","First plural form\\u0003@count. plural form":"First plural form\\u0003@count. plural form","Interface translation":"Interface translation","@translated/@total (@ratio%)":"@translated/@total (@ratio%)","not applicable":"not applicable","Enable interface translation to English":"Enable interface translation to English","Interface translations directory":"Interface translations directory","Removed JavaScript translation file for the language %language because no translations currently exist for that language.":"Removed JavaScript translation file for the language %language because no translations currently exist for that language.","User interface translation":"User interface translation","Import of string \\"%string\\" was skipped because of disallowed or malformed HTML.":"Import of string \\"%string\\" was skipped because of disallowed or malformed HTML.","logged in users only":"logged in users only","Author\'s preferred language":"Author\'s preferred language","%type is used by 1 piece of content on your site. You can not remove this content type until you have removed all of the %type content.\\u0003%type is used by @count pieces of content on your site. You may not remove %type until you have removed all of the %type content.":"%type is used by 1 piece of content on your site. You can not remove this content type until you have removed all of the %type content.\\u0003%type is used by @count pieces of content on your site. You may not remove %type until you have removed all of the %type content.","The language code of the language the node is written in.":"The language code of the language the node is written in.","Query tagged for node access but there is no node table, specify the base_table using meta data.":"Query tagged for node access but there is no node table, specify the base_table using meta data.","Briefly describe the changes you have made.":"Briefly describe the changes you have made.","A path alias set for a specific language will always be used when displaying this page in that language, and takes precedence over path aliases set as <em>- None -</em>.":"A path alias set for a specific language will always be used when displaying this page in that language, and takes precedence over path aliases set as <em>- None -</em>.","Use the default shortcut icon supplied by the theme":"Use the default shortcut icon supplied by the theme","Examples: <code>@implicit-public-file</code> (for a file in the public filesystem), <code>@explicit-file</code>, or <code>@local-file</code>.":"Examples: <code>@implicit-public-file</code> (for a file in the public filesystem), <code>@explicit-file</code>, or <code>@local-file</code>.","Message to display when in maintenance mode":"Message to display when in maintenance mode","This theme requires the base theme @base_theme to operate correctly.":"This theme requires the base theme @base_theme to operate correctly.","This theme requires the theme engine @theme_engine to operate correctly.":"This theme requires the theme engine @theme_engine to operate correctly.","Use maintenance mode when making major updates, particularly if the updates could disrupt visitors or the update process. Examples include upgrading, importing or exporting content, modifying a theme, modifying content types, and making backups.":"Use maintenance mode when making major updates, particularly if the updates could disrupt visitors or the update process. Examples include upgrading, importing or exporting content, modifying a theme, modifying content types, and making backups.","A language object.":"A language object.","All kind of entities, e.g. nodes, comments or users.":"All kind of entities, e.g. nodes, comments or users.","An entity field containing a boolean value.":"An entity field containing a boolean value.","An entity field referencing a language.":"An entity field referencing a language.","An entity field containing an entity reference.":"An entity field containing an entity reference.","Add and enable modules to extend site functionality.":"Add and enable modules to extend site functionality.","The directory %file is not protected from modifications and poses a security risk. You must change the directory\'s permissions to be non-writable.":"The directory %file is not protected from modifications and poses a security risk. You must change the directory\'s permissions to be non-writable.","Configuration directories":"Configuration directories","Apply pending updates":"Apply pending updates","Translation is not supported if language is always one of: @locked_languages":"Translation is not supported if language is always one of: @locked_languages","HTTP request to @url failed with error: @error.":"HTTP request to @url failed with error: @error.","Update Manager":"Update Manager","The name for this role. Example: \\"Moderator\\", \\"Editorial board\\", \\"Site architect\\".":"The name for this role. Example: \\"Moderator\\", \\"Editorial board\\", \\"Site architect\\".","User module \'member for\' view element.":"User module \'member for\' view element.","This is also assumed to be the primary language of this account\'s profile information.":"This is also assumed to be the primary language of this account\'s profile information.","Administration pages language":"Administration pages language","Build a custom site without pre-configured functionality. Suitable for advanced users.":"Build a custom site without pre-configured functionality. Suitable for advanced users.","Header background top":"Header background top","Header background bottom":"Header background bottom","Site\'s default language (@lang_name)":"Site\'s default language (@lang_name)","Selected language":"Selected language","Expose sort order":"Expose sort order","Use a custom %field_name":"Use a custom %field_name","Validation settings":"Validation settings","Language Code":"Language Code","@dir can not be opened":"@dir can not be opened","Breakpoints can be organized into groups. Modules and themes should use groups to separate out breakpoints that are meant to be used for different purposes, such as breakpoints for layouts or breakpoints for image sizing.":"Breakpoints can be organized into groups. Modules and themes should use groups to separate out breakpoints that are meant to be used for different purposes, such as breakpoints for layouts or breakpoints for image sizing.","Manage breakpoints and breakpoint groups for responsive designs.":"Manage breakpoints and breakpoint groups for responsive designs.","Parent permalink":"Parent permalink","Save and manage fields":"Save and manage fields","Image removed.":"Image removed.","This image has been removed. For security reasons, only images from the local domain are allowed.":"This image has been removed. For security reasons, only images from the local domain are allowed.","Only images hosted on this site may be used in &lt;img&gt; tags.":"Only images hosted on this site may be used in &lt;img&gt; tags.","An error occurred trying to check available interface translation updates.":"An error occurred trying to check available interface translation updates.","Checked available interface translation updates for one project.\\u0003Checked available interface translation updates for @count projects.":"Checked available interface translation updates for one project.\\u0003Checked available interface translation updates for @count projects.","Available translation updates":"Available translation updates","Get a status report about available interface translations for your installed modules and themes.":"Get a status report about available interface translations for your installed modules and themes.","Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page.":"Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page.","Vocabulary language":"Vocabulary language","View profile":"View profile","User account actions":"User account actions","The role machine-name of the role.":"The role machine-name of the role.","The base table used for this view.":"The base table used for this view.","Base field":"Base field","The base field used for this view.":"The base field used for this view.","The total amount of results returned from the view. The current display will be used.":"The total amount of results returned from the view. The current display will be used.","The number of items per page.":"The number of items per page.","The current page of results the view is on.":"The current page of results the view is on.","The total page count.":"The total page count.","Override the default view title for this view. This is useful to display an alternative title when a view is empty.":"Override the default view title for this view. This is useful to display an alternative title when a view is empty.","Overridden title":"Overridden title","Manage customized lists of content.":"Manage customized lists of content.","Administrative interface for Views.":"Administrative interface for Views.","Tracker - User":"Tracker - User","Whether or not the node is published. You must use an argument or filter on UID or you will get misleading results using this field.":"Whether or not the node is published. You must use an argument or filter on UID or you will get misleading results using this field.","The translation authoring username %name does not exist.":"The translation authoring username %name does not exist.","You have to specify a valid translation authoring date.":"You have to specify a valid translation authoring date.","Database %database not found. The server reports the following message when attempting to create the database: %error.":"Database %database not found. The server reports the following message when attempting to create the database: %error.","Failed to connect to your database server. The server reports the following message: %error.<ul><li>Is the database server running?</li><li>Does the database exist or does the database user have sufficient privileges to create the database?</li><li>Have you entered the correct database name?</li><li>Have you entered the correct username and password?</li><li>Have you entered the correct database hostname?</li></ul>":"Failed to connect to your database server. The server reports the following message: %error.<ul><li>Is the database server running?</li><li>Does the database exist or does the database user have sufficient privileges to create the database?</li><li>Have you entered the correct database name?</li><li>Have you entered the correct username and password?</li><li>Have you entered the correct database hostname?</li></ul>","Install another module":"Install another module","Are you sure you want to unblock %ip?":"Are you sure you want to unblock %ip?","Import all":"Import all","Another request may be synchronizing configuration already.":"Another request may be synchronizing configuration already.","The configuration was imported successfully.":"The configuration was imported successfully.","@count new\\u0003@count new":"@count new\\u0003@count new","@count changed\\u0003@count changed":"@count changed\\u0003@count changed","@count removed\\u0003@count removed":"@count removed\\u0003@count removed","Synchronize configuration":"Synchronize configuration","Flag other translations as outdated":"Flag other translations as outdated","Do not flag other translations as outdated":"Do not flag other translations as outdated","Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.":"Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.","Example: \'Hero image\' or \'Author image\'.":"Example: \'Hero image\' or \'Author image\'.","Breakpoint group":"Breakpoint group","Select an image style for this breakpoint.":"Select an image style for this breakpoint.","Exposes entities and other resources as RESTful web API":"Exposes entities and other resources as RESTful web API","Access @method on %label resource":"Access @method on %label resource","User-defined shortcuts":"User-defined shortcuts","By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/results/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analysis or features that require this setting to be disabled.":"By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/results/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analysis or features that require this setting to be disabled.","Displayed as %date_format":"Displayed as %date_format","Enabling translation":"Enabling translation","Create %language translation of %title":"Create %language translation of %title","Source language: @language":"Source language: @language","If you made a significant change, which means the other translations should be updated, you can flag all translations of this content as outdated. This will not change any other property of them, like whether they are published or not.":"If you made a significant change, which means the other translations should be updated, you can flag all translations of this content as outdated. This will not change any other property of them, like whether they are published or not.","When this option is checked, this translation needs to be updated. Uncheck when the translation is up to date again.":"When this option is checked, this translation needs to be updated. Uncheck when the translation is up to date again.","Source language set to: %language":"Source language set to: %language","This will delete all the translations of %label.":"This will delete all the translations of %label.","No path is set":"No path is set","@type: @field":"@type: @field","View differences":"View differences","Menu language":"Menu language","Block types":"Block types","@field_name":"@field_name","media item":"media item","media items":"media items","Client error":"Client error","Access in-place editing":"Access in-place editing","Updated the %field-name field through in-place editing.":"Updated the %field-name field through in-place editing.","No item selected.":"No item selected.","Modified timestamp":"Modified timestamp","The @entity-type %label has been deleted.":"The @entity-type %label has been deleted.","Edit %label":"Edit %label","Add @bundle":"Add @bundle","Reference type":"Reference type","Delete state":"Delete state","@label (@name)":"@label (@name)","South Sudan":"South Sudan","Custom output for TRUE":"Custom output for TRUE","Custom output for FALSE":"Custom output for FALSE","Thank you for applying for an account. Your account is currently pending approval by the site administrator.<br />In the meantime, a welcome message with further instructions has been sent to your email address.":"Thank you for applying for an account. Your account is currently pending approval by the site administrator.<br />In the meantime, a welcome message with further instructions has been sent to your email address.","An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.":"An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.","Port number":"Port number","Revision timestamp":"Revision timestamp","Field map":"Field map","Administer account settings":"Administer account settings","Entity language":"Entity language","search page":"search page","Hide empty":"Hide empty","Quick Edit":"Quick Edit","Revision Log message":"Revision Log message","The translation set id for this node":"The translation set id for this node","Registered timestamp":"Registered timestamp","Signature format":"Signature format","Init":"Init","Drupal @version":"Drupal @version","Update form":"Update form","HTTP Basic Authentication":"HTTP Basic Authentication","Storage settings":"Storage settings","File added":"File added","File removed":"File removed","Translate configuration":"Translate configuration","Translations directory":"Translations directory","The translations directory does not exist.":"The translations directory does not exist.","The translations directory is not readable.":"The translations directory is not readable.","The translations directory is not writable.":"The translations directory is not writable.","The translations directory is writable.":"The translations directory is writable.","The translation server is offline.":"The translation server is offline.","The translation server is online.":"The translation server is online.","The %language translation is not available.":"The %language translation is not available.","The %language translation is available.":"The %language translation is available.","The %language translation could not be downloaded.":"The %language translation could not be downloaded.","Not blank":"Not blank","Allows users to apply an action to one or more items.":"Allows users to apply an action to one or more items.","A unique name for this action. It must only contain lowercase letters, numbers and underscores.":"A unique name for this action. It must only contain lowercase letters, numbers and underscores.","All actions, except selected":"All actions, except selected","Only selected actions":"Only selected actions","%action was applied to @count item.\\u0003%action was applied to @count items.":"%action was applied to @count item.\\u0003%action was applied to @count items.","The feed language code.":"The feed language code.","Time when this feed was queued for refresh, 0 if not queued.":"Time when this feed was queued for refresh, 0 if not queued.","The link of the feed.":"The link of the feed.","Calculated hash of the feed data, used for validating cache.":"Calculated hash of the feed data, used for validating cache.","Etag":"Etag","The ID of the aggregator feed.":"The ID of the aggregator feed.","The title of the feed item.":"The title of the feed item.","The feed item language code.":"The feed item language code.","The link of the feed item.":"The link of the feed item.","The author of the feed item.":"The author of the feed item.","The body of the feed item.":"The body of the feed item.","Posted date of the feed item, as a Unix timestamp.":"Posted date of the feed item, as a Unix timestamp.","Failed to download OPML file due to \\"%error\\".":"Failed to download OPML file due to \\"%error\\".","Edit custom block %label":"Edit custom block %label","This will also remove 1 placed block instance.\\u0003This will also remove @count placed block instances.":"This will also remove 1 placed block instance.\\u0003This will also remove @count placed block instances.","Custom block types":"Custom block types","Add custom block type":"Add custom block type","@type %info has been created.":"@type %info has been created.","@type %info has been updated.":"@type %info has been updated.","@type: added %info.":"@type: added %info.","@type: updated %info.":"@type: updated %info.","The custom block ID.":"The custom block ID.","The custom block UUID.":"The custom block UUID.","The revision ID.":"The revision ID.","The comment language code.":"The comment language code.","The block type.":"The block type.","Provide a label for this block type to help identify it in the administration pages.":"Provide a label for this block type to help identify it in the administration pages.","Enter a description for this block type.":"Enter a description for this block type.","Create a new revision by default for this block type.":"Create a new revision by default for this block type.","Custom block type %label has been updated.":"Custom block type %label has been updated.","Custom block type %label has been added.":"Custom block type %label has been added.","Add %type custom block":"Add %type custom block","%label is used by 1 custom block on your site. You can not remove this block type until you have removed all of the %label blocks.\\u0003%label is used by @count custom blocks on your site. You may not remove %label until you have removed all of the %label custom blocks.":"%label is used by 1 custom block on your site. You can not remove this block type until you have removed all of the %label blocks.\\u0003%label is used by @count custom blocks on your site. You may not remove %label until you have removed all of the %label custom blocks.","Output the block in this view mode.":"Output the block in this view mode.","- Create a new book -":"- Create a new book -","Edit order and titles":"Edit order and titles","Toolbar configuration":"Toolbar configuration","Available buttons":"Available buttons","Active toolbar":"Active toolbar","No styles configured":"No styles configured","@count styles configured":"@count styles configured","Button separator":"Button separator","The provided list of styles is syntactically incorrect.":"The provided list of styles is syntactically incorrect.","You must configure the selected text editor.":"You must configure the selected text editor.","Approved status":"Approved status","Approved comment status":"Approved comment status","Link to approve comment":"Link to approve comment","Link to reply-to comment":"Link to reply-to comment","The parent comment ID if this is a reply to a comment.":"The parent comment ID if this is a reply to a comment.","The user ID of the comment author.":"The user ID of the comment author.","The comment author\'s home page address.":"The comment author\'s home page address.","The comment author\'s hostname.":"The comment author\'s hostname.","The time that the comment was created.":"The time that the comment was created.","The time that the comment was last edited.":"The time that the comment was last edited.","Thread place":"Thread place","The alphadecimal representation of the comment\'s place in a thread, consisting of a base 36 string prefixed by an integer indicating its length.":"The alphadecimal representation of the comment\'s place in a thread, consisting of a base 36 string prefixed by an integer indicating its length.","View changes of @config_file":"View changes of @config_file","Send copy to sender":"Send copy to sender","Contact module form element.":"Contact module form element.","Selected user":"Selected user","The sender\'s name":"The sender\'s name","The name of the person that is sending the contact message.":"The name of the person that is sending the contact message.","Whether to send a copy of the message to the sender.":"Whether to send a copy of the message to the sender.","The ID of the recipient user for personal contact messages.":"The ID of the recipient user for personal contact messages.","Tabbing is no longer constrained by the Contextual module.":"Tabbing is no longer constrained by the Contextual module.","Tabbing is constrained to a set of @contextualsCount and the edit mode toggle.":"Tabbing is constrained to a set of @contextualsCount and the edit mode toggle.","Press the esc key to exit.":"Press the esc key to exit.","@count contextual link\\u0003@count contextual links":"@count contextual link\\u0003@count contextual links","No contextual ids specified.":"No contextual ids specified.","Create and store date values.":"Create and store date values.","Choose the type of date to create.":"Choose the type of date to create.","Date only":"Date only","Set a default value for this date.":"Set a default value for this date.","The %field date is required. Please enter a date in the format %format.":"The %field date is required. Please enter a date in the format %format.","The %field date is invalid. Please enter a date in the format %format.":"The %field date is invalid. Please enter a date in the format %format.","AM/PM":"AM/PM","The %field date is required.":"The %field date is required.","The %field date is invalid.":"The %field date is invalid.","Format: %format. Leave blank to use the time of form submission.":"Format: %format. Leave blank to use the time of form submission.","Choose a format for displaying the date. Be sure to set a format appropriate for the field, i.e. omitting time for a field that only has a date.":"Choose a format for displaying the date. Be sure to set a format appropriate for the field, i.e. omitting time for a field that only has a date.","Format: @display":"Format: @display","Date part order":"Date part order","Month/Day/Year":"Month/Day/Year","Day/Month/Year":"Day/Month/Year","Year/Month/Day":"Year/Month/Day","Time type":"Time type","24 hour time":"24 hour time","12 hour time":"12 hour time","Text editor":"Text editor","This option is disabled because no modules that provide a text editor are currently enabled.":"This option is disabled because no modules that provide a text editor are currently enabled.","Text formats and editors":"Text formats and editors","Text that will be shown inside the field until a value is entered. This hint is usually a sample value or a brief description of the expected format.":"Text that will be shown inside the field until a value is entered. This hint is usually a sample value or a brief description of the expected format.","Type of item to reference":"Type of item to reference","Reference method":"Reference method","@entity_type selection":"@entity_type selection","There are no entities matching \\"%value\\".":"There are no entities matching \\"%value\\".","Many entities are called %value. Specify the one you want by appending the id in parentheses, like \\"@value (@id)\\".":"Many entities are called %value. Specify the one you want by appending the id in parentheses, like \\"@value (@id)\\".","Multiple entities match this reference; \\"%multiple\\". Specify the one you want by appending the id in parentheses, like \\"@value (@id)\\".":"Multiple entities match this reference; \\"%multiple\\". Specify the one you want by appending the id in parentheses, like \\"@value (@id)\\".","Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of entities.":"Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of entities.","If checked, field api classes will be added by field templates. This is not recommended unless your CSS depends upon these classes. If not checked, template will not be used.":"If checked, field api classes will be added by field templates. This is not recommended unless your CSS depends upon these classes. If not checked, template will not be used.","%entity_label: Administer fields":"%entity_label: Administer fields","%entity_label: Administer display":"%entity_label: Administer display","Allowed number of values":"Allowed number of values","Number of values is required.":"Number of values is required.","Field %field can only hold @max values but there were @count uploaded. The following files have been omitted as a result: %list.":"Field %field can only hold @max values but there were @count uploaded. The following files have been omitted as a result: %list.","Unlimited number of files can be uploaded to this field.":"Unlimited number of files can be uploaded to this field.","The file ID.":"The file ID.","The file language code.":"The file language code.","The user ID of the file.":"The user ID of the file.","Name of the file with no path components.":"Name of the file with no path components.","The URI to access the file (either local or remote).":"The URI to access the file (either local or remote).","The time that the node was created.":"The time that the node was created.","Detect if tar is part of the extension":"Detect if tar is part of the extension","This format is shown when no other formats are available":"This format is shown when no other formats are available","Based on the text editor configuration, these tags have automatically been added: <strong>@tag-list</strong>.":"Based on the text editor configuration, these tags have automatically been added: <strong>@tag-list</strong>.","Forum content":"Forum content","The content ID of the forum index entry.":"The content ID of the forum index entry.","1 new post<span class=\\"visually-hidden\\"> in forum %title</span>\\u0003@count new posts<span class=\\"visually-hidden\\"> in forum %title</span>":"1 new post<span class=\\"visually-hidden\\"> in forum %title</span>\\u0003@count new posts<span class=\\"visually-hidden\\"> in forum %title</span>","1 new post<span class=\\"visually-hidden\\"> in topic %title</span>\\u0003@count new posts<span class=\\"visually-hidden\\"> in topic %title</span>":"1 new post<span class=\\"visually-hidden\\"> in topic %title</span>\\u0003@count new posts<span class=\\"visually-hidden\\"> in topic %title</span>","The forum %label and all sub-forums have been deleted.":"The forum %label and all sub-forums have been deleted.","forum: deleted %label and all its sub-forums.":"forum: deleted %label and all its sub-forums.","Source image at %source_image_path not found while trying to generate derivative image at %derivative_path.":"Source image at %source_image_path not found while trying to generate derivative image at %derivative_path.","Alternative image text, for the image\'s \'alt\' attribute.":"Alternative image text, for the image\'s \'alt\' attribute.","Image title text, for the image\'s \'title\' attribute.":"Image title text, for the image\'s \'title\' attribute.","The width of the image in pixels.":"The width of the image in pixels.","The height of the image in pixels.":"The height of the image in pixels.","Custom language settings":"Custom language settings","Settings successfully updated.":"Settings successfully updated.","Change language settings for <em>content types</em>, <em>taxonomy vocabularies</em>, <em>user profiles</em>, or any other supported element on your site. By default, language settings hide the language selector and the language is the site\'s default language.":"Change language settings for <em>content types</em>, <em>taxonomy vocabularies</em>, <em>user profiles</em>, or any other supported element on your site. By default, language settings hide the language selector and the language is the site\'s default language.","Show language selector on create and edit pages":"Show language selector on create and edit pages","Select languages to enforce. If none are selected, all languages will be allowed.":"Select languages to enforce. If none are selected, all languages will be allowed.","The language is not @languages.":"The language is not @languages.","The language is @languages.":"The language is @languages.","Stores a URL string, optional varchar link text, and optional blob of attributes to assemble a link.":"Stores a URL string, optional varchar link text, and optional blob of attributes to assemble a link.","Allow link text":"Allow link text","Checked translation for %project.":"Checked translation for %project.","Nothing to check.":"Nothing to check.","Downloaded translation for %project.":"Downloaded translation for %project.","Importing translation for %project.":"Importing translation for %project.","Imported translation for %project.":"Imported translation for %project.","Translation file not found: @uri.":"Translation file not found: @uri.","Unable to download translation file @uri.":"Unable to download translation file @uri.","One translation files could not be checked. See the log for details.\\u0003@count translation files could not be checked. See the log for details.":"One translation files could not be checked. See the log for details.\\u0003@count translation files could not be checked. See the log for details.","Translations imported.":"Translations imported.","Updating configuration translations":"Updating configuration translations","Starting configuration update":"Starting configuration update","Error updating configuration translations":"Error updating configuration translations","The configuration was successfully updated. There are %number configuration objects updated.":"The configuration was successfully updated. There are %number configuration objects updated.","No configuration objects have been updated.":"No configuration objects have been updated.","Unable to import translations file: @file":"Unable to import translations file: @file","Translations imported: %number added, %update updated, %delete removed.":"Translations imported: %number added, %update updated, %delete removed.","The configuration was successfully updated. %number configuration objects updated.":"The configuration was successfully updated. %number configuration objects updated.","One translation file imported. %number translations were added, %update translations were updated and %delete translations were removed.\\u0003@count translation files imported. %number translations were added, %update translations were updated and %delete translations were removed.":"One translation file imported. %number translations were added, %update translations were updated and %delete translations were removed.\\u0003@count translation files imported. %number translations were added, %update translations were updated and %delete translations were removed.","One translation string was skipped because of disallowed or malformed HTML. See the log for details.\\u0003@count translation strings were skipped because of disallowed or malformed HTML. See the log for details.":"One translation string was skipped because of disallowed or malformed HTML. See the log for details.\\u0003@count translation strings were skipped because of disallowed or malformed HTML. See the log for details.","Checking translations":"Checking translations","Error checking translation updates.":"Error checking translation updates.","Updating translations":"Updating translations","Error importing translation files":"Error importing translation files","Updating translations.":"Updating translations.","Source string (@language)":"Source string (@language)","Built-in English":"Built-in English","Translated string (@language)":"Translated string (@language)","All translations up to date.":"All translations up to date.","Select a language to update.":"Select a language to update.","File not found at %remote_path nor at %local_path":"File not found at %remote_path nor at %local_path","File not found at %local_path":"File not found at %local_path","Translation file location could not be determined.":"Translation file location could not be determined.","Missing translations for:":"Missing translations for:","Missing translations for one project\\u0003Missing translations for @count projects":"Missing translations for one project\\u0003Missing translations for @count projects","A local file system path where interface translation files will be stored.":"A local file system path where interface translation files will be stored.","Updates available":"Updates available","Missing translations":"Missing translations","Translation source":"Translation source","Drupal translation server and local files":"Drupal translation server and local files","Local files only":"Local files only","The source of translation files for automatic interface translation.":"The source of translation files for automatic interface translation.","Don\'t overwrite existing translations.":"Don\'t overwrite existing translations.","Only overwrite imported translations, customized translations are kept.":"Only overwrite imported translations, customized translations are kept.","Overwrite existing translations.":"Overwrite existing translations.","How to treat existing translations when automatically updating the interface translations.":"How to treat existing translations when automatically updating the interface translations.","Edit menu %label":"Edit menu %label","Add menu link":"Add menu link","Administrative summary":"Administrative summary","Menu %label has been updated.":"Menu %label has been updated.","Menu %label has been added.":"Menu %label has been added.","The menu link has been saved.":"The menu link has been saved.","Published status or admin user":"Published status or admin user","Promoted to front page status":"Promoted to front page status","Node operations bulk form":"Node operations bulk form","Add a form element that lets you run operations on multiple nodes.":"Add a form element that lets you run operations on multiple nodes.","Empty Node Frontpage behavior":"Empty Node Frontpage behavior","Provides a link to the node add overview page.":"Provides a link to the node add overview page.","Link to revision":"Link to revision","Link to revert revision":"Link to revert revision","Link to delete revision":"Link to delete revision","Access the Content overview page":"Access the Content overview page","View all revisions":"View all revisions","Revert all revisions":"Revert all revisions","%type_name: View revisions":"%type_name: View revisions","%type_name: Revert revisions":"%type_name: Revert revisions","%type_name: Delete revisions":"%type_name: Delete revisions","Promotion options":"Promotion options","Read more<span class=\\"visually-hidden\\"> about @title</span>":"Read more<span class=\\"visually-hidden\\"> about @title</span>","The node revision ID.":"The node revision ID.","The time that the node was last edited.":"The time that the node was last edited.","The time that the current revision was created.":"The time that the current revision was created.","The user ID of the author of the current revision.":"The user ID of the author of the current revision.","The node bundle is @bundles or @last":"The node bundle is @bundles or @last","The node bundle is @bundle":"The node bundle is @bundle","Float value":"Float value","An entity field containing a path alias and related data.":"An entity field containing a path alias and related data.","Path id":"Path id","Log entry with ID @id was not found":"Log entry with ID @id was not found","Created entity %type with ID %id.":"Created entity %type with ID %id.","Updated entity %type with ID %id.":"Updated entity %type with ID %id.","Deleted entity %type with ID %id.":"Deleted entity %type with ID %id.","Raw output":"Raw output","You have no fields. Add some to your view.":"You have no fields. Add some to your view.","The machine-readable name must contain only letters, numbers, dashes and underscores.":"The machine-readable name must contain only letters, numbers, dashes and underscores.","All field aliases must be unique":"All field aliases must be unique","Accepted request formats":"Accepted request formats","Request formats that will be allowed in responses. If none are selected all formats will be allowed.":"Request formats that will be allowed in responses. If none are selected all formats will be allowed.","The new set label is required.":"The new set label is required.","Enter test name…":"Enter test name…","Enter at least 3 characters of the test name or description to filter by.":"Enter at least 3 characters of the test name or description to filter by.","On UNIX, Linux, and Mac OS X, you will find the configuration in the file <em>/etc/syslog.conf</em>, or in <em>/etc/rsyslog.conf</em> or in the directory <em>/etc/rsyslog.d</em>. These files define the routing configuration. Messages can be flagged with the codes <code>LOG_LOCAL0</code> through <code>LOG_LOCAL7</code>. For information on Syslog facilities, severity levels, and how to set up <em>syslog.conf</em> or <em>rsyslog.conf</em>, see the <em>syslog.conf</em> or <em>rsyslog.conf</em> manual page on your command line.":"On UNIX, Linux, and Mac OS X, you will find the configuration in the file <em>/etc/syslog.conf</em>, or in <em>/etc/rsyslog.conf</em> or in the directory <em>/etc/rsyslog.d</em>. These files define the routing configuration. Messages can be flagged with the codes <code>LOG_LOCAL0</code> through <code>LOG_LOCAL7</code>. For information on Syslog facilities, severity levels, and how to set up <em>syslog.conf</em> or <em>rsyslog.conf</em>, see the <em>syslog.conf</em> or <em>rsyslog.conf</em> manual page on your command line.","Any data":"Any data","An entity field containing a UUID.":"An entity field containing a UUID.","@zone":"@zone","Failed to fetch file due to error \\"%error\\"":"Failed to fetch file due to error \\"%error\\"","Date and time formats":"Date and time formats","The update.php script is accessible to everyone without authentication check, which is a security risk. You must change the @settings_name value in your settings.php back to FALSE.":"The update.php script is accessible to everyone without authentication check, which is a security risk. You must change the @settings_name value in your settings.php back to FALSE.","Name of the date format":"Name of the date format","@toolkit settings":"@toolkit settings","Update this item":"Update this item","This value should not be null.":"This value should not be null.","This value should be %limit or more.":"This value should be %limit or more.","The term ID.":"The term ID.","The term language code.":"The term language code.","Term Parents":"Term Parents","The parents of this term.":"The parents of this term.","Create referenced entities if they don\'t already exist":"Create referenced entities if they don\'t already exist","Telephone number":"Telephone number","This field stores a telephone number in the database.":"This field stores a telephone number in the database.","Link using text: @title":"Link using text: @title","Link using provided telephone number.":"Link using provided telephone number.","Toolbar items":"Toolbar items","!tour_item of !total":"!tour_item of !total","End tour":"End tour","Translatable elements":"Translatable elements","At least one field needs to be translatable to enable %bundle for translation.":"At least one field needs to be translatable to enable %bundle for translation.","<strong>@language_name (Original language)</strong>":"<strong>@language_name (Original language)</strong>","Administer translation settings":"Administer translation settings","Create translations":"Create translations","Delete translations":"Delete translations","Translate %bundle_label @entity_label":"Translate %bundle_label @entity_label","Translate @entity_label":"Translate @entity_label","\\"Show language selector\\" is not compatible with translating content that has default language: %choice. Either do not hide the language selector or pick a specific language.":"\\"Show language selector\\" is not compatible with translating content that has default language: %choice. Either do not hide the language selector or pick a specific language.","An unpublished translation will not be visible without translation permissions.":"An unpublished translation will not be visible without translation permissions.","%archive_file does not contain any .info.yml files.":"%archive_file does not contain any .info.yml files.","<p>This is a one-time login for %user_name.</p><p>Click on this button to log in to the site and change your password.</p>":"<p>This is a one-time login for %user_name.</p><p>Click on this button to log in to the site and change your password.</p>","Provides access to the user data service.":"Provides access to the user data service.","Add a form element that lets you run operations on multiple users.":"Add a form element that lets you run operations on multiple users.","User module form element.":"User module form element.","System module form element.":"System module form element.","Edit user account":"Edit user account","Login attempt failed from %ip.":"Login attempt failed from %ip.","Cancel user":"Cancel user","Enable password strength indicator":"Enable password strength indicator","Admin (user awaiting approval)":"Admin (user awaiting approval)","Role %label has been updated.":"Role %label has been updated.","Role %label has been added.":"Role %label has been added.","The user language code.":"The user language code.","The time that the user last accessed the site.":"The time that the user last accessed the site.","The time that the user last logged in.":"The time that the user last logged in.","The email address used for initial account creation.":"The email address used for initial account creation.","The roles the user has.":"The roles the user has.","Update the user %name":"Update the user %name","The module which sets this user data.":"The module which sets this user data.","The name of the data key.":"The name of the data key.","The label of the view.":"The label of the view.","The machine-readable ID of the view.":"The machine-readable ID of the view.","Dropbutton":"Dropbutton","Display fields in a dropbutton.":"Display fields in a dropbutton.","Rendered entity - @label":"Rendered entity - @label","Displays a rendered @label entity in an area.":"Displays a rendered @label entity in an area.","Display the @label":"Display the @label","Available global token replacements":"Available global token replacements","Override the title of this view when it is empty. The available global tokens below can be used here.":"Override the title of this view when it is empty. The available global tokens below can be used here.","Administrative comment":"Administrative comment","Machine name of the display":"Machine name of the display","This description will only be seen within the administrative interface and can be used to document this display.":"This description will only be seen within the administrative interface and can be used to document this display.","CSS class name(s)":"CSS class name(s)","Show contextual links on this view.":"Show contextual links on this view.","Show contextual links":"Show contextual links","In the menu, the heavier links will sink and the lighter links will be positioned nearer the top.":"In the menu, the heavier links will sink and the lighter links will be positioned nearer the top.","If the parent menu item is a tab, enter the weight of the tab. Heavier tabs will sink and the lighter tabs will be positioned nearer to the first menu item.":"If the parent menu item is a tab, enter the weight of the tab. Heavier tabs will sink and the lighter tabs will be positioned nearer to the first menu item.","Allow people to choose the sort order":"Allow people to choose the sort order","If sort order is not exposed, the sort criteria settings for each sort will determine its order.":"If sort order is not exposed, the sort criteria settings for each sort will determine its order.","Label for ascending sort":"Label for ascending sort","Label for descending sort":"Label for descending sort","@name format: @date":"@name format: @date","Override the output of this field with custom text":"Override the output of this field with custom text","Output this field as a custom link":"Output this field as a custom link","Trim this field to a maximum number of characters":"Trim this field to a maximum number of characters","More link label":"More link label","You may use the \\"Replacement patterns\\" above.":"You may use the \\"Replacement patterns\\" above.","An HTML corrector will be run to ensure HTML tags are properly closed after trimming.":"An HTML corrector will be run to ensure HTML tags are properly closed after trimming.","Fields to be included as links.":"Fields to be included as links.","Include a \\"destination\\" parameter in the link to return the user to the original view upon completing the link action.":"Include a \\"destination\\" parameter in the link to return the user to the original view upon completing the link action.","First page link text":"First page link text","Last page link text":"Last page link text","Offset (number of items to skip)":"Offset (number of items to skip)","Pager link labels":"Pager link labels","Previous page link text":"Previous page link text","Next page link text":"Next page link text","Insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100":"Insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100","WARNING: Disabling SQL rewriting means that node access security is disabled. This may allow users to see data they should not be able to see if your view is misconfigured. Use this option only if you understand and accept this security risk.":"WARNING: Disabling SQL rewriting means that node access security is disabled. This may allow users to see data they should not be able to see if your view is misconfigured. Use this option only if you understand and accept this security risk.","No view mode selected":"No view mode selected","Caption for the table":"Caption for the table","Table details":"Table details","Summary title":"Summary title","Table description":"Table description","Provide additional details about the table to increase accessibility.":"Provide additional details about the table to increase accessibility.","Enable @display_title":"Enable @display_title","Delete @display_title":"Delete @display_title","Undo delete of @display_title":"Undo delete of @display_title","Disable @display_title":"Disable @display_title","Edit view name/description":"Edit view name/description","Analyze view":"Analyze view","Reorder displays":"Reorder displays","Revert view":"Revert view","Add <span class=\\"visually-hidden\\">@type</span>":"Add <span class=\\"visually-hidden\\">@type</span>","And/Or Rearrange <span class=\\"visually-hidden\\">filter criteria</span>":"And/Or Rearrange <span class=\\"visually-hidden\\">filter criteria</span>","Rearrange <span class=\\"visually-hidden\\">@type</span>":"Rearrange <span class=\\"visually-hidden\\">@type</span>","This display has one or more validation errors.":"This display has one or more validation errors.","There are no disabled views.":"There are no disabled views.","[@time ms] @query":"[@time ms] @query","Do you want to break the lock on view %name?":"Do you want to break the lock on view %name?","View language":"View language","Language of labels and other textual elements in this view.":"Language of labels and other textual elements in this view.","No displays available.":"No displays available.","Not saved yet":"Not saved yet","Book Page":"Book Page","Aggregator feed item":"Aggregator feed item","Default parser for RSS, Atom and RDF feeds.":"Default parser for RSS, Atom and RDF feeds.","Custom Block":"Custom Block","Custom block type":"Custom block type","CKEditor core":"CKEditor core","Styles dropdown":"Styles dropdown","Comment selection":"Comment selection","Contact message":"Contact message","My Editor":"My Editor","Entity display":"Entity display","Entity form display":"Entity form display","Display the ID of the referenced entities.":"Display the ID of the referenced entities.","Selects referenceable entities for an entity reference field.":"Selects referenceable entities for an entity reference field.","Entity Reference inline fields":"Entity Reference inline fields","Returns results as a PHP array of labels and rendered rows.":"Returns results as a PHP array of labels and rendered rows.","File selection":"File selection","Separate link text and URL":"Separate link text and URL","Node Bundle":"Node Bundle","Node selection":"Node selection","Watchdog database log":"Watchdog database log","REST export":"REST export","Create a REST export resource.":"Create a REST export resource.","Use entities as row data.":"Use entities as row data.","Use fields as row data.":"Use fields as row data.","Serializer":"Serializer","Serializes views row data using the Serializer component.":"Serializes views row data using the Serializer component.","Shortcut set":"Shortcut set","Tar":"Tar","Handles .tar files.":"Handles .tar files.","Handles zip files.":"Handles zip files.","Taxonomy Term selection":"Taxonomy Term selection","Display reference to taxonomy term in RSS.":"Display reference to taxonomy term in RSS.","Telephone link":"Telephone link","User selection":"User selection","Views Exposed Filter Block":"Views Exposed Filter Block"," - Basic validation - ":" - Basic validation - ","A simple pager containing previous and next links.":"A simple pager containing previous and next links.","Display all items that this view might find.":"Display all items that this view might find.","Displays rows as HTML list.":"Displays rows as HTML list.","Language detection and selection":"Language detection and selection","menus":"menus","Toolkit":"Toolkit","Settings for the statistical information that Drupal will keep about the site.":"Settings for the statistical information that Drupal will keep about the site.","Autoplay: %autoplay":"Autoplay: %autoplay","Loop: %loop":"Loop: %loop","Muted: %muted":"Muted: %muted","Display of multiple files":"Display of multiple files","Configuration Translation":"Configuration Translation","- empty image -":"- empty image -","Field formatters":"Field formatters","If enabled, access permissions for rendering the entity are not checked.":"If enabled, access permissions for rendering the entity are not checked.","Editorial":"Editorial","WYSIWYG editing for rich text fields using CKEditor.":"WYSIWYG editing for rich text fields using CKEditor.","The directory %translations_directory exists.":"The directory %translations_directory exists.","MySQL, MariaDB, Percona Server, or equivalent":"MySQL, MariaDB, Percona Server, or equivalent","The referenced language":"The referenced language","Language reference":"Language reference","URI value":"URI value","An entity field containing a URI.":"An entity field containing a URI.","Caribbean Netherlands":"Caribbean Netherlands","Cocos [Keeling] Islands":"Cocos [Keeling] Islands","Congo - Kinshasa":"Congo - Kinshasa","Congo - Brazzaville":"Congo - Brazzaville","Côte d’Ivoire":"Côte d’Ivoire","Clipperton Island":"Clipperton Island","Ceuta and Melilla":"Ceuta and Melilla","Hong Kong SAR China":"Hong Kong SAR China","Canary Islands":"Canary Islands","Myanmar [Burma]":"Myanmar [Burma]","Macau SAR China":"Macau SAR China","Palestinian Territories":"Palestinian Territories","Outlying Oceania":"Outlying Oceania","São Tomé and Príncipe":"São Tomé and Príncipe","U.S. Outlying Islands":"U.S. Outlying Islands","Time span in seconds":"Time span in seconds","Using simple actions":"Using simple actions","Creating and configuring advanced actions":"Creating and configuring advanced actions","Allows the creation of custom blocks through the user interface.":"Allows the creation of custom blocks through the user interface.","A unique name for this block instance. Must be alpha-numeric and underscore separated.":"A unique name for this block instance. Must be alpha-numeric and underscore separated.","Allow settings in the block configuration":"Allow settings in the block configuration","Items per block":"Items per block","@count (default setting)":"@count (default setting)","Enabling CKEditor for individual text formats":"Enabling CKEditor for individual text formats","Configuring the toolbar":"Configuring the toolbar","When CKEditor is chosen from the <em>Text editor</em> drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the <em>Active toolbar</em> by dragging and dropping them, and additional rows can be added to organize the buttons.":"When CKEditor is chosen from the <em>Text editor</em> drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the <em>Active toolbar</em> by dragging and dropping them, and additional rows can be added to organize the buttons.","Formatting content":"Formatting content","Toggling between formatted text and HTML source":"Toggling between formatted text and HTML source","If the <em>Source</em> button is available in the toolbar, users can click this button to disable the visual editor and edit the HTML source directly. After toggling back, the visual editor uses the allowed HTML tags to format the text — independent of whether buttons for these tags are available in the toolbar. If the text format is set to <em>limit the use of HTML tags</em>, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.":"If the <em>Source</em> button is available in the toolbar, users can click this button to disable the visual editor and edit the HTML source directly. After toggling back, the visual editor uses the allowed HTML tags to format the text — independent of whether buttons for these tags are available in the toolbar. If the text format is set to <em>limit the use of HTML tags</em>, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.","Uploads disabled":"Uploads disabled","Uploads enabled, max size: @size @dimensions":"Uploads enabled, max size: @size @dimensions","Edit Image":"Edit Image","Drupal link":"Drupal link","CKEditor plugin settings":"CKEditor plugin settings","Could not extract the contents of the tar file. The error message is <em>@message</em>":"Could not extract the contents of the tar file. The error message is <em>@message</em>","Discard changes?":"Discard changes?","Enable image uploads":"Enable image uploads","Storage: @name":"Storage: @name","A directory relative to Drupal\'s files directory where uploaded images will be stored.":"A directory relative to Drupal\'s files directory where uploaded images will be stored.","If this is left empty, then the file size will be limited by the PHP maximum upload size of @size.":"If this is left empty, then the file size will be limited by the PHP maximum upload size of @size.","Images larger than these dimensions will be scaled down.":"Images larger than these dimensions will be scaled down.","Installing text editors":"Installing text editors","Enabling a text editor for a text format":"Enabling a text editor for a text format","Configuring a text editor":"Configuring a text editor","Once a text editor is associated with a text format, you can configure it by clicking on the <em>Configure</em> link for this format. Depending on the specific text editor, you can configure it for example by adding buttons to its toolbar. Typically these buttons provide formatting or editing tools, and they often insert HTML tags into the field source. For details, see the help page of the specific text editor.":"Once a text editor is associated with a text format, you can configure it by clicking on the <em>Configure</em> link for this format. Depending on the specific text editor, you can configure it for example by adding buttons to its toolbar. Typically these buttons provide formatting or editing tools, and they often insert HTML tags into the field source. For details, see the help page of the specific text editor.","Using different text editors and formats":"Using different text editors and formats","If you change the text format on a text field, the text editor will change as well because the text editor configuration is associated with the individual text format. This allows the use of the same text editor with different options for different text formats. It also allows users to choose between text formats with different text editors if they are installed.":"If you change the text format on a text field, the text editor will change as well because the text editor configuration is associated with the individual text format. This allows the use of the same text editor with different options for different text formats. It also allows users to choose between text formats with different text editors if they are installed.","Placeholder: @placeholder":"Placeholder: @placeholder","No placeholder":"No placeholder","Add, edit, and delete custom display modes.":"Add, edit, and delete custom display modes.","Display modes":"Display modes","Configure what displays are available for your content and forms.":"Configure what displays are available for your content and forms.","Manage custom view modes.":"Manage custom view modes.","Form modes":"Form modes","Manage custom form modes.":"Manage custom form modes.","Add form mode":"Add form mode","Edit form mode":"Edit form mode","Add new %label @entity-type":"Add new %label @entity-type","Choose view mode entity type":"Choose view mode entity type","Choose form mode entity type":"Choose form mode entity type","Deleting a @entity-type will cause any output still requesting to use that @entity-type to use the default display settings.":"Deleting a @entity-type will cause any output still requesting to use that @entity-type to use the default display settings.","Saved the %label @entity-type.":"Saved the %label @entity-type.","Autocomplete matching: @match_operator":"Autocomplete matching: @match_operator","The referenced entity (%type: %id) does not exist.":"The referenced entity (%type: %id) does not exist.","%entity_label: Administer form display":"%entity_label: Administer form display","Plugin for @title":"Plugin for @title","@type (module: @module)":"@type (module: @module)","Widget settings:":"Widget settings:","The label of the entity that is related to the file.":"The label of the entity that is related to the file.","Access the Files overview page":"Access the Files overview page","Progress indicator: @progress_indicator":"Progress indicator: @progress_indicator","The %filter filter is missing, and will be removed once this format is saved.":"The %filter filter is missing, and will be removed once this format is saved.","Lines and paragraphs are automatically recognized. The &lt;br /&gt; line break, &lt;p&gt; paragraph and &lt;/p&gt; close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.":"Lines and paragraphs are automatically recognized. The &lt;br /&gt; line break, &lt;p&gt; paragraph and &lt;/p&gt; close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.","Missing filter. All text is removed":"Missing filter. All text is removed","Missing filter plugin: %filter.":"Missing filter plugin: %filter.","Provides a fallback for missing filters. Do not use.":"Provides a fallback for missing filters. Do not use.","Updated @type %term.":"Updated @type %term.","Add image style":"Add image style","Preview image style: @style":"Preview image style: @style","Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. This action cannot be undone.":"Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. This action cannot be undone.","No placeholders":"No placeholders","Title placeholder: @placeholder_title":"Title placeholder: @placeholder_title","URL placeholder: @placeholder_url":"URL placeholder: @placeholder_url","Note that importing large .po files may take several minutes.":"Note that importing large .po files may take several minutes.","Content items can be edited using different form modes. Here, you can define which fields are shown and hidden when %type content is edited in each form mode, and define how the field form widgets are displayed in each form mode.":"Content items can be edited using different form modes. Here, you can define which fields are shown and hidden when %type content is edited in each form mode, and define how the field form widgets are displayed in each form mode.","Edit %label content type":"Edit %label content type","The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved.":"The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved.","Use field label: @display_label":"Use field label: @display_label","Provides a row plugin to display search results.":"Provides a row plugin to display search results.","More information about setting up scheduled tasks can be found by <a href=\\"@url\\">reading the cron tutorial on drupal.org</a>.":"More information about setting up scheduled tasks can be found by <a href=\\"@url\\">reading the cron tutorial on drupal.org</a>.","A local file system path where public files will be stored. This directory must exist and be writable by Drupal. This directory must be relative to the Drupal installation directory and be accessible over the web. This must be changed in settings.php":"A local file system path where public files will be stored. This directory must exist and be writable by Drupal. This directory must be relative to the Drupal installation directory and be accessible over the web. This must be changed in settings.php","%name: the telephone number may not be longer than @max characters.":"%name: the telephone number may not be longer than @max characters.","%name: the text may not be longer than @max characters.":"%name: the text may not be longer than @max characters.","Summary rows":"Summary rows","This form lets administrators add and edit fields for storing user data.":"This form lets administrators add and edit fields for storing user data.","This form lets administrators configure how form fields should be displayed when editing a user profile.":"This form lets administrators configure how form fields should be displayed when editing a user profile.","Alter the HTTP response status code used by this view, mostly helpful for empty results.":"Alter the HTTP response status code used by this view, mostly helpful for empty results.","HTTP status code":"HTTP status code","Always display the more link":"Always display the more link","Check this to display the more link even if there are no more items to display.":"Check this to display the more link even if there are no more items to display.","Make entity label a link to entity page.":"Make entity label a link to entity page.","You must add some additional fields to this display before using this field. These fields may be marked as <em>Exclude from display</em> if you prefer. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.":"You must add some additional fields to this display before using this field. These fields may be marked as <em>Exclude from display</em> if you prefer. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.","Automatic width":"Automatic width","The width of each column will be calculated automatically based on the number of columns provided. If additional classes are entered or a theme injects classes based on a grid system, disabling this option may prove beneficial.":"The width of each column will be calculated automatically based on the number of columns provided. If additional classes are entered or a theme injects classes based on a grid system, disabling this option may prove beneficial.","Default column classes":"Default column classes","Add the default views column classes like views-col, col-1 and clearfix to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.":"Add the default views column classes like views-col, col-1 and clearfix to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.","Custom column class":"Custom column class","Additional classes to provide on each column. Separated by a space.":"Additional classes to provide on each column. Separated by a space.","Default row classes":"Default row classes","Adds the default views row classes like views-row, row-1 and clearfix to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.":"Adds the default views row classes like views-row, row-1 and clearfix to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.","Custom row class":"Custom row class","Additional classes to provide on each row. Separated by a space.":"Additional classes to provide on each row. Separated by a space.","Default wizard":"Default wizard","All Views-generated queries will include the name of the views and display \'view-name:display-name\' as a string at the end of the SELECT clause. This makes identifying Views queries in database server logs simpler, but should only be used when troubleshooting.":"All Views-generated queries will include the name of the views and display \'view-name:display-name\' as a string at the end of the SELECT clause. This makes identifying Views queries in database server logs simpler, but should only be used when troubleshooting.","Selected:":"Selected:","Additional data":"Additional data","You must select at least %limit choice.\\u0003You must select at least %limit choices.":"You must select at least %limit choice.\\u0003You must select at least %limit choices.","You must select at most %limit choice.\\u0003You must select at most %limit choices.":"You must select at most %limit choice.\\u0003You must select at most %limit choices.","The entity must be of bundle %bundle.":"The entity must be of bundle %bundle.","This collection should contain %limit element or more.\\u0003This collection should contain %limit elements or more.":"This collection should contain %limit element or more.\\u0003This collection should contain %limit elements or more.","This collection should contain %limit element or less.\\u0003This collection should contain %limit elements or less.":"This collection should contain %limit element or less.\\u0003This collection should contain %limit elements or less.","This collection should contain exactly %limit element.\\u0003This collection should contain exactly %limit elements.":"This collection should contain exactly %limit element.\\u0003This collection should contain exactly %limit elements.","The entity must be of type %type.":"The entity must be of type %type.","This value is too long. It should have %limit character or less.\\u0003This value is too long. It should have %limit characters or less.":"This value is too long. It should have %limit character or less.\\u0003This value is too long. It should have %limit characters or less.","This value is too short. It should have %limit character or more.\\u0003This value is too short. It should have %limit characters or more.":"This value is too short. It should have %limit character or more.\\u0003This value is too short. It should have %limit characters or more.","This value should have exactly %limit character.\\u0003This value should have exactly %limit characters.":"This value should have exactly %limit character.\\u0003This value should have exactly %limit characters.","This value should be of the correct primitive type.":"This value should be of the correct primitive type.","%name must be higher than or equal to %min.":"%name must be higher than or equal to %min.","%name must be lower than or equal to %max.":"%name must be lower than or equal to %max.","Select the feed that should be displayed":"Select the feed that should be displayed","Block layout":"Block layout","Creating and managing custom block types":"Creating and managing custom block types","The custom block language code.":"The custom block language code.","The time that the custom block was last edited.":"The time that the custom block was last edited.","Block category":"Block category","Hide block if the view output is empty":"Hide block if the view output is empty","Block empty settings":"Block empty settings","Hide block if no result/empty text":"Hide block if no result/empty text","Hide the block if there is no result and no empty text and no header/footer which is shown on empty result":"Hide the block if there is no result and no empty text and no header/footer which is shown on empty result","Enter caption here":"Enter caption here","Drupal image caption widget":"Drupal image caption widget","The number of comments posted on an entity.":"The number of comments posted on an entity.","The number of comments posted on an entity since the reader last viewed it.":"The number of comments posted on an entity since the reader last viewed it.","The entity the comment was posted to.":"The entity the comment was posted to.","The @entity_type to which the comment is a reply to.":"The @entity_type to which the comment is a reply to.","The number of comments an entity has.":"The number of comments an entity has.","The most recent of last comment posted or entity updated time.":"The most recent of last comment posted or entity updated time.","Display the last comment of an entity":"Display the last comment of an entity","The last comment of an entity.":"The last comment of an entity.","The User ID of the author of the last comment of an entity.":"The User ID of the author of the last comment of an entity.","The entity type to which the comment is a reply to.":"The entity type to which the comment is a reply to.","Display the standard add comment link used on regular @entity_type, which will only display if the viewing user has access to add a comment.":"Display the standard add comment link used on regular @entity_type, which will only display if the viewing user has access to add a comment.","Display nodes only if a user posted the @entity_type or commented on the @entity_type.":"Display nodes only if a user posted the @entity_type or commented on the @entity_type.","Comments of the @entity_type using field: @field_name":"Comments of the @entity_type using field: @field_name","Relate all comments on the @entity_type. This will create 1 duplicate record for every comment. Usually if you need this it is better to create a comment view.":"Relate all comments on the @entity_type. This will create 1 duplicate record for every comment. Usually if you need this it is better to create a comment view.","Edit comment %title":"Edit comment %title","The ID of the entity of which this comment is a reply.":"The ID of the entity of which this comment is a reply.","The entity type to which this comment is attached.":"The entity type to which this comment is attached.","Comment field name":"Comment field name","The field name through which this comment was added.":"The field name through which this comment was added.","Last comment ID":"Last comment ID","Last comment timestamp":"Last comment timestamp","The time that the last comment was created.":"The time that the last comment was created.","Last comment name":"Last comment name","The name of the user posting the last comment.":"The name of the user posting the last comment.","Last comment user ID":"Last comment user ID","The number of comments.":"The number of comments.","This field manages configuration and presentation of comments on an entity.":"This field manages configuration and presentation of comments on an entity.","Comment list":"Comment list","Show the comment link in the form used on standard entity teasers, rather than the full entity form.":"Show the comment link in the form used on standard entity teasers, rather than the full entity form.","Content language and translation":"Content language and translation","Configure language and translation support for content.":"Configure language and translation support for content.","Select source language":"Select source language","Computed date":"Computed date","The computed DateTime object.":"The computed DateTime object.","Log entries":"Log entries","Contains a list of log entries.":"Contains a list of log entries.","The user on which the log entry as written.":"The user on which the log entry as written.","The actual message of the log entry.":"The actual message of the log entry.","The variables of the log entry in a serialized format.":"The variables of the log entry in a serialized format.","Operation links for the event.":"Operation links for the event.","URL of the previous page.":"URL of the previous page.","Date when the event occurred.":"Date when the event occurred.","Replace variables":"Replace variables","One file only.\\u0003Maximum @count files.":"One file only.\\u0003Maximum @count files.","Delete forum":"Delete forum","Configure language support for content.":"Configure language support for content.","Managing and displaying link fields":"Managing and displaying link fields","Adding link text":"Adding link text","In the field settings you can define additional link text to be <em>optional</em> or <em>required</em> in any link field.":"In the field settings you can define additional link text to be <em>optional</em> or <em>required</em> in any link field.","Displaying link text":"Displaying link text","If link text has been submitted for a URL, then by default this link text is displayed as a link to the URL. If you want to display both the link text <em>and</em> the URL, choose the appropriate link format from the drop-down menu in the <em>Manage display</em> page. If you only want to display the URL even if link text has been submitted, choose <em>Link</em> as the format, and then change its <em>Format settings</em> to display <em>URL only</em>.":"If link text has been submitted for a URL, then by default this link text is displayed as a link to the URL. If you want to display both the link text <em>and</em> the URL, choose the appropriate link format from the drop-down menu in the <em>Manage display</em> page. If you only want to display the URL even if link text has been submitted, choose <em>Link</em> as the format, and then change its <em>Format settings</em> to display <em>URL only</em>.","Adding attributes to links":"Adding attributes to links","You can add attributes to links, by changing the <em>Format settings</em> in the <em>Manage display</em> page. Adding <em>rel=\\"nofollow\\"</em> notifies search engines that links should not be followed.":"You can add attributes to links, by changing the <em>Format settings</em> in the <em>Manage display</em> page. Adding <em>rel=\\"nofollow\\"</em> notifies search engines that links should not be followed.","Validating URLs":"Validating URLs","Number (decimal)":"Number (decimal)","Number (float)":"Number (float)","Number (integer)":"Number (integer)","Alias for @id":"Alias for @id","Raw output for @id":"Raw output for @id","The Serialization module provides a service for serializing and deserializing data to and from formats such as JSON and XML.":"The Serialization module provides a service for serializing and deserializing data to and from formats such as JSON and XML.","Serialization is the process of converting data structures like arrays and objects into a string. This allows the data to be represented in a way that is easy to exchange and store (for example, for transmission over the Internet or for storage in a local file system). These representations can then be deserialized to get back to the original data structures.":"Serialization is the process of converting data structures like arrays and objects into a string. This allows the data to be represented in a way that is easy to exchange and store (for example, for transmission over the Internet or for storage in a local file system). These representations can then be deserialized to get back to the original data structures.","The serializer splits this process into two parts. Normalization converts an object to a normalized array structure. Encoding takes that array and converts it to a string.":"The serializer splits this process into two parts. Normalization converts an object to a normalized array structure. Encoding takes that array and converts it to a string.","The uninstall process removes all data related to a module.":"The uninstall process removes all data related to a module.","The date the term was last updated.":"The date the term was last updated.","The time that the term was last edited.":"The time that the term was last edited.","Managing and displaying telephone fields":"Managing and displaying telephone fields","Displaying telephone numbers as links":"Displaying telephone numbers as links","The user account %name cannot be canceled.":"The user account %name cannot be canceled.","The handler for this item is broken or missing. The following details are available:":"The handler for this item is broken or missing. The following details are available:","Default actions":"Default actions","Grouping @id":"Grouping @id","Columns for @field":"Columns for @field","Sortable for @field":"Sortable for @field","Default sort order for @field":"Default sort order for @field","Default sort for @field":"Default sort for @field","Alignment for @field":"Alignment for @field","Separator for @field":"Separator for @field","Hide empty column for @field":"Hide empty column for @field","Responsive setting for @field":"Responsive setting for @field","No default sort":"No default sort","Page display settings":"Page display settings","Block display settings":"Block display settings","View basic information":"View basic information","Always show the master (default) display":"Always show the master (default) display","Allow embedded displays":"Allow embedded displays","Embedded displays can be used in code via views_embed_view().":"Embedded displays can be used in code via views_embed_view().","Show SQL query":"Show SQL query","Remove @title":"Remove @title","Weight for @id":"Weight for @id","Group for @id":"Group for @id","Remove @id":"Remove @id","PHP date format":"PHP date format","@group: @title":"@group: @title","Media types":"Media types","Not fully protected":"Not fully protected","Could not load the form for <q>@field-label</q>, either due to a website problem or a network connection problem.<br>Please try again.":"Could not load the form for <q>@field-label</q>, either due to a website problem or a network connection problem.<br>Please try again.","Your changes to <q>@entity-title</q> could not be saved, either due to a website problem or a network connection problem.<br>Please try again.":"Your changes to <q>@entity-title</q> could not be saved, either due to a website problem or a network connection problem.<br>Please try again.","Reset your password":"Reset your password","Number of new comments":"Number of new comments","Lists (Views)":"Lists (Views)","Move a button into the <em>Active toolbar</em> to enable it, or into the list of <em>Available buttons</em> to disable it. Buttons may be moved with the mouse or keyboard arrow keys. Toolbar group names are provided to support screen reader users. Empty toolbar groups will be removed upon save.":"Move a button into the <em>Active toolbar</em> to enable it, or into the list of <em>Available buttons</em> to disable it. Buttons may be moved with the mouse or keyboard arrow keys. Toolbar group names are provided to support screen reader users. Empty toolbar groups will be removed upon save.","Button divider":"Button divider","CKEditor toolbar and button configuration.":"CKEditor toolbar and button configuration.","Hide group names":"Hide group names","Show group names":"Show group names","@groupName button group in position @position of @positionCount in row @row of @rowCount.":"@groupName button group in position @position of @positionCount in row @row of @rowCount.","Press the down arrow key to create a new row.":"Press the down arrow key to create a new row.","@name @type.":"@name @type.","Press the down arrow key to activate.":"Press the down arrow key to activate.","@name @type in position @position of @positionCount in @groupName button group in row @row of @rowCount.":"@name @type in position @position of @positionCount in @groupName button group in row @row of @rowCount.","Press the down arrow key to create a new button group in a new row.":"Press the down arrow key to create a new button group in a new row.","This is the last group. Move the button forward to create a new group.":"This is the last group. Move the button forward to create a new group.","The \\"@name\\" button is currently enabled.":"The \\"@name\\" button is currently enabled.","Use the keyboard arrow keys to change the position of this button.":"Use the keyboard arrow keys to change the position of this button.","Press the up arrow key on the top row to disable the button.":"Press the up arrow key on the top row to disable the button.","The \\"@name\\" button is currently disabled.":"The \\"@name\\" button is currently disabled.","Use the down arrow key to move this button into the active toolbar.":"Use the down arrow key to move this button into the active toolbar.","This @name is currently enabled.":"This @name is currently enabled.","Use the keyboard arrow keys to change the position of this separator.":"Use the keyboard arrow keys to change the position of this separator.","Separators are used to visually split individual buttons.":"Separators are used to visually split individual buttons.","This @name is currently disabled.":"This @name is currently disabled.","Use the down arrow key to move this separator into the active toolbar.":"Use the down arrow key to move this separator into the active toolbar.","You may add multiple separators to each button group.":"You may add multiple separators to each button group.","Please provide a name for the button group.":"Please provide a name for the button group.","Button group name":"Button group name","Editing the name of the new button group in a dialog.":"Editing the name of the new button group in a dialog.","Editing the name of the \\"@groupName\\" button group in a dialog.":"Editing the name of the \\"@groupName\\" button group in a dialog.","Place a button to create a new button group.":"Place a button to create a new button group.","Add a CKEditor button group to the end of this row.":"Add a CKEditor button group to the end of this row.","Configuration type":"Configuration type","Here is your configuration:":"Here is your configuration:","Are you sure you want to update the %name @type?":"Are you sure you want to update the %name @type?","Missing ID key \\"@id_key\\" for this @entity_type import.":"Missing ID key \\"@id_key\\" for this @entity_type import.","An entity with this machine name already exists but the import did not specify a UUID.":"An entity with this machine name already exists but the import did not specify a UUID.","An entity with this machine name already exists but the UUID does not match.":"An entity with this machine name already exists but the UUID does not match.","An entity with this UUID already exists but the machine name does not match.":"An entity with this UUID already exists but the machine name does not match.","Configuration translation":"Configuration translation","Translate the configuration.":"Translate the configuration.","@label fields":"@label fields","Enter block, theme or category":"Enter block, theme or category","Enter a part of the block, theme or category to filter by.":"Enter a part of the block, theme or category to filter by.","Translations for %label":"Translations for %label","@language (original)":"@language (original)","Enter label":"Enter label","Enter a part of the label or description to filter by.":"Enter a part of the label or description to filter by.","Enter field or @bundle":"Enter field or @bundle","Enter a part of the field or @bundle to filter by.":"Enter a part of the field or @bundle to filter by.","Add @language translation for %label":"Add @language translation for %label","Successfully saved @language translation.":"Successfully saved @language translation.","@language translation of %label was deleted":"@language translation of %label was deleted","Edit @language translation for %label":"Edit @language translation for %label","Successfully updated @language translation.":"Successfully updated @language translation.","(Empty)":"(Empty)","Feed channel":"Feed channel","About text formats":"About text formats","Are you sure you want to apply the updated %name image effect to all images?":"Are you sure you want to apply the updated %name image effect to all images?","This operation does not change the original images but the copies created for this style will be recreated.":"This operation does not change the original images but the copies created for this style will be recreated.","The image style %name has been flushed.":"The image style %name has been flushed.","Image to be shown if no image is uploaded.":"Image to be shown if no image is uploaded.","The machine-readable name must be unique, and can only contain lowercase letters, numbers, and underscores. Additionally, it can not be the reserved word \\"custom\\".":"The machine-readable name must be unique, and can only contain lowercase letters, numbers, and underscores. Additionally, it can not be the reserved word \\"custom\\".","- Restricted access -":"- Restricted access -","Workflow type":"Workflow type","Display block title":"Display block title","List of items":"List of items","The ID of the feed item.":"The ID of the feed item.","Placing and moving blocks":"Placing and moving blocks","Demonstrating block regions for a theme":"Demonstrating block regions for a theme","Toggling between different themes":"Toggling between different themes","Configuring block settings":"Configuring block settings","You can control the visibility of a block by restricting it to specific pages, content types, and/or roles by setting the appropriate options under <em>Visibility settings</em> of the block configuration.":"You can control the visibility of a block by restricting it to specific pages, content types, and/or roles by setting the appropriate options under <em>Visibility settings</em> of the block configuration.","Adding custom blocks":"Adding custom blocks","Custom block ID":"Custom block ID","Unless you\'re experiencing problems with pagers related to this field, you should leave this at 0. If using multiple pagers on one page you may need to set this number to a higher value so as not to conflict within the ?page= array. Large values will add a lot of commas to your URLs, so avoid if possible.":"Unless you\'re experiencing problems with pagers related to this field, you should leave this at 0. If using multiple pagers on one page you may need to set this number to a higher value so as not to conflict within the ?page= array. Large values will add a lot of commas to your URLs, so avoid if possible.","Pager ID: @id":"Pager ID: @id","Enter the name of the configuration file without the <em>.yml</em> extension. (e.g. <em>system.site</em>)":"Enter the name of the configuration file without the <em>.yml</em> extension. (e.g. <em>system.site</em>)","The email of the person that is sending the contact message.":"The email of the person that is sending the contact message.","Relate file entities to their usage.":"Relate file entities to their usage.","Managing and displaying file fields":"Managing and displaying file fields","Allowing file extensions":"Allowing file extensions","In the field settings, you can define the allowed file extensions (for example <em>pdf docx psd</em>) for the files that will be uploaded with the file field.":"In the field settings, you can define the allowed file extensions (for example <em>pdf docx psd</em>) for the files that will be uploaded with the file field.","Restricting the maximum file size":"Restricting the maximum file size","The maximum file size that users can upload is limited by PHP settings of the server, but you can restrict by entering the desired value as the <em>Maximum upload size</em> setting. The maximum file size is automatically displayed to users in the help text of the file field.":"The maximum file size that users can upload is limited by PHP settings of the server, but you can restrict by entering the desired value as the <em>Maximum upload size</em> setting. The maximum file size is automatically displayed to users in the help text of the file field.","Displaying files and descriptions":"Displaying files and descriptions","In the field settings, you can allow users to toggle whether individual files are displayed. In the display settings, you can then choose one of the following formats: <ul><li><em>Generic file</em> displays links to the files and adds icons that symbolize the file extensions. If <em>descriptions</em> are enabled and have been submitted, then the description is displayed instead of the file name.</li><li><em>URL to file</em> displays the full path to the file as plain text.</li><li><em>Table of files</em> lists links to the files and the file sizes in a table.</li><li><em>RSS enclosure</em> only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.</li></ul> A file can still be linked to directly by its URI even if it is not displayed.":"In the field settings, you can allow users to toggle whether individual files are displayed. In the display settings, you can then choose one of the following formats: <ul><li><em>Generic file</em> displays links to the files and adds icons that symbolize the file extensions. If <em>descriptions</em> are enabled and have been submitted, then the description is displayed instead of the file name.</li><li><em>URL to file</em> displays the full path to the file as plain text.</li><li><em>Table of files</em> lists links to the files and the file sizes in a table.</li><li><em>RSS enclosure</em> only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.</li></ul> A file can still be linked to directly by its URI even if it is not displayed.","Flag to control whether this file should be displayed when viewing content":"Flag to control whether this file should be displayed when viewing content","The log entry explaining the changes in this revision.":"The log entry explaining the changes in this revision.","At least one authentication provider must be defined for resource @id":"At least one authentication provider must be defined for resource @id","At least one format must be defined for resource @id":"At least one format must be defined for resource @id","The ID of the shortcut.":"The ID of the shortcut.","The UUID of the shortcut.":"The UUID of the shortcut.","The bundle of the shortcut.":"The bundle of the shortcut.","Weight among shortcuts in the same shortcut set.":"Weight among shortcuts in the same shortcut set.","Route name":"Route name","The language code of the shortcut.":"The language code of the shortcut.","Shortcut link":"Shortcut link","Rebuild access":"Rebuild access","The rebuild_access setting is enabled in settings.php. It is recommended to have this setting disabled unless you are performing a rebuild.":"The rebuild_access setting is enabled in settings.php. It is recommended to have this setting disabled unless you are performing a rebuild.","Relate nodes to taxonomy terms, specifying which vocabulary or vocabularies to use. This relationship will cause duplicated records if there are multiple terms.":"Relate nodes to taxonomy terms, specifying which vocabulary or vocabularies to use. This relationship will cause duplicated records if there are multiple terms.","Taxonomy term ID":"Taxonomy term ID","Taxonomy term name":"Taxonomy term name","Return to site content":"Return to site content","Preferred admin language code":"Preferred admin language code","The user\'s preferred language code for receiving emails and viewing the site.":"The user\'s preferred language code for receiving emails and viewing the site.","Preferred language code":"Preferred language code","The user\'s preferred language code for viewing administration pages.":"The user\'s preferred language code for viewing administration pages.","The name of this user.":"The name of this user.","The password of this user (hashed).":"The password of this user (hashed).","The email of this user.":"The email of this user.","The timezone of this user.":"The timezone of this user.","The time that the user was created.":"The time that the user was created.","Initial email":"Initial email","User ID from route context":"User ID from route context","The Views module provides a back end to fetch information from content, user accounts, taxonomy terms, and other entities from the database and present it to the user as a grid, HTML list, table, unformatted list, etc. The resulting displays are known generally as <em>views</em>.":"The Views module provides a back end to fetch information from content, user accounts, taxonomy terms, and other entities from the database and present it to the user as a grid, HTML list, table, unformatted list, etc. The resulting displays are known generally as <em>views</em>.","Adding functionality to administrative pages":"Adding functionality to administrative pages","The Views module adds functionality to some core administration pages. For example, <em>admin/content</em> uses Views to filter and sort content. With Views uninstalled, <em>admin/content</em> is more limited.":"The Views module adds functionality to some core administration pages. For example, <em>admin/content</em> uses Views to filter and sort content. With Views uninstalled, <em>admin/content</em> is more limited.","Expanding Views functionality":"Expanding Views functionality","Changing the title here means it cannot be dynamically altered anymore.":"Changing the title here means it cannot be dynamically altered anymore.","Validate user has access to the %name":"Validate user has access to the %name","Multiple arguments":"Multiple arguments","Single ID":"Single ID","One or more IDs separated by , or +":"One or more IDs separated by , or +","Tag based":"Tag based","Tag based caching of data. Caches will persist until any related cache tags are invalidated.":"Tag based caching of data. Caches will persist until any related cache tags are invalidated.","Name and description":"Name and description","Administrative tags":"Administrative tags","Enter a comma-separated list of words to describe your view.":"Enter a comma-separated list of words to describe your view.","Defines a field type for telephone numbers.":"Defines a field type for telephone numbers.","The aggregator feed UUID.":"The aggregator feed UUID.","simple configuration":"simple configuration","The staged configuration cannot be imported, because it originates from a different site than this site. You can only synchronize configuration between cloned instances of this site.":"The staged configuration cannot be imported, because it originates from a different site than this site. You can only synchronize configuration between cloned instances of this site.","The date the file created.":"The date the file created.","The timestamp that the file was created.":"The timestamp that the file was created.","The timestamp that the file was last changed.":"The timestamp that the file was last changed.","No image toolkit is configured on the site. Check PHP installed extensions or add a contributed toolkit that doesn\'t require a PHP extension. Make sure that at least one valid image toolkit is enabled.":"No image toolkit is configured on the site. Check PHP installed extensions or add a contributed toolkit that doesn\'t require a PHP extension. Make sure that at least one valid image toolkit is enabled.","Language based on a selected language.":"Language based on a selected language.","Menu links with lower weights are displayed before links with higher weights.":"Menu links with lower weights are displayed before links with higher weights.","The name of the user role.":"The name of the user role.","Influence":"Influence","Influence is a numeric multiplier used in ordering search results. A higher number means the corresponding factor has more influence on search results; zero means the factor is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.":"Influence is a numeric multiplier used in ordering search results. A higher number means the corresponding factor has more influence on search results; zero means the factor is ignored. Changing these numbers does not require the search index to be rebuilt. Changes take effect immediately.","Search page type":"Search page type","- Choose page type -":"- Choose page type -","No search pages have been configured.":"No search pages have been configured.","You must select the new search page type.":"You must select the new search page type.","Edit %label search page":"Edit %label search page","The %label search page has been enabled.":"The %label search page has been enabled.","The %label search page has been disabled.":"The %label search page has been disabled.","The default search page is now %label. Be sure to check the ordering of your search pages.":"The default search page is now %label. Be sure to check the ordering of your search pages.","The %label search page has been added.":"The %label search page has been added.","Save search page":"Save search page","The %label search page has been updated.":"The %label search page has been updated.","The label for this search page.":"The label for this search page.","The search page path must be unique.":"The search page path must be unique.","Managing and displaying text fields":"Managing and displaying text fields","Creating short text fields":"Creating short text fields","Creating long text fields":"Creating long text fields","Trimming the text length":"Trimming the text length","On the <em>Manage display</em> page you can choose to display a trimmed version of the text, and if so, where to cut off the text.":"On the <em>Manage display</em> page you can choose to display a trimmed version of the text, and if so, where to cut off the text.","Displaying summaries instead of trimmed text":"Displaying summaries instead of trimmed text","Using text formats and editors":"Using text formats and editors","This view will be displayed by visiting this path on your site. You may use \\"%\\" in your URL to represent values that will be used for contextual filters: For example, \\"node/%/feed\\". If needed you can even specify named route parameters like taxonomy/term/%taxonomy_term":"This view will be displayed by visiting this path on your site. You may use \\"%\\" in your URL to represent values that will be used for contextual filters: For example, \\"node/%/feed\\". If needed you can even specify named route parameters like taxonomy/term/%taxonomy_term","State label":"State label","%name: may not be longer than @max characters.":"%name: may not be longer than @max characters.","<abbr title=\\"Outline Processor Markup Language\\">OPML</abbr> integration":"<abbr title=\\"Outline Processor Markup Language\\">OPML</abbr> integration","A breakpoint separates the height or width of viewports (screens, printers, and other media output types) into steps. For instance, a width breakpoint of 40em creates two steps: one for widths up to 40em and one for widths above 40em. Breakpoints can be used to define when layouts should shift from one form to another, when images should be resized, and other changes that need to respond to changes in viewport height or width.":"A breakpoint separates the height or width of viewports (screens, printers, and other media output types) into steps. For instance, a width breakpoint of 40em creates two steps: one for widths up to 40em and one for widths above 40em. Breakpoints can be used to define when layouts should shift from one form to another, when images should be resized, and other changes that need to respond to changes in viewport height or width.","Resolution multiplier":"Resolution multiplier","Resolution multipliers are a measure of the viewport\'s device resolution, defined to be the ratio between the physical pixel size of the active device and the <a href=\\"http://en.wikipedia.org/wiki/Device_independent_pixel\\">device-independent pixel</a> size. The Breakpoint module defines multipliers of 1, 1.5, and 2; when defining breakpoints, modules and themes can define which multipliers apply to each breakpoint.":"Resolution multipliers are a measure of the viewport\'s device resolution, defined to be the ratio between the physical pixel size of the active device and the <a href=\\"http://en.wikipedia.org/wiki/Device_independent_pixel\\">device-independent pixel</a> size. The Breakpoint module defines multipliers of 1, 1.5, and 2; when defining breakpoints, modules and themes can define which multipliers apply to each breakpoint.","Defining breakpoints and breakpoint groups":"Defining breakpoints and breakpoint groups","Modules and themes can use the API provided by the Breakpoint module to define breakpoints and breakpoint groups, and to assign resolution multipliers to breakpoints.":"Modules and themes can use the API provided by the Breakpoint module to define breakpoints and breakpoint groups, and to assign resolution multipliers to breakpoints.","Changing the text format to %text_format will permanently remove content that is not allowed in that text format.<br><br>Save your changes before switching the text format to avoid losing data.":"Changing the text format to %text_format will permanently remove content that is not allowed in that text format.<br><br>Save your changes before switching the text format to avoid losing data.","Change text format?":"Change text format?","Entity view display":"Entity view display","Managing and displaying entity reference fields":"Managing and displaying entity reference fields","Selecting reference type":"Selecting reference type","In the field settings you can select which entity type you want to create a reference to.":"In the field settings you can select which entity type you want to create a reference to.","Filtering and sorting reference fields":"Filtering and sorting reference fields","Depending on the chosen entity type, additional filtering and sorting options are available for the list of entities that can be referred to, in the field settings. For example, the list of users can be filtered by role and sorted by name or ID.":"Depending on the chosen entity type, additional filtering and sorting options are available for the list of entities that can be referred to, in the field settings. For example, the list of users can be filtered by role and sorted by name or ID.","Displaying a reference":"Displaying a reference","An entity reference can be displayed as a simple label with or without a link to the entity. Alternatively, the referenced entity can be displayed as a teaser (or any other available view mode) inside the referencing entity.":"An entity reference can be displayed as a simple label with or without a link to the entity. Alternatively, the referenced entity can be displayed as a teaser (or any other available view mode) inside the referencing entity.","Managing text formats":"Managing text formats","Assigning roles to text formats":"Assigning roles to text formats","Selecting filters":"Selecting filters","Each filter can have additional configuration options. For example, for the \\"Limit allowed HTML tags\\" filter you need to define the list of HTML tags that the filter leaves in the text.":"Each filter can have additional configuration options. For example, for the \\"Limit allowed HTML tags\\" filter you need to define the list of HTML tags that the filter leaves in the text.","When creating or editing data in a field that has text formats enabled, users can select the format under the field from the Text format select list.":"When creating or editing data in a field that has text formats enabled, users can select the format under the field from the Text format select list.","Import behavior":"Import behavior","The keywords to search for.":"The keywords to search for.","Managing and displaying list fields":"Managing and displaying list fields","Defining option keys and labels":"Defining option keys and labels","When you define the list options you can define a key and a label for each option in the list. The label will be shown to the users while the key gets stored in the database.":"When you define the list options you can define a key and a label for each option in the list. The label will be shown to the users while the key gets stored in the database.","Choosing list field type":"Choosing list field type","There are three types of list fields, which store different types of data: <em>float</em>, <em>integer</em> or, <em>text</em>. The <em>float</em> type allows storing approximate decimal values. The <em>integer</em> type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The <em>text</em> list field type allows storing text values. No matter which type of list field you choose, you can define whatever labels you wish for data entry.":"There are three types of list fields, which store different types of data: <em>float</em>, <em>integer</em> or, <em>text</em>. The <em>float</em> type allows storing approximate decimal values. The <em>integer</em> type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The <em>text</em> list field type allows storing text values. No matter which type of list field you choose, you can define whatever labels you wish for data entry.","Simpletest site directory":"Simpletest site directory","Dependency of required module @module":"Dependency of required module @module","Some of the pending updates cannot be applied because their dependencies were not met.":"Some of the pending updates cannot be applied because their dependencies were not met.","The vocabulary to which the term is assigned.":"The vocabulary to which the term is assigned.","Viewing tours":"Viewing tours","If a tour is available on a page, a <em>Tour</em> button will be visible in the toolbar. If you click this button the first tip of the tour will appear. The tour continues after clicking the <em>Next</em> button in the tip. To see a tour users must have the permission <em>Access tour</em> and JavaScript must be enabled in the browser":"If a tour is available on a page, a <em>Tour</em> button will be visible in the toolbar. If you click this button the first tip of the tour will appear. The tour continues after clicking the <em>Next</em> button in the tip. To see a tour users must have the permission <em>Access tour</em> and JavaScript must be enabled in the browser","Creating tours":"Creating tours","Managing user account fields":"Managing user account fields","Missing profile parameter.":"Missing profile parameter.","An entity field containing a UNIX timestamp of when the entity has been last updated.":"An entity field containing a UNIX timestamp of when the entity has been last updated.","An entity field containing a UNIX timestamp of when the entity has been created.":"An entity field containing a UNIX timestamp of when the entity has been created.","An entity field for storing a serialized array of values.":"An entity field for storing a serialized array of values.","Timestamp value":"Timestamp value","An entity field containing a UNIX timestamp value.":"An entity field containing a UNIX timestamp value.","Default PHP mailer":"Default PHP mailer","Sends the message as plain text, using PHP\'s native mail() function.":"Sends the message as plain text, using PHP\'s native mail() function.","Mail collector":"Mail collector","Does not send the message, but stores it in Drupal within the state system. Used for testing.":"Does not send the message, but stores it in Drupal within the state system. Used for testing.","Books can be created collaboratively, as they allow users with appropriate permissions to add pages into existing books, and add those pages to a custom table of contents.":"Books can be created collaboratively, as they allow users with appropriate permissions to add pages into existing books, and add those pages to a custom table of contents.","Synchronizing configuration":"Synchronizing configuration","Starting configuration synchronization.":"Starting configuration synchronization.","Configuration synchronization has encountered an error.":"Configuration synchronization has encountered an error.","Nothing to export.":"Nothing to export.","Tried to map @prefix to @namespace, but @prefix is already mapped to @orig_namespace.":"Tried to map @prefix to @namespace, but @prefix is already mapped to @orig_namespace.","Administer responsive images":"Administer responsive images","Defined on the Appearance or Theme Settings page. You do not have the appropriate permissions to change the site logo.":"Defined on the Appearance or Theme Settings page. You do not have the appropriate permissions to change the site logo.","Defined on the Site Information page. You do not have the appropriate permissions to change the site logo.":"Defined on the Site Information page. You do not have the appropriate permissions to change the site logo.","Toggle branding elements":"Toggle branding elements","Choose which branding elements you want to show in this block instance.":"Choose which branding elements you want to show in this block instance.","Site branding":"Site branding","Rendering language":"Rendering language","The \\"@name\\" option must contain a valid value. You may either leave the text field empty or enter a string like \\"512\\" (bytes), \\"80 KB\\" (kilobytes) or \\"50 MB\\" (megabytes).":"The \\"@name\\" option must contain a valid value. You may either leave the text field empty or enter a string like \\"512\\" (bytes), \\"80 KB\\" (kilobytes) or \\"50 MB\\" (megabytes).","Form build-id mismatch detected while attempting to store a form in the cache.":"Form build-id mismatch detected while attempting to store a form in the cache.","Synchronizing configuration: @op @name.":"Synchronizing configuration: @op @name.","Unexpected error during import with operation @op for @name: @message":"Unexpected error during import with operation @op for @name: @message","Deleted and replaced configuration \\"@name\\"":"Deleted and replaced configuration \\"@name\\"","Update target \\"@name\\" is missing.":"Update target \\"@name\\" is missing.","The config name @config_name is invalid.":"The config name @config_name is invalid.","%name: The integer must be larger or equal to %min.":"%name: The integer must be larger or equal to %min.","Size of URI field":"Size of URI field","URI field":"URI field","Are you sure you want to delete all items from the feed %feed?":"Are you sure you want to delete all items from the feed %feed?","The news items from %site have been deleted.":"The news items from %site have been deleted.","A brief description of your block.":"A brief description of your block.","no caching":"no caching","Custom Entity ID":"Custom Entity ID","Specify a custom entity ID. This will override the entity ID in the configuration above.":"Specify a custom entity ID. This will override the entity ID in the configuration above.","Completed @current step of @total.":"Completed @current step of @total.","The configuration synchronization failed validation.":"The configuration synchronization failed validation.","@count renamed\\u0003@count renamed":"@count renamed\\u0003@count renamed","The configuration was imported with errors.":"The configuration was imported with errors.","All links are validated after a link field is filled in. They can include anchors or query strings.":"All links are validated after a link field is filled in. They can include anchors or query strings.","Allowed link type":"Allowed link type","Internal links only":"Internal links only","Both internal and external links":"Both internal and external links","Importing translation files":"Importing translation files","Checking the translation status":"Checking the translation status","Translating individual strings":"Translating individual strings","Could not save to map table due to missing destination id values":"Could not save to map table due to missing destination id values","Format ID.":"Format ID.","(this translation)":"(this translation)","(all translations)":"(all translations)","Search is currently disabled":"Search is currently disabled","No screenshot":"No screenshot","This import is empty and if applied would delete all of your configuration, so has been rejected.":"This import is empty and if applied would delete all of your configuration, so has been rejected.","Site UUID in source storage does not match the target storage.":"Site UUID in source storage does not match the target storage.","Configuration deletions":"Configuration deletions","The listed configuration will be deleted.":"The listed configuration will be deleted.","User\'s roles":"User\'s roles","Single name":"Single name","One or more names separated by , or +":"One or more names separated by , or +","If none are selected, all are allowed.":"If none are selected, all are allowed.","Missing row plugin":"Missing row plugin","Tab options":"Tab options","Enable menu link":"Enable menu link","Allowed HTML":"Allowed HTML","Contact messages":"Contact messages","Providing module":"Providing module","Synchronizing configuration: @op @name in @collection.":"Synchronizing configuration: @op @name in @collection.","Deleted and replaced configuration entity \\"@name\\"":"Deleted and replaced configuration entity \\"@name\\"","Action ID":"Action ID","Action configuration":"Action configuration","Action description":"Action description","The feed ID.":"The feed ID.","Refresh frequency in seconds.":"Refresh frequency in seconds.","Last-checked unix timestamp.":"Last-checked unix timestamp.","Entity tag HTTP response header.":"Entity tag HTTP response header.","When the feed was last modified.":"When the feed was last modified.","Number of items to display in the feed\'s block.":"Number of items to display in the feed\'s block.","The {aggregator_feed}.fid to which this item belongs.":"The {aggregator_feed}.fid to which this item belongs.","The block numeric identifier.":"The block numeric identifier.","The module providing the block.":"The module providing the block.","The block\'s delta.":"The block\'s delta.","Which theme the block is placed in.":"Which theme the block is placed in.","Whether or not the block is enabled.":"Whether or not the block is enabled.","Weight of the block for ordering within regions.":"Weight of the block for ordering within regions.","Region the block is placed in.":"Region the block is placed in.","Visibility expression.":"Visibility expression.","Pages list.":"Pages list.","Cache rule.":"Cache rule.","The numeric identifier of the block/box":"The numeric identifier of the block/box","The block/box content":"The block/box content","Admin title of the block/box.":"Admin title of the block/box.","Input format of the custom block/box content.":"Input format of the custom block/box content.","The primary identifier for this version.":"The primary identifier for this version.","Comment ID.":"Comment ID.","Parent comment ID. If set to 0, this comment is not a reply to an existing comment.":"Parent comment ID. If set to 0, this comment is not a reply to an existing comment.","The {node}.nid to which this comment is a reply.":"The {node}.nid to which this comment is a reply.","The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.":"The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.","The comment title.":"The comment title.","The time that the comment was created, or last edited by its author, as a Unix timestamp.":"The time that the comment was created, or last edited by its author, as a Unix timestamp.","The {filter_formats}.format of the comment body.":"The {filter_formats}.format of the comment body.","The vancode representation of the comment\'s place in a thread.":"The vancode representation of the comment\'s place in a thread.","The comment author\'s name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.":"The comment author\'s name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.","The comment author\'s home page address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.":"The comment author\'s home page address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.","The {node}.type to which this comment is a reply.":"The {node}.type to which this comment is a reply.","The node type":"The node type","Primary Key: Unique category ID.":"Primary Key: Unique category ID.","Category name.":"Category name.","The category\'s weight.":"The category\'s weight.","Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No)":"Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No)","Type (text, integer, ....)":"Type (text, integer, ....)","Global settings. Shared with every field instance.":"Global settings. Shared with every field instance.","DB storage":"DB storage","DB Columns":"DB Columns","The machine name of field.":"The machine name of field.","Weight.":"Weight.","A name to show.":"A name to show.","Widget type.":"Widget type.","Serialize data with widget settings.":"Serialize data with widget settings.","Serialize data with display settings.":"Serialize data with display settings.","A description of field.":"A description of field.","Module that implements widget.":"Module that implements widget.","Status of widget":"Status of widget","The module that provides the field.":"The module that provides the field.","Content type where this field is used.":"Content type where this field is used.","The {users}.uid who added the file. If set to 0, this file was added by an anonymous user.":"The {users}.uid who added the file. If set to 0, this file was added by an anonymous user.","The published status of a file.":"The published status of a file.","The time that the file was added.":"The time that the file was added.","The Drupal files path.":"The Drupal files path.","TRUE if the files directory is public otherwise FALSE.":"TRUE if the files directory is public otherwise FALSE.","Machine name of the node type.":"Machine name of the node type.","Human name of the node type.":"Human name of the node type.","The module providing the node type.":"The module providing the node type.","Description of the node type.":"Description of the node type.","Help text for the node type.":"Help text for the node type.","Title label.":"Title label.","Flag indicating the node type has a body field.":"Flag indicating the node type has a body field.","Body label.":"Body label.","Minimum word count for the body field.":"Minimum word count for the body field.","Flag.":"Flag.","The original type.":"The original type.","Primary Key: Unique profile field ID.":"Primary Key: Unique profile field ID.","Title of the field shown to the end user.":"Title of the field shown to the end user.","Internal name of the field used in the form HTML and URLs.":"Internal name of the field used in the form HTML and URLs.","Explanation of the field to end users.":"Explanation of the field to end users.","Profile category that the field will be grouped under.":"Profile category that the field will be grouped under.","Title of page used for browsing by the field\'s value":"Title of page used for browsing by the field\'s value","Type of form field.":"Type of form field.","Weight of field in relation to other profile fields.":"Weight of field in relation to other profile fields.","Whether the user is required to enter a value. (0 = no, 1 = yes)":"Whether the user is required to enter a value. (0 = no, 1 = yes)","Whether the field is visible in the user registration form. (1 = yes, 0 = no)":"Whether the field is visible in the user registration form. (1 = yes, 0 = no)","The level of visibility for the field. (0 = hidden, 1 = private, 2 = public on profile but not member list pages, 3 = public on profile and list pages)":"The level of visibility for the field. (0 = hidden, 1 = private, 2 = public on profile but not member list pages, 3 = public on profile and list pages)","Whether form auto-completion is enabled. (0 = disabled, 1 = enabled)":"Whether form auto-completion is enabled. (0 = disabled, 1 = enabled)","List of options to be used in a list selection field.":"List of options to be used in a list selection field.","Unique profile field ID.":"Unique profile field ID.","The user Id.":"The user Id.","Existing term VID":"Existing term VID","The term description.":"The term description.","The Drupal term IDs of the term\'s parents.":"The Drupal term IDs of the term\'s parents.","The file Id.":"The file Id.","The node Id.":"The node Id.","The version Id.":"The version Id.","The file description.":"The file description.","Whether the list should be visible on the node page.":"Whether the list should be visible on the node page.","The file weight.":"The file weight.","Max filesize":"Max filesize","The numeric identifier of the path alias.":"The numeric identifier of the path alias.","Timezone (Date)":"Timezone (Date)","Timezone (Event)":"Timezone (Event)","The vocabulary ID.":"The vocabulary ID.","The name of the vocabulary.":"The name of the vocabulary.","The description of the vocabulary.":"The description of the vocabulary.","The names of the node types the vocabulary may be used with.":"The names of the node types the vocabulary may be used with.","Displays messages in an area.":"Displays messages in an area.","Menu selection requires the activation of Menu UI module.":"Menu selection requires the activation of Menu UI module.","Numeric placeholders may not be used. Please use plain placeholders (%).":"Numeric placeholders may not be used. Please use plain placeholders (%).","This synchronization will delete data from the field %fields.\\u0003This synchronization will delete data from the fields: %fields.":"This synchronization will delete data from the field %fields.\\u0003This synchronization will delete data from the fields: %fields.","Route Name":"Route Name","Route Params":"Route Params","Param":"Param","Configuration dependencies":"Configuration dependencies","Theme dependencies":"Theme dependencies","Extension settings":"Extension settings","Action settings":"Action settings","Recursion limit for actions":"Recursion limit for actions","Redirect to URL configuration":"Redirect to URL configuration","Display a message to the user configuration":"Display a message to the user configuration","Bulk form":"Bulk form","Aggregator settings":"Aggregator settings","Aggregator XSS":"Aggregator XSS","Aggregator item row":"Aggregator item row","Provides the HTTP Basic authentication provider":"Provides the HTTP Basic authentication provider","Admin info":"Admin info","Block display options":"Block display options","Custom block type settings":"Custom block type settings","Book settings":"Book settings","Button groups":"Button groups","Button group":"Button group","List of styles":"List of styles","Color theme settings":"Color theme settings","Palette settings":"Palette settings","Comment display format settings":"Comment display format settings","Publish comment configuration":"Publish comment configuration","Save comment configuration":"Save comment configuration","Unpublish comment containing keyword(s) configuration":"Unpublish comment containing keyword(s) configuration","Unpublish comment configuration":"Unpublish comment configuration","Commented user ID":"Commented user ID","Comment depth":"Comment depth","Comment link":"Comment link","Last comment date":"Last comment date","Comment approve link":"Comment approve link","Comment reply link":"Comment reply link","Name of last comment poster":"Name of last comment poster","Newer of last comment / node updated":"Newer of last comment / node updated","Comment node status":"Comment node status","Node user posted comment":"Node user posted comment","Entity options":"Entity options","Newer of last comment / entity updated":"Newer of last comment / entity updated","Single import":"Single import","Single export":"Single export","Translate @type_name":"Translate @type_name","Provides a translation interface for configuration.":"Provides a translation interface for configuration.","Personal contact form enabled by default":"Personal contact form enabled by default","Link to user contact page":"Link to user contact page","Allows users to translate content entities.":"Allows users to translate content entities.","Content translation link":"Content translation link","Contextual link":"Contextual link","Defines datetime form elements and a datetime field type.":"Defines datetime form elements and a datetime field type.","Datetime settings":"Datetime settings","Datetime default display format settings":"Datetime default display format settings","Datetime plain display format settings":"Datetime plain display format settings","Datetime select list display format settings":"Datetime select list display format settings","Database logging settings":"Database logging settings","Log event message":"Log event message","Operation link markup":"Operation link markup","Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.":"Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.","Image upload settings":"Image upload settings","Delete view mode":"Delete view mode","Delete form mode":"Delete form mode","Entity view mode settings":"Entity view mode settings","Target entity type":"Target entity type","Entity form mode settings":"Entity form mode settings","View or form mode machine name":"View or form mode machine name","Field display setting":"Field display setting","Text field display format settings":"Text field display format settings","Sort settings":"Sort settings","Entity reference rendered entity display format settings":"Entity reference rendered entity display format settings","Entity reference entity ID display format settings":"Entity reference entity ID display format settings","Entity reference label display format settings":"Entity reference label display format settings","Entity reference autocomplete (Tags style) display format settings":"Entity reference autocomplete (Tags style) display format settings","Entity reference autocomplete display format settings":"Entity reference autocomplete display format settings","Search field":"Search field","Maximum number of field data records to purge":"Maximum number of field data records to purge","Maximum number of values users can enter":"Maximum number of values users can enter","- Hidden - format settings":"- Hidden - format settings","Integer settings":"Integer settings","Decimal settings":"Decimal settings","Float settings":"Float settings","Number decimal display format settings":"Number decimal display format settings","Number unformatted display format settings":"Number unformatted display format settings","Number default display format settings":"Number default display format settings","Reverse entity reference":"Reverse entity reference","Field UI settings":"Field UI settings","The prefix for new fields created via Field UI":"The prefix for new fields created via Field UI","Enable Description field":"Enable Description field","Generic file format settings":"Generic file format settings","RSS enclosure format settings":"RSS enclosure format settings","Table of files format settings":"Table of files format settings","URL to file format settings":"URL to file format settings","File format settings":"File format settings","File URI":"File URI","Fallback text format":"Fallback text format","Always show fallback choice":"Always show fallback choice","HTML help":"HTML help","HTML nofollow":"HTML nofollow","Filter URL":"Filter URL","URL length":"URL length","Forum blocks":"Forum blocks","Active forum block":"Active forum block","Active forum Count":"Active forum Count","New forum Count":"New forum Count","Forum topics block":"Forum topics block","Forum default topic order":"Forum default topic order","Forum vocabulary ID":"Forum vocabulary ID","HAL":"HAL","Serializes entities using Hypertext Application Language.":"Serializes entities using Hypertext Application Language.","Records which user has read which content.":"Records which user has read which content.","History user":"History user","Defines an image field type and provides image manipulation tools.":"Defines an image field type and provides image manipulation tools.","Image resize":"Image resize","Image rotate":"Image rotate","Image scale and crop":"Image scale and crop","Allow insecure image derivatives":"Allow insecure image derivatives","Suppress the itok query string for image derivatives":"Suppress the itok query string for image derivatives","Enable Alt field":"Enable Alt field","Alt field required":"Alt field required","Enable Title field":"Enable Title field","Title field required":"Title field required","Image field display format settings":"Image field display format settings","Allows users to configure languages and apply them to content.":"Allows users to configure languages and apply them to content.","Delete language":"Delete language","Language negotiation per type setting":"Language negotiation per type setting","Enabled negotiators":"Enabled negotiators","Negotiator weights":"Negotiator weights","All language types":"All language types","Configurable language types":"Configurable language types","Language negotiation per type settings":"Language negotiation per type settings","Language detection methods":"Language detection methods","Language mapping":"Language mapping","Link format settings":"Link format settings","Interface Translation":"Interface Translation","Translates the built-in user interface.":"Translates the built-in user interface.","Translate interface settings":"Translate interface settings","Cache strings":"Cache strings","Enable English translation":"Enable English translation","Translation directory":"Translation directory","Default translation filename pattern":"Default translation filename pattern","Default translation server pattern":"Default translation server pattern","Overwrite customized translations":"Overwrite customized translations","Overwrite non customized translations":"Overwrite non customized translations","Import enabled":"Import enabled","Updates for: @module_list":"Updates for: @module_list","Menu UI":"Menu UI","Override parent selector":"Override parent selector","Per-content type menu settings":"Per-content type menu settings","Menu machine name":"Menu machine name","Handles migrations":"Handles migrations","Migrate Drupal":"Migrate Drupal","Contains migrations from older Drupal versions.":"Contains migrations from older Drupal versions.","Display setting for author and date Submitted by post information":"Display setting for author and date Submitted by post information","Change the author of content configuration":"Change the author of content configuration","Demote selected content from front page configuration":"Demote selected content from front page configuration","Promote selected content from front page configuration":"Promote selected content from front page configuration","Publish selected content configuration":"Publish selected content configuration","Unpublish selected content configuration":"Unpublish selected content configuration","Save content configuration":"Save content configuration","Delete content configuration":"Delete content configuration","Make selected content sticky configuration":"Make selected content sticky configuration","Make selected content unsticky configuration":"Make selected content unsticky configuration","Unpublish content containing keyword(s) configuration":"Unpublish content containing keyword(s) configuration","Node user ID":"Node user ID","Node bulk form":"Node bulk form","Node path":"Node path","Link to a node revision":"Link to a node revision","Link to delete a node revision":"Link to delete a node revision","Link to revert a node to a revision":"Link to revert a node to a revision","Node revisions of an user":"Node revisions of an user","You have not created any content types yet. Go to the <a href=\\"@create_content\\">content type creation page</a> to add a new content type.":"You have not created any content types yet. Go to the <a href=\\"@create_content\\">content type creation page</a> to add a new content type.","List (integer) settings":"List (integer) settings","List (float) settings":"List (float) settings","List (text) settings":"List (text) settings","Options list default display settings":"Options list default display settings","Key format settings":"Key format settings","Check boxes/radio buttons format settings":"Check boxes/radio buttons format settings","Single on/off checkbox format settings":"Single on/off checkbox format settings","Select list format settings":"Select list format settings","Responsive Image":"Responsive Image","Responsive image list format settings":"Responsive image list format settings","RESTful Web Services":"RESTful Web Services","REST settings":"REST settings","GET method settings":"GET method settings","POST method settings":"POST method settings","PATCH method settings":"PATCH method settings","DELETE method settings":"DELETE method settings","Supported format":"Supported format","Supported authentication":"Supported authentication","REST display options":"REST display options","Field row":"Field row","Alias for ID":"Alias for ID","Raw output for ID":"Raw output for ID","Serialized output format":"Serialized output format","Configure search pages and search indexing options.":"Configure search pages and search indexing options.","Add new search page":"Add new search page","AND/OR combination limit":"AND/OR combination limit","Default search page":"Default search page","HTML tags weight":"HTML tags weight","Tag h1 weight":"Tag h1 weight","Tag h2 weight":"Tag h2 weight","Tag h3 weight":"Tag h3 weight","Tag h4 weight":"Tag h4 weight","Tag h5 weight":"Tag h5 weight","Tag h6 weight":"Tag h6 weight","Tag u weight":"Tag u weight","Tag b weight":"Tag b weight","Tag i weight":"Tag i weight","Tag strong weight":"Tag strong weight","Tag em weight":"Tag em weight","Tag a weight":"Tag a weight","Query key":"Query key","Source link":"Source link","Serialization":"Serialization","Provides a service for (de)serializing data to/from formats such as JSON and XML":"Provides a service for (de)serializing data to/from formats such as JSON and XML","Shortcut settings":"Shortcut settings","Logs content statistics for your site.":"Logs content statistics for your site.","Statistics settings":"Statistics settings","Syslog settings":"Syslog settings","Add date format":"Add date format","Set as default theme":"Set as default theme","Site UUID":"Site UUID","Weight element maximum value":"Weight element maximum value","Authorize settings":"Authorize settings","Default file transfer protocol":"Default file transfer protocol","Requirements warning period":"Requirements warning period","Requirements error period":"Requirements error period","Users may set their own time zone":"Users may set their own time zone","Remind users at login if their time zone is not set":"Remind users at login if their time zone is not set","Logging settings":"Logging settings","CSS performance settings":"CSS performance settings","Aggregate CSS files":"Aggregate CSS files","Compress CSS files":"Compress CSS files","Fast 404 settings":"Fast 404 settings","Fast 404 enabled":"Fast 404 enabled","Regular expression to match":"Regular expression to match","Regular expression to not match":"Regular expression to not match","Fast 404 page html":"Fast 404 page html","JavaScript performance settings":"JavaScript performance settings","JavaScript preprocess":"JavaScript preprocess","Compress JavaScript files.":"Compress JavaScript files.","Stale file threshold":"Stale file threshold","Feed item limit":"Feed item limit","Menu description":"Menu description","System action":"System action","Allow insecure uploads":"Allow insecure uploads","Maximum age for temporary files":"Maximum age for temporary files","Theme global settings":"Theme global settings","Maintain index table":"Maintain index table","Override selector":"Override selector","Number of terms per page":"Number of terms per page","Taxonomy format settings":"Taxonomy format settings","Use taxonomy term path":"Use taxonomy term path","Taxonomy depth modifier":"Taxonomy depth modifier","Taxonomy language":"Taxonomy language","Taxonomy term ID with depth":"Taxonomy term ID with depth","Telephone default format settings":"Telephone default format settings","Default summary length":"Default summary length","Trimmed text display format settings":"Trimmed text display format settings","Text area (multiple rows) display format settings":"Text area (multiple rows) display format settings","Text area with a summary display format settings":"Text area with a summary display format settings","Number of summary rows":"Number of summary rows","Provides guided tours.":"Provides guided tours.","Tour settings":"Tour settings","Route settings":"Route settings","Tour tip":"Tour tip","Textual tour tip":"Textual tour tip","Cron index limit":"Cron index limit","Nodes user posted/commented on":"Nodes user posted/commented on","UID of a nodes user posted/commented on":"UID of a nodes user posted/commented on","Days since last check":"Days since last check","URL for fetching available update data":"URL for fetching available update data","Timeout in seconds":"Timeout in seconds","Notify user when password reset":"Notify user when password reset","Password reset timeout":"Password reset timeout","Account created by administrator":"Account created by administrator","Registration confirmation (No approval required)":"Registration confirmation (No approval required)","Registration confirmation (Pending approval)":"Registration confirmation (Pending approval)","Account cancelled":"Account cancelled","User flood settings":"User flood settings","UID only identifier":"UID only identifier","IP limit":"IP limit","IP window":"IP window","User window":"User window","User role weight":"User role weight","Configuration for the add role action":"Configuration for the add role action","The ID of the role to add":"The ID of the role to add","Block the selected users configuration":"Block the selected users configuration","Cancel the selected user accounts configuration":"Cancel the selected user accounts configuration","Configuration for the remove role action":"Configuration for the remove role action","The ID of the role to remove":"The ID of the role to remove","Unblock the selected users configuration":"Unblock the selected users configuration","List of permission":"List of permission","List of roles":"List of roles","User operations bulk form":"User operations bulk form","Default area":"Default area","Should replacement tokens be used from the first row":"Should replacement tokens be used from the first row","The shown text of the area":"The shown text of the area","Text custom":"Text custom","The shown text of the result summary area":"The shown text of the result summary area","The title which will be overridden for the page":"The title which will be overridden for the page","Node Creation Time":"Node Creation Time","Node Update Time":"Node Update Time","Day Date":"Day Date","Formula":"Formula","Place Holder":"Place Holder","Formula Used":"Formula Used","Full Date":"Full Date","Group by Numeric":"Group by Numeric","Month Date":"Month Date","Week Date":"Week Date","Year Date":"Year Date","YearMonthDate":"YearMonthDate","Date Year month":"Date Year month","Basic validation":"Basic validation","Tag based caching":"Tag based caching","Time based caching":"Time based caching","Exposed form type":"Exposed form type","Row type":"Row type","Filter groups":"Filter groups","Display comment":"Display comment","Plugin ID":"Plugin ID","Should the area be displayed on empty results.":"Should the area be displayed on empty results.","A unique ID per handler type":"A unique ID per handler type","The views_data table for this handler":"The views_data table for this handler","The views_data field for this handler":"The views_data field for this handler","The ID of the relationship instance used by this handler":"The ID of the relationship instance used by this handler","A sql aggregation type":"A sql aggregation type","A string to identify the handler instance in the admin UI.":"A string to identify the handler instance in the admin UI.","When the filter value is NOT available":"When the filter value is NOT available","Default argument options":"Default argument options","Convert newlines to HTML <br> tags":"Convert newlines to HTML <br> tags","SQL pager":"SQL pager","Grouping field number %i":"Grouping field number %i","Group items":"Group items","Group item":"Group item","Query comment":"Query comment","Default display options":"Default display options","Page display options":"Page display options","Embed display options":"Embed display options","Attachment display options":"Attachment display options","Text on demand format":"Text on demand format","Default field":"Default field","Drop button":"Drop button","Default filter":"Default filter","Boolean string":"Boolean string","Group by numeric":"Group by numeric","IN operator":"IN operator","Equality":"Equality","Reduce duplicate":"Reduce duplicate","Default pager":"Default pager","Groupwise max":"Groupwise max","Generate subquery each time view is run":"Generate subquery each time view is run","RSS field options":"RSS field options","Guid settings":"Guid settings","Display extender":"Display extender","Field rewrite elements":"Field rewrite elements","Display plugin":"Display plugin","Boolean sort":"Boolean sort","Date sort":"Date sort","Boolean sort expose settings":"Boolean sort expose settings","Date sort expose settings":"Date sort expose settings","Standard sort expose settings":"Standard sort expose settings","Random sort expose settings":"Random sort expose settings","Custom row classes":"Custom row classes","Default views row classes":"Default views row classes","Custom column classes":"Custom column classes","Default views column classes":"Default views column classes","Columns name":"Columns name","Columns info":"Columns info","Column info":"Column info","Preview view":"Preview view","Bartik settings":"Bartik settings","Seven settings":"Seven settings","Stark settings":"Stark settings","Visibility Conditions":"Visibility Conditions","Visibility Condition":"Visibility Condition","Display variant":"Display variant","Requirements review":"Requirements review","Unable to send email. Contact the site administrator if the problem persists.":"Unable to send email. Contact the site administrator if the problem persists.","Error sending email (from %from to %to with reply-to %reply).":"Error sending email (from %from to %to with reply-to %reply).","The label for this display variant.":"The label for this display variant.","%name: the email address can not be longer than @max characters.":"%name: the email address can not be longer than @max characters.","An entity field containing an email value.":"An entity field containing an email value.","Automated emails, such as registration information, will be sent from this address. Use an address ending in your site\'s domain to help prevent these emails from being flagged as spam.":"Automated emails, such as registration information, will be sent from this address. Use an address ending in your site\'s domain to help prevent these emails from being flagged as spam.","Receive email notifications":"Receive email notifications","There are two types of actions: simple and advanced. Simple actions do not require any additional configuration and are listed here automatically. Advanced actions need to be created and configured before they can be used because they have options that need to be specified; for example, sending an email to a specified address or unpublishing content containing certain words. To create an advanced action, select the action from the drop-down list in the advanced action section below and click the <em>Create</em> button.":"There are two types of actions: simple and advanced. Simple actions do not require any additional configuration and are listed here automatically. Advanced actions need to be created and configured before they can be used because they have options that need to be specified; for example, sending an email to a specified address or unpublishing content containing certain words. To create an advanced action, select the action from the drop-down list in the advanced action section below and click the <em>Create</em> button.","Send email configuration":"Send email configuration","Enter a valid email address or use a token email address such as %author.":"Enter a valid email address or use a token email address such as %author.","<abbr title=\\"Outline Processor Markup Language\\">OPML</abbr> is an XML format for exchanging feeds between aggregators. A single OPML document may contain many feeds. Aggregator uses this file to import all feeds at once. Upload a file from your computer or enter a URL where the OPML file can be downloaded.":"<abbr title=\\"Outline Processor Markup Language\\">OPML</abbr> is an XML format for exchanging feeds between aggregators. A single OPML document may contain many feeds. Aggregator uses this file to import all feeds at once. Upload a file from your computer or enter a URL where the OPML file can be downloaded.","Aggregator feed block":"Aggregator feed block","<em>Either</em> upload a file or enter a URL.":"<em>Either</em> upload a file or enter a URL.","Show for the listed pages":"Show for the listed pages","Hide for the listed pages":"Hide for the listed pages","Duplicate @display_title":"Duplicate @display_title","Book navigation block":"Book navigation block","Block display mode":"Block display mode","Book outline for @book.title":"Book outline for @book.title","Book traversal links for":"Book traversal links for","The field name from which the comment originated.":"The field name from which the comment originated.","Overriding default settings":"Overriding default settings","Approving and managing comments":"Approving and managing comments","This page provides a list of all comment types on the site and allows you to manage the fields, form and display settings for each.":"This page provides a list of all comment types on the site and allows you to manage the fields, form and display settings for each.","Administer comment types and settings":"Administer comment types and settings","Comment types":"Comment types","Comment type settings":"Comment type settings","Target Entity Type ID":"Target Entity Type ID","Comment type %label has been updated.":"Comment type %label has been updated.","Comment type %label has been added.":"Comment type %label has been added.","The comment author\'s email address.":"The comment author\'s email address.","Comment Type":"Comment Type","The comment type.":"The comment type.","%label is used by the %field field on your site. You can not remove this comment type until you have removed the field.":"%label is used by the %field field on your site. You can not remove this comment type until you have removed the field.","%label is used by 1 comment on your site. You can not remove this comment type until you have removed all of the %label comments.\\u0003%label is used by @count comments on your site. You may not remove %label until you have removed all of the %label comments.":"%label is used by 1 comment on your site. You can not remove this comment type until you have removed all of the %label comments.\\u0003%label is used by @count comments on your site. You may not remove %label until you have removed all of the %label comments.","Translating configuration text":"Translating configuration text","Translating date formats":"Translating date formats","This page lists all configuration items on your site that have translatable text, like your site name, role names, etc.":"This page lists all configuration items on your site that have translatable text, like your site name, role names, etc.","Allow other users to contact you via a personal contact form which keeps your email address hidden. Note that some privileged users such as site administrators are still able to contact you even if you choose to disable this feature.":"Allow other users to contact you via a personal contact form which keeps your email address hidden. Note that some privileged users such as site administrators are still able to contact you even if you choose to disable this feature.","Example: \'webmaster@example.com\' or \'sales@example.com,support@example.com\' . To specify multiple recipients, separate each email address with a comma.":"Example: \'webmaster@example.com\' or \'sales@example.com,support@example.com\' . To specify multiple recipients, separate each email address with a comma.","%recipient is an invalid email address.":"%recipient is an invalid email address.","%sender-name (@sender-from) sent %recipient-name an email.":"%sender-name (@sender-from) sent %recipient-name an email.","Enabling field translation":"Enabling field translation","You can define which fields of a content entity can be translated. For example, you might want to translate the title and body field while leaving the image field untranslated. If you exclude a field from being translated, it will still show up in the content editing form, but any changes made to that field will be applied to <em>all</em> translations of that content.":"You can define which fields of a content entity can be translated. For example, you might want to translate the title and body field while leaving the image field untranslated. If you exclude a field from being translated, it will still show up in the content editing form, but any changes made to that field will be applied to <em>all</em> translations of that content.","If translation is enabled you can translate a content entity via the Translate tab (or Translate link). The Translations page of a content entity gives an overview of the translation status for the current content and lets you add, edit, and delete its translations. This process is similar for every translatable content entity on your site.":"If translation is enabled you can translate a content entity via the Translate tab (or Translate link). The Translations page of a content entity gives an overview of the translation status for the current content and lets you add, edit, and delete its translations. This process is similar for every translatable content entity on your site.","Changing the source language for a translation":"Changing the source language for a translation","When you add a new translation, the original text you are translating is displayed in the edit form as the <em>source</em>. If at least one translation of the original content already exists when you add a new translation, you can choose either the original content (default) or one of the other translations as the source, using the select list in the Source language section. After saving the translation, the chosen source language is then listed on the Translate tab of the content.":"When you add a new translation, the original text you are translating is displayed in the edit form as the <em>source</em>. If at least one translation of the original content already exists when you add a new translation, you can choose either the original content (default) or one of the other translations as the source, using the select list in the Source language section. After saving the translation, the chosen source language is then listed on the Translate tab of the content.","Setting status of translations":"Setting status of translations","If you edit a translation in one language you may want to set the status of the other translations as <em>out-of-date</em>. You can set this status by selecting the <em>Flag other translations as outdated</em> checkbox in the Translation section of the content editing form. The status will be visible on the Translations page.":"If you edit a translation in one language you may want to set the status of the other translations as <em>out-of-date</em>. You can set this status by selecting the <em>Flag other translations as outdated</em> checkbox in the Translation section of the content editing form. The status will be visible on the Translations page.","Managing and displaying date fields":"Managing and displaying date fields","Displaying dates":"Displaying dates","Track images uploaded via a Text Editor":"Track images uploaded via a Text Editor","Ensures that the latest versions of images uploaded via a Text Editor are displayed.":"Ensures that the latest versions of images uploaded via a Text Editor are displayed.","The image exceeds the maximum allowed dimensions and an attempt to resize it failed.":"The image exceeds the maximum allowed dimensions and an attempt to resize it failed.","The status of the file, temporary (FALSE) and permanent (TRUE).":"The status of the file, temporary (FALSE) and permanent (TRUE).","Web page addresses and email addresses turn into links automatically.":"Web page addresses and email addresses turn into links automatically.","Active forum topics block":"Active forum topics block","New forum topics block":"New forum topics block","Background color must be a hexadecimal color value.":"Background color must be a hexadecimal color value.","(upscaling allowed)":"(upscaling allowed)","Adding languages":"Adding languages","Adding custom languages":"Adding custom languages","You can add a language that is not provided in the drop-down list by choosing <em>Custom language</em> at the end of the list. You then have to configure its language code, name, and direction in the form provided.":"You can add a language that is not provided in the drop-down list by choosing <em>Custom language</em> at the end of the list. You then have to configure its language code, name, and direction in the form provided.","Configuring content languages":"Configuring content languages","Adding a language switcher block":"Adding a language switcher block","Making a block visible per language":"Making a block visible per language","Choosing user languages":"Choosing user languages","Users can choose a <em>Site language</em> on their profile page. This language is used for email messages, and can be used by modules to determine a user\'s language. It can also be used for interface text, if the <em>User</em> method is enabled as a <em>Detection and selection</em> method (see below). Administrative users can choose a separate <em>Administration pages language</em> for the interface text on administration pages. This configuration is only available on the user\'s profile page if the <em>Account administration pages</em> method is enabled (see below).":"Users can choose a <em>Site language</em> on their profile page. This language is used for email messages, and can be used by modules to determine a user\'s language. It can also be used for interface text, if the <em>User</em> method is enabled as a <em>Detection and selection</em> method (see below). Administrative users can choose a separate <em>Administration pages language</em> for the interface text on administration pages. This configuration is only available on the user\'s profile page if the <em>Account administration pages</em> method is enabled (see below).","<em>URL</em> sets the interface language based on a path prefix or domain (for example specifying <em>de</em> for German would result in URLs like <em>example.com/de/contact</em>). The default language does not require a path prefix, but can have one assigned as well. If the language detection is done by domain name, a domain needs to be specified for each language.":"<em>URL</em> sets the interface language based on a path prefix or domain (for example specifying <em>de</em> for German would result in URLs like <em>example.com/de/contact</em>). The default language does not require a path prefix, but can have one assigned as well. If the language detection is done by domain name, a domain needs to be specified for each language.","<em>Session</em> determines the interface language from a request or session parameter (for example <em>example.com?language=de</em> would set the interface language to German based on the use of <em>de</em> as the <em>language</em> parameter).":"<em>Session</em> determines the interface language from a request or session parameter (for example <em>example.com?language=de</em> would set the interface language to German based on the use of <em>de</em> as the <em>language</em> parameter).","<em>User</em> follows the language configuration set on the user\'s profile page.":"<em>User</em> follows the language configuration set on the user\'s profile page.","<em>Selected language</em> allows you to specify the site\'s default language or a specific language as the fall-back language. This method should be listed last.":"<em>Selected language</em> allows you to specify the site\'s default language or a specific language as the fall-back language. This method should be listed last.","The comment author\'s email address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.":"The comment author\'s email address from the comment form, if user is anonymous, and the \'Anonymous users may/must leave their contact information\' setting is turned on.","Comma-separated list of recipient email addresses.":"Comma-separated list of recipient email addresses.","Promote, change ownership, edit revisions, and perform other tasks across all content types.":"Promote, change ownership, edit revisions, and perform other tasks across all content types.","Syndicate block":"Syndicate block","Editing content in-place":"Editing content in-place","Once quick edit mode is activated, you will be able to edit the individual fields of your content. In the default theme, with a JavaScript-enabled browser and a mouse, the output of different fields in your content is outlined in blue, a pop-up gives the field name as you hover over the field output, and clicking on a field activates the editor. Closing the pop-up window ends quick edit mode.":"Once quick edit mode is activated, you will be able to edit the individual fields of your content. In the default theme, with a JavaScript-enabled browser and a mouse, the output of different fields in your content is outlined in blue, a pop-up gives the field name as you hover over the field output, and clicking on a field activates the editor. Closing the pop-up window ends quick edit mode.","Use shortcuts":"Use shortcuts","Diff settings":"Diff settings","Number of leading lines in a diff":"Number of leading lines in a diff","Number of trailing lines in a diff":"Number of trailing lines in a diff","Branding block":"Branding block","Use site logo":"Use site logo","The current theme is not @theme":"The current theme is not @theme","The current theme is @theme":"The current theme is @theme","Do not return true on the following pages: @pages":"Do not return true on the following pages: @pages","Return true on the following pages: @pages":"Return true on the following pages: @pages","Request Path":"Request Path","Username or email address":"Username or email address","Email addresses to notify when updates are available":"Email addresses to notify when updates are available","Email notification threshold":"Email notification threshold","Whenever your site checks for available updates and finds new releases, it can notify a list of users via email. Put each address on a separate line. If blank, no emails will be sent.":"Whenever your site checks for available updates and finds new releases, it can notify a list of users via email. Put each address on a separate line. If blank, no emails will be sent.","%email is not a valid email address.":"%email is not a valid email address.","%emails are not valid email addresses.":"%emails are not valid email addresses.","Configuring user roles":"Configuring user roles","Setting permissions":"Setting permissions","Managing account settings":"Managing account settings","This web page allows administrators to register new users. Users\' email addresses and usernames must be unique.":"This web page allows administrators to register new users. Users\' email addresses and usernames must be unique.","A valid email address. All emails from the system will be sent to this address. The email address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by email.":"A valid email address. All emails from the system will be sent to this address. The email address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by email.","This account\'s preferred language for emails and site presentation.":"This account\'s preferred language for emails and site presentation.","This account\'s preferred language for emails.":"This account\'s preferred language for emails.","New users will be required to validate their email address prior to logging into the site, and will be assigned a system-generated password. With this setting disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.":"New users will be required to validate their email address prior to logging into the site, and will be assigned a system-generated password. With this setting disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.","Notification email address":"Notification email address","The email address to be used as the \'from\' address for all account notifications listed below. If <em>\'Visitors, but administrator approval is required\'</em> is selected above, a notification email will also be sent to this address for any new registrations. Leave empty to use the default system email address <em>(%site-email).</em>":"The email address to be used as the \'from\' address for all account notifications listed below. If <em>\'Visitors, but administrator approval is required\'</em> is selected above, a notification email will also be sent to this address for any new registrations. Leave empty to use the default system email address <em>(%site-email).</em>","Edit the welcome email messages sent to new member accounts created by an administrator.":"Edit the welcome email messages sent to new member accounts created by an administrator.","Edit the welcome email messages sent to new members upon registering, when administrative approval is required.":"Edit the welcome email messages sent to new members upon registering, when administrative approval is required.","Edit the email notifying the site administrator that there are new members awaiting administrative approval.":"Edit the email notifying the site administrator that there are new members awaiting administrative approval.","Edit the welcome email messages sent to new members upon registering, when no administrator approval is required.":"Edit the welcome email messages sent to new members upon registering, when no administrator approval is required.","Edit the email messages sent to users who request a new password.":"Edit the email messages sent to users who request a new password.","Enable and edit email messages sent to users upon account activation (when an administrator activates an account of a user who has already registered, on a site where administrative approval is required).":"Enable and edit email messages sent to users upon account activation (when an administrator activates an account of a user who has already registered, on a site where administrative approval is required).","Enable and edit email messages sent to users when their accounts are blocked.":"Enable and edit email messages sent to users when their accounts are blocked.","Edit the email messages sent to users when they attempt to cancel their accounts.":"Edit the email messages sent to users when they attempt to cancel their accounts.","Enable and edit email messages sent to users when their accounts are canceled.":"Enable and edit email messages sent to users when their accounts are canceled.","A welcome message with further instructions has been sent to your email address.":"A welcome message with further instructions has been sent to your email address.","A confirmation request to cancel your account has been sent to your email address.":"A confirmation request to cancel your account has been sent to your email address.","Password reset instructions will be mailed to %email. You must log out to use the password reset link in the email.":"Password reset instructions will be mailed to %email. You must log out to use the password reset link in the email.","Further instructions have been sent to your email address.":"Further instructions have been sent to your email address.","When the user has the following roles":"When the user has the following roles","If you select no roles, the condition will evaluate to TRUE for all users.":"If you select no roles, the condition will evaluate to TRUE for all users.","The user is not a member of @roles":"The user is not a member of @roles","The user is a member of @roles":"The user is a member of @roles","Use Replica Server":"Use Replica Server","Query parameter":"Query parameter","The query parameter to use.":"The query parameter to use.","Fallback value":"Fallback value","The fallback value to use when the above query parameter is not present.":"The fallback value to use when the above query parameter is not present.","Conjunction to use when handling multiple values. E.g. \\"?value[0]=a&value[1]=b\\".":"Conjunction to use when handling multiple values. E.g. \\"?value[0]=a&value[1]=b\\".","Use Secondary Server":"Use Secondary Server","This will make the query attempt to connect to a replica server if available. If no replica server is defined or available, it will fall back to the default server.":"This will make the query attempt to connect to a replica server if available. If no replica server is defined or available, it will fall back to the default server.","Type attribute":"Type attribute","The type of this row.":"The type of this row.","Text attribute":"Text attribute","The field that is going to be used as the OPML text attribute for each row.":"The field that is going to be used as the OPML text attribute for each row.","Created attribute":"Created attribute","The field that is going to be used as the OPML created attribute for each row.":"The field that is going to be used as the OPML created attribute for each row.","Description attribute":"Description attribute","The field that is going to be used as the OPML description attribute for each row.":"The field that is going to be used as the OPML description attribute for each row.","HTML URL attribute":"HTML URL attribute","The field that is going to be used as the OPML htmlUrl attribute for each row.":"The field that is going to be used as the OPML htmlUrl attribute for each row.","Language attribute":"Language attribute","The field that is going to be used as the OPML language attribute for each row.":"The field that is going to be used as the OPML language attribute for each row.","XML URL attribute":"XML URL attribute","URL attribute":"URL attribute","Row style plugin requires specifying which views field to use for OPML text attribute.":"Row style plugin requires specifying which views field to use for OPML text attribute.","Row style plugin requires specifying which views field to use for XML URL attribute.":"Row style plugin requires specifying which views field to use for XML URL attribute.","Row style plugin requires specifying which views field to use for URL attribute.":"Row style plugin requires specifying which views field to use for URL attribute.","OPML fields":"OPML fields","Display fields as OPML items.":"Display fields as OPML items.","OPML Feed":"OPML Feed","Generates an OPML feed from a view.":"Generates an OPML feed from a view.","Duplicate view":"Duplicate view","Duplicate of @label":"Duplicate of @label","Site header":"Site header","The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.":"The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.","Authentication methods":"Authentication methods","\\"On\\" label":"\\"On\\" label","\\"Off\\" label":"\\"Off\\" label","The selected image handling toolkit \'@toolkit\' can not process operation \'@operation\'.":"The selected image handling toolkit \'@toolkit\' can not process operation \'@operation\'.","Edit menu link %title":"Edit menu link %title","This link is provided by the @name module. The title and path cannot be edited.":"This link is provided by the @name module. The title and path cannot be edited.","The maximum depth for a link and all its children is fixed. Some menu links may not be available as parents if selecting them would exceed this limit.":"The maximum depth for a link and all its children is fixed. Some menu links may not be available as parents if selecting them would exceed this limit.","Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top.":"Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top.","Add comment type":"Add comment type","Manage form and displays settings of comments.":"Manage form and displays settings of comments.","Can not uninstall the Configuration module as part of a configuration synchronization through the user interface.":"Can not uninstall the Configuration module as part of a configuration synchronization through the user interface.","The message UUID.":"The message UUID.","Confirm delete recent log messages":"Confirm delete recent log messages","Are you sure you want to delete the recent logs?":"Are you sure you want to delete the recent logs?","No log entry ID was provided":"No log entry ID was provided","Boolean settings":"Boolean settings","On label":"On label","Off label":"Off label","Updating translations for JavaScript and default configuration.":"Updating translations for JavaScript and default configuration.","Updating default configuration (@percent%).":"Updating default configuration (@percent%).","Updated default configuration.":"Updated default configuration.","The Custom Menu Links module allows users to create menu links. These links can be translated if multiple languages are used for the site.":"The Custom Menu Links module allows users to create menu links. These links can be translated if multiple languages are used for the site.","Custom Menu Links":"Custom Menu Links","Allows administrators to create custom menu links.":"Allows administrators to create custom menu links.","The entity ID for this menu link content entity.":"The entity ID for this menu link content entity.","The content menu link UUID.":"The content menu link UUID.","The content menu link bundle.":"The content menu link bundle.","The menu name. All links with the same menu name (such as \\"tools\\") are part of the same menu.":"The menu name. All links with the same menu name (such as \\"tools\\") are part of the same menu.","Parent plugin ID":"Parent plugin ID","The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy.":"The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy.","Custom menu link":"Custom menu link","The comment type":"The comment type","Default comments":"Default comments","Allows commenting on content":"Allows commenting on content","Comments without subject field":"Comments without subject field","Allows commenting on content, comments without subject field":"Allows commenting on content, comments without subject field","The comment type label":"The comment type label","The comment type description":"The comment type description","The value for this field.":"The value for this field.","The language of the content or translation.":"The language of the content or translation.","The language the original content is in.":"The language the original content is in.","Allowed value with label":"Allowed value with label","Data type callback":"Data type callback","Callable":"Callable","Interaction type":"Interaction type","Enabling REST support for an entity type":"Enabling REST support for an entity type","You will also need to grant anonymous users permission to perform each of the REST operations you want to be available, and set up authentication properly to authorize web requests.":"You will also need to grant anonymous users permission to perform each of the REST operations you want to be available, and set up authentication properly to authorize web requests.","Configuring search pages":"Configuring search pages","Managing the search index":"Managing the search index","Displaying the Search block":"Displaying the Search block","Searching your site":"Searching your site","Extending the Search module":"Extending the Search module","Search index progress":"Search index progress","@percent% (@remaining remaining)":"@percent% (@remaining remaining)","Indexing progress":"Indexing progress","%num_indexed of %num_total indexed":"%num_indexed of %num_total indexed","Does not use index":"Does not use index","If checked, all searches will be logged. Uncheck to skip logging. Logging may affect performance.":"If checked, all searches will be logged. Uncheck to skip logging. Logging may affect performance.","Overall results:":"Overall results:","Crops an image to a rectangle specified by the given dimensions.":"Crops an image to a rectangle specified by the given dimensions.","The image \'@file\' could not be desaturated because the imagefilter() function is not available in this PHP installation.":"The image \'@file\' could not be desaturated because the imagefilter() function is not available in this PHP installation.","Converts an image to grayscale.":"Converts an image to grayscale.","Resizes an image to the given dimensions (ignoring aspect ratio).":"Resizes an image to the given dimensions (ignoring aspect ratio).","Rotates an image by the given number of degrees.":"Rotates an image by the given number of degrees.","Scales an image while maintaining aspect ratio. The resulting image can be smaller for one or both target dimensions.":"Scales an image while maintaining aspect ratio. The resulting image can be smaller for one or both target dimensions.","Scales an image to the exact width and height given. This plugin achieves the target aspect ratio by cropping the original image equally on both sides, or equally on the top and bottom. This function is useful to create uniform sized avatars from larger images.":"Scales an image to the exact width and height given. This plugin achieves the target aspect ratio by cropping the original image equally on both sides, or equally on the top and bottom. This function is useful to create uniform sized avatars from larger images.","Site administration toolbar":"Site administration toolbar","To follow a specific user\'s new and updated content, select the <em>Activity</em> tab from the user\'s profile page.":"To follow a specific user\'s new and updated content, select the <em>Activity</em> tab from the user\'s profile page.","Activity Tracker":"Activity Tracker","View user information":"View user information","Add \\"…\\" at the end of trimmed text":"Add \\"…\\" at the end of trimmed text","This link is provided by the Views module from view %label.":"This link is provided by the Views module from view %label.","Change to":"Change to","Region for @title":"Region for @title","@path is not a valid path.":"@path is not a valid path.","Base field bundle override":"Base field bundle override","Datetime timestamp display format settings":"Datetime timestamp display format settings","Boolean checkbox display format settings":"Boolean checkbox display format settings","Installed themes":"Installed themes","The %file does not exist.":"The %file does not exist.","The %file exists.":"The %file exists.","The %file is not readable.":"The %file is not readable.","The %file is not writable.":"The %file is not writable.","The @file is writable.":"The @file is writable.","The @file is owned by the web server.":"The @file is owned by the web server.","Negate the condition":"Negate the condition","Finalizing configuration synchronization.":"Finalizing configuration synchronization.","Datetime Timestamp":"Datetime Timestamp","%theme theme installed.":"%theme theme installed.","Base field override":"Base field override","Display prefix and suffix":"Display prefix and suffix","Text (plain)":"Text (plain)","A field containing a plain string value.":"A field containing a plain string value.","Text (plain, long)":"Text (plain, long)","A field containing a long string value.":"A field containing a long string value.","You cannot use an external URL, please enter a relative path.":"You cannot use an external URL, please enter a relative path.","This path does not exist or you do not have permission to link to %path.":"This path does not exist or you do not have permission to link to %path.","Install newly added themes":"Install newly added themes","Blocks are placed and configured specifically for each theme. The Block layout page opens with the default theme, but you can toggle to other installed themes.":"Blocks are placed and configured specifically for each theme. The Block layout page opens with the default theme, but you can toggle to other installed themes.","Comment operation links":"Comment operation links","The target entity type can not be changed after the comment type has been created.":"The target entity type can not be changed after the comment type has been created.","There are no configuration changes to import.":"There are no configuration changes to import.","Enable the personal contact form by default for new users":"Enable the personal contact form by default for new users","Create and manage contact forms.":"Create and manage contact forms.","Edit contact form":"Edit contact form","Default form identifier":"Default form identifier","When listing forms, those with lighter (smaller) weights get listed before forms with heavier (larger) weights. Forms with equal weights are sorted alphabetically.":"When listing forms, those with lighter (smaller) weights get listed before forms with heavier (larger) weights. Forms with equal weights are sorted alphabetically.","Contact form %label has been updated.":"Contact form %label has been updated.","Contact form %label has been added.":"Contact form %label has been added.","Send yourself a copy":"Send yourself a copy","%sender-name (@sender-from) sent an email regarding %contact_form.":"%sender-name (@sender-from) sent an email regarding %contact_form.","The ID of the associated form.":"The ID of the associated form.","Users may translate this field":"Users may translate this field","Content translation field settings":"Content translation field settings","Field properties for which to synchronize translations":"Field properties for which to synchronize translations","Field column for which to synchronize translations":"Field column for which to synchronize translations","Contextual links for an area on a page are displayed using a contextual links button. There are two ways to make the contextual links button visible:":"Contextual links for an area on a page are displayed using a contextual links button. There are two ways to make the contextual links button visible:","Once the contextual links button for the area of interest is visible, click the button to display the links.":"Once the contextual links button for the area of interest is visible, click the button to display the links.","The relative date value entered is invalid.":"The relative date value entered is invalid.","Add new field: you need to provide a machine name for the field.":"Add new field: you need to provide a machine name for the field.","Allowed types: @extensions.":"Allowed types: @extensions.","Back to content editing":"Back to content editing","\\n <p>You can align images, videos, blockquotes and so on to the left, right or center. Examples:</p>\\n <ul>\\n <li>Align an image to the left: <code>&lt;img src=\\"\\" data-align=\\"left\\" /&gt;</code></li>\\n <li>Align an image to the center: <code>&lt;img src=\\"\\" data-align=\\"center\\" /&gt;</code></li>\\n <li>Align an image to the right: <code>&lt;img src=\\"\\" data-align=\\"right\\" /&gt;</code></li>\\n <li>… and you can apply this to other elements as well: <code>&lt;video src=\\"\\" data-align=\\"center\\" /&gt;</code></li>\\n </ul>":"\\n <p>You can align images, videos, blockquotes and so on to the left, right or center. Examples:</p>\\n <ul>\\n <li>Align an image to the left: <code>&lt;img src=\\"\\" data-align=\\"left\\" /&gt;</code></li>\\n <li>Align an image to the center: <code>&lt;img src=\\"\\" data-align=\\"center\\" /&gt;</code></li>\\n <li>Align an image to the right: <code>&lt;img src=\\"\\" data-align=\\"right\\" /&gt;</code></li>\\n <li>… and you can apply this to other elements as well: <code>&lt;video src=\\"\\" data-align=\\"center\\" /&gt;</code></li>\\n </ul>","Align images":"Align images","Uses a <code>data-align</code> attribute on <code>&lt;img&gt;</code> tags to align images.":"Uses a <code>data-align</code> attribute on <code>&lt;img&gt;</code> tags to align images.","\\n <p>You can caption images, videos, blockquotes, and so on. Examples:</p>\\n <ul>\\n <li><code>&lt;img src=\\"\\" data-caption=\\"This is a caption\\" /&gt;</code></li>\\n <li><code>&lt;video src=\\"\\" data-caption=\\"The Drupal Dance\\" /&gt;</code></li>\\n <li><code>&lt;blockquote data-caption=\\"Dries Buytaert\\"&gt;Drupal is awesome!&lt;/blockquote&gt;</code></li>\\n <li><code>&lt;code data-caption=\\"Hello world in JavaScript.\\"&gt;alert(\\"Hello world!\\");&lt;/code&gt;</code></li>\\n </ul>":"\\n <p>You can caption images, videos, blockquotes, and so on. Examples:</p>\\n <ul>\\n <li><code>&lt;img src=\\"\\" data-caption=\\"This is a caption\\" /&gt;</code></li>\\n <li><code>&lt;video src=\\"\\" data-caption=\\"The Drupal Dance\\" /&gt;</code></li>\\n <li><code>&lt;blockquote data-caption=\\"Dries Buytaert\\"&gt;Drupal is awesome!&lt;/blockquote&gt;</code></li>\\n <li><code>&lt;code data-caption=\\"Hello world in JavaScript.\\"&gt;alert(\\"Hello world!\\");&lt;/code&gt;</code></li>\\n </ul>","Caption images":"Caption images","Uses a <code>data-caption</code> attribute on <code>&lt;img&gt;</code> tags to caption images.":"Uses a <code>data-caption</code> attribute on <code>&lt;img&gt;</code> tags to caption images.","One translation file could not be imported. See the log for details.\\u0003@count translation files could not be imported. See the log for details.":"One translation file could not be imported. See the log for details.\\u0003@count translation files could not be imported. See the log for details.","A flag for whether the link should be enabled in menus or hidden.":"A flag for whether the link should be enabled in menus or hidden.","The time that the menu link was last edited.":"The time that the menu link was last edited.","The selected menu item is not under one of the selected menus.":"The selected menu item is not under one of the selected menus.","Migration @id did not meet the requirements. @message @requirements":"Migration @id did not meet the requirements. @message @requirements","The timestamp the latest revision of this node was created.":"The timestamp the latest revision of this node was created.","Recently created":"Recently created","Whether a new revision should be created by default":"Whether a new revision should be created by default","Display author and date information":"Display author and date information","Breakpoint ID":"Breakpoint ID","Unable to delete the shortcut for %title.":"Unable to delete the shortcut for %title.","A date in a custom format. See <a href=\\"http://php.net/manual/function.date.php\\">the PHP documentation</a> for details.":"A date in a custom format. See <a href=\\"http://php.net/manual/function.date.php\\">the PHP documentation</a> for details.","Drupal database update":"Drupal database update","Use this utility to update your database whenever a new release of Drupal or a module is installed.":"Use this utility to update your database whenever a new release of Drupal or a module is installed.","<strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the \'modules\' or \'sites/*/modules\' directories as this may confuse Drupal\'s auto-discovery mechanism.":"<strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the \'modules\' or \'sites/*/modules\' directories as this may confuse Drupal\'s auto-discovery mechanism.","<strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.":"<strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.","Install your new files in the appropriate location, as described in the handbook.":"Install your new files in the appropriate location, as described in the handbook.","When you have performed the steps above, you may proceed.":"When you have performed the steps above, you may proceed.","This update will been skipped due to the following missing dependencies:":"This update will been skipped due to the following missing dependencies:","This update will be skipped due to an error in the module\'s code.":"This update will be skipped due to an error in the module\'s code.","The version of Drupal you are updating from has been automatically detected.":"The version of Drupal you are updating from has been automatically detected.","All errors have been logged.":"All errors have been logged.","The update process was aborted prematurely while running <strong>update #@version in @module.module</strong>.":"The update process was aborted prematurely while running <strong>update #@version in @module.module</strong>.","You may need to check the <code>watchdog</code> database table manually.":"You may need to check the <code>watchdog</code> database table manually.","<strong>Reminder: don\'t forget to set the <code>$settings[\'update_free_access\']</code> value in your <code>settings.php</code> file back to <code>FALSE</code>.</strong>":"<strong>Reminder: don\'t forget to set the <code>$settings[\'update_free_access\']</code> value in your <code>settings.php</code> file back to <code>FALSE</code>.</strong>","Failed:":"Failed:","Update #@count":"Update #@count","The following updates returned messages:":"The following updates returned messages:","Review updates":"Review updates","Starting updates":"Starting updates","Install and set as default":"Install and set as default","Installed theme\\u0003Installed themes":"Installed theme\\u0003Installed themes","Uninstalled theme\\u0003Uninstalled themes":"Uninstalled theme\\u0003Uninstalled themes","%theme is the default theme and cannot be uninstalled.":"%theme is the default theme and cannot be uninstalled.","The %theme theme has been uninstalled.":"The %theme theme has been uninstalled.","The %theme theme has been installed.":"The %theme theme has been installed.","Empty time zone":"Empty time zone","Users may set their own time zone at registration":"Users may set their own time zone at registration","Menu levels":"Menu levels","Whether or not the content related to a term is sticky.":"Whether or not the content related to a term is sticky.","Whether or not the content related to a term is sticky. To list sticky content first, set this to descending.":"Whether or not the content related to a term is sticky. To list sticky content first, set this to descending.","The date the content related to a term was posted.":"The date the content related to a term was posted.","Telephone numbers can be displayed as links with the scheme name <em>tel:</em> by choosing the <em>Telephone</em> display format on the <em>Manage display</em> page. Any spaces will be stripped out of the link text. This semantic markup improves the user experience on mobile and assistive technology devices.":"Telephone numbers can be displayed as links with the scheme name <em>tel:</em> by choosing the <em>Telephone</em> display format on the <em>Manage display</em> page. Any spaces will be stripped out of the link text. This semantic markup improves the user experience on mobile and assistive technology devices.","Title to replace basic numeric telephone number display":"Title to replace basic numeric telephone number display","Text (formatted) settings":"Text (formatted) settings","Text (formatted, long) settings":"Text (formatted, long) settings","Text (formatted, long, with summary) settings":"Text (formatted, long, with summary) settings","Formatted text default display format settings":"Formatted text default display format settings","Summary or trimmed formatted text display format settings":"Summary or trimmed formatted text display format settings","Text (formatted)":"Text (formatted)","This field stores a text with a text format.":"This field stores a text with a text format.","Text (formatted, long)":"Text (formatted, long)","This field stores a long text with a text format.":"This field stores a long text with a text format.","Text (formatted, long, with summary)":"Text (formatted, long, with summary)","This field stores long text with a format and an optional summary.":"This field stores long text with a format and an optional summary.","Require email verification when a visitor creates an account":"Require email verification when a visitor creates an account","- No preference -":"- No preference -","The time that the user was last edited.":"The time that the user was last edited.","Display the referenced author user entity.":"Display the referenced author user entity.","Add a read-more link if output is trimmed":"Add a read-more link if output is trimmed","@entity_type revision":"@entity_type revision","@entity_type revisions":"@entity_type revisions","Include reset button (resets all applied exposed filters)":"Include reset button (resets all applied exposed filters)","The <em>Exposed items per page</em> field\'s options must include the value from the <em>Items per page</em> field (@items_per_page).":"The <em>Exposed items per page</em> field\'s options must include the value from the <em>Items per page</em> field (@items_per_page).","REST export settings":"REST export settings","Provide a REST export":"Provide a REST export","REST export path":"REST export path","Primary tabs display toggle":"Primary tabs display toggle","Default value callback":"Default value callback","URI as link display format settings":"URI as link display format settings","Timestamp ago display format settings":"Timestamp ago display format settings","Link to URI":"Link to URI","Items associated with this feed":"Items associated with this feed","The feed image":"The feed image","The description of this feed":"The description of this feed","A more link to the feed detail page":"A more link to the feed detail page","The description of this feed item":"The description of this feed item","More<span class=\\"visually-hidden\\"> posts about @title</span>":"More<span class=\\"visually-hidden\\"> posts about @title</span>","The length of time between feed updates. Requires a correctly configured cron maintenance task.":"The length of time between feed updates. Requires a correctly configured cron maintenance task.","Source feed":"Source feed","The aggregator feed entity associated with this item.":"The aggregator feed entity associated with this item.","Attempt to purge a field storage @field_name that still has fields.":"Attempt to purge a field storage @field_name that still has fields.","Field storage":"Field storage","Edit storage settings.":"Edit storage settings.","%field settings for %bundle":"%field settings for %bundle","The minimum allowed image size expressed as WIDTH×HEIGHT (e.g. 640×480). Leave blank for no restriction. If a smaller image is uploaded, it will be rejected.":"The minimum allowed image size expressed as WIDTH×HEIGHT (e.g. 640×480). Leave blank for no restriction. If a smaller image is uploaded, it will be rejected.","Disabling drag-and-drop functionality":"Disabling drag-and-drop functionality","Improving table accessibility":"Improving table accessibility","Views tables include semantic markup to improve accessibility. Data cells are automatically associated with header cells through id and header attributes. To improve the accessibility of your tables you can add descriptive elements within the Views table settings. The <em>caption</em> element can introduce context for a table, making it easier to understand. The <em>summary</em> element can provide an overview of how the data has been organized and how to navigate the table. Both the caption and summary are visible by default and also implemented according to HTML5 guidelines.":"Views tables include semantic markup to improve accessibility. Data cells are automatically associated with header cells through id and header attributes. To improve the accessibility of your tables you can add descriptive elements within the Views table settings. The <em>caption</em> element can introduce context for a table, making it easier to understand. The <em>summary</em> element can provide an overview of how the data has been organized and how to navigate the table. Both the caption and summary are visible by default and also implemented according to HTML5 guidelines.","OPML field options":"OPML field options","Testing multilingual":"Testing multilingual","Minimal profile for running tests with a multilingual installer.":"Minimal profile for running tests with a multilingual installer.","Muted":"Muted","This block is broken or missing. You may be missing content or you might need to enable the original module.":"This block is broken or missing. You may be missing content or you might need to enable the original module.","You do not have access to the referenced entity (%type: %id).":"You do not have access to the referenced entity (%type: %id).","@label ID":"@label ID","Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports <a href=\\"http://en.wikipedia.org/wiki/Rss\\">RSS</a>, <a href=\\"http://en.wikipedia.org/wiki/Resource_Description_Framework\\">RDF</a>, and <a href=\\"http://en.wikipedia.org/wiki/Atom_%28standard%29\\">Atom</a>.":"Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports <a href=\\"http://en.wikipedia.org/wiki/Rss\\">RSS</a>, <a href=\\"http://en.wikipedia.org/wiki/Resource_Description_Framework\\">RDF</a>, and <a href=\\"http://en.wikipedia.org/wiki/Atom_%28standard%29\\">Atom</a>.","Rich Text Editor, !label field":"Rich Text Editor, !label field","Comments are responses to content.":"Comments are responses to content.","Filename: %name":"Filename: %name","Recipient username":"Recipient username","You can align images (<code>data-align=\\"center\\"</code>), but also videos, blockquotes, and so on.":"You can align images (<code>data-align=\\"center\\"</code>), but also videos, blockquotes, and so on.","You can caption images (<code>data-caption=\\"Text\\"</code>), but also videos, blockquotes, and so on.":"You can caption images (<code>data-caption=\\"Text\\"</code>), but also videos, blockquotes, and so on.","For accessibility and search engine optimization, all images that convey meaning on web sites should have alternate text. Drupal also allows entry of title text for images, but it can lead to confusion for screen reader users and its use is not recommended. Image fields can be configured so that alternate and title text fields are enabled or disabled; if enabled, the fields can be set to be required. The recommended setting is to enable and require alternate text and disable title text.":"For accessibility and search engine optimization, all images that convey meaning on web sites should have alternate text. Drupal also allows entry of title text for images, but it can lead to confusion for screen reader users and its use is not recommended. Image fields can be configured so that alternate and title text fields are enabled or disabled; if enabled, the fields can be set to be required. The recommended setting is to enable and require alternate text and disable title text.","Making this field required is recommended.":"Making this field required is recommended.","The title attribute is used as a tooltip when the mouse hovers over the image. Enabling this field is not recommended as it can cause problems with screen readers.":"The title attribute is used as a tooltip when the mouse hovers over the image. Enabling this field is not recommended as it can cause problems with screen readers.","Image convert failed using the %toolkit toolkit on %path (%mimetype)":"Image convert failed using the %toolkit toolkit on %path (%mimetype)","Converts an image between extensions (e.g. from PNG to JPEG).":"Converts an image between extensions (e.g. from PNG to JPEG).","The domain may not be left blank for %language.":"The domain may not be left blank for %language.","Leave preview?":"Leave preview?","Leave preview":"Leave preview","Leaving the preview will cause unsaved changes to be lost. Are you sure you want to leave the preview?":"Leaving the preview will cause unsaved changes to be lost. Are you sure you want to leave the preview?","CTRL+Left click will prevent this dialog from showing and proceed to the clicked link.":"CTRL+Left click will prevent this dialog from showing and proceed to the clicked link.","The human-readable name of this content type. This text will be displayed as part of the list on the <em>Add content</em> page. This name must be unique.":"The human-readable name of this content type. This text will be displayed as part of the list on the <em>Add content</em> page. This name must be unique.","Search for @keywords":"Search for @keywords","Instructs the toolkit to save the image with a specified extension.":"Instructs the toolkit to save the image with a specified extension.","Set a new image":"Set a new image","Creates a new transparent resource and sets it for the image.":"Creates a new transparent resource and sets it for the image.","The text with the text format applied.":"The text with the text format applied.","Processed summary":"Processed summary","The summary text with the text format applied.":"The summary text with the text format applied.","Tabs are buttons, displayed in a bar across the top of the screen. Some tabs execute an action (such as starting Edit mode), while other tabs toggle which tray is open.":"Tabs are buttons, displayed in a bar across the top of the screen. Some tabs execute an action (such as starting Edit mode), while other tabs toggle which tray is open.","Trays":"Trays","Trays are usually lists of links, which can be hierarchical like a menu. If a tray has been toggled open, it is displayed either vertically or horizontally below the tab bar, depending on the browser width. Only one tray may be open at a time. If you click another tab, that tray will replace the tray being displayed. In wide browser widths, the user has the ability to toggle from vertical to horizontal, using a link at the bottom or right of the tray. Hierarchical menus only have open/close behavior in vertical mode; if you display a tray containing a hierarchical menu horizontally, only the top-level links will be available.":"Trays are usually lists of links, which can be hierarchical like a menu. If a tray has been toggled open, it is displayed either vertically or horizontally below the tab bar, depending on the browser width. Only one tray may be open at a time. If you click another tab, that tray will replace the tray being displayed. In wide browser widths, the user has the ability to toggle from vertical to horizontal, using a link at the bottom or right of the tray. Hierarchical menus only have open/close behavior in vertical mode; if you display a tray containing a hierarchical menu horizontally, only the top-level links will be available.","Your account will be blocked and you will no longer be able to log in. All of your content will remain attributed to your username.":"Your account will be blocked and you will no longer be able to log in. All of your content will remain attributed to your username.","Original language of the user information":"Original language of the user information","Language of the translation of user information":"Language of the translation of user information","Preferred language of the user":"Preferred language of the user","Preferred admin language":"Preferred admin language","Preferred administrative language of the user":"Preferred administrative language of the user","Cache metadata":"Cache metadata","Cache contexts":"Cache contexts","Path is empty.":"Path is empty.","No query allowed.":"No query allowed.","Invalid path. Valid characters are alphanumerics as well as \\"-\\", \\".\\", \\"_\\" and \\"~\\".":"Invalid path. Valid characters are alphanumerics as well as \\"-\\", \\".\\", \\"_\\" and \\"~\\".","Classy":"Classy","tour":"tour","tours":"tours","Select a @context value:":"Select a @context value:","Number of plural indexes in this language.":"Number of plural indexes in this language.","Domain to use for this language.":"Domain to use for this language.","Configuration entity dependencies":"Configuration entity dependencies","Content entity dependencies":"Content entity dependencies","Enforced configuration dependencies":"Enforced configuration dependencies","String (long) settings":"String (long) settings","URI settings":"URI settings","Created timestamp settings":"Created timestamp settings","Changed timestamp settings":"Changed timestamp settings","If more than one application will be sharing this database, a unique table name prefix – such as %prefix – will prevent collisions.":"If more than one application will be sharing this database, a unique table name prefix – such as %prefix – will prevent collisions.","The author name of the comment.":"The author name of the comment.","contextual links button":"contextual links button","No browser language mappings available.":"No browser language mappings available.","The mapping for the %browser browser language code has been deleted.":"The mapping for the %browser browser language code has been deleted.","The browser language detection mapping for the %browser browser language code has been deleted.":"The browser language detection mapping for the %browser browser language code has been deleted.","The user or author name. This filter does not check if the user exists and allows partial matching. Does not use autocomplete.":"The user or author name. This filter does not check if the user exists and allows partial matching. Does not use autocomplete.","Page @items.current":"Page @items.current","The selected style or row format does not use fields.":"The selected style or row format does not use fields.","The selected display type does not use @type plugins":"The selected display type does not use @type plugins","The entity type":"The entity type","Entity Type ID":"Entity Type ID","Configure Image Styles":"Configure Image Styles","Database storage size":"Database storage size","Text with text format":"Text with text format","Field widgets":"Field widgets","Field widget":"Field widget","Widget type machine name":"Widget type machine name","Textarea display format settings":"Textarea display format settings","Email field display format settings":"Email field display format settings","Link to the entity":"Link to the entity","Synchronizing extensions: @op @name.":"Synchronizing extensions: @op @name.","Link to the @entity_label":"Link to the @entity_label","Simple page":"Simple page","Jump to the first comment.":"Jump to the first comment.","Jump to the first new comment.":"Jump to the first new comment.","Share your thoughts and opinions.":"Share your thoughts and opinions.","Content translation content settings":"Content translation content settings","Content translation enabled":"Content translation enabled","Default date type":"Default date type","Default date value":"Default date value","Persist field storage with no fields":"Persist field storage with no fields","Group by column":"Group by column","Group by columns":"Group by columns","Re-use an existing field":"Re-use an existing field","You need to select a field type or an existing field.":"You need to select a field type or an existing field.","Adding a new field and re-using an existing field at the same time is not allowed.":"Adding a new field and re-using an existing field at the same time is not allowed.","Provides a filter plugin that is in use in the following filter formats: %formats":"Provides a filter plugin that is in use in the following filter formats: %formats","Log in to post new content in the forum.":"Log in to post new content in the forum.","Providing page-specific help":"Providing page-specific help","Effect settings":"Effect settings","Content Language Settings":"Content Language Settings","Allow to alter the language":"Allow to alter the language","Influence of \'@title\'":"Influence of \'@title\'","Installing supporting modules":"Installing supporting modules","Default indexing settings":"Default indexing settings","<p>Search pages that use an index may use the default index provided by the Search module, or they may use a different indexing mechanism. These settings are for the default index. <em>Changing these settings will cause the default search index to be rebuilt to reflect the new settings. Searching will continue to work, based on the existing index, but new content won\'t be indexed until all existing content has been re-indexed.</em></p><p><em>The default settings should be appropriate for the majority of sites.</em></p>":"<p>Search pages that use an index may use the default index provided by the Search module, or they may use a different indexing mechanism. These settings are for the default index. <em>Changing these settings will cause the default search index to be rebuilt to reflect the new settings. Searching will continue to work, based on the existing index, but new content won\'t be indexed until all existing content has been re-indexed.</em></p><p><em>The default settings should be appropriate for the majority of sites.</em></p>","The default search index will be rebuilt.":"The default search index will be rebuilt.","This will re-index content in the search indexes of all active search pages. Searching will continue to work, but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.":"This will re-index content in the search indexes of all active search pages. Searching will continue to work, but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.","All search indexes will be rebuilt.":"All search indexes will be rebuilt.","Add shortcut link":"Add shortcut link","Popular content block settings":"Popular content block settings","Number of day\\\\s top views to display":"Number of day\\\\s top views to display","An existing local file system path for storing private files. It should be writable by Drupal and not accessible over the web. This must be changed in settings.php":"An existing local file system path for storing private files. It should be writable by Drupal and not accessible over the web. This must be changed in settings.php","Publish status":"Publish status","Whether or not the content related to a term is published.":"Whether or not the content related to a term is published.","Major upgrade warning":"Major upgrade warning","This update is a major version update which means that it may not be backwards compatible with your currently running version. It is recommended that you read the release notes and proceed at your own risk.":"This update is a major version update which means that it may not be backwards compatible with your currently running version. It is recommended that you read the release notes and proceed at your own risk.","User data field":"User data field","Only users with the selected permission flag will be able to access this display.":"Only users with the selected permission flag will be able to access this display.","Only the checked roles will be able to access this display.":"Only the checked roles will be able to access this display.","The formatted text of the area":"The formatted text of the area","The corresponding entity field":"The corresponding entity field","The plugin ID":"The plugin ID","Row options":"Row options","Display extender settings":"Display extender settings","View block":"View block","Number integer display format settings":"Number integer display format settings","Static menu link overrides":"Static menu link overrides","Entities exist of type %entity_type and %bundle_label %bundle. These entities need to be deleted before importing.":"Entities exist of type %entity_type and %bundle_label %bundle. These entities need to be deleted before importing.","A feed named %value already exists. Enter a unique title.":"A feed named %value already exists. Enter a unique title.","A feed with this URL %value already exists. Enter a unique URL.":"A feed with this URL %value already exists. Enter a unique URL.","The language code of the language the comment is written in.":"The language code of the language the comment is written in.","The message language code.":"The message language code.","The source language from which this translation was created.":"The source language from which this translation was created.","Translation author":"Translation author","The author of this translation.":"The author of this translation.","A boolean indicating whether the translation is visible to non-translators.":"A boolean indicating whether the translation is visible to non-translators.","Translation created time":"Translation created time","The Unix timestamp when the translation was created.":"The Unix timestamp when the translation was created.","The Unix timestamp when the translation was most recently saved.":"The Unix timestamp when the translation was most recently saved.","Alternative text is required.<br />(Only in rare cases should this be left empty. To create empty alternative text, enter <code>\\"\\"</code> — two double quotes without any content).":"Alternative text is required.<br />(Only in rare cases should this be left empty. To create empty alternative text, enter <code>\\"\\"</code> — two double quotes without any content).","Entities and entity types":"Entities and entity types","The website\'s content and configuration is managed using <em>entities</em>, which are grouped into <em>entity types</em>. <em>Content entity types</em> are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). <em>Configuration entity types</em> are used to store configuration information for your site, such as individual views in the Views module, and settings for your main site content types.":"The website\'s content and configuration is managed using <em>entities</em>, which are grouped into <em>entity types</em>. <em>Content entity types</em> are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). <em>Configuration entity types</em> are used to store configuration information for your site, such as individual views in the Views module, and settings for your main site content types.","Entity sub-types":"Entity sub-types","Some content entity types are further grouped into sub-types (for example, you could have article and page content types within the main site content entity type, and tag and category vocabularies within the taxonomy term entity type); other entity types, such as user accounts, do not have sub-types. Programmers use the term <em>bundle</em> for entity sub-types.":"Some content entity types are further grouped into sub-types (for example, you could have article and page content types within the main site content entity type, and tag and category vocabularies within the taxonomy term entity type); other entity types, such as user accounts, do not have sub-types. Programmers use the term <em>bundle</em> for entity sub-types.","Fields and field types":"Fields and field types","Content entity types and sub-types store most of their text, file, and other information in <em>fields</em>. Fields are grouped by <em>field type</em>; field types define what type of data can be stored in that field, such as text, images, or taxonomy term references.":"Content entity types and sub-types store most of their text, file, and other information in <em>fields</em>. Fields are grouped by <em>field type</em>; field types define what type of data can be stored in that field, such as text, images, or taxonomy term references.","Formatters and view modes":"Formatters and view modes","Content entity types and sub-types can have one or more <em>view modes</em>, used for displaying the entity items. For instance, a content item could be viewed in full content mode on its own page, teaser mode in a list, or RSS mode in a feed. In each view mode, each field can be hidden or displayed, and if it is displayed, you can choose and configure the <em>formatter</em> that is used to display the field. For instance, a long text field can be displayed trimmed or full-length, and taxonomy term reference fields can be displayed in plain text or linked to the taxonomy term page.":"Content entity types and sub-types can have one or more <em>view modes</em>, used for displaying the entity items. For instance, a content item could be viewed in full content mode on its own page, teaser mode in a list, or RSS mode in a feed. In each view mode, each field can be hidden or displayed, and if it is displayed, you can choose and configure the <em>formatter</em> that is used to display the field. For instance, a long text field can be displayed trimmed or full-length, and taxonomy term reference fields can be displayed in plain text or linked to the taxonomy term page.","Widgets and form modes":"Widgets and form modes","Content entity types and sub-types can have one or more <em>form modes</em>, used for editing. For instance, a content item could be edited in a compact format with only some fields editable, or a full format that allows all fields to be edited. In each form mode, each field can be hidden or displayed, and if it is displayed, you can choose and configure the <em>widget</em> that is used to edit the field. For instance, a taxonomy term reference field can be edited using a select list, radio buttons, or an autocomplete widget.":"Content entity types and sub-types can have one or more <em>form modes</em>, used for editing. For instance, a content item could be edited in a compact format with only some fields editable, or a full format that allows all fields to be edited. In each form mode, each field can be hidden or displayed, and if it is displayed, you can choose and configure the <em>widget</em> that is used to edit the field. For instance, a taxonomy term reference field can be edited using a select list, radio buttons, or an autocomplete widget.","Enabling field types, widgets, and formatters":"Enabling field types, widgets, and formatters","Views entity field handler":"Views entity field handler","Creating a field":"Creating a field","On the <em>Manage fields</em> page for your entity type or sub-type, you can add, configure, and delete fields for that entity type or sub-type. Each field has a <em>machine name</em>, which is used internally to identify the field and must be unique across an entity type; once a field is created, you cannot change the machine name. Most fields have two types of settings. The field-level settings depend on the field type, and affect how the data in the field is stored. Once they are set, they can no longer be changed; examples include how many data values are allowed for the field and where files are stored. The sub-type-level settings are specific to each entity sub-type the field is used on, and they can be changed later; examples include the field label, help text, default value, and whether the field is required or not. You can return to these settings by choosing the <em>Edit</em> link for the field from the <em>Manage fields</em> page.":"On the <em>Manage fields</em> page for your entity type or sub-type, you can add, configure, and delete fields for that entity type or sub-type. Each field has a <em>machine name</em>, which is used internally to identify the field and must be unique across an entity type; once a field is created, you cannot change the machine name. Most fields have two types of settings. The field-level settings depend on the field type, and affect how the data in the field is stored. Once they are set, they can no longer be changed; examples include how many data values are allowed for the field and where files are stored. The sub-type-level settings are specific to each entity sub-type the field is used on, and they can be changed later; examples include the field label, help text, default value, and whether the field is required or not. You can return to these settings by choosing the <em>Edit</em> link for the field from the <em>Manage fields</em> page.","Re-using fields":"Re-using fields","Once you have created a field, you can use it again in other sub-types of the same entity type. For instance, if you create a field for the article content type, you can also use it for the page content type, but you cannot use it for custom blocks or taxonomy terms. If there are fields available for re-use, after clicking <em>Add field</em> from the <em>Manage fields</em> page, you will see a list of available fields for re-use. After selecting a field for re-use, you can configure the sub-type-level settings.":"Once you have created a field, you can use it again in other sub-types of the same entity type. For instance, if you create a field for the article content type, you can also use it for the page content type, but you cannot use it for custom blocks or taxonomy terms. If there are fields available for re-use, after clicking <em>Add field</em> from the <em>Manage fields</em> page, you will see a list of available fields for re-use. After selecting a field for re-use, you can configure the sub-type-level settings.","Configuring field editing":"Configuring field editing","On the <em>Manage form display</em> page of your entity type or sub-type, you can configure how the field data is edited by default and in each form mode. If your entity type has multiple form modes (on most sites, most entities do not), you can toggle between the form modes at the top of the page, and you can toggle whether each form mode uses the default settings or custom settings in the <em>Custom display settings</em> section. For each field in each form mode, you can select the widget to use for editing; some widgets have additional configuration options, such as the size for a text field, and these can be edited using the Edit button (which looks like a wheel). You can also change the order of the fields on the form. You can exclude a field from a form by choosing <em>Hidden</em> from the widget drop-down list, or by dragging it into the <em>Disabled</em> section.":"On the <em>Manage form display</em> page of your entity type or sub-type, you can configure how the field data is edited by default and in each form mode. If your entity type has multiple form modes (on most sites, most entities do not), you can toggle between the form modes at the top of the page, and you can toggle whether each form mode uses the default settings or custom settings in the <em>Custom display settings</em> section. For each field in each form mode, you can select the widget to use for editing; some widgets have additional configuration options, such as the size for a text field, and these can be edited using the Edit button (which looks like a wheel). You can also change the order of the fields on the form. You can exclude a field from a form by choosing <em>Hidden</em> from the widget drop-down list, or by dragging it into the <em>Disabled</em> section.","Configuring field display":"Configuring field display","On the <em>Manage display</em> page of your entity type or sub-type, you can configure how each field is displayed by default and in each view mode. If your entity type has multiple view modes, you can toggle between the view modes at the top of the page, and you can toggle whether each view mode uses the default settings or custom settings in the <em>Custom display settings</em> section. For each field in each view mode, you can choose whether and how to display the label of the field from the <em>Label</em> drop-down list. You can also select the formatter to use for display; some formatters have configuration options, which you can edit using the Edit button (which looks like a wheel). You can also change the display order of fields. You can exclude a field from a specific view mode by choosing <em>Hidden</em> from the formatter drop-down list, or by dragging it into the <em>Disabled</em> section.":"On the <em>Manage display</em> page of your entity type or sub-type, you can configure how each field is displayed by default and in each view mode. If your entity type has multiple view modes, you can toggle between the view modes at the top of the page, and you can toggle whether each view mode uses the default settings or custom settings in the <em>Custom display settings</em> section. For each field in each view mode, you can choose whether and how to display the label of the field from the <em>Label</em> drop-down list. You can also select the formatter to use for display; some formatters have configuration options, which you can edit using the Edit button (which looks like a wheel). You can also change the display order of fields. You can exclude a field from a specific view mode by choosing <em>Hidden</em> from the formatter drop-down list, or by dragging it into the <em>Disabled</em> section.","Configuring view and form modes":"Configuring view and form modes","Listing fields":"Listing fields","Images must be exactly <strong>@size</strong> pixels.":"Images must be exactly <strong>@size</strong> pixels.","Images must be larger than <strong>@min</strong> pixels. Images larger than <strong>@max</strong> pixels will be resized.":"Images must be larger than <strong>@min</strong> pixels. Images larger than <strong>@max</strong> pixels will be resized.","Images must be larger than <strong>@min</strong> pixels.":"Images must be larger than <strong>@min</strong> pixels.","Images larger than <strong>@max</strong> pixels will be resized.":"Images larger than <strong>@max</strong> pixels will be resized.","Define how text is handled by combining filters into text formats.":"Define how text is handled by combining filters into text formats.","The menu link language code.":"The menu link language code.","Node authored by (uid)":"Node authored by (uid)","Revision authored by (uid)":"Revision authored by (uid)","Content access view grants":"Content access view grants","The location this shortcut points to.":"The location this shortcut points to.","Trusted Host Settings":"Trusted Host Settings","The trusted_host_patterns setting is set to allow %trusted_host_patterns":"The trusted_host_patterns setting is set to allow %trusted_host_patterns","Change site name, email address, slogan, default front page, and error pages.":"Change site name, email address, slogan, default front page, and error pages.","This is only used when the site is configured to use a separate administration theme on the Appearance page.":"This is only used when the site is configured to use a separate administration theme on the Appearance page.","Link to any page":"Link to any page","This allows to bypass access checking when linking to internal paths.":"This allows to bypass access checking when linking to internal paths.","Unable to install @extension, %config_names already exists in active configuration.\\u0003Unable to install @extension, %config_names already exist in active configuration.":"Unable to install @extension, %config_names already exists in active configuration.\\u0003Unable to install @extension, %config_names already exist in active configuration.","No access to execute %action on the @entity_type_label %entity_label.":"No access to execute %action on the @entity_type_label %entity_label.","narrow":"narrow","Note: content may be kept, unpublished, deleted or transferred to the anonymous user depending on the configured user settings.":"Note: content may be kept, unpublished, deleted or transferred to the anonymous user depending on the configured user settings.","The reference view %view_name cannot be found.":"The reference view %view_name cannot be found.","Active menu trail":"Active menu trail","Configuration updates":"Configuration updates","The listed configuration will be updated.":"The listed configuration will be updated.","An entity field containing a password value.":"An entity field containing a password value.","An autocomplete text field with tagging support.":"An autocomplete text field with tagging support.","The feed %label has been deleted.":"The feed %label has been deleted.","Block Content revision is a history of changes to block content.":"Block Content revision is a history of changes to block content.","Get the actual block content from a block content revision.":"Get the actual block content from a block content revision.","The Color module saves a modified copy of the theme\'s specified stylesheets in the files directory. If you make any manual changes to your theme\'s stylesheet, <em>you must save your color settings again, even if you haven\'t changed the colors</em>. This step is required because the module stylesheets in the files directory need to be recreated to reflect your changes.":"The Color module saves a modified copy of the theme\'s specified stylesheets in the files directory. If you make any manual changes to your theme\'s stylesheet, <em>you must save your color settings again, even if you haven\'t changed the colors</em>. This step is required because the module stylesheets in the files directory need to be recreated to reflect your changes.","Responsive image style %label saved.":"Responsive image style %label saved.","Field, widget, and formatter information":"Field, widget, and formatter information","Provided by modules":"Provided by modules","Here is a list of the currently enabled field, formatter, and widget modules:":"Here is a list of the currently enabled field, formatter, and widget modules:","Provided by Drupal core":"Provided by Drupal core","As mentioned previously, some field types, widgets, and formatters are provided by Drupal core. Here are some notes on how to use some of these:":"As mentioned previously, some field types, widgets, and formatters are provided by Drupal core. Here are some notes on how to use some of these:","<strong>Number fields</strong>: When you add a number field you can choose from three types: <em>decimal</em>, <em>float</em>, and <em>integer</em>. The <em>decimal</em> number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The <em>float</em> number field type allows users to enter approximate decimal values. The <em>integer</em> number field type allows users to enter whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). It does not allow decimals.":"<strong>Number fields</strong>: When you add a number field you can choose from three types: <em>decimal</em>, <em>float</em>, and <em>integer</em>. The <em>decimal</em> number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The <em>float</em> number field type allows users to enter approximate decimal values. The <em>integer</em> number field type allows users to enter whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). It does not allow decimals.","Defining image styles":"Defining image styles","Naming image styles":"Naming image styles","When you define an image style, you will need to choose a displayed name and a machine name. The displayed name is shown in administrative pages, and the machine name is used to generate the URL for accessing an image processed in that style. There are two common approaches to naming image styles: either based on the effects being applied (for example, <em>Square 85x85</em>), or based on where you plan to use it (for example, <em>Profile picture</em>).":"When you define an image style, you will need to choose a displayed name and a machine name. The displayed name is shown in administrative pages, and the machine name is used to generate the URL for accessing an image processed in that style. There are two common approaches to naming image styles: either based on the effects being applied (for example, <em>Square 85x85</em>), or based on where you plan to use it (for example, <em>Profile picture</em>).","Configuring image fields":"Configuring image fields","A few of the settings for image fields are defined once when you create the field and cannot be changed later; these include the choice of public or private file storage and the number of images that can be stored in the field. The rest of the settings can be edited later; these settings include the field label, help text, allowed file extensions, image resolution restrictions, and the subdirectory in the public or private file storage where the images will be stored. The editable settings can also have different values for different entity sub-types; for instance, if your image field is used on both Page and Article content types, you can store the files in a different subdirectory for the two content types.":"A few of the settings for image fields are defined once when you create the field and cannot be changed later; these include the choice of public or private file storage and the number of images that can be stored in the field. The rest of the settings can be edited later; these settings include the field label, help text, allowed file extensions, image resolution restrictions, and the subdirectory in the public or private file storage where the images will be stored. The editable settings can also have different values for different entity sub-types; for instance, if your image field is used on both Page and Article content types, you can store the files in a different subdirectory for the two content types.","The maximum file size that can be uploaded is limited by PHP settings of the server, but you can restrict it further by configuring a <em>Maximum upload size</em> in the field settings (this setting can be changed later). The maximum file size, either from PHP server settings or field configuration, is automatically displayed to users in the help text of the image field.":"The maximum file size that can be uploaded is limited by PHP settings of the server, but you can restrict it further by configuring a <em>Maximum upload size</em> in the field settings (this setting can be changed later). The maximum file size, either from PHP server settings or field configuration, is automatically displayed to users in the help text of the image field.","You can also configure a default image that will be used if no image is uploaded in an image field. This default can be defined for all instances of the field in the field storage settings when you create a field, and the setting can be overridden for each entity sub-type that uses the field.":"You can also configure a default image that will be used if no image is uploaded in an image field. This default can be defined for all instances of the field in the field storage settings when you create a field, and the setting can be overridden for each entity sub-type that uses the field.","Configuring displays and form displays":"Configuring displays and form displays","On the <em>Manage display</em> page, you can choose the image formatter, which determines the image style used to display the image in each display mode and whether or not to display the image as a link. On the <em>Manage form display</em> page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form.":"On the <em>Manage display</em> page, you can choose the image formatter, which determines the image style used to display the image in each display mode and whether or not to display the image as a link. On the <em>Manage form display</em> page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form.","Selected language configuration":"Selected language configuration","Selected default language no longer exists.":"Selected default language no longer exists.","Language detection configuration saved.":"Language detection configuration saved.","Language codes or other custom text to use as a path prefix for URL language detection. For the selected fallback language, this value may be left blank. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying \\"deutsch\\" as the path prefix code for German results in URLs like \\"example.com/deutsch/contact\\".":"Language codes or other custom text to use as a path prefix for URL language detection. For the selected fallback language, this value may be left blank. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying \\"deutsch\\" as the path prefix code for German results in URLs like \\"example.com/deutsch/contact\\".","Manually entered paths should start with /, ? or #.":"Manually entered paths should start with /, ? or #.","Start typing the title of a piece of content to select it. You can also enter an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page.":"Start typing the title of a piece of content to select it. You can also enter an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page.","The path \'@uri\' is inaccessible.":"The path \'@uri\' is inaccessible.","The path \'@uri\' is invalid.":"The path \'@uri\' is invalid.","The location this menu link points to.":"The location this menu link points to.","Indicates whether the menu link should be rediscovered":"Indicates whether the menu link should be rediscovered","@title [%language translation]":"@title [%language translation]","The username of the content author.":"The username of the content author.","Defining responsive image styles":"Defining responsive image styles","Using responsive image styles in Image fields":"Using responsive image styles in Image fields","A responsive image style associates an image style with each breakpoint defined by your theme.":"A responsive image style associates an image style with each breakpoint defined by your theme.","Responsive image styles":"Responsive image styles","Edit responsive image style":"Edit responsive image style","Duplicate responsive image style":"Duplicate responsive image style","Add responsive image style":"Add responsive image style","Responsive image style":"Responsive image style","Image style mappings":"Image style mappings","Image style mapping":"Image style mapping","Responsive image mapping type":"Responsive image mapping type","Sizes attribute":"Sizes attribute","Image styles to be used when using the \'sizes\' attribute":"Image styles to be used when using the \'sizes\' attribute","<em>Duplicate responsive image style</em> @label":"<em>Duplicate responsive image style</em> @label","<em>Edit responsive image style</em> @label":"<em>Edit responsive image style</em> @label","Responsive image style @label saved.":"Responsive image style @label saved.","Responsive image style: @responsive_image_style":"Responsive image style: @responsive_image_style","Select a responsive image style.":"Select a responsive image style.","The default drag-and-drop user interface for ordering tables in the administrative interface presents a challenge for some users, including users of screen readers and other assistive technology. The drag-and-drop interface can be disabled in a table by clicking a link labeled \\"Show row weights\\" above the table. The replacement interface allows users to order the table by choosing numerical weights instead of dragging table rows.":"The default drag-and-drop user interface for ordering tables in the administrative interface presents a challenge for some users, including users of screen readers and other assistive technology. The drag-and-drop interface can be disabled in a table by clicking a link labeled \\"Show row weights\\" above the table. The replacement interface allows users to order the table by choosing numerical weights instead of dragging table rows.","Using maintenance mode":"Using maintenance mode","Configuring the file system":"Configuring the file system","Configuring the image toolkit":"Configuring the image toolkit","Are you sure you want to delete the format %name : %format?":"Are you sure you want to delete the format %name : %format?","Managing vocabularies":"Managing vocabularies","Managing terms":"Managing terms","Classifying entity content":"Classifying entity content","Adding new terms during content creation":"Adding new terms during content creation","The target entity":"The target entity","Append a destination query string to operation links.":"Append a destination query string to operation links.","Provides links to perform entity operations.":"Provides links to perform entity operations.","Content language of view row":"Content language of view row","Original language of content in view row":"Original language of content in view row","@entity_type_label ID":"@entity_type_label ID","Rendering Language":"Rendering Language","All content that supports translations will be displayed in the selected language.":"All content that supports translations will be displayed in the selected language.","The contextual filter values are provided by the URL.":"The contextual filter values are provided by the URL.","The following replacement tokens are available for this field. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.":"The following replacement tokens are available for this field. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.","@label (@id)":"@label (@id)","Entity reference field storage settings":"Entity reference field storage settings","Entity reference field settings":"Entity reference field settings","Entity reference selection plugin settings":"Entity reference selection plugin settings","Display in native language":"Display in native language","@local-task-title@active":"@local-task-title@active","HTTP cookies":"HTTP cookies","HTTP headers":"HTTP headers","Is super user":"Is super user","Query arguments":"Query arguments","Request format":"Request format","A flag indicating whether this is the default translation.":"A flag indicating whether this is the default translation.","@on_label / @off_label":"@on_label / @off_label","Displayed in native language":"Displayed in native language","Submitted by @username on @datetime":"Submitted by @username on @datetime","By @author @time ago":"By @author @time ago","With multiple languages configured, registered users can select their preferred language and authors can assign a specific language to content.":"With multiple languages configured, registered users can select their preferred language and authors can assign a specific language to content.","This page also provides an overview of how much of the site\'s interface has been translated for each configured language.":"This page also provides an overview of how much of the site\'s interface has been translated for each configured language.","If the Interface Translation module is enabled, this page will provide an overview of how much of the site\'s interface has been translated for each configured language.":"If the Interface Translation module is enabled, this page will provide an overview of how much of the site\'s interface has been translated for each configured language.","Depending on your site features, additional modules that you might want to enable are:":"Depending on your site features, additional modules that you might want to enable are:","This must be an external URL such as %url.":"This must be an external URL such as %url.","Submitted by @author_name on @date":"Submitted by @author_name on @date","Search looks for exact, case-insensitive keywords; keywords shorter than a minimum length are ignored.":"Search looks for exact, case-insensitive keywords; keywords shorter than a minimum length are ignored.","Use upper-case OR to get more results. Example: cat OR dog (content contains either \\"cat\\" or \\"dog\\").":"Use upper-case OR to get more results. Example: cat OR dog (content contains either \\"cat\\" or \\"dog\\").","You can use upper-case AND to require all words, but this is the same as the default behavior. Example: cat AND dog (same as cat dog, content must contain both \\"cat\\" and \\"dog\\").":"You can use upper-case AND to require all words, but this is the same as the default behavior. Example: cat AND dog (same as cat dog, content must contain both \\"cat\\" and \\"dog\\").","Use quotes to search for a phrase. Example: \\"the cat eats mice\\".":"Use quotes to search for a phrase. Example: \\"the cat eats mice\\".","You can precede keywords by - to exclude them; you must still have at least one \\"positive\\" keyword. Example: cat -dog (content must contain cat and cannot contain dog).":"You can precede keywords by - to exclude them; you must still have at least one \\"positive\\" keyword. Example: cat -dog (content must contain cat and cannot contain dog).","The testing framework requires the %sites-simpletest directory to exist and be writable in order to run tests.":"The testing framework requires the %sites-simpletest directory to exist and be writable in order to run tests.","The file %file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable.":"The file %file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable.","User is admin":"User is admin","Include the anonymous user in the matched entities.":"Include the anonymous user in the matched entities.","Include the anonymous user.":"Include the anonymous user.","User search looks for user names and partial user names. Example: mar would match usernames mar, delmar, and maryjane.":"User search looks for user names and partial user names. Example: mar would match usernames mar, delmar, and maryjane.","You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary.":"You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary.","No eligible views were found.":"No eligible views were found.","The view is not based on a translatable entity type or the site is not multilingual.":"The view is not based on a translatable entity type or the site is not multilingual.","Display \\"@display\\" uses a \\"more\\" link but there are no displays it can link to. You need to specify a custom URL.":"Display \\"@display\\" uses a \\"more\\" link but there are no displays it can link to. You need to specify a custom URL.","Disabling SQL rewriting will omit all query tags, i. e. disable node access checks as well as override hook_query_alter() implementations in other modules.":"Disabling SQL rewriting will omit all query tags, i. e. disable node access checks as well as override hook_query_alter() implementations in other modules.","Testing config overrides":"Testing config overrides","Minimal profile for running tests with config overrides in a profile.":"Minimal profile for running tests with config overrides in a profile.","Account\'s permissions":"Account\'s permissions","The hashed password":"The hashed password","Existing password":"Existing password","Filter output for aggregator items":"Filter output for aggregator items","Display the author name.":"Display the author name.","Are you sure you want to create a new %name @type?":"Are you sure you want to create a new %name @type?","Using the personal contact form":"Using the personal contact form","Site visitors can email registered users on your site by using the personal contact form, without knowing or learning the email address of the recipient. When a site visitor is viewing a user profile, the viewer will see a <em>Contact</em> tab or link, which leads to the personal contact form. The personal contact link is not shown when you are viewing your own profile, and users must have both <em>View user information</em> (to see user profiles) and <em>Use users\' personal contact forms</em> permission to see the link. The user whose profile is being viewed must also have their personal contact form enabled (this is a user account setting); viewers with <em>Administer users</em> permission can bypass this setting.":"Site visitors can email registered users on your site by using the personal contact form, without knowing or learning the email address of the recipient. When a site visitor is viewing a user profile, the viewer will see a <em>Contact</em> tab or link, which leads to the personal contact form. The personal contact link is not shown when you are viewing your own profile, and users must have both <em>View user information</em> (to see user profiles) and <em>Use users\' personal contact forms</em> permission to see the link. The user whose profile is being viewed must also have their personal contact form enabled (this is a user account setting); viewers with <em>Administer users</em> permission can bypass this setting.","Configuring contact forms":"Configuring contact forms","Linking to contact forms":"Linking to contact forms","Adding content to contact forms":"Adding content to contact forms","@label (Translation is not supported).":"@label (Translation is not supported).","@entity using @field_name":"@entity using @field_name","Relate each @entity with a @field_name set to the @label.":"Relate each @entity with a @field_name set to the @label.","Configuring form displays":"Configuring form displays","Reference fields have several widgets available on the <em>Manage form display</em> page:":"Reference fields have several widgets available on the <em>Manage form display</em> page:","The <em>Check boxes/radio buttons</em> widget displays the existing entities for the entity type as check boxes or radio buttons based on the <em>Allowed number of values</em> set for the field.":"The <em>Check boxes/radio buttons</em> widget displays the existing entities for the entity type as check boxes or radio buttons based on the <em>Allowed number of values</em> set for the field.","The <em>Select list</em> widget displays the existing entities in a drop-down list or scrolling list box based on the <em>Allowed number of values</em> setting for the field.":"The <em>Select list</em> widget displays the existing entities in a drop-down list or scrolling list box based on the <em>Allowed number of values</em> setting for the field.","The <em>Autocomplete</em> widget displays text fields in which users can type entity labels based on the <em>Allowed number of values</em>. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.":"The <em>Autocomplete</em> widget displays text fields in which users can type entity labels based on the <em>Allowed number of values</em>. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.","The <em>Autocomplete (Tags style)</em> widget displays a multi-text field in which users can type in a comma-separated list of entity labels.":"The <em>Autocomplete (Tags style)</em> widget displays a multi-text field in which users can type in a comma-separated list of entity labels.","Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php or Nginx with PHP-FPM.":"Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php or Nginx with PHP-FPM.","Your server is not capable of displaying file upload progress. File upload progress requires PHP be run with mod_php or PHP-FPM and not as FastCGI.":"Your server is not capable of displaying file upload progress. File upload progress requires PHP be run with mod_php or PHP-FPM and not as FastCGI.","Display download path":"Display download path","Display the filemime as icon":"Display the filemime as icon","Detect tar":"Detect tar","Link this field to the file download URL":"Link this field to the file download URL","File link":"File link","Include tar in extension":"Include tar in extension","If the part of the filename just before the extension is \'.tar\', include this in the extension output.":"If the part of the filename just before the extension is \'.tar\', include this in the extension output.","Display the file download URI":"Display the file download URI","Display an icon":"Display an icon","The icon is representing the file type, instead of the MIME text (such as \\"image/jpeg\\")":"The icon is representing the file type, instead of the MIME text (such as \\"image/jpeg\\")","Using text fields with text formats":"Using text fields with text formats","Text fields that allow text formats are those with \\"formatted\\" in the description. These are <em>Text (formatted, long, with summary)</em>, <em>Text (formatted)</em>, and <em>Text (formatted, long)</em>. You cannot change the type of field once a field has been created.":"Text fields that allow text formats are those with \\"formatted\\" in the description. These are <em>Text (formatted, long, with summary)</em>, <em>Text (formatted)</em>, and <em>Text (formatted, long)</em>. You cannot change the type of field once a field has been created.","Setting the allowed link type":"Setting the allowed link type","In the field settings you can define the allowed link type to be <em>internal links only</em>, <em>external links only</em>, or <em>both internal and external links</em>. <em>Internal links only</em> and <em>both internal and external links</em> options enable an autocomplete widget for internal links, so a user does not have to copy or remember a URL.":"In the field settings you can define the allowed link type to be <em>internal links only</em>, <em>external links only</em>, or <em>both internal and external links</em>. <em>Internal links only</em> and <em>both internal and external links</em> options enable an autocomplete widget for internal links, so a user does not have to copy or remember a URL.","Revisions allow you to track differences between multiple versions of your content, and revert to older versions.":"Revisions allow you to track differences between multiple versions of your content, and revert to older versions.","@type %title has been reverted to the revision from %revision-date.":"@type %title has been reverted to the revision from %revision-date.","Speeding up your site":"Speeding up your site","The Shortcut module creates an add/remove link for each page on your site; the link lets you add or remove the current page from the currently-enabled set of shortcuts (if your theme displays it and you have permission to edit your shortcut set). The core Seven administration theme displays this link next to the page title, as a grey or yellow star. If you click on the grey star, you will add that page to your preferred set of shortcuts. If the page is already part of your shortcut set, the link will be a yellow star, and will allow you to remove the current page from your shortcut set.":"The Shortcut module creates an add/remove link for each page on your site; the link lets you add or remove the current page from the currently-enabled set of shortcuts (if your theme displays it and you have permission to edit your shortcut set). The core Seven administration theme displays this link next to the page title, as a grey or yellow star. If you click on the grey star, you will add that page to your preferred set of shortcuts. If the page is already part of your shortcut set, the link will be a yellow star, and will allow you to remove the current page from your shortcut set.","PHP (multiple statement disabling)":"PHP (multiple statement disabling)","PHP versions higher than 5.6.5 or 5.5.21 provide built-in SQL injection protection for mysql databases. It is recommended to update.":"PHP versions higher than 5.6.5 or 5.5.21 provide built-in SQL injection protection for mysql databases. It is recommended to update.","Site default language code":"Site default language code","Page caching":"Page caching","Please log in to access this page.":"Please log in to access this page.","Allowing users to add new terms gradually builds a vocabulary as content is added and edited. Users can add new terms if either of the two <em>Autocomplete</em> widgets is chosen for the Taxonomy term reference field in the <em>Manage form display</em> page for the field. You will also need to enable the <em>Create referenced entities if they don\'t already exist</em> option, and restrict the field to one vocabulary.":"Allowing users to add new terms gradually builds a vocabulary as content is added and edited. Users can add new terms if either of the two <em>Autocomplete</em> widgets is chosen for the Taxonomy term reference field in the <em>Manage form display</em> page for the field. You will also need to enable the <em>Create referenced entities if they don\'t already exist</em> option, and restrict the field to one vocabulary.","If you choose <em>Text (plain)</em> or <em>Text (formatted)</em> as the field type on the <em>Manage fields</em> page, then a field with a single row is displayed. You can change the maximum text length in the <em>Field settings</em> when you set up the field.":"If you choose <em>Text (plain)</em> or <em>Text (formatted)</em> as the field type on the <em>Manage fields</em> page, then a field with a single row is displayed. You can change the maximum text length in the <em>Field settings</em> when you set up the field.","If you choose <em>Text (plain, long)</em>, <em>Text (formatted, long)</em>, or <em>Text (formatted, long, with summary)</em> on the <em>Manage fields</em> page, then users can insert text of unlimited length. On the <em>Manage form display</em> page, you can set the number of rows that are displayed to users.":"If you choose <em>Text (plain, long)</em>, <em>Text (formatted, long)</em>, or <em>Text (formatted, long, with summary)</em> on the <em>Manage fields</em> page, then users can insert text of unlimited length. On the <em>Manage form display</em> page, you can set the number of rows that are displayed to users.","As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the <em>Text (formatted, long, with summary)</em> field type on the <em>Manage fields</em> page. Even when <em>Summary input</em> is enabled, and summaries are provided, you can display <em>trimmed</em> text nonetheless by choosing the appropriate format on the <em>Manage display</em> page.":"As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the <em>Text (formatted, long, with summary)</em> field type on the <em>Manage fields</em> page. Even when <em>Summary input</em> is enabled, and summaries are provided, you can display <em>trimmed</em> text nonetheless by choosing the appropriate format on the <em>Manage display</em> page.","The Update Manager also allows administrators to update and install modules and themes through the administration interface.":"The Update Manager also allows administrators to update and install modules and themes through the administration interface.","Performing updates through the Update page":"Performing updates through the Update page","Installing new modules and themes through the Install page":"Installing new modules and themes through the Install page","Link to the user":"Link to the user","Display the user or author name.":"Display the user or author name.","Text to use for this variant, @count will be replaced with the value.":"Text to use for this variant, @count will be replaced with the value.","Text to use for the singular form, @count will be replaced with the value.":"Text to use for the singular form, @count will be replaced with the value.","Testing multilingual with English":"Testing multilingual with English","Contains US ASCII characters only":"Contains US ASCII characters only","Checkout complete! Thank you for your purchase.":"Checkout complete! Thank you for your purchase.","Resolving missing content":"Resolving missing content","The following @entity-type translations will be deleted:":"The following @entity-type translations will be deleted:","Delete @language translation":"Delete @language translation","The @entity-type %label @language translation has been deleted.":"The @entity-type %label @language translation has been deleted.","Are you sure you want to delete the @language translation of the @entity-type %label?":"Are you sure you want to delete the @language translation of the @entity-type %label?","The core.extension configuration does not exist.":"The core.extension configuration does not exist.","Unable to install the %module module since it does not exist.":"Unable to install the %module module since it does not exist.","Unable to uninstall the %module module since the %dependent_module module is installed.":"Unable to uninstall the %module module since the %dependent_module module is installed.","Unable to install the %theme theme since it does not exist.":"Unable to install the %theme theme since it does not exist.","Unable to install the %theme theme since it requires the %required_theme theme.":"Unable to install the %theme theme since it requires the %required_theme theme.","Unable to uninstall the %theme theme since the %dependent_theme theme is installed.":"Unable to uninstall the %theme theme since the %dependent_theme theme is installed.","Configuration %name depends on the %owner module that will not be installed after import.":"Configuration %name depends on the %owner module that will not be installed after import.","Configuration %name depends on the %owner theme that will not be installed after import.":"Configuration %name depends on the %owner theme that will not be installed after import.","Configuration %name depends on the %owner extension that will not be installed after import.":"Configuration %name depends on the %owner extension that will not be installed after import.","Unable to install the %module module since it requires the %required_module module.\\u0003Unable to install the %module module since it requires the %required_module modules.":"Unable to install the %module module since it requires the %required_module module.\\u0003Unable to install the %module module since it requires the %required_module modules.","Configuration %name depends on the %module module that will not be installed after import.\\u0003Configuration %name depends on modules (%module) that will not be installed after import.":"Configuration %name depends on the %module module that will not be installed after import.\\u0003Configuration %name depends on modules (%module) that will not be installed after import.","Configuration %name depends on the %theme theme that will not be installed after import.\\u0003Configuration %name depends on themes (%theme) that will not be installed after import.":"Configuration %name depends on the %theme theme that will not be installed after import.\\u0003Configuration %name depends on themes (%theme) that will not be installed after import.","Configuration %name depends on the %config configuration that will not exist after import.\\u0003Configuration %name depends on configuration (%config) that will not exist after import.":"Configuration %name depends on the %config configuration that will not exist after import.\\u0003Configuration %name depends on configuration (%config) that will not exist after import.","Interface text":"Interface text","Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed.":"Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed.","Inaccessible":"Inaccessible","Aggregator title":"Aggregator title","Formats an aggregator item or feed title with an optional link.":"Formats an aggregator item or feed title with an optional link.","Empty block library behavior":"Empty block library behavior","Provides a link to add a new block.":"Provides a link to add a new block.","Books have a hierarchical structure, called a <em>book outline</em>. Each book outline can have nested pages up to nine levels deep. Multiple content types can be configured to behave as a book outline. From the content edit form, it is possible to add a page to a book outline or create a new book.":"Books have a hierarchical structure, called a <em>book outline</em>. Each book outline can have nested pages up to nine levels deep. Multiple content types can be configured to behave as a book outline. From the content edit form, it is possible to add a page to a book outline or create a new book.","Configuring content types for books":"Configuring content types for books","Content type for the <em>Add child page</em> link":"Content type for the <em>Add child page</em> link","The configuration cannot be imported because it failed validation for the following reasons:":"The configuration cannot be imported because it failed validation for the following reasons:","Link to translate @entity_type_label":"Link to translate @entity_type_label","Provide a translation link to the @entity_type_label.":"Provide a translation link to the @entity_type_label.","The Forum module lets you create threaded discussion forums with functionality similar to other message board systems. In a forum, users post topics and threads in nested hierarchies, allowing discussions to be categorized and grouped.":"The Forum module lets you create threaded discussion forums with functionality similar to other message board systems. In a forum, users post topics and threads in nested hierarchies, allowing discussions to be categorized and grouped.","A forum is represented by a hierarchical structure, consisting of:":"A forum is represented by a hierarchical structure, consisting of:","<em>Forums</em> (for example, <em>Recipes for cooking vegetables</em>)":"<em>Forums</em> (for example, <em>Recipes for cooking vegetables</em>)","<em>Forum topics</em> submitted by users (for example, <em>How to cook potatoes</em>), which start discussions.":"<em>Forum topics</em> submitted by users (for example, <em>How to cook potatoes</em>), which start discussions.","Threaded <em>comments</em> submitted by users (for example, <em>You wash the potatoes first and then...</em>).":"Threaded <em>comments</em> submitted by users (for example, <em>You wash the potatoes first and then...</em>).","Optional <em>containers</em>, used to group similar forums. Forums can be placed inside containers, and vice versa.":"Optional <em>containers</em>, used to group similar forums. Forums can be placed inside containers, and vice versa.","Setting up the forum structure":"Setting up the forum structure","Navigating in the forum":"Navigating in the forum","Interface text language selected for page":"Interface text language selected for page","Customize %language_name language detection to differ from Interface text language detection settings":"Customize %language_name language detection to differ from Interface text language detection settings","The domain for %language may only contain the domain name, not a trailing slash, protocol and/or port.":"The domain for %language may only contain the domain name, not a trailing slash, protocol and/or port.","@language translation of the @type %label has been deleted.":"@language translation of the @type %label has been deleted.","always_populate_raw_post_data PHP setting":"always_populate_raw_post_data PHP setting","Not set to -1.":"Not set to -1.","Domain of the relation":"Domain of the relation","Xdebug settings":"Xdebug settings","xdebug.max_nesting_level is set to %value.":"xdebug.max_nesting_level is set to %value.","Set <code>xdebug.max_nesting_level=@level</code> in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.":"Set <code>xdebug.max_nesting_level=@level</code> in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.","For more detailed information, see the <a href=\\"https://www.drupal.org/upgrade\\">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.":"For more detailed information, see the <a href=\\"https://www.drupal.org/upgrade\\">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.","Trimmed limit":"Trimmed limit","If the summary is not set, the trimmed %label field will end at the last full sentence before this character limit.":"If the summary is not set, the trimmed %label field will end at the last full sentence before this character limit.","Trimmed limit: @trim_length characters":"Trimmed limit: @trim_length characters","%name is blocked or has not been activated yet.":"%name is blocked or has not been activated yet.","Working with multilingual views":"Working with multilingual views","If your site has multiple languages and translated entities, each result row in a view will contain one translation of each involved entity (a view can involve multiple entities if it uses relationships). You can use a filter to restrict your view to one language: without filtering, if an entity has three translations it will add three rows to the results; if you filter by language, at most one result will appear (it could be zero if that particular entity does not have a translation matching your language filter choice). If a view uses relationships, each entity in the relationship needs to be filtered separately. You can filter a view to a fixed language choice, such as English or Spanish, or to the language selected by the page the view is displayed on (the language that is selected for the page by the language detection settings either for Content or User interface).":"If your site has multiple languages and translated entities, each result row in a view will contain one translation of each involved entity (a view can involve multiple entities if it uses relationships). You can use a filter to restrict your view to one language: without filtering, if an entity has three translations it will add three rows to the results; if you filter by language, at most one result will appear (it could be zero if that particular entity does not have a translation matching your language filter choice). If a view uses relationships, each entity in the relationship needs to be filtered separately. You can filter a view to a fixed language choice, such as English or Spanish, or to the language selected by the page the view is displayed on (the language that is selected for the page by the language detection settings either for Content or User interface).","Because each result row contains a specific translation of each entity, field-level filters are also relative to these entity translations. For example, if your view has a filter that specifies that the entity title should contain a particular English word, you will presumably filter out all rows containing Chinese translations, since they will not contain the English word. If your view also has a second filter specifying that the title should contain a particular Chinese word, and if you are using \\"And\\" logic for filtering, you will presumably end up with no results in the view, because there are probably not any entity translations containing both the English and Chinese words in the title.":"Because each result row contains a specific translation of each entity, field-level filters are also relative to these entity translations. For example, if your view has a filter that specifies that the entity title should contain a particular English word, you will presumably filter out all rows containing Chinese translations, since they will not contain the English word. If your view also has a second filter specifying that the title should contain a particular Chinese word, and if you are using \\"And\\" logic for filtering, you will presumably end up with no results in the view, because there are probably not any entity translations containing both the English and Chinese words in the title.","Independent of filtering, you can choose the display language (the language used to display the entities and their fields) via a setting on the display. Your language choices are the same as the filter language choices, with an additional choice of \\"Content language of view row\\" and \\"Original language of content in view row\\", which means to display each entity in the result row using the language that entity has or in which it was originally created. In theory, this would give you the flexibility to filter to French translations, for instance, and then display the results in Spanish. The more usual choices would be to use the same language choices for the display language and each entity filter in the view, or to use the Row language setting for the display.":"Independent of filtering, you can choose the display language (the language used to display the entities and their fields) via a setting on the display. Your language choices are the same as the filter language choices, with an additional choice of \\"Content language of view row\\" and \\"Original language of content in view row\\", which means to display each entity in the result row using the language that entity has or in which it was originally created. In theory, this would give you the flexibility to filter to French translations, for instance, and then display the results in Spanish. The more usual choices would be to use the same language choices for the display language and each entity filter in the view, or to use the Row language setting for the display.","Entity link":"Entity link","Entity delete link":"Entity delete link","Entity edit link":"Entity edit link","Link to @entity_type_label":"Link to @entity_type_label","Provide a view link to the @entity_type_label.":"Provide a view link to the @entity_type_label.","Link to edit @entity_type_label":"Link to edit @entity_type_label","Provide an edit link to the @entity_type_label.":"Provide an edit link to the @entity_type_label.","Link to delete @entity_type_label":"Link to delete @entity_type_label","Provide a delete link to the @entity_type_label.":"Provide a delete link to the @entity_type_label.","Options such as paging, table sorting, and exposed filters will not initiate a page refresh.":"Options such as paging, table sorting, and exposed filters will not initiate a page refresh.","Select pager":"Select pager","This can be an internal Drupal path such as node/add or an external URL such as \\"https://www.drupal.org\\". You may use the \\"Replacement patterns\\" above.":"This can be an internal Drupal path such as node/add or an external URL such as \\"https://www.drupal.org\\". You may use the \\"Replacement patterns\\" above.","Per default the table is hidden for an empty view. With this option it is possible to show an empty table with the text in it.":"Per default the table is hidden for an empty view. With this option it is possible to show an empty table with the text in it.","Cache tags":"Cache tags","Timestamp display format settings":"Timestamp display format settings","Future format":"Future format","Past format":"Past format","@requirements_message (Currently using @item version @version)":"@requirements_message (Currently using @item version @version)","The MyISAM storage engine is not supported.":"The MyISAM storage engine is not supported.","0 seconds":"0 seconds","The validation failed because the value conflicts with the value in %field_name, which you cannot access.":"The validation failed because the value conflicts with the value in %field_name, which you cannot access.","Unable to uninstall the %profile profile since it is the install profile.":"Unable to uninstall the %profile profile since it is the install profile.","The @module module is required":"The @module module is required","Use <em>@interval</em> where you want the formatted interval text to appear.":"Use <em>@interval</em> where you want the formatted interval text to appear.","How many time interval units should be shown in the formatted output.":"How many time interval units should be shown in the formatted output.","Future date: %display":"Future date: %display","Past date: %display":"Past date: %display","- Default site/user time zone -":"- Default site/user time zone -","Date format: @date_format":"Date format: @date_format","Custom date format: @custom_date_format":"Custom date format: @custom_date_format","Time zone: @timezone":"Time zone: @timezone","Revision translation affected":"Revision translation affected","Indicates if the last edit of a translation belongs to current revision.":"Indicates if the last edit of a translation belongs to current revision.","To uninstall Book, delete all content that is part of a book":"To uninstall Book, delete all content that is part of a book","To uninstall Book, delete all content that has the Book content type":"To uninstall Book, delete all content that has the Book content type","Configuration archive":"Configuration archive","Your configuration files were successfully uploaded and are ready for import.":"Your configuration files were successfully uploaded and are ready for import.","Translate any configuration including those shipped with modules and themes.":"Translate any configuration including those shipped with modules and themes.","Time zone override":"Time zone override","Datetime custom display format settings":"Datetime custom display format settings","Datetime time ago display format settings":"Datetime time ago display format settings","The time zone selected here will always be used":"The time zone selected here will always be used","To uninstall Forum, first delete all <em>Forum</em> content":"To uninstall Forum, first delete all <em>Forum</em> content","To uninstall Forum, first delete all %vocabulary terms":"To uninstall Forum, first delete all %vocabulary terms","Translate interface text":"Translate interface text","Translate any interface text including configuration shipped with modules and themes.":"Translate any interface text including configuration shipped with modules and themes.","Pages requested by anonymous users are stored the first time they are requested and then are reused. Depending on your site configuration and the amount of your web traffic tied to anonymous visitors, the caching system may significantly increase the speed of your site.":"Pages requested by anonymous users are stored the first time they are requested and then are reused. Depending on your site configuration and the amount of your web traffic tied to anonymous visitors, the caching system may significantly increase the speed of your site.","Internal Page Cache":"Internal Page Cache","Specify the existing path you wish to alias. For example: /node/28, /forum/1, /taxonomy/term/1.":"Specify the existing path you wish to alias. For example: /node/28, /forum/1, /taxonomy/term/1.","The alias needs to start with a slash.":"The alias needs to start with a slash.","The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the <a href=\\"https://php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data\\">PHP manual</a> for information on how to correct this.":"The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the <a href=\\"https://php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data\\">PHP manual</a> for information on how to correct this.","Configuring for performance":"Configuring for performance","Last run: %time ago.":"Last run: %time ago.","The selected modules could not be uninstalled, either due to a website problem or due to the uninstall confirmation form timing out. Please try again.":"The selected modules could not be uninstalled, either due to a website problem or due to the uninstall confirmation form timing out. Please try again.","The path \'%path\' has to start with a slash.":"The path \'%path\' has to start with a slash.","Allow user to control selected display options for this view.":"Allow user to control selected display options for this view.","Allow user to control the number of items displayed in this view":"Allow user to control the number of items displayed in this view","Allow user to specify number of items skipped from beginning of this view.":"Allow user to specify number of items skipped from beginning of this view.","Testing config import":"Testing config import","Tests install profiles in the config importer.":"Tests install profiles in the config importer.","Media library":"Media library","Plural variants":"Plural variants","Block context IDs updated.":"Block context IDs updated.","Encountered an unknown context mapping key coming probably from a contributed or custom module: One or more mappings could not be updated. Please manually review your visibility settings for the following blocks, which are disabled now:":"Encountered an unknown context mapping key coming probably from a contributed or custom module: One or more mappings could not be updated. Please manually review your visibility settings for the following blocks, which are disabled now:","@label (Visibility: @plugin_ids)":"@label (Visibility: @plugin_ids)","Place block <span class=\\"visually-hidden\\">in the %region region</span>":"Place block <span class=\\"visually-hidden\\">in the %region region</span>","Exporting the full configuration":"Exporting the full configuration","Importing a full configuration":"Importing a full configuration","Exporting a single configuration item":"Exporting a single configuration item","Importing a single configuration item":"Importing a single configuration item","Configuration synchronization":"Configuration synchronization","Import and export your configuration.":"Import and export your configuration.","@date by @username":"@date by @username","You must include at least one keyword to match in the content, and punctuation is ignored.\\u0003You must include at least one keyword to match in the content. Keywords must be at least @count characters, and punctuation is ignored.":"You must include at least one keyword to match in the content, and punctuation is ignored.\\u0003You must include at least one keyword to match in the content. Keywords must be at least @count characters, and punctuation is ignored.","Manage responsive image styles.":"Manage responsive image styles.","This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains the correct \'core\' value.":"This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains the correct \'core\' value.","This theme is missing a \'content\' region.":"This theme is missing a \'content\' region.","Apache version":"Apache version","Due to the settings for ServerTokens in httpd.conf, it is impossible to accurately determine the version of Apache running on this server. The reported value is @reported, to run Drupal without mod_rewrite, a minimum version of 2.2.16 is needed.":"Due to the settings for ServerTokens in httpd.conf, it is impossible to accurately determine the version of Apache running on this server. The reported value is @reported, to run Drupal without mod_rewrite, a minimum version of 2.2.16 is needed.","Module %name has been enabled.\\u0003@count modules have been enabled: %names.":"Module %name has been enabled.\\u0003@count modules have been enabled: %names.","Filter by name or description":"Filter by name or description","Enter a part of the module name or description":"Enter a part of the module name or description","Menu links converted":"Menu links converted","Menu link conversion skipped, because the {menu_tree} table did not exist yet.":"Menu link conversion skipped, because the {menu_tree} table did not exist yet.","%type: @message in %function (line %line of %file).":"%type: @message in %function (line %line of %file).","Container cannot be saved to cache.":"Container cannot be saved to cache.","The MySQLnd driver version %version is less than the minimum required version. Upgrade to MySQLnd version %mysqlnd_minimum_version or up, or alternatively switch mysql drivers to libmysqlclient version %libmysqlclient_minimum_version or up.":"The MySQLnd driver version %version is less than the minimum required version. Upgrade to MySQLnd version %mysqlnd_minimum_version or up, or alternatively switch mysql drivers to libmysqlclient version %libmysqlclient_minimum_version or up.","The libmysqlclient driver version %version is less than the minimum required version. Upgrade to libmysqlclient version %libmysqlclient_minimum_version or up, or alternatively switch mysql drivers to MySQLnd version %mysqlnd_minimum_version or up.":"The libmysqlclient driver version %version is less than the minimum required version. Upgrade to libmysqlclient version %libmysqlclient_minimum_version or up, or alternatively switch mysql drivers to MySQLnd version %mysqlnd_minimum_version or up.","Drupal could not be correctly setup with the existing database due to the following error: @error.":"Drupal could not be correctly setup with the existing database due to the following error: @error.","The database server version %version is less than the minimum required version %minimum_version.":"The database server version %version is less than the minimum required version %minimum_version.","A value must be selected for %part.":"A value must be selected for %part.","@title (value @number)":"@title (value @number)","1 error has been found: \\u0003@count errors have been found: ":"1 error has been found: \\u0003@count errors have been found: ","Shown tabs":"Shown tabs","Select tabs being shown in the block":"Select tabs being shown in the block","Show primary tabs":"Show primary tabs","Show secondary tabs":"Show secondary tabs","imminently":"imminently","The blocked IP address.":"The blocked IP address.","Generating accessible content":"Generating accessible content","HTML tables can be created with both table headers as well as caption/summary elements. Alt text is required by default on images added through CKEditor (note that this can be overridden). Semantic HTML5 figure/figcaption are available to add captions to images.":"HTML tables can be created with both table headers as well as caption/summary elements. Alt text is required by default on images added through CKEditor (note that this can be overridden). Semantic HTML5 figure/figcaption are available to add captions to images.","The time that the comment was created, as a Unix timestamp.":"The time that the comment was created, as a Unix timestamp.","The time that the comment was edited by its author, as a Unix timestamp.":"The time that the comment was edited by its author, as a Unix timestamp.","The label of the comment type.":"The label of the comment type.","Bundle ID of the comment type.":"Bundle ID of the comment type.","The node type to which this comment type is attached.":"The node type to which this comment type is attached.","Default comment mode.":"Default comment mode.","Number of comments visible per page.":"Number of comments visible per page.","Whether anonymous comments are allowed.":"Whether anonymous comments are allowed.","Location of the comment form.":"Location of the comment form.","Whether previews are enabled for the comment type.":"Whether previews are enabled for the comment type.","Whether a subject field is enabled for the comment type.":"Whether a subject field is enabled for the comment type.","The module that implements the field type.":"The module that implements the field type.","The entity bundle.":"The entity bundle.","The original machine name of the view mode.":"The original machine name of the view mode.","The view mode ID.":"The view mode ID.","The name of the format.":"The name of the format.","Whether the format is cacheable.":"Whether the format is cacheable.","The role IDs which can use the format.":"The role IDs which can use the format.","The filters configured for the format.":"The filters configured for the format.","The status of the format":"The status of the format","The weight of the format":"The weight of the format","Weight for @title language detection method":"Weight for @title language detection method","Enable @title language detection method":"Enable @title language detection method","Core (Experimental)":"Core (Experimental)","Migration @id is busy with another operation: @status":"Migration @id is busy with another operation: @status","@label (@type)":"@label (@type)","Flag indicating the node type is enable":"Flag indicating the node type is enable","base node.":"base node.","Breakpoint groups: viewport sizing vs art direction":"Breakpoint groups: viewport sizing vs art direction","Breakpoint settings: sizes vs image styles":"Breakpoint settings: sizes vs image styles","Sizes field":"Sizes field","Image styles for sizes":"Image styles for sizes","Failed to load responsive image style: “@style“ while displaying responsive image.":"Failed to load responsive image style: “@style“ while displaying responsive image.","Viewport Sizing":"Viewport Sizing","Select a breakpoint group from the installed themes and modules. Below you can select which breakpoints to use from this group. You can also select which image style or styles to use for each breakpoint you use.":"Select a breakpoint group from the installed themes and modules. Below you can select which breakpoints to use from this group. You can also select which image style or styles to use for each breakpoint you use.","Warning: if you change the breakpoint group you lose all your image style selections for each breakpoint.":"Warning: if you change the breakpoint group you lose all your image style selections for each breakpoint.","Select a breakpoint group from the installed themes and modules.":"Select a breakpoint group from the installed themes and modules.","Enable the Help module for more information on the sizes attribute.":"Enable the Help module for more information on the sizes attribute.","Select multiple image styles and use the sizes attribute.":"Select multiple image styles and use the sizes attribute.","Select a single image style.":"Select a single image style.","Do not use this breakpoint.":"Do not use this breakpoint.","Select image styles with widths that range from the smallest amount of space this image will take up in the layout to the largest, bearing in mind that high resolution screens will need images 1.5x to 2x larger.":"Select image styles with widths that range from the smallest amount of space this image will take up in the layout to the largest, bearing in mind that high resolution screens will need images 1.5x to 2x larger.","Select the smallest image style you expect to appear in this space. The fallback image style should only appear on the site if an error occurs.":"Select the smallest image style you expect to appear in this space. The fallback image style should only appear on the site if an error occurs.","Experimental modules enabled":"Experimental modules enabled","Entity/field definitions":"Entity/field definitions","The system.filter configuration has been moved to a container parameter, see default.services.yml for more information.":"The system.filter configuration has been moved to a container parameter, see default.services.yml for more information.","Block module is not enabled so local actions and tasks which have been converted to blocks, are not visible anymore.":"Block module is not enabled so local actions and tasks which have been converted to blocks, are not visible anymore.","Because your site has custom theme(s) installed, we had to set local actions and tasks blocks into the content region. Please manually review the block configurations and remove the removed variables from your templates.":"Because your site has custom theme(s) installed, we had to set local actions and tasks blocks into the content region. Please manually review the block configurations and remove the removed variables from your templates.","Tabs block":"Tabs block","Whether primary tabs are shown":"Whether primary tabs are shown","Whether secondary tabs are shown":"Whether secondary tabs are shown","The existing format/name combination has not been altered.":"The existing format/name combination has not been altered.","Run database updates":"Run database updates","The weight of the role.":"The weight of the role.","A title semantically associated with your table for increased accessibility.":"A title semantically associated with your table for increased accessibility.","Comment_forum":"Comment_forum","Default comment field":"Default comment field","Security warning: Couldn\'t write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines: <pre><code>@htaccess</code></pre>":"Security warning: Couldn\'t write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines: <pre><code>@htaccess</code></pre>","Please continue to <a href=\\":error_url\\">the error page</a>":"Please continue to <a href=\\":error_url\\">the error page</a>","The installer requires that you create a translations directory as part of the installation process. Create the directory %translations_directory . More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>.":"The installer requires that you create a translations directory as part of the installation process. Create the directory %translations_directory . More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>.","The installer requires read permissions to %translations_directory at all times. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.":"The installer requires read permissions to %translations_directory at all times. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.","The installer requires write permissions to %translations_directory during the installation process. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.":"The installer requires write permissions to %translations_directory during the installation process. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.","The installer requires to contact the translation server to download a translation file. Check your internet connection and verify that your website can reach the translation server at <a href=\\":server_url\\">@server_url</a>.":"The installer requires to contact the translation server to download a translation file. Check your internet connection and verify that your website can reach the translation server at <a href=\\":server_url\\">@server_url</a>.","The %language translation file is not available at the translation server. <a href=\\":url\\">Choose a different language</a> or select English and translate your website later.":"The %language translation file is not available at the translation server. <a href=\\":url\\">Choose a different language</a> or select English and translate your website later.","The %language translation file could not be downloaded. <a href=\\":url\\">Choose a different language</a> or select English and translate your website later.":"The %language translation file could not be downloaded. <a href=\\":url\\">Choose a different language</a> or select English and translate your website later.","The @drupal installer requires that you create a %file as part of the installation process. Copy the %default_file file to %file. More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>.":"The @drupal installer requires that you create a %file as part of the installation process. Copy the %default_file file to %file. More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>.","@drupal requires read permissions to %file at all times. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.":"@drupal requires read permissions to %file at all times. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.","The @drupal installer requires write permissions to %file during the installation process. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.":"The @drupal installer requires write permissions to %file during the installation process. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.","The @drupal installer failed to create a %file file with proper file ownership. Log on to your web server, remove the existing %file file, and create a new one by copying the %default_file file to %file. More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.":"The @drupal installer failed to create a %file file with proper file ownership. Log on to your web server, remove the existing %file file, and create a new one by copying the %default_file file to %file. More details about installing Drupal are available in <a href=\\":install_txt\\">INSTALL.txt</a>. The <a href=\\":handbook_url\\">webhosting issues</a> documentation section offers help on this and other topics.","Check the messages and <a href=\\":retry\\">retry</a>, or you may choose to <a href=\\":cont\\">continue anyway</a>.":"Check the messages and <a href=\\":retry\\">retry</a>, or you may choose to <a href=\\":cont\\">continue anyway</a>.","Check the messages and <a href=\\":url\\">try again</a>.":"Check the messages and <a href=\\":url\\">try again</a>.","The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as <em>/modules</em>. Missing modules: @modules":"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as <em>/modules</em>. Missing modules: @modules","Updating @module":"Updating @module","Post updating @module":"Post updating @module","Entity type mismatch on rename. @old_type not equal to @new_type for existing configuration @old_name and staged configuration @new_name.":"Entity type mismatch on rename. @old_type not equal to @new_type for existing configuration @old_name and staged configuration @new_name.","Rename operation for simple configuration. Existing configuration @old_name and staged configuration @new_name.":"Rename operation for simple configuration. Existing configuration @old_name and staged configuration @new_name.","Your MySQL server and PHP MySQL driver must support utf8mb4 character encoding. Make sure to use a database system that supports this (such as MySQL/MariaDB/Percona 5.5.3 and up), and that the utf8mb4 character set is compiled in. See the <a href=\\":documentation\\" target=\\"_blank\\">MySQL documentation</a> for more information.":"Your MySQL server and PHP MySQL driver must support utf8mb4 character encoding. Make sure to use a database system that supports this (such as MySQL/MariaDB/Percona 5.5.3 and up), and that the utf8mb4 character set is compiled in. See the <a href=\\":documentation\\" target=\\"_blank\\">MySQL documentation</a> for more information.","The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See <a href=\\"INSTALL.pgsql.txt\\">INSTALL.pgsql.txt</a> for more details.":"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See <a href=\\"INSTALL.pgsql.txt\\">INSTALL.pgsql.txt</a> for more details.","The %setting setting is currently set to \'%current_value\', but needs to be \'%needed_value\'. Change this by running the following query: <code>@query</code>":"The %setting setting is currently set to \'%current_value\', but needs to be \'%needed_value\'. Change this by running the following query: <code>@query</code>","Date (e.g. @format)":"Date (e.g. @format)","Time (e.g. @format)":"Time (e.g. @format)","@uri":"@uri","Operating in maintenance mode. <a href=\\":url\\">Go online.</a>":"Operating in maintenance mode. <a href=\\":url\\">Go online.</a>","Textfield size: @size":"Textfield size: @size","Number of rows: @rows":"Number of rows: @rows","URI field size: @size":"URI field size: @size","WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href=\\":https-link\\">Learn more</a>.":"WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href=\\":https-link\\">Learn more</a>.","Failed to connect to the server. The server reports the following message: <p class=\\"error\\">@message</p> For more help installing or updating code on your server, see the <a href=\\":handbook_url\\">handbook</a>.":"Failed to connect to the server. The server reports the following message: <p class=\\"error\\">@message</p> For more help installing or updating code on your server, see the <a href=\\":handbook_url\\">handbook</a>.","The form has become outdated. Copy any unsaved work in the form below and then <a href=\\":link\\">reload this page</a>.":"The form has become outdated. Copy any unsaved work in the form below and then <a href=\\":link\\">reload this page</a>.","@name cannot be longer than %max characters but is currently %length characters long.":"@name cannot be longer than %max characters but is currently %length characters long.","<ul>\\n<li>To start over, you must empty your existing database and copy <em>default.settings.php</em> over <em>settings.php</em>.</li>\\n<li>To upgrade an existing installation, proceed to the <a href=\\":update-url\\">update script</a>.</li>\\n<li>View your <a href=\\":base-url\\">existing site</a>.</li>\\n</ul>":"<ul>\\n<li>To start over, you must empty your existing database and copy <em>default.settings.php</em> over <em>settings.php</em>.</li>\\n<li>To upgrade an existing installation, proceed to the <a href=\\":update-url\\">update script</a>.</li>\\n<li>View your <a href=\\":base-url\\">existing site</a>.</li>\\n</ul>","All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, consult the <a href=\\":handbook_url\\">online handbook</a>.":"All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, consult the <a href=\\":handbook_url\\">online handbook</a>.","The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to <a href=\\":drupal\\">Drupal.org</a>.":"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to <a href=\\":drupal\\">Drupal.org</a>.","File Transfer failed, reason: @reason":"File Transfer failed, reason: @reason","A @entity_type with @field_name %value already exists.":"A @entity_type with @field_name %value already exists.","The Actions module provides tasks that can be executed by the site such as unpublishing content, sending email messages, or blocking a user. Other modules can trigger these actions when specific system events happen; for example, when new content is posted or when a user logs in. Modules can also provide additional actions. For more information, see the <a href=\\":documentation\\">online documentation for the Actions module</a>.":"The Actions module provides tasks that can be executed by the site such as unpublishing content, sending email messages, or blocking a user. Other modules can trigger these actions when specific system events happen; for example, when new content is posted or when a user logs in. Modules can also provide additional actions. For more information, see the <a href=\\":documentation\\">online documentation for the Actions module</a>.","<em>Simple actions</em> do not require configuration and are listed automatically as available on the <a href=\\":actions\\">Actions page</a>.":"<em>Simple actions</em> do not require configuration and are listed automatically as available on the <a href=\\":actions\\">Actions page</a>.","<em>Advanced actions</em> are user-created and have to be configured individually. Create an advanced action on the <a href=\\":actions\\">Actions page</a> by selecting an action type from the drop-down list. Then configure your action, for example by specifying the recipient of an automated email message.":"<em>Advanced actions</em> are user-created and have to be configured individually. Create an advanced action on the <a href=\\":actions\\">Actions page</a> by selecting an action type from the drop-down list. Then configure your action, for example by specifying the recipient of an automated email message.","The message that should be sent. You may include placeholders like [node:title], [user:account-name], [user:display-name] and [comment:body] to represent data that will be different each time message is sent. Not all placeholders will be available in all contexts.":"The message that should be sent. You may include placeholders like [node:title], [user:account-name], [user:display-name] and [comment:body] to represent data that will be different each time message is sent. Not all placeholders will be available in all contexts.","The message to be displayed to the current user. You may include placeholders like [node:title], [user:account-name], [user:display-name] and [comment:body] to represent data that will be different each time message is sent. Not all placeholders will be available in all contexts.":"The message to be displayed to the current user. You may include placeholders like [node:title], [user:account-name], [user:display-name] and [comment:body] to represent data that will be different each time message is sent. Not all placeholders will be available in all contexts.","The Aggregator module is an on-site syndicator and news reader that gathers and displays fresh content from RSS-, RDF-, and Atom-based feeds made available across the web. Thousands of sites (particularly news sites and blogs) publish their latest headlines in feeds, using a number of standardized XML-based formats. For more information, see the <a href=\\":aggregator-module\\">online documentation for the Aggregator module</a>.":"The Aggregator module is an on-site syndicator and news reader that gathers and displays fresh content from RSS-, RDF-, and Atom-based feeds made available across the web. Thousands of sites (particularly news sites and blogs) publish their latest headlines in feeds, using a number of standardized XML-based formats. For more information, see the <a href=\\":aggregator-module\\">online documentation for the Aggregator module</a>.","Users view feed content in the <a href=\\":aggregator\\">main aggregator display</a>, or by <a href=\\":aggregator-sources\\">their source</a> (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the <a href=\\":admin-block\\">Blocks administration page</a>.":"Users view feed content in the <a href=\\":aggregator\\">main aggregator display</a>, or by <a href=\\":aggregator-sources\\">their source</a> (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the <a href=\\":admin-block\\">Blocks administration page</a>.","Configuring the display of feed items":"Configuring the display of feed items","Discarding old feed items":"Discarding old feed items","A <a href=\\":aggregator-opml\\">machine-readable OPML file</a> of all feeds is available. OPML is an XML-based file format used to share outline-structured information such as a list of RSS feeds. Feeds can also be <a href=\\":import-opml\\">imported via an OPML file</a>.":"A <a href=\\":aggregator-opml\\">machine-readable OPML file</a> of all feeds is available. OPML is an XML-based file format used to share outline-structured information such as a list of RSS feeds. Feeds can also be <a href=\\":import-opml\\">imported via an OPML file</a>.","A working <a href=\\":cron\\">cron maintenance task</a> is required to update feeds automatically.":"A working <a href=\\":cron\\">cron maintenance task</a> is required to update feeds automatically.","Current feeds are listed below, and <a href=\\":addfeed\\">new feeds may be added</a>. For each feed, the <em>latest items</em> block may be enabled at the <a href=\\":block\\">blocks administration page</a>.":"Current feeds are listed below, and <a href=\\":addfeed\\">new feeds may be added</a>. For each feed, the <em>latest items</em> block may be enabled at the <a href=\\":block\\">blocks administration page</a>.","@title feed":"@title feed","No feeds available. <a href=\\":link\\">Add feed</a>.":"No feeds available. <a href=\\":link\\">Add feed</a>.","The parent website\'s description that comes from the @description element in the feed.":"The parent website\'s description that comes from the @description element in the feed.","The length of time between feed updates. Requires a correctly configured <a href=\\":cron\\">cron maintenance task</a>.":"The length of time between feed updates. Requires a correctly configured <a href=\\":cron\\">cron maintenance task</a>.","Requires a correctly configured <a href=\\":cron\\">cron maintenance task</a>.":"Requires a correctly configured <a href=\\":cron\\">cron maintenance task</a>.","The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the <a href=\\":url\\">online documentation for the Ban module</a>.":"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the <a href=\\":url\\">online documentation for the Ban module</a>.","Administrators can enter IP addresses to ban on the <a href=\\":bans\\">IP address bans</a> page.":"Administrators can enter IP addresses to ban on the <a href=\\":bans\\">IP address bans</a> page.","The HTTP Basic Authentication module supplies an <a href=\\"http://en.wikipedia.org/wiki/Basic_access_authentication\\">HTTP Basic authentication</a> provider for web service requests. This authentication provider authenticates requests using the HTTP Basic Authentication username and password, as an alternative to using Drupal\'s standard cookie-based authentication system. It is only useful if your site provides web services configured to use this type of authentication (for instance, the <a href=\\":rest_help\\">RESTful Web Services module</a>). For more information, see the <a href=\\":hba_do\\">online documentation for the HTTP Basic Authentication module</a>.":"The HTTP Basic Authentication module supplies an <a href=\\"http://en.wikipedia.org/wiki/Basic_access_authentication\\">HTTP Basic authentication</a> provider for web service requests. This authentication provider authenticates requests using the HTTP Basic Authentication username and password, as an alternative to using Drupal\'s standard cookie-based authentication system. It is only useful if your site provides web services configured to use this type of authentication (for instance, the <a href=\\":rest_help\\">RESTful Web Services module</a>). For more information, see the <a href=\\":hba_do\\">online documentation for the HTTP Basic Authentication module</a>.","The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the <a href=\\":blocks-documentation\\">online documentation for the Block module</a>.":"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the <a href=\\":blocks-documentation\\">online documentation for the Block module</a>.","You can see where the regions are for the current theme by clicking the <em>Demonstrate block regions</em> link on the <a href=\\":blocks\\">Block layout page</a>. Regions are specific to each theme.":"You can see where the regions are for the current theme by clicking the <em>Demonstrate block regions</em> link on the <a href=\\":blocks\\">Block layout page</a>. Regions are specific to each theme.","To change the settings of an individual block click on the <em>Configure</em> link on the <a href=\\":blocks\\">Block layout page</a>. The available options vary depending on the module that provides the block. For all blocks you can change the block title and toggle whether to display it.":"To change the settings of an individual block click on the <em>Configure</em> link on the <a href=\\":blocks\\">Block layout page</a>. The available options vary depending on the module that provides the block. For all blocks you can change the block title and toggle whether to display it.","You can add custom blocks, if the <em>Custom Block</em> module is installed. For more information, see the <a href=\\":blockcontent-help\\">Custom Block help page</a>.":"You can add custom blocks, if the <em>Custom Block</em> module is installed. For more information, see the <a href=\\":blockcontent-help\\">Custom Block help page</a>.","Block settings updated.":"Block settings updated.","Edit %label custom block type":"Edit %label custom block type","You have not created any block types yet. Go to the <a href=\\":url\\">block type creation page</a> to add a new block type.":"You have not created any block types yet. Go to the <a href=\\":url\\">block type creation page</a> to add a new block type.","Add a <a href=\\":url\\">custom block</a>.":"Add a <a href=\\":url\\">custom block</a>.","The Book module is used for creating structured, multi-page content, such as site resource guides, manuals, and wikis. It allows you to create content that has chapters, sections, subsections, or any similarly-tiered structure. Enabling the module creates a new content type <em>Book page</em>. For more information, see the <a href=\\":book\\">online documentation for the Book module</a>.":"The Book module is used for creating structured, multi-page content, such as site resource guides, manuals, and wikis. It allows you to create content that has chapters, sections, subsections, or any similarly-tiered structure. Enabling the module creates a new content type <em>Book page</em>. For more information, see the <a href=\\":book\\">online documentation for the Book module</a>.","You can assign separate permissions for <em>creating new books</em> as well as <em>creating</em>, <em>editing</em> and <em>deleting</em> book content. Users with the <em>Administer book outlines</em> permission can add <em>any</em> type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the <a href=\\":admin-book\\">Book list page</a>.":"You can assign separate permissions for <em>creating new books</em> as well as <em>creating</em>, <em>editing</em> and <em>deleting</em> book content. Users with the <em>Administer book outlines</em> permission can add <em>any</em> type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the <a href=\\":admin-book\\">Book list page</a>.","The <em>Book page</em> content type is the initial content type enabled for book outlines. On the <a href=\\":admin-settings\\">Book settings page</a> you can configure content types that can used in book outlines.":"The <em>Book page</em> content type is the initial content type enabled for book outlines. On the <a href=\\":admin-settings\\">Book settings page</a> you can configure content types that can used in book outlines.","Users with the <em>Add content and child pages to books</em> permission will see a link to <em>Add child page</em> when viewing a content item that is part of a book outline. This link will allow users to create a new content item of the content type you select on the <a href=\\":admin-settings\\">Book settings page</a>. By default this is the <em>Book page</em> content type.":"Users with the <em>Add content and child pages to books</em> permission will see a link to <em>Add child page</em> when viewing a content item that is part of a book outline. This link will allow users to create a new content item of the content type you select on the <a href=\\":admin-settings\\">Book settings page</a>. By default this is the <em>Book page</em> content type.","Book pages have a default book-specific navigation block. This navigation block contains links that lead to the previous and next pages in the book, and to the level above the current page in the book\'s structure. This block can be enabled on the <a href=\':admin-block\'>Blocks layout page</a>. For book pages to show up in the book navigation, they must be added to a book outline.":"Book pages have a default book-specific navigation block. This navigation block contains links that lead to the previous and next pages in the book, and to the level above the current page in the book\'s structure. This block can be enabled on the <a href=\':admin-block\'>Blocks layout page</a>. For book pages to show up in the book navigation, they must be added to a book outline.","The outline feature allows you to include pages in the <a href=\\":book\\">Book hierarchy</a>, as well as move them within the hierarchy or to <a href=\\":book-admin\\">reorder an entire book</a>.":"The outline feature allows you to include pages in the <a href=\\":book\\">Book hierarchy</a>, as well as move them within the hierarchy or to <a href=\\":book-admin\\">reorder an entire book</a>.","The parent page in the book. The maximum depth for a book and all child pages is @maxdepth. Some pages in the selected book may not be available as parents if selecting them would exceed this limit.":"The parent page in the book. The maximum depth for a book and all child pages is @maxdepth. Some pages in the selected book may not be available as parents if selecting them would exceed this limit.","The Breakpoint module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. This module does not have a user interface. For more information, see the <a href=\\":docs\\">online documentation for the Breakpoint module</a>.":"The Breakpoint module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. This module does not have a user interface. For more information, see the <a href=\\":docs\\">online documentation for the Breakpoint module</a>.","<a href=\\":w3\\">Media queries</a> are a formal way to encode breakpoints. For instance, a width breakpoint at 40em would be written as the media query \\"(min-width: 40em)\\". Breakpoints are really just media queries with some additional meta-data, such as a name and multiplier information.":"<a href=\\":w3\\">Media queries</a> are a formal way to encode breakpoints. For instance, a width breakpoint at 40em would be written as the media query \\"(min-width: 40em)\\". Breakpoints are really just media queries with some additional meta-data, such as a name and multiplier information.","The CKEditor module provides a highly-accessible, highly-usable visual text editor and adds a toolbar to text fields. Users can use buttons to format content and to create semantically correct and valid HTML. The CKEditor module uses the framework provided by the <a href=\\":text_editor\\">Text Editor module</a>. It requires JavaScript to be enabled in the browser. For more information, see the <a href=\\":doc_url\\">online documentation for the CKEditor module</a> and the <a href=\\":cke_url\\">CKEditor website</a>.":"The CKEditor module provides a highly-accessible, highly-usable visual text editor and adds a toolbar to text fields. Users can use buttons to format content and to create semantically correct and valid HTML. The CKEditor module uses the framework provided by the <a href=\\":text_editor\\">Text Editor module</a>. It requires JavaScript to be enabled in the browser. For more information, see the <a href=\\":doc_url\\">online documentation for the CKEditor module</a> and the <a href=\\":cke_url\\">CKEditor website</a>.","CKEditor has to be enabled and configured separately for individual text formats from the <a href=\\":formats\\">Text formats and editors page</a> because the filter settings for each text format can be different. For more information, see the <a href=\\":text_editor\\">Text Editor help page</a> and <a href=\\":filter\\">Filter help page</a>.":"CKEditor has to be enabled and configured separately for individual text formats from the <a href=\\":formats\\">Text formats and editors page</a> because the filter settings for each text format can be different. For more information, see the <a href=\\":text_editor\\">Text Editor help page</a> and <a href=\\":filter\\">Filter help page</a>.","CKEditor only allow users to format content in accordance with the filter configuration of the specific text format. If a text format excludes certain HTML tags, the corresponding toolbar buttons are not displayed to users when they edit a text field in this format. For more information see the <a href=\\":filter\\">Filter help page</a>.":"CKEditor only allow users to format content in accordance with the filter configuration of the specific text format. If a text format excludes certain HTML tags, the corresponding toolbar buttons are not displayed to users when they edit a text field in this format. For more information see the <a href=\\":filter\\">Filter help page</a>.","The built in WYSIWYG editor (CKEditor) comes with a number of <a href=\\":features\\">accessibility features</a>. CKEditor comes with built in <a href=\\":shortcuts\\">keyboard shortcuts</a>, which can be beneficial for both power users and keyboard only users.":"The built in WYSIWYG editor (CKEditor) comes with a number of <a href=\\":features\\">accessibility features</a>. CKEditor comes with built in <a href=\\":shortcuts\\">keyboard shortcuts</a>, which can be beneficial for both power users and keyboard only users.","The Color module allows users with the <em>Administer site configuration</em> permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the <a href=\\":color_do\\">online documentation for the Color module</a>.":"The Color module allows users with the <em>Administer site configuration</em> permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the <a href=\\":color_do\\">online documentation for the Color module</a>.","To change the color settings, select the <em>Settings</em> link for your theme on the <a href=\\":appearance\\">Appearance</a> page. If the color picker does not appear then the theme is not compatible with the Color module.":"To change the color settings, select the <em>Settings</em> link for your theme on the <a href=\\":appearance\\">Appearance</a> page. If the color picker does not appear then the theme is not compatible with the Color module.","The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the <a href=\\":comment\\">online documentation for the Comment module</a>.":"The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the <a href=\\":comment\\">online documentation for the Comment module</a>.","Enabling commenting":"Enabling commenting","Comment functionality can be enabled for any entity sub-type (for example, a <a href=\\":content-type\\">content type</a>) by adding a <em>Comments</em> field on its <em>Manage fields page</em>. Adding or removing commenting for an entity through the user interface requires the <a href=\\":field_ui\\">Field UI</a> module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the <a href=\\":field\\">Field module help page</a>.":"Comment functionality can be enabled for any entity sub-type (for example, a <a href=\\":content-type\\">content type</a>) by adding a <em>Comments</em> field on its <em>Manage fields page</em>. Adding or removing commenting for an entity through the user interface requires the <a href=\\":field_ui\\">Field UI</a> module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the <a href=\\":field\\">Field module help page</a>.","Configuring commenting settings":"Configuring commenting settings","Commenting settings can be configured by editing the <em>Comments</em> field on the <em>Manage fields page</em> of an entity type if the <em>Field UI module</em> is enabled. Configuration includes the label of the comments field, the number of comments to be displayed, and whether they are shown in threaded list. Commenting can be be configured as: <em>Open</em> to allow new comments, <em>Closed</em> to view existing comments, but prevent new comments, or <em>Hidden</em> to hide existing comments and prevent new comments. Changing this configuration for an entity type will not change existing entity items.":"Commenting settings can be configured by editing the <em>Comments</em> field on the <em>Manage fields page</em> of an entity type if the <em>Field UI module</em> is enabled. Configuration includes the label of the comments field, the number of comments to be displayed, and whether they are shown in threaded list. Commenting can be be configured as: <em>Open</em> to allow new comments, <em>Closed</em> to view existing comments, but prevent new comments, or <em>Hidden</em> to hide existing comments and prevent new comments. Changing this configuration for an entity type will not change existing entity items.","Users with the appropriate permissions can override the default commenting settings of an entity type when they create an item of that type.":"Users with the appropriate permissions can override the default commenting settings of an entity type when they create an item of that type.","Comments from users who have the <em>Skip comment approval</em> permission are published immediately. All other comments are placed in the <a href=\\":comment-approval\\">Unapproved comments</a> queue, until a user who has permission to <em>Administer comments and comment settings</em> publishes or deletes them. Published comments can be bulk managed on the <a href=\\":admin-comment\\">Published comments</a> administration page. When a comment has no replies, it remains editable by its author, as long as the author has <em>Edit own comments</em> permission.":"Comments from users who have the <em>Skip comment approval</em> permission are published immediately. All other comments are placed in the <a href=\\":comment-approval\\">Unapproved comments</a> queue, until a user who has permission to <em>Administer comments and comment settings</em> publishes or deletes them. Published comments can be bulk managed on the <a href=\\":admin-comment\\">Published comments</a> administration page. When a comment has no replies, it remains editable by its author, as long as the author has <em>Edit own comments</em> permission.","In reply to @parent_title by @parent_username":"In reply to @parent_title by @parent_username","Name for @anonymous":"Name for @anonymous","<a href=\\":login\\">Log in</a> or <a href=\\":register\\">register</a> to post comments":"<a href=\\":login\\">Log in</a> or <a href=\\":register\\">register</a> to post comments","<a href=\\":login\\">Log in</a> to post comments":"<a href=\\":login\\">Log in</a> to post comments","Select the Comment type to use for this comment field. Manage the comment types from the <a href=\\":url\\">administration overview page</a>.":"Select the Comment type to use for this comment field. Manage the comment types from the <a href=\\":url\\">administration overview page</a>.","The Configuration Manager module provides a user interface for importing and exporting configuration changes between installations of your website in different environments. Configuration is stored in YAML format. For more information, see the <a href=\\":url\\">online documentation for the Configuration Manager module</a>.":"The Configuration Manager module provides a user interface for importing and exporting configuration changes between installations of your website in different environments. Configuration is stored in YAML format. For more information, see the <a href=\\":url\\">online documentation for the Configuration Manager module</a>.","You can create and download an archive consisting of all your site\'s configuration exported as <em>*.yml</em> files on the <a href=\\":url\\">Export</a> page.":"You can create and download an archive consisting of all your site\'s configuration exported as <em>*.yml</em> files on the <a href=\\":url\\">Export</a> page.","You can upload a full site configuration from an archive file on the <a href=\\":url\\">Import</a> page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the <em>system.site</em> configuration item. That means that your other environments should initially be set up as clones of the target site. Migrations are not supported.":"You can upload a full site configuration from an archive file on the <a href=\\":url\\">Import</a> page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the <em>system.site</em> configuration item. That means that your other environments should initially be set up as clones of the target site. Migrations are not supported.","You can review differences between the active configuration and an imported configuration archive on the <a href=\\":synchronize\\">Synchronize</a> page to ensure that the changes are as expected, before finalizing the import. The Synchronize page also shows configuration items that would be added or removed.":"You can review differences between the active configuration and an imported configuration archive on the <a href=\\":synchronize\\">Synchronize</a> page to ensure that the changes are as expected, before finalizing the import. The Synchronize page also shows configuration items that would be added or removed.","You can export a single configuration item by selecting a <em>Configuration type</em> and <em>Configuration name</em> on the <a href=\\":single-export\\">Single export</a> page. The configuration and its corresponding <em>*.yml file name</em> are then displayed on the page for you to copy.":"You can export a single configuration item by selecting a <em>Configuration type</em> and <em>Configuration name</em> on the <a href=\\":single-export\\">Single export</a> page. The configuration and its corresponding <em>*.yml file name</em> are then displayed on the page for you to copy.","You can import a single configuration item by pasting it in YAML format into the form on the <a href=\\":single-import\\">Single import</a> page.":"You can import a single configuration item by pasting it in YAML format into the form on the <a href=\\":single-import\\">Single import</a> page.","Export and download the full configuration of this site as a gzipped tar file.":"Export and download the full configuration of this site as a gzipped tar file.","Choose a configuration item to display its YAML structure.":"Choose a configuration item to display its YAML structure.","Import a single configuration item by pasting its YAML structure into the text field.":"Import a single configuration item by pasting its YAML structure into the text field.","Full archive":"Full archive","Single item":"Single item","Staged":"Staged","The following items in your active configuration have changes since the last import that may be lost on the next import.":"The following items in your active configuration have changes since the last import that may be lost on the next import.","@collection configuration collection":"@collection configuration collection","@source_name to @target_name":"@source_name to @target_name","The Configuration Translation module allows you to translate configuration text; for example, the site name, vocabularies, menus, or date formats. Together with the modules <a href=\\":language\\">Language</a>, <a href=\\":content-translation\\">Content Translation</a>, and <a href=\\":locale\\">Interface Translation</a>, it allows you to build multilingual websites. For more information, see the <a href=\\":doc_url\\">online documentation for the Configuration Translation module</a>.":"The Configuration Translation module allows you to translate configuration text; for example, the site name, vocabularies, menus, or date formats. Together with the modules <a href=\\":language\\">Language</a>, <a href=\\":content-translation\\">Content Translation</a>, and <a href=\\":locale\\">Interface Translation</a>, it allows you to build multilingual websites. For more information, see the <a href=\\":doc_url\\">online documentation for the Configuration Translation module</a>.","In order to translate configuration, the website must have at least two <a href=\\":url\\">languages</a>.":"In order to translate configuration, the website must have at least two <a href=\\":url\\">languages</a>.","Users with the <em>Translate user edited configuration</em> permission can access the configuration translation overview, and manage translations for specific languages. The <a href=\\":translation-page\\">Configuration translation</a> page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on <em>Translate</em>, you are provided with a list of all languages. You can <em>add</em> or <em>edit</em> a translation for a specific language. Users with specific configuration permissions can also <em>edit</em> the text for the site\'s default language. For some configuration text items (for example for the site information), the specific translation pages can also be accessed directly from their configuration pages.":"Users with the <em>Translate user edited configuration</em> permission can access the configuration translation overview, and manage translations for specific languages. The <a href=\\":translation-page\\">Configuration translation</a> page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on <em>Translate</em>, you are provided with a list of all languages. You can <em>add</em> or <em>edit</em> a translation for a specific language. Users with specific configuration permissions can also <em>edit</em> the text for the site\'s default language. For some configuration text items (for example for the site information), the specific translation pages can also be accessed directly from their configuration pages.","You can choose to translate date formats on the <a href=\\":translation-page\\">Configuration translation</a> page. This allows you not only to translate the label text, but also to set a language-specific <em>PHP date format</em>.":"You can choose to translate date formats on the <a href=\\":translation-page\\">Configuration translation</a> page. This allows you not only to translate the label text, but also to set a language-specific <em>PHP date format</em>.","@label <span class=\\"visually-hidden\\">(@source_language)</span>":"@label <span class=\\"visually-hidden\\">(@source_language)</span>","The Contact module allows visitors to contact registered users on your site, using the personal contact form, and also allows you to set up site-wide contact forms. For more information, see the <a href=\\":contact\\">online documentation for the Contact module</a>.":"The Contact module allows visitors to contact registered users on your site, using the personal contact form, and also allows you to set up site-wide contact forms. For more information, see the <a href=\\":contact\\">online documentation for the Contact module</a>.","On the <a href=\\":contact_admin\\">Contact forms page</a>, you can configure the fields and display of the personal contact form, and you can set up one or more site-wide contact forms. Each site-wide contact form has a machine name, a label, and one or more defined recipients; when a site visitor submits the form, the field values are sent to those recipients.":"On the <a href=\\":contact_admin\\">Contact forms page</a>, you can configure the fields and display of the personal contact form, and you can set up one or more site-wide contact forms. Each site-wide contact form has a machine name, a label, and one or more defined recipients; when a site visitor submits the form, the field values are sent to those recipients.","One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the <em>Contact</em> menu link in the <em>Footer</em> menu will link to it. You can modify this link from the <a href=\\":menu-settings\\">Menus page</a> if you have the Menu UI module installed. You can also create links to other contact forms; the URL for each form you have set up has format <em>contact/machine_name_of_form</em>.":"One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the <em>Contact</em> menu link in the <em>Footer</em> menu will link to it. You can modify this link from the <a href=\\":menu-settings\\">Menus page</a> if you have the Menu UI module installed. You can also create links to other contact forms; the URL for each form you have set up has format <em>contact/machine_name_of_form</em>.","From the <a href=\\":contact_admin\\">Contact forms page</a>, you can configure the fields to be shown on contact forms, including their labels and help text. If you would like other content (such as text or images) to appear on a contact form, use a block. You can create and edit blocks on the <a href=\\":blocks\\">Block layout page</a>, if the Block module is installed.":"From the <a href=\\":contact_admin\\">Contact forms page</a>, you can configure the fields to be shown on contact forms, including their labels and help text. If you would like other content (such as text or images) to appear on a contact form, use a block. You can create and edit blocks on the <a href=\\":blocks\\">Block layout page</a>, if the Block module is installed.","[@form] @subject":"[@form] @subject","@sender-name (@sender-url) sent a message using the contact form at @form-url.":"@sender-name (@sender-url) sent a message using the contact form at @form-url.","[@site-name] @subject":"[@site-name] @subject","Hello @recipient-name,":"Hello @recipient-name,","@sender-name (@sender-url) has sent you a message via your contact form at @site-name.":"@sender-name (@sender-url) has sent you a message via your contact form at @site-name.","If you don\'t want to receive such emails, you can change your settings at @recipient-edit-url.":"If you don\'t want to receive such emails, you can change your settings at @recipient-edit-url.","@name (not verified)":"@name (not verified)","The contact form has not been configured. <a href=\\":add\\">Add one or more forms</a> .":"The contact form has not been configured. <a href=\\":add\\">Add one or more forms</a> .","The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other <a href=\\":field_help\\" title=\\"Field module help, with background on content entities\\">content entities</a>. Together with the modules <a href=\\":language\\">Language</a>, <a href=\\":config-trans\\">Configuration Translation</a>, and <a href=\\":locale\\">Interface Translation</a>, it allows you to build multilingual websites. For more information, see the <a href=\\":translation-entity\\">online documentation for the Content Translation module</a>.":"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other <a href=\\":field_help\\" title=\\"Field module help, with background on content entities\\">content entities</a>. Together with the modules <a href=\\":language\\">Language</a>, <a href=\\":config-trans\\">Configuration Translation</a>, and <a href=\\":locale\\">Interface Translation</a>, it allows you to build multilingual websites. For more information, see the <a href=\\":translation-entity\\">online documentation for the Content Translation module</a>.","In order to translate content, the website must have at least two <a href=\\":url\\">languages</a>. When that is the case, you can enable translation for the desired content entities on the <a href=\\":translation-entity\\">Content language</a> page. When enabling translation you can choose the default language for content and decide whether to show the language selection field on the content editing forms.":"In order to translate content, the website must have at least two <a href=\\":url\\">languages</a>. When that is the case, you can enable translation for the desired content entities on the <a href=\\":translation-entity\\">Content language</a> page. When enabling translation you can choose the default language for content and decide whether to show the language selection field on the content editing forms.","Before you can translate content, there must be at least two languages added on the <a href=\\":url\\">languages administration</a> page.":"Before you can translate content, there must be at least two languages added on the <a href=\\":url\\">languages administration</a> page.","To configure translation for this field, <a href=\\":language-settings-url\\">enable language support</a> for this type.":"To configure translation for this field, <a href=\\":language-settings-url\\">enable language support</a> for this type.","<a href=\\":settings_url\\">Enable translation</a> for <em>content types</em>, <em>taxonomy vocabularies</em>, <em>accounts</em>, or any other element you wish to translate.":"<a href=\\":settings_url\\">Enable translation</a> for <em>content types</em>, <em>taxonomy vocabularies</em>, <em>accounts</em>, or any other element you wish to translate.","The Contextual links module gives users with the <em>Use contextual links</em> permission quick access to tasks associated with certain areas of pages on your site. For example, a menu displayed as a block has links to edit the menu and configure the block. For more information, see the <a href=\\":contextual\\">online documentation for the Contextual Links module</a>.":"The Contextual links module gives users with the <em>Use contextual links</em> permission quick access to tasks associated with certain areas of pages on your site. For example, a menu displayed as a block has links to edit the menu and configure the block. For more information, see the <a href=\\":contextual\\">online documentation for the Contextual Links module</a>.","Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: @picture":"Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: @picture","If you have the <a href=\\":toolbar\\">Toolbar module</a> enabled, clicking the contextual links button in the toolbar (which looks like a pencil) will make all contextual links buttons on the page visible. Clicking this button again will toggle them to invisible.":"If you have the <a href=\\":toolbar\\">Toolbar module</a> enabled, clicking the contextual links button in the toolbar (which looks like a pencil) will make all contextual links buttons on the page visible. Clicking this button again will toggle them to invisible.","The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements <em>datetime</em> and <em>datelist</em> for use in programming modules. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI module help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":datetime_do\\">online documentation for the Datetime module</a>.":"The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements <em>datetime</em> and <em>datelist</em> for use in programming modules. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI module help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":datetime_do\\">online documentation for the Datetime module</a>.","The <em>settings</em> and the <em>display</em> of the Date field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the Date field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","Dates can be displayed using the <em>Plain</em> or the <em>Default</em> formatter. The <em>Plain</em> formatter displays the date in the <a href=\\"http://en.wikipedia.org/wiki/ISO_8601\\">ISO 8601</a> format. If you choose the <em>Default</em> formatter, you can choose a format from a predefined list that can be managed on the <a href=\\":date_format_list\\">Date and time formats</a> page.":"Dates can be displayed using the <em>Plain</em> or the <em>Default</em> formatter. The <em>Plain</em> formatter displays the date in the <a href=\\"http://en.wikipedia.org/wiki/ISO_8601\\">ISO 8601</a> format. If you choose the <em>Default</em> formatter, you can choose a format from a predefined list that can be managed on the <a href=\\":date_format_list\\">Date and time formats</a> page.","Date part order: @order":"Date part order: @order","Time type: @time_type":"Time type: @time_type","Time increments: @increment":"Time increments: @increment","The Database Logging module logs system events in the Drupal database. For more information, see the <a href=\\":dblog\\">online documentation for the Database Logging module</a>.":"The Database Logging module logs system events in the Drupal database. For more information, see the <a href=\\":dblog\\">online documentation for the Database Logging module</a>.","The Database Logging module allows you to view an event log on the <a href=\\":dblog\\">Recent log messages</a> page. The log is a chronological list of recorded events containing usage data, performance data, errors, warnings and operational information. Administrators should check the log on a regular basis to ensure their site is working properly.":"The Database Logging module allows you to view an event log on the <a href=\\":dblog\\">Recent log messages</a> page. The log is a chronological list of recorded events containing usage data, performance data, errors, warnings and operational information. Administrators should check the log on a regular basis to ensure their site is working properly.","In case of errors or problems with the site, the <a href=\\":dblog\\">Recent log messages</a> page can be useful for debugging, since it shows the sequence of events. The log messages include usage information, warnings, and errors.":"In case of errors or problems with the site, the <a href=\\":dblog\\">Recent log messages</a> page can be useful for debugging, since it shows the sequence of events. The log messages include usage information, warnings, and errors.","The maximum number of messages to keep in the database log. Requires a <a href=\\":cron\\">cron maintenance task</a>.":"The maximum number of messages to keep in the database log. Requires a <a href=\\":cron\\">cron maintenance task</a>.","Pages which are suitable for caching are cached the first time they are requested, then the cached version is served for all later requests. Dynamic content is handled automatically so that both cache correctness and hit ratio is maintained.":"Pages which are suitable for caching are cached the first time they are requested, then the cached version is served for all later requests. Dynamic content is handled automatically so that both cache correctness and hit ratio is maintained.","Internal Dynamic Page Cache":"Internal Dynamic Page Cache","Caches pages for any user, handling dynamic content correctly.":"Caches pages for any user, handling dynamic content correctly.","The Text Editor module provides a framework that other modules (such as <a href=\\":ckeditor\\">CKEditor module</a>) can use to provide toolbars and other functionality that allow users to format text more easily than typing HTML tags directly. For more information, see the <a href=\\":documentation\\">online documentation for the Text Editor module</a>.":"The Text Editor module provides a framework that other modules (such as <a href=\\":ckeditor\\">CKEditor module</a>) can use to provide toolbars and other functionality that allow users to format text more easily than typing HTML tags directly. For more information, see the <a href=\\":documentation\\">online documentation for the Text Editor module</a>.","The Text Editor module provides a framework for managing editors. To use it, you also need to enable a text editor. This can either be the core <a href=\\":ckeditor\\">CKEditor module</a>, which can be enabled on the <a href=\\":extend\\">Extend page</a>, or a contributed module for any other text editor. When installing a contributed text editor module, be sure to check the installation instructions, because you will most likely need to download and install an external library as well as the Drupal module.":"The Text Editor module provides a framework for managing editors. To use it, you also need to enable a text editor. This can either be the core <a href=\\":ckeditor\\">CKEditor module</a>, which can be enabled on the <a href=\\":extend\\">Extend page</a>, or a contributed module for any other text editor. When installing a contributed text editor module, be sure to check the installation instructions, because you will most likely need to download and install an external library as well as the Drupal module.","On the <a href=\\":formats\\">Text formats and editors page</a> you can see which text editor is associated with each text format. You can change this by clicking on the <em>Configure</em> link, and then choosing a text editor or <em>none</em> from the <em>Text editor</em> drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.":"On the <a href=\\":formats\\">Text formats and editors page</a> you can see which text editor is associated with each text format. You can change this by clicking on the <em>Configure</em> link, and then choosing a text editor or <em>none</em> from the <em>Text editor</em> drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.","The <em>settings</em> and the <em>display</em> of the entity reference field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the entity reference field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","No eligible views were found. <a href=\\":create\\">Create a view</a> with an <em>Entity Reference</em> display, or add such a display to an <a href=\\":existing\\">existing view</a>.":"No eligible views were found. <a href=\\":create\\">Create a view</a> with an <em>Entity Reference</em> display, or add such a display to an <a href=\\":existing\\">existing view</a>.","The Field module allows custom data fields to be defined for <em>entity</em> types (see below). The Field module takes care of storing, loading, editing, and rendering field data. Most users will not interact with the Field module directly, but will instead use the <a href=\\":field-ui-help\\">Field UI module</a> user interface. Module developers can use the Field API to make new entity types \\"fieldable\\" and thus allow fields to be attached to them. For more information, see the <a href=\\":field\\">online documentation for the Field module</a>.":"The Field module allows custom data fields to be defined for <em>entity</em> types (see below). The Field module takes care of storing, loading, editing, and rendering field data. Most users will not interact with the Field module directly, but will instead use the <a href=\\":field-ui-help\\">Field UI module</a> user interface. Module developers can use the Field API to make new entity types \\"fieldable\\" and thus allow fields to be attached to them. For more information, see the <a href=\\":field\\">online documentation for the Field module</a>.","The Field module provides the infrastructure for fields; the field types, formatters, and widgets are provided by Drupal core or additional modules. Some of the modules are required; the optional modules can be enabled from the <a href=\\":modules\\">Extend administration page</a>. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the <a href=\\":contrib\\">contributed module section of Drupal.org</a>.":"The Field module provides the infrastructure for fields; the field types, formatters, and widgets are provided by Drupal core or additional modules. Some of the modules are required; the optional modules can be enabled from the <a href=\\":modules\\">Extend administration page</a>. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the <a href=\\":contrib\\">contributed module section of Drupal.org</a>.","The Field UI module provides an administrative user interface (UI) for managing and displaying fields. Fields can be attached to most content entity sub-types. Different field types, widgets, and formatters are provided by the modules enabled on your site, and managed by the Field module. For background information and terminology related to fields and entities, see the <a href=\\":field\\">Field module help page</a>. For more information about the Field UI, see the <a href=\\":field_ui_docs\\">online documentation for the Field UI module</a>.":"The Field UI module provides an administrative user interface (UI) for managing and displaying fields. Fields can be attached to most content entity sub-types. Different field types, widgets, and formatters are provided by the modules enabled on your site, and managed by the Field module. For background information and terminology related to fields and entities, see the <a href=\\":field\\">Field module help page</a>. For more information about the Field UI, see the <a href=\\":field_ui_docs\\">online documentation for the Field UI module</a>.","You can add, edit, and delete view modes for entities on the <a href=\\":view_modes\\">View modes page</a>, and you can add, edit, and delete form modes for entities on the <a href=\\":form_modes\\">Form modes page</a>. Once you have defined a view mode or form mode for an entity type, it will be available on the Manage display or Manage form display page for each sub-type of that entity.":"You can add, edit, and delete view modes for entities on the <a href=\\":view_modes\\">View modes page</a>, and you can add, edit, and delete form modes for entities on the <a href=\\":form_modes\\">Form modes page</a>. Once you have defined a view mode or form mode for an entity type, it will be available on the Manage display or Manage form display page for each sub-type of that entity.","There are two reports available that list the fields defined on your site. The <a href=\\":entity-list\\" title=\\"Entities field list report\\">Entities</a> report lists all your fields, showing the field machine names, types, and the entity types or sub-types they are used on (each sub-type links to the Manage fields page). If the <a href=\\":views\\">Views</a> and <a href=\\":views-ui\\">Views UI</a> modules are enabled, the <a href=\\":views-list\\" title=\\"Used in views field list report\\">Used in views</a> report lists each field that is used in a view, with a link to edit that view.":"There are two reports available that list the fields defined on your site. The <a href=\\":entity-list\\" title=\\"Entities field list report\\">Entities</a> report lists all your fields, showing the field machine names, types, and the entity types or sub-types they are used on (each sub-type links to the Manage fields page). If the <a href=\\":views\\">Views</a> and <a href=\\":views-ui\\">Views UI</a> modules are enabled, the <a href=\\":views-list\\" title=\\"Used in views field list report\\">Used in views</a> report lists each field that is used in a view, with a link to edit that view.","There are no fields yet added. You can add new fields on the <a href=\\":link\\">Manage fields</a> page.":"There are no fields yet added. You can add new fields on the <a href=\\":link\\">Manage fields</a> page.","The %display_mode mode now uses custom display settings. You might want to <a href=\\":url\\">configure them</a>.":"The %display_mode mode now uses custom display settings. You might want to <a href=\\":url\\">configure them</a>.","@size limit.":"@size limit.","file from @field_name":"file from @field_name","The File module allows you to create fields that contain files. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":file_documentation\\">online documentation for the File module</a>.":"The File module allows you to create fields that contain files. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":file_documentation\\">online documentation for the File module</a>.","The <em>settings</em> and the <em>display</em> of the file field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the file field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","Uploaded files can either be stored as <em>public</em> or <em>private</em>, depending on the <a href=\\":file-system\\">File system settings</a>. For more information, see the <a href=\\":system-help\\">System module help page</a>.":"Uploaded files can either be stored as <em>public</em> or <em>private</em>, depending on the <a href=\\":file-system\\">File system settings</a>. For more information, see the <a href=\\":system-help\\">System module help page</a>.","The file used in the @name field may not be referenced.":"The file used in the @name field may not be referenced.","The file referenced by the @name field does not exist.":"The file referenced by the @name field does not exist.","You can create and edit text formats on the <a href=\\":formats\\">Text formats page</a> (if the Text Editor module is enabled, this page is named Text formats and editors). One text format is included by default: Plain text (which removes all HTML tags). Additional text formats may be created during installation. You can create a text format by clicking \\"<a href=\\":add_format\\">Add text format</a>\\".":"You can create and edit text formats on the <a href=\\":formats\\">Text formats page</a> (if the Text Editor module is enabled, this page is named Text formats and editors). One text format is included by default: Plain text (which removes all HTML tags). Additional text formats may be created during installation. You can create a text format by clicking \\"<a href=\\":add_format\\">Add text format</a>\\".","Use the <a href=\\":url\\">@label</a> text format":"Use the <a href=\\":url\\">@label</a> text format","For more information see W3C\'s <a href=\\":html-specifications\\">HTML Specifications</a> or use your favorite search engine to find other sites that explain HTML.":"For more information see W3C\'s <a href=\\":html-specifications\\">HTML Specifications</a> or use your favorite search engine to find other sites that explain HTML.","If you do encounter problems, try using HTML character entities. A common example looks like &amp;amp; for an ampersand &amp; character. For a full list of entities see HTML\'s <a href=\\":html-entities\\">entities</a> page. Some of the available characters include:":"If you do encounter problems, try using HTML character entities. A common example looks like &amp;amp; for an ampersand &amp; character. For a full list of entities see HTML\'s <a href=\\":html-entities\\">entities</a> page. Some of the available characters include:","Limit allowed HTML tags and correct faulty HTML":"Limit allowed HTML tags and correct faulty HTML","The Forum module adds and uses a content type called <em>Forum topic</em>. For background information on content types, see the <a href=\\":node_help\\">Node module help page</a>.":"The Forum module adds and uses a content type called <em>Forum topic</em>. For background information on content types, see the <a href=\\":node_help\\">Node module help page</a>.","For more information, see the <a href=\\":forum\\">online documentation for the Forum module</a>.":"For more information, see the <a href=\\":forum\\">online documentation for the Forum module</a>.","Visit the <a href=\\":forums\\">Forums page</a> to set up containers and forums to hold your discussion topics.":"Visit the <a href=\\":forums\\">Forums page</a> to set up containers and forums to hold your discussion topics.","The <a href=\\":create-topic\\">Forum topic</a> link on the <a href=\\":content-add\\">Add content</a> page creates the first post of a new threaded discussion, or thread.":"The <a href=\\":create-topic\\">Forum topic</a> link on the <a href=\\":content-add\\">Add content</a> page creates the first post of a new threaded discussion, or thread.","Enabling the Forum module provides a default <em>Forums</em> menu item in the Tools menu that links to the <a href=\\":forums\\">Forums page</a>.":"Enabling the Forum module provides a default <em>Forums</em> menu item in the Tools menu that links to the <a href=\\":forums\\">Forums page</a>.","Adjust the display of your forum topics. Organize the forums on the <a href=\\":forum-structure\\">forum structure page</a>.":"Adjust the display of your forum topics. Organize the forums on the <a href=\\":forum-structure\\">forum structure page</a>.","To uninstall Forum, first delete all <a href=\\":url\\">%vocabulary</a> terms":"To uninstall Forum, first delete all <a href=\\":url\\">%vocabulary</a> terms","No containers or forums available. <a href=\\":container\\">Add container</a> or <a href=\\":forum\\">Add forum</a>.":"No containers or forums available. <a href=\\":container\\">Add container</a> or <a href=\\":forum\\">Add forum</a>.","<a href=\\":hal_spec\\">Hypertext Application Language (HAL)</a> is a format that supports the linking required for hypermedia APIs.":"<a href=\\":hal_spec\\">Hypertext Application Language (HAL)</a> is a format that supports the linking required for hypermedia APIs.","This module adds support for serializing entities (such as content items, taxonomy terms, etc.) to the JSON version of HAL. For more information, see the <a href=\\":hal_do\\">online documentation for the HAL module</a>.":"This module adds support for serializing entities (such as content items, taxonomy terms, etc.) to the JSON version of HAL. For more information, see the <a href=\\":hal_do\\">online documentation for the HAL module</a>.","<strong>Configure your website</strong> Once logged in, visit the <a href=\\":admin\\">Administration page</a>, where you may <a href=\\":config\\">customize and configure</a> all aspects of your website.":"<strong>Configure your website</strong> Once logged in, visit the <a href=\\":admin\\">Administration page</a>, where you may <a href=\\":config\\">customize and configure</a> all aspects of your website.","<strong>Enable additional functionality</strong> Next, visit the <a href=\\":modules\\">Extend page</a> and enable modules that suit your specific needs. You can find additional modules at the <a href=\\":download_modules\\">Drupal.org modules page</a>.":"<strong>Enable additional functionality</strong> Next, visit the <a href=\\":modules\\">Extend page</a> and enable modules that suit your specific needs. You can find additional modules at the <a href=\\":download_modules\\">Drupal.org modules page</a>.","<strong>Customize your website design</strong> To change the \\"look and feel\\" of your website, visit the <a href=\\":themes\\">Appearance page</a>. You may choose from one of the included themes or download additional themes from the <a href=\\":download_themes\\">Drupal.org themes page</a>.":"<strong>Customize your website design</strong> To change the \\"look and feel\\" of your website, visit the <a href=\\":themes\\">Appearance page</a>. You may choose from one of the included themes or download additional themes from the <a href=\\":download_themes\\">Drupal.org themes page</a>.","<strong>Start posting content</strong> Finally, you may <a href=\\":content\\">add new content</a> to your website.":"<strong>Start posting content</strong> Finally, you may <a href=\\":content\\">add new content</a> to your website.","The Help module generates <a href=\\":help-page\\">Help reference pages</a> to guide you through the use and configuration of modules, and provides a Help block with page-level help. The reference pages are a starting point for <a href=\\":handbook\\">Drupal.org online documentation</a> pages that contain more extensive and up-to-date information, are annotated with user-contributed comments, and serve as the definitive reference point for all Drupal documentation. For more information, see the <a href=\\":help\\">online documentation for the Help module</a>.":"The Help module generates <a href=\\":help-page\\">Help reference pages</a> to guide you through the use and configuration of modules, and provides a Help block with page-level help. The reference pages are a starting point for <a href=\\":handbook\\">Drupal.org online documentation</a> pages that contain more extensive and up-to-date information, are annotated with user-contributed comments, and serve as the definitive reference point for all Drupal documentation. For more information, see the <a href=\\":help\\">online documentation for the Help module</a>.","The Help module displays explanations for using each module listed on the main <a href=\\":help\\">Help reference page</a>.":"The Help module displays explanations for using each module listed on the main <a href=\\":help\\">Help reference page</a>.","Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the <a href=\\":blocks\\">Block layout page</a>.":"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the <a href=\\":blocks\\">Block layout page</a>.","The History module keeps track of which content a user has read. It marks content as <em>new</em> or <em>updated</em> depending on the last time the user viewed it. History records that are older than one month are removed during cron, which means that content older than one month is always considered <em>read</em>. The History module does not have a user interface but it provides a filter to <a href=\\":views-help\\">Views</a> to show new or updated content. For more information, see the <a href=\\":url\\">online documentation for the History module</a>.":"The History module keeps track of which content a user has read. It marks content as <em>new</em> or <em>updated</em> depending on the last time the user viewed it. History records that are older than one month are removed during cron, which means that content older than one month is always considered <em>read</em>. The History module does not have a user interface but it provides a filter to <a href=\\":views-help\\">Views</a> to show new or updated content. For more information, see the <a href=\\":url\\">online documentation for the History module</a>.","image from @field_name":"image from @field_name","The Image module allows you to create fields that contain image files and to configure <a href=\\":image_styles\\">Image styles</a> that can be used to manipulate the display of images. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the <a href=\\":image_documentation\\">online documentation for the Image module</a>.":"The Image module allows you to create fields that contain image files and to configure <a href=\\":image_styles\\">Image styles</a> that can be used to manipulate the display of images. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the <a href=\\":image_documentation\\">online documentation for the Image module</a>.","The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or <em>image style</em>, is the result of applying one or more <em>effects</em> to the original image. As an example, you might upload a high-resolution image with a 4:3 aspect ratio, and display it scaled down, square cropped, or black-and-white (or any combination of these effects). The Image module provides a way to do this efficiently: you configure an image style with the desired effects on the <a href=\\":image\\">Image styles page</a>, and the first time a particular image is requested in that style, the effects are applied. The resulting image is saved, and the next time that same style is requested, the saved image is retrieved without the need to recalculate the effects. Drupal core provides several effects that you can use to define styles; others may be provided by contributed modules.":"The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or <em>image style</em>, is the result of applying one or more <em>effects</em> to the original image. As an example, you might upload a high-resolution image with a 4:3 aspect ratio, and display it scaled down, square cropped, or black-and-white (or any combination of these effects). The Image module provides a way to do this efficiently: you configure an image style with the desired effects on the <a href=\\":image\\">Image styles page</a>, and the first time a particular image is requested in that style, the effects are applied. The resulting image is saved, and the next time that same style is requested, the saved image is retrieved without the need to recalculate the effects. Drupal core provides several effects that you can use to define styles; others may be provided by contributed modules.","When you create an image field, you will need to choose whether the uploaded images will be stored in the public or private file directory defined in your settings.php file and shown on the <a href=\\":file-system\\">File system page</a>. This choice cannot be changed later. You can also configure your field to store files in a subdirectory of the public or private directory; this setting can be changed later and can be different for each entity sub-type using the field. For more information on file storage, see the <a href=\\":system-help\\">System module help page</a>.":"When you create an image field, you will need to choose whether the uploaded images will be stored in the public or private file directory defined in your settings.php file and shown on the <a href=\\":file-system\\">File system page</a>. This choice cannot be changed later. You can also configure your field to store files in a subdirectory of the public or private directory; this setting can be changed later and can be different for each entity sub-type using the field. For more information on file storage, see the <a href=\\":system-help\\">System module help page</a>.","There are currently no styles. <a href=\\":url\\">Add a new one</a>.":"There are currently no styles. <a href=\\":url\\">Add a new one</a>.","Both a height and width value must be specified in the @name field.":"Both a height and width value must be specified in the @name field.","The primary identifier for an image style.":"The primary identifier for an image style.","The style machine name.":"The style machine name.","The style administrative name.":"The style administrative name.","You can add languages on the <a href=\\":language_list\\">Languages</a> page by selecting <em>Add language</em> and choosing a language from the drop-down menu. This language is then displayed in the languages list, where it can be configured further. If the <a href=\\":interface\\">Interface translation module</a> is enabled, and the <em>translation server</em> is set as a translation source, then the interface translation for this language is automatically downloaded as well.":"You can add languages on the <a href=\\":language_list\\">Languages</a> page by selecting <em>Add language</em> and choosing a language from the drop-down menu. This language is then displayed in the languages list, where it can be configured further. If the <a href=\\":interface\\">Interface translation module</a> is enabled, and the <em>translation server</em> is set as a translation source, then the interface translation for this language is automatically downloaded as well.","By default, content is created in the site\'s default language and no language selector is displayed on content creation pages. On the <a href=\\":content_language\\">Content language</a> page you can customize the language configuration for any supported content entity on your site (for example for content types or menu links). After choosing an entity, you are provided with a drop-down menu to set the default language and a check-box to display language selectors.":"By default, content is created in the site\'s default language and no language selector is displayed on content creation pages. On the <a href=\\":content_language\\">Content language</a> page you can customize the language configuration for any supported content entity on your site (for example for content types or menu links). After choosing an entity, you are provided with a drop-down menu to set the default language and a check-box to display language selectors.","If the Block module is enabled, then you can add a language switcher block on the <a href=\\":blocks\\">Block layout</a> page to allow users to switch between languages.":"If the Block module is enabled, then you can add a language switcher block on the <a href=\\":blocks\\">Block layout</a> page to allow users to switch between languages.","If the Block module is enabled, then the Language module allows you to set the visibility of a block based on selected languages on the <a href=\\":blocks\\">Block layout</a> page.":"If the Block module is enabled, then the Language module allows you to set the visibility of a block based on selected languages on the <a href=\\":blocks\\">Block layout</a> page.","The <a href=\\":detection\\">Detection and selection</a> page provides several methods for deciding which language is used for displaying interface text. When a method detects and selects an interface language, then the following methods in the list are not applied. You can order them by importance, with your preferred method at the top of the list, followed by one or several fall-back methods.":"The <a href=\\":detection\\">Detection and selection</a> page provides several methods for deciding which language is used for displaying interface text. When a method detects and selects an interface language, then the following methods in the list are not applied. You can order them by importance, with your preferred method at the top of the list, followed by one or several fall-back methods.","<em>Browser</em> sets the interface language based on the browser\'s language settings. Since browsers use different language codes to refer to the same languages, you can add and edit languages codes to map the browser language codes to the <a href=\\":language_list\\">language codes</a> used on your site.":"<em>Browser</em> sets the interface language based on the browser\'s language settings. Since browsers use different language codes to refer to the same languages, you can add and edit languages codes to map the browser language codes to the <a href=\\":language_list\\">language codes</a> used on your site.","Reorder the configured languages to set their order in the language switcher block and, when editing content, in the list of selectable languages. This ordering does not impact <a href=\\":detection\\">detection and selection</a>.":"Reorder the configured languages to set their order in the language switcher block and, when editing content, in the list of selectable languages. This ordering does not impact <a href=\\":detection\\">detection and selection</a>.","The site default language can also be set. It is not recommended to change the default language on a working site. <a href=\\":language-detection\\">Configure the Selected language</a> setting on the detection and selection page to change the fallback language for language selection.":"The site default language can also be set. It is not recommended to change the default language on a working site. <a href=\\":language-detection\\">Configure the Selected language</a> setting on the detection and selection page to change the fallback language for language selection.","Define how to decide which language is used to display page elements (primarily text provided by modules, such as field labels and help text). This decision is made by evaluating a series of detection methods for languages; the first detection method that gets a result will determine which language is used for that type of text. Be aware that some language detection methods are unreliable under certain conditions, such as browser detection when page-caching is enabled and a user is not currently logged in. Define the order of evaluation of language detection methods on this page. The default language can be changed in the <a href=\\":admin-change-language\\">list of languages</a>.":"Define how to decide which language is used to display page elements (primarily text provided by modules, such as field labels and help text). This decision is made by evaluating a series of detection methods for languages; the first detection method that gets a result will determine which language is used for that type of text. Be aware that some language detection methods are unreliable under certain conditions, such as browser detection when page-caching is enabled and a user is not currently logged in. Define the order of evaluation of language detection methods on this page. The default language can be changed in the <a href=\\":admin-change-language\\">list of languages</a>.","Browsers use different language codes to refer to the same languages. Internally, a best effort is made to determine the correct language based on the code that the browser sends. You can add and edit additional mappings from browser language codes to <a href=\\":configure-languages\\">site languages</a>.":"Browsers use different language codes to refer to the same languages. Internally, a best effort is made to determine the correct language based on the code that the browser sends. You can add and edit additional mappings from browser language codes to <a href=\\":configure-languages\\">site languages</a>.","Changing the selected language here (and leaving this option as the last among the detection and selection options) is the easiest way to change the fallback language for the website, if you need to change how your site works by default (e.g., when using an empty path prefix or using the default domain). <a href=\\":admin-change-language\\">Changing the site\'s default language</a> itself might have other undesired side effects.":"Changing the selected language here (and leaving this option as the last among the detection and selection options) is the easiest way to change the fallback language for the website, if you need to change how your site works by default (e.g., when using an empty path prefix or using the default domain). <a href=\\":admin-change-language\\">Changing the site\'s default language</a> itself might have other undesired side effects.","Explanation of the language options is found on the <a href=\\":languages_list_page\\">languages list page</a>.":"Explanation of the language options is found on the <a href=\\":languages_list_page\\">languages list page</a>.","Site\'s default language (@language)":"Site\'s default language (@language)","Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the <a href=\\":block-admin\\">block administration page</a>.":"Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the <a href=\\":block-admin\\">block administration page</a>.","Use language codes as <a href=\\":w3ctags\\">defined by the W3C</a> for interoperability. <em>Examples: \\"en\\", \\"en-gb\\" and \\"zh-hant\\".</em>":"Use language codes as <a href=\\":w3ctags\\">defined by the W3C</a> for interoperability. <em>Examples: \\"en\\", \\"en-gb\\" and \\"zh-hant\\".</em>","%field must be a valid language tag as <a href=\\":url\\">defined by the W3C</a>.":"%field must be a valid language tag as <a href=\\":url\\">defined by the W3C</a>.","The prefix may only be left blank for the <a href=\\":url\\">selected detection fallback language.</a>":"The prefix may only be left blank for the <a href=\\":url\\">selected detection fallback language.</a>","The Link module allows you to create fields that contain internal or external URLs and optional link text. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":link_documentation\\">online documentation for the Link module</a>.":"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":link_documentation\\">online documentation for the Link module</a>.","The <em>settings</em> and the <em>display</em> of the link field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the link field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","One translation file could not be checked. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation files could not be checked. <a href=\\":url\\">See the log</a> for details.":"One translation file could not be checked. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation files could not be checked. <a href=\\":url\\">See the log</a> for details.","@message (@percent%).":"@message (@percent%).","One translation file could not be imported. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation files could not be imported. <a href=\\":url\\">See the log</a> for details.":"One translation file could not be imported. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation files could not be imported. <a href=\\":url\\">See the log</a> for details.","One translation string was skipped because of disallowed or malformed HTML. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation strings were skipped because of disallowed or malformed HTML. <a href=\\":url\\">See the log</a> for details.":"One translation string was skipped because of disallowed or malformed HTML. <a href=\\":url\\">See the log</a> for details.\\u0003@count translation strings were skipped because of disallowed or malformed HTML. <a href=\\":url\\">See the log</a> for details.","The Interface Translation module allows you to translate interface text (<em>strings</em>) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the <a href=\\":language\\">Language module</a>. For more information, see the <a href=\\":doc-url\\">online documentation for the Interface Translation module</a>.":"The Interface Translation module allows you to translate interface text (<em>strings</em>) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the <a href=\\":language\\">Language module</a>. For more information, see the <a href=\\":doc-url\\">online documentation for the Interface Translation module</a>.","Translation files with translated interface text are imported automatically when languages are added on the <a href=\\":languages\\">Languages</a> page, or when modules or themes are enabled. On the <a href=\\":locale-settings\\">Interface translation settings</a> page, the <em>Translation source</em> can be restricted to local files only, or to include the <a href=\\":server\\">Drupal translation server</a>. Although modules and themes may not be fully translated in all languages, new translations become available frequently. You can specify whether and how often to check for translation file updates and whether to overwrite existing translations on the <a href=\\":locale-settings\\">Interface translation settings</a> page. You can also manually import a translation file on the <a href=\\":import\\">Interface translation import</a> page.":"Translation files with translated interface text are imported automatically when languages are added on the <a href=\\":languages\\">Languages</a> page, or when modules or themes are enabled. On the <a href=\\":locale-settings\\">Interface translation settings</a> page, the <em>Translation source</em> can be restricted to local files only, or to include the <a href=\\":server\\">Drupal translation server</a>. Although modules and themes may not be fully translated in all languages, new translations become available frequently. You can specify whether and how often to check for translation file updates and whether to overwrite existing translations on the <a href=\\":locale-settings\\">Interface translation settings</a> page. You can also manually import a translation file on the <a href=\\":import\\">Interface translation import</a> page.","You can check how much of the interface on your site is translated into which language on the <a href=\\":languages\\">Languages</a> page. On the <a href=\\":translation-updates\\">Available translation updates</a> page, you can check whether interface translation updates are available on the <a href=\\":server\\">Drupal translation server</a>.":"You can check how much of the interface on your site is translated into which language on the <a href=\\":languages\\">Languages</a> page. On the <a href=\\":translation-updates\\">Available translation updates</a> page, you can check whether interface translation updates are available on the <a href=\\":server\\">Drupal translation server</a>.","You can translate individual strings directly on the <a href=\\":translate\\">User interface translation</a> page, or download the currently-used translation file for a specific language on the <a href=\\":export\\">Interface translation export</a> page. Once you have edited the translation file, you can then import it again on the <a href=\\":import\\">Interface translation import</a> page.":"You can translate individual strings directly on the <a href=\\":translate\\">User interface translation</a> page, or download the currently-used translation file for a specific language on the <a href=\\":export\\">Interface translation export</a> page. Once you have edited the translation file, you can then import it again on the <a href=\\":import\\">Interface translation import</a> page.","Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report <a href=\\":update\\">Available translation updates</a> shows the status. Interface text can be customized in the <a href=\\":translate\\">user interface translation</a> page.":"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report <a href=\\":update\\">Available translation updates</a> shows the status. Interface text can be customized in the <a href=\\":translate\\">user interface translation</a> page.","This page allows a translator to search for specific translated and untranslated strings, and is used when creating or editing translations. (Note: Because translation tasks involve many strings, it may be more convenient to <a title=\\"User interface translation export\\" href=\\":export\\">export</a> strings for offline editing in a desktop Gettext translation editor.) Searches may be limited to strings in a specific language.":"This page allows a translator to search for specific translated and untranslated strings, and is used when creating or editing translations. (Note: Because translation tasks involve many strings, it may be more convenient to <a title=\\"User interface translation export\\" href=\\":export\\">export</a> strings for offline editing in a desktop Gettext translation editor.) Searches may be limited to strings in a specific language.","Translation files are automatically downloaded and imported when <a title=\\"Languages\\" href=\\":language\\">languages</a> are added, or when modules or themes are enabled.":"Translation files are automatically downloaded and imported when <a title=\\"Languages\\" href=\\":language\\">languages</a> are added, or when modules or themes are enabled.","This page allows translators to manually import translated strings contained in a Gettext Portable Object (.po) file. Manual import may be used for customized translations or for the translation of custom modules and themes. To customize translations you can download a translation file from the <a href=\\":url\\">Drupal translation server</a> or <a title=\\"User interface translation export\\" href=\\":export\\">export</a> translations from the site, customize the translations using a Gettext translation editor, and import the result using this page.":"This page allows translators to manually import translated strings contained in a Gettext Portable Object (.po) file. Manual import may be used for customized translations or for the translation of custom modules and themes. To customize translations you can download a translation file from the <a href=\\":url\\">Drupal translation server</a> or <a title=\\"User interface translation export\\" href=\\":export\\">export</a> translations from the site, customize the translations using a Gettext translation editor, and import the result using this page.","Updates available for: @languages. See the <a href=\\":updates\\">Available translation updates</a> page for more information.":"Updates available for: @languages. See the <a href=\\":updates\\">Available translation updates</a> page for more information.","Missing translations for: @languages. See the <a href=\\":updates\\">Available translation updates</a> page for more information.":"Missing translations for: @languages. See the <a href=\\":updates\\">Available translation updates</a> page for more information.","No translation status is available. See the <a href=\\":updates\\">Available translation updates</a> page for more information.":"No translation status is available. See the <a href=\\":updates\\">Available translation updates</a> page for more information.","Interface translation settings":"Interface translation settings","Interface translation import":"Interface translation import","Interface translation export":"Interface translation export","Select how frequently you want to check for new interface translations for your currently installed modules and themes. <a href=\\":url\\">Check updates now</a>.":"Select how frequently you want to check for new interface translations for your currently installed modules and themes. <a href=\\":url\\">Check updates now</a>.","Translation files are stored locally in the %path directory. You can change this directory on the <a href=\\":url\\">File system</a> configuration page.":"Translation files are stored locally in the %path directory. You can change this directory on the <a href=\\":url\\">File system</a> configuration page.","Translation files will not be stored locally. Change the Interface translation directory on the <a href=\\":url\\">File system configuration</a> page.":"Translation files will not be stored locally. Change the Interface translation directory on the <a href=\\":url\\">File system configuration</a> page.","You have selected local translation source, but no <a href=\\":url\\">Interface translation directory</a> was configured.":"You have selected local translation source, but no <a href=\\":url\\">Interface translation directory</a> was configured.","No translatable languages available. <a href=\\":add_language\\">Add a language</a> first.":"No translatable languages available. <a href=\\":add_language\\">Add a language</a> first.","No translation status available. <a href=\\":check\\">Check manually</a>.":"No translation status available. <a href=\\":check\\">Check manually</a>.","It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the <a href=\\":menu-help\\">Menu UI module help page</a> and the <a href=\\":drupal-org-help\\">online documentation for the Custom Menu Links module</a>.":"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the <a href=\\":menu-help\\">Menu UI module help page</a> and the <a href=\\":drupal-org-help\\">online documentation for the Custom Menu Links module</a>.","For more information, see the <a href=\\":drupal-org-help\\">online documentation for the Custom Menu Links module</a>. If you enable the Menu UI module, it provides an interface for managing menus and menu links.":"For more information, see the <a href=\\":drupal-org-help\\">online documentation for the Custom Menu Links module</a>. If you enable the Menu UI module, it provides an interface for managing menus and menu links.","The Menu UI module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. For more information, see the <a href=\\":menu\\">online documentation for the Menu UI module</a>.":"The Menu UI module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. For more information, see the <a href=\\":menu\\">online documentation for the Menu UI module</a>.","Users with the <em>Administer menus and menu items</em> permission can add, edit, and delete custom menus on the <a href=\\":menu\\">Menus page</a>. Custom menus can be special site menus, menus of external links, or any combination of internal and external links. You may create an unlimited number of additional menus, each of which will automatically have an associated block (if you have the <a href=\\":block_help\\">Block module</a> installed). By selecting <em>Edit menu</em>, you can add, edit, or delete links for a given menu. The links listing page provides a drag-and-drop interface for controlling the order of links, and creating a hierarchy within the menu.":"Users with the <em>Administer menus and menu items</em> permission can add, edit, and delete custom menus on the <a href=\\":menu\\">Menus page</a>. Custom menus can be special site menus, menus of external links, or any combination of internal and external links. You may create an unlimited number of additional menus, each of which will automatically have an associated block (if you have the <a href=\\":block_help\\">Block module</a> installed). By selecting <em>Edit menu</em>, you can add, edit, or delete links for a given menu. The links listing page provides a drag-and-drop interface for controlling the order of links, and creating a hierarchy within the menu.","If you have the Block module enabled, then each menu that you create is rendered in a block that you enable and position on the <a href=\\":blocks\\">Block layout page</a>. In some <a href=\\":themes\\">themes</a>, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the <a href=\\":themes\\">theme\'s settings page</a>.":"If you have the Block module enabled, then each menu that you create is rendered in a block that you enable and position on the <a href=\\":blocks\\">Block layout page</a>. In some <a href=\\":themes\\">themes</a>, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the <a href=\\":themes\\">theme\'s settings page</a>.","You can enable the newly-created block for this menu on the <a href=\\":blocks\\">Block layout page</a>.":"You can enable the newly-created block for this menu on the <a href=\\":blocks\\">Block layout page</a>.","Each menu has a corresponding block that is managed on the <a href=\\":blocks\\">Block layout page</a>.":"Each menu has a corresponding block that is managed on the <a href=\\":blocks\\">Block layout page</a>.","There are no menu links yet. <a href=\\":url\\">Add link</a>.":"There are no menu links yet. <a href=\\":url\\">Add link</a>.","The Migrate module provides a framework for migrating data, usually from an external source into your site. It does not provide a user interface. For more information, see the <a href=\\":migrate\\">online documentation for the Migrate module</a>.":"The Migrate module provides a framework for migrating data, usually from an external source into your site. It does not provide a user interface. For more information, see the <a href=\\":migrate\\">online documentation for the Migrate module</a>.","Migration failed with source plugin exception: @e":"Migration failed with source plugin exception: @e","Memory usage is @usage (@pct% of limit @limit), reclaiming memory.":"Memory usage is @usage (@pct% of limit @limit), reclaiming memory.","Memory usage is now @usage (@pct% of limit @limit), not enough reclaimed, starting new batch":"Memory usage is now @usage (@pct% of limit @limit), not enough reclaimed, starting new batch","Memory usage is now @usage (@pct% of limit @limit), reclaimed enough, continuing":"Memory usage is now @usage (@pct% of limit @limit), reclaimed enough, continuing","The Migrate Drupal module provides a framework based on the <a href=\\":migrate\\">Migrate module</a> to facilitate migration from a Drupal (6, 7, or 8) site to your website. It does not provide a user interface. For more information, see the <a href=\\":migrate_drupal\\">online documentation for the Migrate Drupal module</a>.":"The Migrate Drupal module provides a framework based on the <a href=\\":migrate\\">Migrate module</a> to facilitate migration from a Drupal (6, 7, or 8) site to your website. It does not provide a user interface. For more information, see the <a href=\\":migrate_drupal\\">online documentation for the Migrate Drupal module</a>.","The content access permissions need to be rebuilt. <a href=\\":node_access_rebuild\\">Rebuild permissions</a>.":"The content access permissions need to be rebuilt. <a href=\\":node_access_rebuild\\">Rebuild permissions</a>.","The Node module manages the creation, editing, deletion, settings, and display of the main site content. Content items managed by the Node module are typically displayed as pages on your site, and include a title, some meta-data (author, creation time, content type, etc.), and optional fields containing text or other data (fields are managed by the <a href=\\":field\\">Field module</a>). For more information, see the <a href=\\":node\\">online documentation for the Node module</a>.":"The Node module manages the creation, editing, deletion, settings, and display of the main site content. Content items managed by the Node module are typically displayed as pages on your site, and include a title, some meta-data (author, creation time, content type, etc.), and optional fields containing text or other data (fields are managed by the <a href=\\":field\\">Field module</a>). For more information, see the <a href=\\":node\\">online documentation for the Node module</a>.","When new content is created, the Node module records basic information about the content, including the author, date of creation, and the <a href=\\":content-type\\">Content type</a>. It also manages the <em>publishing options</em>, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each <a href=\\":content-type\\">type of content</a> on your site.":"When new content is created, the Node module records basic information about the content, including the author, date of creation, and the <a href=\\":content-type\\">Content type</a>. It also manages the <em>publishing options</em>, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each <a href=\\":content-type\\">type of content</a> on your site.","The Node module gives users with the <em>Administer content types</em> permission the ability to <a href=\\":content-new\\">create new content types</a> in addition to the default ones already configured. Creating custom content types gives you the flexibility to add <a href=\\":field\\">fields</a> and configure default settings that suit the differing needs of various site content.":"The Node module gives users with the <em>Administer content types</em> permission the ability to <a href=\\":content-new\\">create new content types</a> in addition to the default ones already configured. Creating custom content types gives you the flexibility to add <a href=\\":field\\">fields</a> and configure default settings that suit the differing needs of various site content.","The <a href=\\":content\\">Content</a> page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.":"The <a href=\\":content\\">Content</a> page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.","The Node module makes a number of permissions available for each content type, which can be set by role on the <a href=\\":permissions\\">permissions page</a>.":"The Node module makes a number of permissions available for each content type, which can be set by role on the <a href=\\":permissions\\">permissions page</a>.","If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. <a href=\\":rebuild\\">Rebuild permissions</a>":"If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. <a href=\\":rebuild\\">Rebuild permissions</a>","Maintain the types of content available and the fields that are associated with those types.":"Maintain the types of content available and the fields that are associated with those types.","This text will be displayed on the <em>Add new content</em> page.":"This text will be displayed on the <em>Add new content</em> page.","No content types available. <a href=\\":link\\">Add content type</a>.":"No content types available. <a href=\\":link\\">Add content type</a>.","Node from URL":"Node from URL","The <em>settings</em> and the <em>display</em> of the list fields can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the list fields can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the <a href=\\":pagecache-documentation\\">online documentation for the Internal Page Cache module</a>.":"The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the <a href=\\":pagecache-documentation\\">online documentation for the Internal Page Cache module</a>.","Pages are usually identical for all anonymous users, while they can be personalized for each authenticated user. This is why entire pages can be cached for anonymous users, whereas they will have to be rebuilt for every authenticated user.":"Pages are usually identical for all anonymous users, while they can be personalized for each authenticated user. This is why entire pages can be cached for anonymous users, whereas they will have to be rebuilt for every authenticated user.","To speed up your site for authenticated users, see the <a href=\\":dynamic_page_cache-help\\">Dynamic Page Cache module</a>.":"To speed up your site for authenticated users, see the <a href=\\":dynamic_page_cache-help\\">Dynamic Page Cache module</a>.","Caches pages for anonymous users. Use when an external page cache is not available.":"Caches pages for anonymous users. Use when an external page cache is not available.","The Path module allows you to specify an alias, or custom URL, for any existing internal system path. Aliases should not be confused with URL redirects, which allow you to forward a changed or inactive URL to a new URL. In addition to making URLs more readable, aliases also help search engines index content more effectively. Multiple aliases may be used for a single internal system path. To automate the aliasing of paths, you can install the contributed module <a href=\\":pathauto\\">Pathauto</a>. For more information, see the <a href=\\":path\\">online documentation for the Path module</a>.":"The Path module allows you to specify an alias, or custom URL, for any existing internal system path. Aliases should not be confused with URL redirects, which allow you to forward a changed or inactive URL to a new URL. In addition to making URLs more readable, aliases also help search engines index content more effectively. Multiple aliases may be used for a single internal system path. To automate the aliasing of paths, you can install the contributed module <a href=\\":pathauto\\">Pathauto</a>. For more information, see the <a href=\\":path\\">online documentation for the Path module</a>.","If you create or edit a taxonomy term you can add an alias (for example <em>music/jazz</em>) in the field \\"URL alias\\". When creating or editing content you can add an alias (for example <em>about-us/team</em>) under the section \\"URL path settings\\" in the field \\"URL alias\\". Aliases for any other path can be added through the page <a href=\\":aliases\\">URL aliases</a>. To add aliases a user needs the permission <a href=\\":permissions\\">Create and edit URL aliases</a>.":"If you create or edit a taxonomy term you can add an alias (for example <em>music/jazz</em>) in the field \\"URL alias\\". When creating or editing content you can add an alias (for example <em>about-us/team</em>) under the section \\"URL path settings\\" in the field \\"URL alias\\". Aliases for any other path can be added through the page <a href=\\":aliases\\">URL aliases</a>. To add aliases a user needs the permission <a href=\\":permissions\\">Create and edit URL aliases</a>.","The Path module provides a way to search and view a <a href=\\":aliases\\">list of all aliases</a> that are in use on your website. Aliases can be added, edited and deleted through this list.":"The Path module provides a way to search and view a <a href=\\":aliases\\">list of all aliases</a> that are in use on your website. Aliases can be added, edited and deleted through this list.","No URL aliases available. <a href=\\":link\\">Add URL alias</a>.":"No URL aliases available. <a href=\\":link\\">Add URL alias</a>.","The internal system path.":"The internal system path.","The path alias.":"The path alias.","The Quick Edit module allows users with the <a href=\\":quickedit_permission\\">Access in-place editing</a> and <a href=\\":contextual_permission\\">Use contextual links</a> permissions to edit field content without visiting a separate page. For more information, see the <a href=\\":handbook_url\\">online documentation for the Quick Edit module</a>.":"The Quick Edit module allows users with the <a href=\\":quickedit_permission\\">Access in-place editing</a> and <a href=\\":contextual_permission\\">Use contextual links</a> permissions to edit field content without visiting a separate page. For more information, see the <a href=\\":handbook_url\\">online documentation for the Quick Edit module</a>.","To edit content in place, you need to activate quick edit mode for a content item. Activate quick edit mode by choosing Quick edit from the contextual links for an area displaying the content (see the <a href=\\":contextual\\">Contextual Links module help</a> for more information about how to use contextual links).":"To edit content in place, you need to activate quick edit mode for a content item. Activate quick edit mode by choosing Quick edit from the contextual links for an area displaying the content (see the <a href=\\":contextual\\">Contextual Links module help</a> for more information about how to use contextual links).","The RDF module enriches your content with metadata to let other applications (e.g., search engines, aggregators, and so on) better understand its relationships and attributes. This semantically enriched, machine-readable output for your website uses the <a href=\\":rdfa\\">RDFa specification</a>, which allows RDF data to be embedded in HTML markup. Other modules can define mappings of their data to RDF terms, and the RDF module makes this RDF data available to the theme. The core modules define RDF mappings for their data model, and the core themes output this RDF metadata information along with the human-readable visual information. For more information, see the <a href=\\":rdf\\">online documentation for the RDF module</a>.":"The RDF module enriches your content with metadata to let other applications (e.g., search engines, aggregators, and so on) better understand its relationships and attributes. This semantically enriched, machine-readable output for your website uses the <a href=\\":rdfa\\">RDFa specification</a>, which allows RDF data to be embedded in HTML markup. Other modules can define mappings of their data to RDF terms, and the RDF module makes this RDF data available to the theme. The core modules define RDF mappings for their data model, and the core themes output this RDF metadata information along with the human-readable visual information. For more information, see the <a href=\\":rdf\\">online documentation for the RDF module</a>.","The Responsive Image module provides an image formatter that allows browsers to select which image file to display based on media queries or which image file types the browser supports, using the HTML 5 picture and source elements and/or the sizes, srcset and type attributes. For more information, see the <a href=\\":responsive_image\\">online documentation for the Responsive Image module</a>.":"The Responsive Image module provides an image formatter that allows browsers to select which image file to display based on media queries or which image file types the browser supports, using the HTML 5 picture and source elements and/or the sizes, srcset and type attributes. For more information, see the <a href=\\":responsive_image\\">online documentation for the Responsive Image module</a>.","By creating responsive image styles you define which options the browser has in selecting which image file to display. In most cases this means providing different image sizes based on the viewport size. On the <a href=\\":responsive_image_style\\">Responsive image styles</a> page, click <em>Add responsive image style</em> to create a new style. First choose a label, a fallback image style and a breakpoint group and click Save.":"By creating responsive image styles you define which options the browser has in selecting which image file to display. In most cases this means providing different image sizes based on the viewport size. On the <a href=\\":responsive_image_style\\">Responsive image styles</a> page, click <em>Add responsive image style</em> to create a new style. First choose a label, a fallback image style and a breakpoint group and click Save.","The breakpoint group typically only needs a single breakpoint with an empty media query in order to do <em>viewport sizing.</em> Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as <em>art direction.</em> Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option <em>do not use this breakpoint</em> is selected for each breakpoint. See the <a href=\\":breakpoint_help\\">help page of the Breakpoint module</a> for more information.":"The breakpoint group typically only needs a single breakpoint with an empty media query in order to do <em>viewport sizing.</em> Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as <em>art direction.</em> Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option <em>do not use this breakpoint</em> is selected for each breakpoint. See the <a href=\\":breakpoint_help\\">help page of the Breakpoint module</a> for more information.","Below the Sizes field you can choose multiple image styles so the browser can choose the best image file size to fill the space defined in the Sizes field. Typically you will want to use image styles that resize your image to have options that range from the smallest px width possible for the space the image will appear in to the largest px width possible, with a variety of widths in between. You may want to provide image styles with widths that are 1.5x to 2x the space available in the layout to account for high resolution screens. Image styles can be defined on the <a href=\\":image_styles\\">Image styles page</a> that is provided by the <a href=\\":image_help\\">Image module</a>.":"Below the Sizes field you can choose multiple image styles so the browser can choose the best image file size to fill the space defined in the Sizes field. Typically you will want to use image styles that resize your image to have options that range from the smallest px width possible for the space the image will appear in to the largest px width possible, with a variety of widths in between. You may want to provide image styles with widths that are 1.5x to 2x the space available in the layout to account for high resolution screens. Image styles can be defined on the <a href=\\":image_styles\\">Image styles page</a> that is provided by the <a href=\\":image_help\\">Image module</a>.","After defining responsive image styles, you can use them in the display settings for your Image fields, so that the site displays responsive images using the HTML5 picture tag. Open the Manage display page for the entity type (content type, taxonomy vocabulary, etc.) that the Image field is attached to. Choose the format <em>Responsive image</em>, click the Edit icon, and select one of the responsive image styles that you have created. For general information on how to manage fields and their display see the <a href=\\":field_ui\\">Field UI module help page</a>. For background information about entities and fields see the <a href=\\":field_help\\">Field module help page</a>.":"After defining responsive image styles, you can use them in the display settings for your Image fields, so that the site displays responsive images using the HTML5 picture tag. Open the Manage display page for the entity type (content type, taxonomy vocabulary, etc.) that the Image field is attached to. Choose the format <em>Responsive image</em>, click the Edit icon, and select one of the responsive image styles that you have created. For general information on how to manage fields and their display see the <a href=\\":field_ui\\">Field UI module help page</a>. For background information about entities and fields see the <a href=\\":field_help\\">Field module help page</a>.","See the <a href=\\":responsive_image_help\\">Responsive Image help page</a> for information on the sizes attribute.":"See the <a href=\\":responsive_image_help\\">Responsive Image help page</a> for information on the sizes attribute.","Configure Responsive Image Styles":"Configure Responsive Image Styles","In order to use REST on a web site, you need to install modules that provide serialization and authentication services. You can use the Core module <a href=\\":hal\\">HAL</a> for serialization and <a href=\\":basic_auth\\">HTTP Basic Authentication</a> for authentication, or install a contributed or custom module.":"In order to use REST on a web site, you need to install modules that provide serialization and authentication services. You can use the Core module <a href=\\":hal\\">HAL</a> for serialization and <a href=\\":basic_auth\\">HTTP Basic Authentication</a> for authentication, or install a contributed or custom module.","The Search module provides the ability to set up search pages based on plugins provided by other modules. In Drupal core, there are two page-type plugins: the Content page type provides keyword searching for content managed by the Node module, and the Users page type provides keyword searching for registered users. Contributed modules may provide other page-type plugins. For more information, see the <a href=\\":search-module\\">online documentation for the Search module</a>.":"The Search module provides the ability to set up search pages based on plugins provided by other modules. In Drupal core, there are two page-type plugins: the Content page type provides keyword searching for content managed by the Node module, and the Users page type provides keyword searching for registered users. Contributed modules may provide other page-type plugins. For more information, see the <a href=\\":search-module\\">online documentation for the Search module</a>.","To configure search pages, visit the <a href=\\":search-settings\\">Search pages page</a>. In the Search pages section, you can add a new search page, edit the configuration of existing search pages, enable and disable search pages, and choose the default search page. Each enabled search page has a URL path starting with <em>search</em>, and each will appear as a tab or local task link on the <a href=\\":search-url\\">search page</a>; you can configure the text that is shown in the tab. In addition, some search page plugins have additional settings that you can configure for each search page.":"To configure search pages, visit the <a href=\\":search-settings\\">Search pages page</a>. In the Search pages section, you can add a new search page, edit the configuration of existing search pages, enable and disable search pages, and choose the default search page. Each enabled search page has a URL path starting with <em>search</em>, and each will appear as a tab or local task link on the <a href=\\":search-url\\">search page</a>; you can configure the text that is shown in the tab. In addition, some search page plugins have additional settings that you can configure for each search page.","Some search page plugins, such as the core Content search page, index searchable text using the Drupal core search index, and will not work unless content is indexed. Indexing is done during <em>cron</em> runs, so it requires a <a href=\\":cron\\">cron maintenance task</a> to be set up. There are also several settings affecting indexing that can be configured on the <a href=\\":search-settings\\">Search pages page</a>: the number of items to index per cron run, the minimum word length to index, and how to handle Chinese, Japanese, and Korean characters.":"Some search page plugins, such as the core Content search page, index searchable text using the Drupal core search index, and will not work unless content is indexed. Indexing is done during <em>cron</em> runs, so it requires a <a href=\\":cron\\">cron maintenance task</a> to be set up. There are also several settings affecting indexing that can be configured on the <a href=\\":search-settings\\">Search pages page</a>: the number of items to index per cron run, the minimum word length to index, and how to handle Chinese, Japanese, and Korean characters.","Modules providing search page plugins generally ensure that content-related actions on your site (creating, editing, or deleting content and comments) automatically cause affected content items to be marked for indexing or reindexing at the next cron run. When content is marked for reindexing, the previous content remains in the index until cron runs, at which time it is replaced by the new content. However, there are some actions related to the structure of your site that do not cause affected content to be marked for reindexing. Examples of structure-related actions that affect content include deleting or editing taxonomy terms, enabling or disabling modules that add text to content (such as Taxonomy, Comment, and field-providing modules), and modifying the fields or display parameters of your content types. If you take one of these actions and you want to ensure that the search index is updated to reflect your changed site structure, you can mark all content for reindexing by clicking the \\"Re-index site\\" button on the <a href=\\":search-settings\\">Search pages page</a>. If you have a lot of content on your site, it may take several cron runs for the content to be reindexed.":"Modules providing search page plugins generally ensure that content-related actions on your site (creating, editing, or deleting content and comments) automatically cause affected content items to be marked for indexing or reindexing at the next cron run. When content is marked for reindexing, the previous content remains in the index until cron runs, at which time it is replaced by the new content. However, there are some actions related to the structure of your site that do not cause affected content to be marked for reindexing. Examples of structure-related actions that affect content include deleting or editing taxonomy terms, enabling or disabling modules that add text to content (such as Taxonomy, Comment, and field-providing modules), and modifying the fields or display parameters of your content types. If you take one of these actions and you want to ensure that the search index is updated to reflect your changed site structure, you can mark all content for reindexing by clicking the \\"Re-index site\\" button on the <a href=\\":search-settings\\">Search pages page</a>. If you have a lot of content on your site, it may take several cron runs for the content to be reindexed.","The Search module includes a block, which can be enabled and configured on the <a href=\\":blocks\\">Block layout page</a>, if you have the Block module enabled; the default block title is Search, and it is the Search form block in the Forms category, if you wish to add another instance. The block is available to users with the <a href=\\":search_permission\\">Use search</a> permission, and it performs a search using the configured default search page.":"The Search module includes a block, which can be enabled and configured on the <a href=\\":blocks\\">Block layout page</a>, if you have the Block module enabled; the default block title is Search, and it is the Search form block in the Forms category, if you wish to add another instance. The block is available to users with the <a href=\\":search_permission\\">Use search</a> permission, and it performs a search using the configured default search page.","Users with <a href=\\":search_permission\\">Use search</a> permission can use the Search block and <a href=\\":search\\">Search page</a>. Users with the <a href=\\":node_permission\\">View published content</a> permission can use configured search pages of type <em>Content</em> to search for content containing exact keywords; in addition, users with <a href=\\":search_permission\\">Use advanced search</a> permission can use more complex search filtering. Users with the <a href=\\":user_permission\\">View user information</a> permission can use configured search pages of type <em>Users</em> to search for active users containing the keyword anywhere in the username, and users with the <a href=\\":user_permission\\">Administer users</a> permission can search for active and blocked users, by email address or username keyword.":"Users with <a href=\\":search_permission\\">Use search</a> permission can use the Search block and <a href=\\":search\\">Search page</a>. Users with the <a href=\\":node_permission\\">View published content</a> permission can use configured search pages of type <em>Content</em> to search for content containing exact keywords; in addition, users with <a href=\\":search_permission\\">Use advanced search</a> permission can use more complex search filtering. Users with the <a href=\\":user_permission\\">View user information</a> permission can use configured search pages of type <em>Users</em> to search for active users containing the keyword anywhere in the username, and users with the <a href=\\":user_permission\\">Administer users</a> permission can search for active and blocked users, by email address or username keyword.","By default, the Search module only supports exact keyword matching in content searches. You can modify this behavior by installing a language-specific stemming module for your language (such as <a href=\\":porterstemmer_url\\">Porter Stemmer</a> for American English), which allows words such as walk, walking, and walked to be matched in the Search module. Another approach is to use a third-party search technology with stemming or partial word matching features built in, such as <a href=\\":solr_url\\">Apache Solr</a> or <a href=\\":sphinx_url\\">Sphinx</a>. There are also contributed modules that provide additional search pages. These and other <a href=\\":contrib-search\\">search-related contributed modules</a> can be downloaded by visiting Drupal.org.":"By default, the Search module only supports exact keyword matching in content searches. You can modify this behavior by installing a language-specific stemming module for your language (such as <a href=\\":porterstemmer_url\\">Porter Stemmer</a> for American English), which allows words such as walk, walking, and walked to be matched in the Search module. Another approach is to use a third-party search technology with stemming or partial word matching features built in, such as <a href=\\":solr_url\\">Apache Solr</a> or <a href=\\":sphinx_url\\">Sphinx</a>. There are also contributed modules that provide additional search pages. These and other <a href=\\":contrib-search\\">search-related contributed modules</a> can be downloaded by visiting Drupal.org.","This module does not have a user interface. It is used by other modules which need to serialize data, such as <a href=\\":rest\\">REST</a>.":"This module does not have a user interface. It is used by other modules which need to serialize data, such as <a href=\\":rest\\">REST</a>.","For more information, see the <a href=\\":doc_url\\">online documentation for the Serialization module</a>.":"For more information, see the <a href=\\":doc_url\\">online documentation for the Serialization module</a>.","The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. For more information, see the <a href=\\":shortcut\\">online documentation for the Shortcut module</a>.":"The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. For more information, see the <a href=\\":shortcut\\">online documentation for the Shortcut module</a>.","Users with the <em>Administer shortcuts</em> permission can manage shortcut sets and edit the shortcuts within sets from the <a href=\\":shortcuts\\">Shortcuts administration page</a>.":"Users with the <em>Administer shortcuts</em> permission can manage shortcut sets and edit the shortcuts within sets from the <a href=\\":shortcuts\\">Shortcuts administration page</a>.","You can display your shortcuts by enabling the <em>Shortcuts</em> block on the <a href=\\":blocks\\">Blocks administration page</a>. Certain administrative modules also display your shortcuts; for example, the core <a href=\\":toolbar-help\\">Toolbar module</a> provides a corresponding menu item.":"You can display your shortcuts by enabling the <em>Shortcuts</em> block on the <a href=\\":blocks\\">Blocks administration page</a>. Certain administrative modules also display your shortcuts; for example, the core <a href=\\":toolbar-help\\">Toolbar module</a> provides a corresponding menu item.","Define which shortcut set you are using on the <a href=\\":shortcut-link\\">Shortcuts tab</a> of your account page.":"Define which shortcut set you are using on the <a href=\\":shortcut-link\\">Shortcuts tab</a> of your account page.","No shortcuts available. <a href=\\":link\\">Add a shortcut</a>":"No shortcuts available. <a href=\\":link\\">Add a shortcut</a>","You are now using the new %set_name shortcut set. You can edit it from this page or <a href=\\":switch-url\\">switch back to a different one.</a>":"You are now using the new %set_name shortcut set. You can edit it from this page or <a href=\\":switch-url\\">switch back to a different one.</a>","The menu.mlid primary key for this menu item (= shortcut link).":"The menu.mlid primary key for this menu item (= shortcut link).","The menu_name (= set name) for this shortcut link.":"The menu_name (= set name) for this shortcut link.","The link for this shortcut.":"The link for this shortcut.","The title for this shortcut.":"The title for this shortcut.","The weight for this shortcut":"The weight for this shortcut","The name under which the set\'s links are stored.":"The name under which the set\'s links are stored.","The title of the set.":"The title of the set.","The users.uid for this set.":"The users.uid for this set.","The shortcut_set.set_name that will be displayed for this user.":"The shortcut_set.set_name that will be displayed for this user.","The Testing module provides a framework for running automated tests. It can be used to verify a working state of Drupal before and after any code changes, or as a means for developers to write and execute tests for their modules. For more information, see the <a href=\\":simpletest\\">online documentation for the Testing module</a>.":"The Testing module provides a framework for running automated tests. It can be used to verify a working state of Drupal before and after any code changes, or as a means for developers to write and execute tests for their modules. For more information, see the <a href=\\":simpletest\\">online documentation for the Testing module</a>.","Visit the <a href=\\":admin-simpletest\\">Testing page</a> to display a list of available tests. For comprehensive testing, select <em>all</em> tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete.":"Visit the <a href=\\":admin-simpletest\\">Testing page</a> to display a list of available tests. For comprehensive testing, select <em>all</em> tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete.","The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. <a href=\\":url\\">Follow these steps to continue</a>.":"The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. <a href=\\":url\\">Follow these steps to continue</a>.","The Statistics module shows you how often content is viewed. This is useful in determining which pages of your site are most popular. For more information, see the <a href=\\":statistics_do\\">online documentation for the Statistics module</a>.":"The Statistics module shows you how often content is viewed. This is useful in determining which pages of your site are most popular. For more information, see the <a href=\\":statistics_do\\">online documentation for the Statistics module</a>.","The module includes a <em>Popular content</em> block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable <em>Count content views</em> on the <a href=\\":statistics-settings\\">Statistics page</a>, and then you can enable and configure the block on the <a href=\\":blocks\\">Block layout page</a>.":"The module includes a <em>Popular content</em> block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable <em>Count content views</em> on the <a href=\\":statistics-settings\\">Statistics page</a>, and then you can enable and configure the block on the <a href=\\":blocks\\">Block layout page</a>.","The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable <em>Count content views</em> on the <a href=\\":statistics-settings\\">Statistics page</a>, and set the necessary <a href=\\":permissions\\">permissions</a> (<em>View content hits</em>) so that the counter is visible to the users.":"The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable <em>Count content views</em> on the <a href=\\":statistics-settings\\">Statistics page</a>, and set the necessary <a href=\\":permissions\\">permissions</a> (<em>View content hits</em>) so that the counter is visible to the users.","How long any statistics may be cached, i.e. the refresh interval":"How long any statistics may be cached, i.e. the refresh interval","Version: @module-version":"Version: @module-version","Required by: @module-list":"Required by: @module-list","This theme requires PHP version @php_required and is incompatible with PHP version @php_version.":"This theme requires PHP version @php_required and is incompatible with PHP version @php_version.","The System module is integral to the site: it provides user interfaces for many core systems and settings, as well as the basic administrative menu structure. For more information, see the <a href=\\":system\\">online documentation for the System module</a>.":"The System module is integral to the site: it provides user interfaces for many core systems and settings, as well as the basic administrative menu structure. For more information, see the <a href=\\":system\\">online documentation for the System module</a>.","Users with appropriate permission can install and uninstall modules from the <a href=\\":modules\\">Extend page</a>. Depending on which distribution or installation profile you choose when you install your site, several modules are installed and others are provided but not installed. Each module provides a discrete set of features; modules may be installed or uninstalled depending on the needs of the site. Many additional modules contributed by members of the Drupal community are available for download from the <a href=\\":drupal-modules\\">Drupal.org module page</a>. Note that uninstalling a module is a destructive action: when you uninstall a module, you will permanently lose all data connected to the module.":"Users with appropriate permission can install and uninstall modules from the <a href=\\":modules\\">Extend page</a>. Depending on which distribution or installation profile you choose when you install your site, several modules are installed and others are provided but not installed. Each module provides a discrete set of features; modules may be installed or uninstalled depending on the needs of the site. Many additional modules contributed by members of the Drupal community are available for download from the <a href=\\":drupal-modules\\">Drupal.org module page</a>. Note that uninstalling a module is a destructive action: when you uninstall a module, you will permanently lose all data connected to the module.","Users with appropriate permission can install and uninstall themes on the <a href=\\":themes\\">Appearance page</a>. Themes determine the design and presentation of your site. Depending on which distribution or installation profile you choose when you install your site, a default theme is installed, and possibly a different theme for administration pages. Other themes are provided but not installed, and additional contributed themes are available at the <a href=\\":drupal-themes\\">Drupal.org theme page</a>.":"Users with appropriate permission can install and uninstall themes on the <a href=\\":themes\\">Appearance page</a>. Themes determine the design and presentation of your site. Depending on which distribution or installation profile you choose when you install your site, a default theme is installed, and possibly a different theme for administration pages. Other themes are provided but not installed, and additional contributed themes are available at the <a href=\\":drupal-themes\\">Drupal.org theme page</a>.","When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in <a href=\\":maintenance-mode\\">Maintenance mode</a>. This will prevent unauthorized users from making changes to the site while you are performing maintenance, or from seeing a broken site while updates are in progress.":"When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in <a href=\\":maintenance-mode\\">Maintenance mode</a>. This will prevent unauthorized users from making changes to the site while you are performing maintenance, or from seeing a broken site while updates are in progress.","On the <a href=\\":performance-page\\">Performance page</a>, the site can be configured to aggregate CSS and JavaScript files, making the total request size smaller. Note that, for small- to medium-sized websites, the <a href=\\":page-cache\\">Internal Page Cache module</a> should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the <a href=\\":dynamic-page-cache\\">Dynamic Page Cache module</a> should also be installed so that the non-personalized parts of pages are efficiently cached (for all users).":"On the <a href=\\":performance-page\\">Performance page</a>, the site can be configured to aggregate CSS and JavaScript files, making the total request size smaller. Note that, for small- to medium-sized websites, the <a href=\\":page-cache\\">Internal Page Cache module</a> should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the <a href=\\":dynamic-page-cache\\">Dynamic Page Cache module</a> should also be installed so that the non-personalized parts of pages are efficiently cached (for all users).","Your site has several file directories, which are used to store and process uploaded and generated files. The <em>public</em> file directory, which is configured in your settings.php file, is the default place for storing uploaded files. Links to files in this directory contain the direct file URL, so when the files are requested, the web server will send them directly without invoking your site code. This means that the files can be downloaded by anyone with the file URL, so requests are not access-controlled but they are efficient. The <em>private</em> file directory, also configured in your settings.php file and ideally located outside the site web root, is access controlled. Links to files in this directory are not direct, so requests to these files are mediated by your site code. This means that your site can check file access permission for each file before deciding to fulfill the request, so the requests are more secure, but less efficient. You should only use the private storage for files that need access control, not for files like your site logo and background images used on every page. The <em>temporary</em> file directory is used internally by your site code for various operations, and is configured on the <a href=\\":file-system\\">File system settings</a> page. You can also see the configured public and private file directories on this page, and choose whether public or private should be the default for uploaded files.":"Your site has several file directories, which are used to store and process uploaded and generated files. The <em>public</em> file directory, which is configured in your settings.php file, is the default place for storing uploaded files. Links to files in this directory contain the direct file URL, so when the files are requested, the web server will send them directly without invoking your site code. This means that the files can be downloaded by anyone with the file URL, so requests are not access-controlled but they are efficient. The <em>private</em> file directory, also configured in your settings.php file and ideally located outside the site web root, is access controlled. Links to files in this directory are not direct, so requests to these files are mediated by your site code. This means that your site can check file access permission for each file before deciding to fulfill the request, so the requests are more secure, but less efficient. You should only use the private storage for files that need access control, not for files like your site logo and background images used on every page. The <em>temporary</em> file directory is used internally by your site code for various operations, and is configured on the <a href=\\":file-system\\">File system settings</a> page. You can also see the configured public and private file directories on this page, and choose whether public or private should be the default for uploaded files.","On the <a href=\\":toolkit\\">Image toolkit page</a>, you can select and configure the PHP toolkit used to manipulate images. Depending on which distribution or installation profile you choose when you install your site, the GD2 toolkit and possibly others are included; other toolkits may be provided by contributed modules.":"On the <a href=\\":toolkit\\">Image toolkit page</a>, you can select and configure the PHP toolkit used to manipulate images. Depending on which distribution or installation profile you choose when you install your site, the GD2 toolkit and possibly others are included; other toolkits may be provided by contributed modules.","Set and configure the default theme for your website. Alternative <a href=\\":themes\\">themes</a> are available.":"Set and configure the default theme for your website. Alternative <a href=\\":themes\\">themes</a> are available.","You can place blocks for each theme on the <a href=\\":blocks\\">block layout</a> page.":"You can place blocks for each theme on the <a href=\\":blocks\\">block layout</a> page.","Download additional <a href=\\":modules\\">contributed modules</a> to extend your site\'s functionality.":"Download additional <a href=\\":modules\\">contributed modules</a> to extend your site\'s functionality.","Regularly review available updates to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated. Enable the <a href=\\":update-manager\\">Update Manager module</a> to update and install modules and themes.":"Regularly review available updates to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated. Enable the <a href=\\":update-manager\\">Update Manager module</a> to update and install modules and themes.","Here you can find a short overview of your site\'s parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on Drupal.org\'s support forums and project issue queues. Before filing a support request, ensure that your web server meets the <a href=\\":system-requirements\\">system requirements.</a>":"Here you can find a short overview of your site\'s parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on Drupal.org\'s support forums and project issue queues. Before filing a support request, ensure that your web server meets the <a href=\\":system-requirements\\">system requirements.</a>","Configure your <a href=\\":user-edit\\">account time zone setting</a>.":"Configure your <a href=\\":user-edit\\">account time zone setting</a>.","The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the <a href=\\":link\\">enabling clean URLs</a> page for more information on mod_rewrite.":"The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the <a href=\\":link\\">enabling clean URLs</a> page for more information on mod_rewrite.","Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. <a href=\\":link\\">Enable clean URLs</a>":"Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. <a href=\\":link\\">Enable clean URLs</a>","@phpversion (<a href=\\":url\\">more information</a>)":"@phpversion (<a href=\\":url\\">more information</a>)","The phpinfo() function has been disabled for security reasons. To see your server\'s phpinfo() information, change your PHP settings or contact your server administrator. For more information, <a href=\\":phpinfo\\">Enabling and disabling phpinfo()</a> handbook page.":"The phpinfo() function has been disabled for security reasons. To see your server\'s phpinfo() information, change your PHP settings or contact your server administrator. For more information, <a href=\\":phpinfo\\">Enabling and disabling phpinfo()</a> handbook page.","Drupal requires you to enable the PHP extensions in the following list (see the <a href=\\":system_requirements\\">system requirements page</a> for more information):":"Drupal requires you to enable the PHP extensions in the following list (see the <a href=\\":system_requirements\\">system requirements page</a> for more information):","PHP OPcode caching":"PHP OPcode caching","Your web server does not appear to support PDO (PHP Data Objects). Ask your hosting provider if they support the native PDO extension. See the <a href=\\":link\\">system requirements</a> page for more information.":"Your web server does not appear to support PDO (PHP Data Objects). Ask your hosting provider if they support the native PDO extension. See the <a href=\\":link\\">system requirements</a> page for more information.","Your web server does not appear to support any common PDO database extensions. Check with your hosting provider to see if they support PDO (PHP Data Objects) and offer any databases that <a href=\\":drupal-databases\\">Drupal supports</a>.":"Your web server does not appear to support any common PDO database extensions. Check with your hosting provider to see if they support PDO (PHP Data Objects) and offer any databases that <a href=\\":drupal-databases\\">Drupal supports</a>.","Your web server seems to have the wrong version of PDO installed. Drupal requires the PDO extension from PHP core. This system has the older PECL version. See the <a href=\\":link\\">system requirements</a> page for more information.":"Your web server seems to have the wrong version of PDO installed. Drupal requires the PDO extension from PHP core. This system has the older PECL version. See the <a href=\\":link\\">system requirements</a> page for more information.","For more information, see the online handbook entry for <a href=\\":memory-limit\\">increasing the PHP memory limit</a>.":"For more information, see the online handbook entry for <a href=\\":memory-limit\\">increasing the PHP memory limit</a>.","See <a href=\\":url\\">@url</a> for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.":"See <a href=\\":url\\">@url</a> for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.","Last run @time ago":"Last run @time ago","For more information, see the online handbook entry for <a href=\\":cron-handbook\\">configuring cron jobs</a>.":"For more information, see the online handbook entry for <a href=\\":cron-handbook\\">configuring cron jobs</a>.","You may need to set the correct directory at the <a href=\\":admin-file-system\\">file system settings page</a> or change the current directory\'s permissions so that it is writable.":"You may need to set the correct directory at the <a href=\\":admin-file-system\\">file system settings page</a> or change the current directory\'s permissions so that it is writable.","An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the <a href=\\":handbook_url\\">online handbook</a>.":"An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the <a href=\\":handbook_url\\">online handbook</a>.","Some modules have database schema updates to install. You should run the <a href=\\":update\\">database update script</a> immediately.":"Some modules have database schema updates to install. You should run the <a href=\\":update\\">database update script</a> immediately.","Update notifications are not enabled. It is <strong>highly recommended</strong> that you enable the Update Manager module from the <a href=\\":module\\">module administration page</a> in order to stay up-to-date on new releases. For more information, <a href=\\":update\\">Update status handbook page</a>.":"Update notifications are not enabled. It is <strong>highly recommended</strong> that you enable the Update Manager module from the <a href=\\":module\\">module administration page</a> in order to stay up-to-date on new releases. For more information, <a href=\\":update\\">Update status handbook page</a>.","The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is <strong>highly recommended</strong> that you configure this. See <a href=\\":url\\">Protecting against HTTP HOST Header attacks</a> for more information.":"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is <strong>highly recommended</strong> that you configure this. See <a href=\\":url\\">Protecting against HTTP HOST Header attacks</a> for more information.","Block module is not enabled so site branding elements, which have been converted to a block, are not visible anymore.":"Block module is not enabled so site branding elements, which have been converted to a block, are not visible anymore.","Because your site has custom theme(s) installed, we had to set the branding block into the content region. Please manually review the block configuration and remove the site name, slogan, and logo variables from your templates.":"Because your site has custom theme(s) installed, we had to set the branding block into the content region. Please manually review the block configuration and remove the site name, slogan, and logo variables from your templates.","Block module is not enabled. The page title has been converted to a block, but default page title markup will still display at the top of the main content area.":"Block module is not enabled. The page title has been converted to a block, but default page title markup will still display at the top of the main content area.","Because your site has custom theme(s) installed, we have placed the page title block in the content region. Please manually review the block configuration and remove the page title variables from your page templates.":"Because your site has custom theme(s) installed, we have placed the page title block in the content region. Please manually review the block configuration and remove the page title variables from your page templates.","Put your site into <a href=\\":url\\">maintenance mode</a>.":"Put your site into <a href=\\":url\\">maintenance mode</a>.","All errors have been <a href=\\":url\\">logged</a>.":"All errors have been <a href=\\":url\\">logged</a>.","Updates were attempted. If you see no failures below, you may proceed happily back to your <a href=\\":url\\">site</a>. Otherwise, you may need to update your database manually.":"Updates were attempted. If you see no failures below, you may proceed happily back to your <a href=\\":url\\">site</a>. Otherwise, you may need to update your database manually.","One or more problems were detected with your Drupal installation. Check the <a href=\\":status\\">status report</a> for more information.":"One or more problems were detected with your Drupal installation. Check the <a href=\\":status\\">status report</a> for more information.","Screenshot for @theme theme":"Screenshot for @theme theme","Settings for @theme theme":"Settings for @theme theme","Uninstall @theme theme":"Uninstall @theme theme","Set @theme as default theme":"Set @theme as default theme","Install @theme theme":"Install @theme theme","Install @theme as default theme":"Install @theme as default theme","The phpinfo() function has been disabled for security reasons. For more information, visit <a href=\\":phpinfo\\">Enabling and disabling phpinfo()</a> handbook page.":"The phpinfo() function has been disabled for security reasons. For more information, visit <a href=\\":phpinfo\\">Enabling and disabling phpinfo()</a> handbook page.","This version is not compatible with Drupal @core_version and should be replaced.":"This version is not compatible with Drupal @core_version and should be replaced.","This module requires PHP version @php_required and is incompatible with PHP version @php_version.":"This module requires PHP version @php_required and is incompatible with PHP version @php_version.","<strong class=\\"error\\">Set up the <a href=\\":file-system\\">public files directory</a> to make these optimizations available.</strong>":"<strong class=\\"error\\">Set up the <a href=\\":file-system\\">public files directory</a> to make these optimizations available.</strong>","Defined on the <a href=\\":appearance\\">Appearance Settings</a> or <a href=\\":theme\\">Theme Settings</a> page.":"Defined on the <a href=\\":appearance\\">Appearance Settings</a> or <a href=\\":theme\\">Theme Settings</a> page.","Defined on the <a href=\\":information\\">Site Information</a> page.":"Defined on the <a href=\\":information\\">Site Information</a> page.","Powered by <a href=\\":poweredby\\">Drupal</a>":"Powered by <a href=\\":poweredby\\">Drupal</a>","Installation tasks":"Installation tasks","The Taxonomy module allows users who have permission to create and edit content to categorize (tag) content of that type. Users who have the <em>Administer vocabularies and terms</em> <a href=\\":permissions\\" title=\\"Taxonomy module permissions\\">permission</a> can add <em>vocabularies</em> that contain a set of related <em>terms</em>. The terms in a vocabulary can either be pre-set by an administrator or built gradually as content is added and edited. Terms may be organized hierarchically if desired.":"The Taxonomy module allows users who have permission to create and edit content to categorize (tag) content of that type. Users who have the <em>Administer vocabularies and terms</em> <a href=\\":permissions\\" title=\\"Taxonomy module permissions\\">permission</a> can add <em>vocabularies</em> that contain a set of related <em>terms</em>. The terms in a vocabulary can either be pre-set by an administrator or built gradually as content is added and edited. Terms may be organized hierarchically if desired.","For more information, see the <a href=\\":taxonomy\\">online documentation for the Taxonomy module</a>.":"For more information, see the <a href=\\":taxonomy\\">online documentation for the Taxonomy module</a>.","Users who have the <em>Administer vocabularies and terms</em> permission can add and edit vocabularies from the <a href=\\":taxonomy_admin\\">Taxonomy administration page</a>. Vocabularies can be deleted from their <em>Edit vocabulary</em> page. Users with the <em>Taxonomy term: Administer fields</em> permission may add additional fields for terms in that vocabulary using the <a href=\\":field_ui\\">Field UI module</a>.":"Users who have the <em>Administer vocabularies and terms</em> permission can add and edit vocabularies from the <a href=\\":taxonomy_admin\\">Taxonomy administration page</a>. Vocabularies can be deleted from their <em>Edit vocabulary</em> page. Users with the <em>Taxonomy term: Administer fields</em> permission may add additional fields for terms in that vocabulary using the <a href=\\":field_ui\\">Field UI module</a>.","Users who have the <em>Administer vocabularies and terms</em> permission or the <em>Edit terms</em> permission for a particular vocabulary can add, edit, and organize the terms in a vocabulary from a vocabulary\'s term listing page, which can be accessed by going to the <a href=\\":taxonomy_admin\\">Taxonomy administration page</a> and clicking <em>List terms</em> in the <em>Operations</em> column. Users must have the <em>Administer vocabularies and terms</em> permission or the <em>Delete terms</em> permission for a particular vocabulary to delete terms.":"Users who have the <em>Administer vocabularies and terms</em> permission or the <em>Edit terms</em> permission for a particular vocabulary can add, edit, and organize the terms in a vocabulary from a vocabulary\'s term listing page, which can be accessed by going to the <a href=\\":taxonomy_admin\\">Taxonomy administration page</a> and clicking <em>List terms</em> in the <em>Operations</em> column. Users must have the <em>Administer vocabularies and terms</em> permission or the <em>Delete terms</em> permission for a particular vocabulary to delete terms.","A user with the <em>Administer fields</em> permission for a certain entity type may add <em>Taxonomy term</em> reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the <a href=\\":entity_reference\\">Entity Reference help</a> for more information about reference fields. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them.":"A user with the <em>Administer fields</em> permission for a certain entity type may add <em>Taxonomy term</em> reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the <a href=\\":entity_reference\\">Entity Reference help</a> for more information about reference fields. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them.","See the <a href=\\":entity_reference\\">Entity Reference help</a> page for the field widgets and formatters that can be configured for any reference field on the <em>Manage display</em> and <em>Manage form display</em> pages. Taxonomy additionally provides an <em>RSS category</em> formatter that displays nothing when the entity item is displayed as HTML, but displays an RSS category instead of a list when the entity item is displayed in an RSS feed.":"See the <a href=\\":entity_reference\\">Entity Reference help</a> page for the field widgets and formatters that can be configured for any reference field on the <em>Manage display</em> and <em>Manage form display</em> pages. Taxonomy additionally provides an <em>RSS category</em> formatter that displays nothing when the entity item is displayed as HTML, but displays an RSS category instead of a list when the entity item is displayed in an RSS feed.","No vocabularies available. <a href=\\":link\\">Add vocabulary</a>.":"No vocabularies available. <a href=\\":link\\">Add vocabulary</a>.","No terms available. <a href=\\":link\\">Add term</a>.":"No terms available. <a href=\\":link\\">Add term</a>.","Format of the term description.":"Format of the term description.","Module responsible for the vocabulary.":"Module responsible for the vocabulary.","The Telephone module allows you to create fields that contain telephone numbers. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":telephone_documentation\\">online documentation for the Telephone module</a>.":"The Telephone module allows you to create fields that contain telephone numbers. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":telephone_documentation\\">online documentation for the Telephone module</a>.","The <em>settings</em> and the <em>display</em> of the telephone field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and the <em>display</em> of the telephone field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","The Text module allows you to create short and long text fields with optional summaries. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":text_documentation\\">online documentation for the Text module</a>.":"The Text module allows you to create short and long text fields with optional summaries. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":text_documentation\\">online documentation for the Text module</a>.","The <em>settings</em> and <em>display</em> of the text field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.":"The <em>settings</em> and <em>display</em> of the text field can be configured separately. See the <a href=\\":field_ui\\">Field UI help</a> for more information on how to manage fields and their display.","If you choose <em>Text (plain)</em> or <em>Text (plain, long)</em> you restrict the input to <em>Plain text</em> only. If you choose <em>Text (formatted)</em>, <em>Text (formatted, long)</em>, or <em>Text (formatted, long with summary)</em> you allow users to write formatted text. Which options are available to individual users depends on the settings on the <a href=\\":formats\\">Text formats and editors page</a>.":"If you choose <em>Text (plain)</em> or <em>Text (plain, long)</em> you restrict the input to <em>Plain text</em> only. If you choose <em>Text (formatted)</em>, <em>Text (formatted, long)</em>, or <em>Text (formatted, long with summary)</em> you allow users to write formatted text. Which options are available to individual users depends on the settings on the <a href=\\":formats\\">Text formats and editors page</a>.","Number of summary rows: @rows":"Number of summary rows: @rows","The Toolbar module provides a toolbar for site administrators, which displays tabs and trays provided by the Toolbar module itself and other modules. For more information, see the <a href=\\":toolbar_docs\\">online documentation for the Toolbar module</a>.":"The Toolbar module provides a toolbar for site administrators, which displays tabs and trays provided by the Toolbar module itself and other modules. For more information, see the <a href=\\":toolbar_docs\\">online documentation for the Toolbar module</a>.","The Tour module provides users with guided tours of the site interface. Each tour consists of several tips that highlight elements of the user interface, guide the user through a workflow, or explain key concepts of the website. For more information, see the <a href=\':tour\'>online documentation for the Tour module</a>.":"The Tour module provides users with guided tours of the site interface. Each tour consists of several tips that highlight elements of the user interface, guide the user through a workflow, or explain key concepts of the website. For more information, see the <a href=\':tour\'>online documentation for the Tour module</a>.","Tours can be written as YAML-documents with a text editor, or using the contributed <a href=\':tour_ui\'>Tour UI</a> module. For more information, see <a href=\':doc_url\'>the online documentation for writing tours</a>.":"Tours can be written as YAML-documents with a text editor, or using the contributed <a href=\':tour_ui\'>Tour UI</a> module. For more information, see <a href=\':doc_url\'>the online documentation for writing tours</a>.","@tour_item of @total":"@tour_item of @total","The Activity Tracker module displays the most recently added and updated content on your site, and allows you to follow new content created by each user. This module has no configuration options. For more information, see the <a href=\\":tracker\\">online documentation for the Activity Tracker module</a>.":"The Activity Tracker module displays the most recently added and updated content on your site, and allows you to follow new content created by each user. This module has no configuration options. For more information, see the <a href=\\":tracker\\">online documentation for the Activity Tracker module</a>.","The <a href=\\":recent\\">Recent content</a> page shows new and updated content in reverse chronological order, listing the content type, title, author\'s name, number of comments, and time of last update. Content is considered updated when changes occur in the text, or when new comments are added. The <em>My recent content</em> tab limits the list to the currently logged-in user.":"The <a href=\\":recent\\">Recent content</a> page shows new and updated content in reverse chronological order, listing the content type, title, author\'s name, number of comments, and time of last update. Content is considered updated when changes occur in the text, or when new comments are added. The <em>My recent content</em> tab limits the list to the currently logged-in user.","The {node}.nid this record tracks.":"The {node}.nid this record tracks.","Boolean indicating whether the node is published.":"Boolean indicating whether the node is published.","The Unix timestamp when the node was most recently saved or commented on.":"The Unix timestamp when the node was most recently saved or commented on.","The {user}.nid this record tracks.":"The {user}.nid this record tracks.","The {users}.uid of the node author or commenter.":"The {users}.uid of the node author or commenter.","The Unix timestamp when the user was most recently saved or commented on.":"The Unix timestamp when the user was most recently saved or commented on.","Uninstalled modules":"Uninstalled modules","Uninstalled themes":"Uninstalled themes","The Update Manager module periodically checks for new versions of your site\'s software (including contributed modules and themes), and alerts administrators to available updates. The Update Manager system is also used by some other modules to manage updates and downloads; for example, the Interface Translation module uses the Update Manager to download translations from the localization server. Note that whenever the Update Manager system is used, anonymous usage statistics are sent to Drupal.org. If desired, you may disable the Update Manager module from the <a href=\\":modules\\">Extend page</a>; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the <a href=\\":update\\">online documentation for the Update Manager module</a>.":"The Update Manager module periodically checks for new versions of your site\'s software (including contributed modules and themes), and alerts administrators to available updates. The Update Manager system is also used by some other modules to manage updates and downloads; for example, the Interface Translation module uses the Update Manager to download translations from the localization server. Note that whenever the Update Manager system is used, anonymous usage statistics are sent to Drupal.org. If desired, you may disable the Update Manager module from the <a href=\\":modules\\">Extend page</a>; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the <a href=\\":update\\">online documentation for the Update Manager module</a>.","The <a href=\\":update-report\\">Available updates report</a> displays core, contributed modules, and themes for which there are new releases available for download. On the report page, you can also check manually for updates. You can configure the frequency of update checks, which are performed during cron runs, and whether notifications are sent on the <a href=\\":update-settings\\">Update Manager settings page</a>.":"The <a href=\\":update-report\\">Available updates report</a> displays core, contributed modules, and themes for which there are new releases available for download. On the report page, you can also check manually for updates. You can configure the frequency of update checks, which are performed during cron runs, and whether notifications are sent on the <a href=\\":update-settings\\">Update Manager settings page</a>.","The Update Manager module allows administrators to perform updates directly from the <a href=\\":update-page\\">Update page</a>. It lists all available updates, and you can confirm whether you want to download them. If you don\'t have sufficient access rights to your web server, you could be prompted for your FTP/SSH password. Afterwards the files are transferred into your site installation, overwriting your old files. Direct links to the Update page are also displayed on the <a href=\\":modules_page\\">Extend page</a> and the <a href=\\":themes_page\\">Appearance page</a>.":"The Update Manager module allows administrators to perform updates directly from the <a href=\\":update-page\\">Update page</a>. It lists all available updates, and you can confirm whether you want to download them. If you don\'t have sufficient access rights to your web server, you could be prompted for your FTP/SSH password. Afterwards the files are transferred into your site installation, overwriting your old files. Direct links to the Update page are also displayed on the <a href=\\":modules_page\\">Extend page</a> and the <a href=\\":themes_page\\">Appearance page</a>.","You can also install new modules and themes in the same fashion, through the <a href=\\":install\\">Install page</a>, or by clicking the <em>Install new module/theme</em> links at the top of the <a href=\\":modules_page\\">Extend page</a> and the <a href=\\":themes_page\\">Appearance page</a>. In this case, you are prompted to provide either the URL to the download, or to upload a packaged release file from your local computer.":"You can also install new modules and themes in the same fashion, through the <a href=\\":install\\">Install page</a>, or by clicking the <em>Install new module/theme</em> links at the top of the <a href=\\":modules_page\\">Extend page</a> and the <a href=\\":themes_page\\">Appearance page</a>. In this case, you are prompted to provide either the URL to the download, or to upload a packaged release file from your local computer.","Regularly review and install <a href=\\":updates\\">available updates</a> to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated.":"Regularly review and install <a href=\\":updates\\">available updates</a> to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated.","Regularly review <a href=\\":updates\\">available updates</a> to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated.":"Regularly review <a href=\\":updates\\">available updates</a> to maintain a secure and current site. Always run the <a href=\\":update-php\\">update script</a> each time a module is updated.","No update information available. <a href=\\":run_cron\\">Run cron</a> or <a href=\\":check_manually\\">check manually</a>.":"No update information available. <a href=\\":run_cron\\">Run cron</a> or <a href=\\":check_manually\\">check manually</a>.","New release(s) available for @site_name":"New release(s) available for @site_name","Your site is currently configured to send these emails when any updates are available. To get notified only for security updates, @url.":"Your site is currently configured to send these emails when any updates are available. To get notified only for security updates, @url.","Your site is currently configured to send these emails only when security updates are available. To get notified for any available updates, @url.":"Your site is currently configured to send these emails only when security updates are available. To get notified for any available updates, @url.","There was a problem checking <a href=\\":update-report\\">available updates</a> for Drupal.":"There was a problem checking <a href=\\":update-report\\">available updates</a> for Drupal.","There was a problem checking <a href=\\":update-report\\">available updates</a> for your modules or themes.":"There was a problem checking <a href=\\":update-report\\">available updates</a> for your modules or themes.","Automatic updating of Drupal core is not supported. See the <a href=\\":upgrade-guide\\">upgrade guide</a> for information on how to update Drupal core manually.":"Automatic updating of Drupal core is not supported. See the <a href=\\":upgrade-guide\\">upgrade guide</a> for information on how to update Drupal core manually.","%archive_file contains a version of %names that is not compatible with Drupal @version.\\u0003%archive_file contains versions of modules or themes that are not compatible with Drupal @version: %names":"%archive_file contains a version of %names that is not compatible with Drupal @version.\\u0003%archive_file contains versions of modules or themes that are not compatible with Drupal @version: %names","See the <a href=\\":available_updates\\">available updates</a> page for more information and to install your missing updates.":"See the <a href=\\":available_updates\\">available updates</a> page for more information and to install your missing updates.","See the <a href=\\":available_updates\\">available updates</a> page for more information.":"See the <a href=\\":available_updates\\">available updates</a> page for more information.","Update Manager settings":"Update Manager settings","Check for updates of uninstalled modules and themes":"Check for updates of uninstalled modules and themes","You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the <a href=\\":status_report\\">status report</a> page, and will also display an error message on administration pages if there is a security update.":"You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the <a href=\\":status_report\\">status report</a> page, and will also display an error message on administration pages if there is a security update.","You can find <a href=\\":module_url\\">modules</a> and <a href=\\":theme_url\\">themes</a> on <a href=\\":drupal_org_url\\">drupal.org</a>. The following file extensions are supported: %extensions.":"You can find <a href=\\":module_url\\">modules</a> and <a href=\\":theme_url\\">themes</a> on <a href=\\":drupal_org_url\\">drupal.org</a>. The following file extensions are supported: %extensions.","Back up your database and site before you continue. <a href=\\":backup_url\\">Learn how</a>.":"Back up your database and site before you continue. <a href=\\":backup_url\\">Learn how</a>.","Deprecated: User Name":"Deprecated: User Name","Deprecated: Use account-name or display-name instead.":"Deprecated: Use account-name or display-name instead.","The display name of the user account.":"The display name of the user account.","The User module allows users to register, log in, and log out. It also allows users with proper permissions to manage user roles and permissions. For more information, see the <a href=\\":user_docs\\">online documentation for the User module</a>.":"The User module allows users to register, log in, and log out. It also allows users with proper permissions to manage user roles and permissions. For more information, see the <a href=\\":user_docs\\">online documentation for the User module</a>.","Through the <a href=\\":people\\">People administration page</a> you can add and cancel user accounts and assign users to roles. By editing one particular user you can change their username, email address, password, and information in other fields.":"Through the <a href=\\":people\\">People administration page</a> you can add and cancel user accounts and assign users to roles. By editing one particular user you can change their username, email address, password, and information in other fields.","<em>Roles</em> are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: <em>Anonymous user</em> (users that are not logged in), and <em>Authenticated user</em> (users that are registered and logged in). Depending on how your site was set up, an <em>Administrator</em> role may also be available: users with this role will automatically be assigned any new permissions whenever a module is enabled. You can create additional roles on the <a href=\\":roles\\">Roles administration page</a>.":"<em>Roles</em> are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: <em>Anonymous user</em> (users that are not logged in), and <em>Authenticated user</em> (users that are registered and logged in). Depending on how your site was set up, an <em>Administrator</em> role may also be available: users with this role will automatically be assigned any new permissions whenever a module is enabled. You can create additional roles on the <a href=\\":roles\\">Roles administration page</a>.","After creating roles, you can set permissions for each role on the <a href=\\":permissions_user\\">Permissions page</a>. Granting a permission allows users who have been assigned a particular role to perform an action on the site, such as viewing content, editing or creating a particular type of content, administering settings for a particular module, or using a particular function of the site (such as search).":"After creating roles, you can set permissions for each role on the <a href=\\":permissions_user\\">Permissions page</a>. Granting a permission allows users who have been assigned a particular role to perform an action on the site, such as viewing content, editing or creating a particular type of content, administering settings for a particular module, or using a particular function of the site (such as search).","The <a href=\\":accounts\\">Account settings page</a> allows you to manage settings for the displayed name of the Anonymous user role, personal contact forms, user registration settings, and account cancellation settings. On this page you can also manage settings for account personalization, and adapt the text for the email messages that users receive when they register or request a password recovery. You may also set which role is automatically assigned new permissions whenever a module is enabled (the Administrator role).":"The <a href=\\":accounts\\">Account settings page</a> allows you to manage settings for the displayed name of the Anonymous user role, personal contact forms, user registration settings, and account cancellation settings. On this page you can also manage settings for account personalization, and adapt the text for the email messages that users receive when they register or request a password recovery. You may also set which role is automatically assigned new permissions whenever a module is enabled (the Administrator role).","Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the <a href=\\":accounts\\">Account settings page</a>. By adding fields for e.g., a picture, a biography, or address, you can a create a custom profile for the users of the website. For background information on entities and fields, see the <a href=\\":field_help\\">Field module help page</a>.":"Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the <a href=\\":accounts\\">Account settings page</a>. By adding fields for e.g., a picture, a biography, or address, you can a create a custom profile for the users of the website. For background information on entities and fields, see the <a href=\\":field_help\\">Field module help page</a>.","Permissions let you control what users can do and see on your site. You can define a specific set of permissions for each role. (See the <a href=\\":role\\">Roles</a> page to create a role.) Any permissions granted to the Authenticated user role will be given to any user who is logged in to your site. From the <a href=\\":settings\\">Account settings</a> page, you can make any role into an Administrator role for the site, meaning that role will be granted all new permissions automatically. You should be careful to ensure that only trusted users are given this access and level of control of your site.":"Permissions let you control what users can do and see on your site. You can define a specific set of permissions for each role. (See the <a href=\\":role\\">Roles</a> page to create a role.) Any permissions granted to the Authenticated user role will be given to any user who is logged in to your site. From the <a href=\\":settings\\">Account settings</a> page, you can make any role into an Administrator role for the site, meaning that role will be granted all new permissions automatically. You should be careful to ensure that only trusted users are given this access and level of control of your site.","A role defines a group of users that have certain privileges. These privileges are defined on the <a href=\\":permissions\\">Permissions page</a>. Here, you can define the names and the display sort order of the roles on your site. It is recommended to order roles from least permissive (for example, Anonymous user) to most permissive (for example, Administrator user). Users who are not logged in have the Anonymous user role. Users who are logged in have the Authenticated user role, plus any other roles granted to their user account.":"A role defines a group of users that have certain privileges. These privileges are defined on the <a href=\\":permissions\\">Permissions page</a>. Here, you can define the names and the display sort order of the roles on your site. It is recommended to order roles from least permissive (for example, Anonymous user) to most permissive (for example, Administrator user). Users who are not logged in have the Anonymous user role. Users who are logged in have the Authenticated user role, plus any other roles granted to their user account.","Make it at least 12 characters":"Make it at least 12 characters","Configure site-wide settings and behavior for user accounts and registration. This includes account cancellation methods, the content of user emails and fields attached to users.":"Configure site-wide settings and behavior for user accounts and registration. This includes account cancellation methods, the content of user emails and fields attached to users.","Manage all user accounts. This includes editing all user information, changes of email addresses and passwords, issuing emails to users and blocking and deleting user accounts.":"Manage all user accounts. This includes editing all user information, changes of email addresses and passwords, issuing emails to users and blocking and deleting user accounts.","Required if you want to change the %mail or %pass below. <a href=\\":request_new_url\\" title=\\"Send password reset instructions via email.\\">Reset your password</a>.":"Required if you want to change the %mail or %pass below. <a href=\\":request_new_url\\" title=\\"Send password reset instructions via email.\\">Reset your password</a>.","Users with the %select-cancel-method or %administer-users <a href=\\":permissions-url\\">permissions</a> can override this default method.":"Users with the %select-cancel-method or %administer-users <a href=\\":permissions-url\\">permissions</a> can override this default method.","Created a new user account for <a href=\\":url\\">%name</a>. No email has been sent.":"Created a new user account for <a href=\\":url\\">%name</a>. No email has been sent.","The new user <a href=\\":url\\">%name</a> was created without an email address, so no welcome message was sent.":"The new user <a href=\\":url\\">%name</a> was created without an email address, so no welcome message was sent.","A welcome message with further instructions has been emailed to the new user <a href=\\":url\\">%name</a>.":"A welcome message with further instructions has been emailed to the new user <a href=\\":url\\">%name</a>.","Password reset instructions will be sent to your registered email address.":"Password reset instructions will be sent to your registered email address.","Send password reset instructions via email.":"Send password reset instructions via email.","Also known as:":"Also known as:","@label (@name:@column)":"@label (@name:@column)","@label:@column":"@label:@column","@label (@name:delta)":"@label (@name:delta)","For more information, see the <a href=\\":views\\">online documentation for the Views module</a>.":"For more information, see the <a href=\\":views\\">online documentation for the Views module</a>.","In order to create and modify your own views using the administration and configuration user interface, you will need to enable either the Views UI module in core or a contributed module that provides a user interface for Views. See the <a href=\\":views-ui\\">Views UI module help page</a> for more information.":"In order to create and modify your own views using the administration and configuration user interface, you will need to enable either the Views UI module in core or a contributed module that provides a user interface for Views. See the <a href=\\":views-ui\\">Views UI module help page</a> for more information.","Contributed projects that support the Views module can be found in the <a href=\\":node\\">online documentation for Views-related contributed modules</a>.":"Contributed projects that support the Views module can be found in the <a href=\\":node\\">online documentation for Views-related contributed modules</a>.","Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in <a href=\\":url\\">@name</a>.)":"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in <a href=\\":url\\">@name</a>.)","This link is provided by the Views module. The path can be changed by editing the view <a href=\\":url\\">@label</a>":"This link is provided by the Views module. The path can be changed by editing the view <a href=\\":url\\">@label</a>","@type language selected for page":"@type language selected for page","Will not be accessible.":"Will not be accessible.","@code (@title)":"@code (@title)","The following tokens are available. You may use Twig syntax in this field.":"The following tokens are available. You may use Twig syntax in this field.","Override the view and other argument titles. You may use Twig syntax in this field as well as the \\"arguments\\" and \\"raw_arguments\\" arrays.":"Override the view and other argument titles. You may use Twig syntax in this field as well as the \\"arguments\\" and \\"raw_arguments\\" arrays.","Override the view and other argument titles. You may use Twig syntax in this field.":"Override the view and other argument titles. You may use Twig syntax in this field.","The following replacement tokens are available for this argument.":"The following replacement tokens are available for this argument.","Separate multiple classes by spaces.":"Separate multiple classes by spaces.","You may also adjust the @settings for the currently selected access restriction.":"You may also adjust the @settings for the currently selected access restriction.","You may also adjust the @settings for the currently selected cache mechanism.":"You may also adjust the @settings for the currently selected cache mechanism.","You may also adjust the @settings for the currently selected style.":"You may also adjust the @settings for the currently selected style.","You may also adjust the @settings for the currently selected row style.":"You may also adjust the @settings for the currently selected row style.","The following tokens are available for this link. You may use Twig syntax in this field.":"The following tokens are available for this link. You may use Twig syntax in this field.","You may also adjust the @settings for the currently selected pager.":"You may also adjust the @settings for the currently selected pager.","The text to display for this field. You may include HTML or <a href=\\":url\\">Twig</a>. You may enter data from this view as per the \\"Replacement patterns\\" below.":"The text to display for this field. You may include HTML or <a href=\\":url\\">Twig</a>. You may enter data from this view as per the \\"Replacement patterns\\" below.","An offset from the current time such as \\"@example1\\" or \\"@example2\\"":"An offset from the current time such as \\"@example1\\" or \\"@example2\\"","The Views UI module provides an interface for managing views for the <a href=\\":views\\">Views module</a>. For more information, see the <a href=\\":handbook\\">online documentation for the Views UI module</a>.":"The Views UI module provides an interface for managing views for the <a href=\\":views\\">Views module</a>. For more information, see the <a href=\\":handbook\\">online documentation for the Views UI module</a>.","Views can be enabled or disabled from the <a href=\\":list\\">Views list page</a>. To enable a view, find the view within the \\"Disabled\\" list and select the \\"Enable\\" operation. To disable a view find the view within the \\"Enabled\\" list and select the \\"Disable\\" operation.":"Views can be enabled or disabled from the <a href=\\":list\\">Views list page</a>. To enable a view, find the view within the \\"Disabled\\" list and select the \\"Enable\\" operation. To disable a view find the view within the \\"Enabled\\" list and select the \\"Disable\\" operation.","Views can be exported and imported as configuration files by using the <a href=\\":config\\">Configuration Manager module</a>.":"Views can be exported and imported as configuration files by using the <a href=\\":config\\">Configuration Manager module</a>.","Advanced Views settings":"Advanced Views settings","This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to <a href=\\":url\\">break this lock</a>.":"This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to <a href=\\":url\\">break this lock</a>.","View @display_title":"View @display_title","Duplicate as @type":"Duplicate as @type","Add @display":"Add @display","You must select a language to continue the installation.":"You must select a language to continue the installation.","@display \'@id\': Component \'@name\' was disabled because its settings depend on removed dependencies.":"@display \'@id\': Component \'@name\' was disabled because its settings depend on removed dependencies.","No widget available for: %type.":"No widget available for: %type.","Several special characters are allowed, including space, period (.), hyphen (-), apostrophe (\'), underscore (_), and the @ sign.":"Several special characters are allowed, including space, period (.), hyphen (-), apostrophe (\'), underscore (_), and the @ sign.","This value is not valid.":"This value is not valid.","Create tasks that the system can execute.":"Create tasks that the system can execute.","The URL to which the user should be redirected. This can be an internal URL like /node/1234 or an external URL like @url.":"The URL to which the user should be redirected. This can be an internal URL like /node/1234 or an external URL like @url.","Add feeds or import OPMLs to gather external content and configure how often they are updated.":"Add feeds or import OPMLs to gather external content and configure how often they are updated.","The Automated Cron module runs cron operations for your site using normal browser/page requests instead of having to set up a separate cron job. The Automated Cron module checks at the end of each server response when cron operation was last ran and, if it has been too long since last run, it executes the cron tasks after sending a server response. For more information, see the <a href=\\":automated_cron-documentation\\">online documentation for the Automated Cron module</a>.":"The Automated Cron module runs cron operations for your site using normal browser/page requests instead of having to set up a separate cron job. The Automated Cron module checks at the end of each server response when cron operation was last ran and, if it has been too long since last run, it executes the cron tasks after sending a server response. For more information, see the <a href=\\":automated_cron-documentation\\">online documentation for the Automated Cron module</a>.","Configuring Automated Cron":"Configuring Automated Cron","On the <a href=\\":cron-settings\\">Cron page</a>, you can set the frequency (time interval) for running cron jobs.":"On the <a href=\\":cron-settings\\">Cron page</a>, you can set the frequency (time interval) for running cron jobs.","Disabling Automated Cron":"Disabling Automated Cron","To disable automated cron, the recommended method is to uninstall the module, to reduce site overhead. If you only want to disable it temporarily, you can set the frequency to Never on the Cron page, and then change the frequency back when you want to start it up again.":"To disable automated cron, the recommended method is to uninstall the module, to reduce site overhead. If you only want to disable it temporarily, you can set the frequency to Never on the Cron page, and then change the frequency back when you want to start it up again.","Automated Cron":"Automated Cron","Provides an automated way to run cron jobs, by executing them at the end of a server response.":"Provides an automated way to run cron jobs, by executing them at the end of a server response.","Automated cron settings":"Automated cron settings","Ban visits from specific IP addresses.":"Ban visits from specific IP addresses.","You can place a new block in a region by selecting <em>Place block</em> on the <a href=\\":blocks\\">Block layout page</a>. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the <em>Region</em> drop-down list, and then clicking <em>Save blocks</em>.":"You can place a new block in a region by selecting <em>Place block</em> on the <a href=\\":blocks\\">Block layout page</a>. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the <em>Region</em> drop-down list, and then clicking <em>Save blocks</em>.","Block placement is specific to each theme on your site. Changes will not be saved until you click <em>Save blocks</em> at the bottom of the page.":"Block placement is specific to each theme on your site. Changes will not be saved until you click <em>Save blocks</em> at the bottom of the page.","Adding comment types":"Adding comment types","Additional <em>comment types</em> can be created per entity sub-type and added on the <a href=\\":field\\">Comment types page</a>. If there are multiple comment types available you can select the appropriate one after adding a <em>Comments field</em>.":"Additional <em>comment types</em> can be created per entity sub-type and added on the <a href=\\":field\\">Comment types page</a>. If there are multiple comment types available you can select the appropriate one after adding a <em>Comments field</em>.","Compare the configuration uploaded to your sync directory with the active configuration before completing the import.":"Compare the configuration uploaded to your sync directory with the active configuration before completing the import.","Upload a full site configuration archive to the sync directory. It can then be compared and imported on the Synchronize page.":"Upload a full site configuration archive to the sync directory. It can then be compared and imported on the Synchronize page.","The Database Logging module logs system events in the Drupal database. Monitor your site or debug site problems on this page.":"The Database Logging module logs system events in the Drupal database. Monitor your site or debug site problems on this page.","The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the <a href=\\":dynamic_page_cache-documentation\\">online documentation for the Internal Dynamic Page Cache module</a>.":"The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the <a href=\\":dynamic_page_cache-documentation\\">online documentation for the Internal Dynamic Page Cache module</a>.","The module requires no configuration. Every part of the page contains metadata that allows Internal Dynamic Page Cache to figure this out on its own.":"The module requires no configuration. Every part of the page contains metadata that allows Internal Dynamic Page Cache to figure this out on its own.","Deprecated. All the functionality has been moved to Core.":"Deprecated. All the functionality has been moved to Core.","All field storage configuration objects re-saved.":"All field storage configuration objects re-saved.","Selection handler for entity reference fields have been adjusted.":"Selection handler for entity reference fields have been adjusted.","<strong>Entity Reference</strong> fields allow you to create fields that contain links to other entities (such as content items, taxonomy terms, etc.) within the site. This allows you, for example, to include a link to a user within a content item. For more information, see <a href=\\":er_do\\">the online documentation for the Entity Reference module</a>.":"<strong>Entity Reference</strong> fields allow you to create fields that contain links to other entities (such as content items, taxonomy terms, etc.) within the site. This allows you, for example, to include a link to a user within a content item. For more information, see <a href=\\":er_do\\">the online documentation for the Entity Reference module</a>.","Enable custom storage":"Enable custom storage","An instance-specific widget type":"An instance-specific widget type","Widget types @types are used in Drupal 6 field instances: widget type @selected_type applied to the Drupal 8 base field":"Widget types @types are used in Drupal 6 field instances: widget type @selected_type applied to the Drupal 8 base field","The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be <em>processed and displayed</em> in the site. They are used to transform text, and also help to defend your web site against potentially damaging input from malicious users. Visual text editors can be associated with text formats by using the <a href=\\":editor_help\\">Text Editor module</a>. For more information, see the <a href=\\":filter_do\\">online documentation for the Filter module</a>.":"The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be <em>processed and displayed</em> in the site. They are used to transform text, and also help to defend your web site against potentially damaging input from malicious users. Visual text editors can be associated with text formats by using the <a href=\\":editor_help\\">Text Editor module</a>. For more information, see the <a href=\\":filter_do\\">online documentation for the Filter module</a>.","You can define which users will be able to use each text format by selecting roles. To ensure security, anonymous and untrusted users should only have access to text formats that restrict them to either plain text or a safe set of HTML tags. This is because HTML tags can allow embedding malicious links or scripts in text. More trusted registered users may be granted permission to use less restrictive text formats in order to create rich text. <strong>Improper text format configuration is a security risk.</strong>":"You can define which users will be able to use each text format by selecting roles. To ensure security, anonymous and untrusted users should only have access to text formats that restrict them to either plain text or a safe set of HTML tags. This is because HTML tags can allow embedding malicious links or scripts in text. More trusted registered users may be granted permission to use less restrictive text formats in order to create rich text. <strong>Improper text format configuration is a security risk.</strong>","Each text format uses filters that add, remove, or transform elements within user-entered text. For example, one filter removes unapproved HTML tags, while another transforms URLs into clickable links. Filters are applied in a specific order. They do not change the <em>stored</em> content: they define how it is processed and displayed.":"Each text format uses filters that add, remove, or transform elements within user-entered text. For example, one filter removes unapproved HTML tags, while another transforms URLs into clickable links. Filters are applied in a specific order. They do not change the <em>stored</em> content: they define how it is processed and displayed.","Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. <strong>Improper text format configuration is a security risk.</strong> Learn more on the <a href=\\":filter_help\\">Filter module help page</a>.":"Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. <strong>Improper text format configuration is a security risk.</strong> Learn more on the <a href=\\":filter_help\\">Filter module help page</a>.","A text format contains filters that change the display of user input; for example, stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be rearranged.":"A text format contains filters that change the display of user input; for example, stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be rearranged.","Configure how content is filtered when displayed, including which HTML tags are rendered, and enable module-provided filters.":"Configure how content is filtered when displayed, including which HTML tags are rendered, and enable module-provided filters.","A list of HTML tags that can be used. By default only the <em>lang</em> and <em>dir</em> attributes are allowed for all HTML tags. Each HTML tag may have attributes which are treated as allowed attribute names for that HTML tag. Each attribute may allow all values, or only allow specific values. Attribute names or values may be written as a prefix and wildcard like <em>jump-*</em>. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.":"A list of HTML tags that can be used. By default only the <em>lang</em> and <em>dir</em> attributes are allowed for all HTML tags. Each HTML tag may have attributes which are treated as allowed attribute names for that HTML tag. Each attribute may allow all values, or only allow specific values. Attribute names or values may be written as a prefix and wildcard like <em>jump-*</em>. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.","Configure languages for content, interface, and configuration.":"Configure languages for content, interface, and configuration.","Overriding default English strings":"Overriding default English strings","If translation is enabled for English, you can <em>override</em> the default English interface text strings in your site with other English text strings on the <a href=\\":translate\\">User interface translation</a> page. Translation is off by default for English, but you can turn it on by visiting the <em>Edit language</em> page for <em>English</em> from the <a href=\\":languages\\">Languages</a> page.":"If translation is enabled for English, you can <em>override</em> the default English interface text strings in your site with other English text strings on the <a href=\\":translate\\">User interface translation</a> page. Translation is off by default for English, but you can turn it on by visiting the <em>Edit language</em> page for <em>English</em> from the <a href=\\":languages\\">Languages</a> page.","Configure the import of translation files, and add or customize interface translations.":"Configure the import of translation files, and add or customize interface translations.","Manage menus and menu links.":"Manage menus and menu links.","<q>Log in</q> for anonymous users":"<q>Log in</q> for anonymous users","Revert to earlier revision of a translation":"Revert to earlier revision of a translation","@langname revisions for %title":"@langname revisions for %title","Are you sure you want to revert @language translation to the revision from %revision-date?":"Are you sure you want to revert @language translation to the revision from %revision-date?","Revert content shared among translations":"Revert content shared among translations","Add custom URLs to existing paths.":"Add custom URLs to existing paths.","Network problem!":"Network problem!","- None (original image) -":"- None (original image) -","Only items in the index will appear in search results. To build and maintain the index, a correctly configured <a href=\\":cron\\">cron maintenance task</a> is required.":"Only items in the index will appear in search results. To build and maintain the index, a correctly configured <a href=\\":cron\\">cron maintenance task</a> is required.","The maximum number of items indexed in each run of the <a href=\\":cron\\">cron maintenance task</a>. If necessary, reduce the number of items to prevent timeouts and memory errors while indexing. Some search page types may have their own setting for this.":"The maximum number of items indexed in each run of the <a href=\\":cron\\">cron maintenance task</a>. If necessary, reduce the number of items to prevent timeouts and memory errors while indexing. Some search page types may have their own setting for this.","The minimum character length for a word to be added to the index. Searches must include a keyword of at least this length.":"The minimum character length for a word to be added to the index. Searches must include a keyword of at least this length.","Run tests against the site\'s core code and enabled modules to review your code.":"Run tests against the site\'s core code and enabled modules to review your code.","Configure the logging of content statistics.":"Configure the logging of content statistics.","Configuration dependencies recalculated":"Configuration dependencies recalculated","Checking site status":"Checking site status","The <a href=\\":status\\">Status report</a> provides an overview of the configuration, status, and health of your site. Review this report to make sure there are not any problems to address, and to find information about the software your site and web server are using.":"The <a href=\\":status\\">Status report</a> provides an overview of the configuration, status, and health of your site. Review this report to make sure there are not any problems to address, and to find information about the software your site and web server are using.","In order for the site and its modules to continue to operate well, a set of routine administrative operations must run on a regular basis; these operations are known as <em>cron</em> tasks. On the <a href=\\":cron\\">Cron page</a>, you can configure cron to run periodically as part of server responses by installing the <em>Automated Cron</em> module, or you can turn this off and trigger cron from an outside process on your web server. You can verify the status of cron tasks by visiting the <a href=\\":status\\">Status report page</a>. For more information, see the <a href=\\":handbook\\">online documentation for configuring cron jobs</a>.":"In order for the site and its modules to continue to operate well, a set of routine administrative operations must run on a regular basis; these operations are known as <em>cron</em> tasks. On the <a href=\\":cron\\">Cron page</a>, you can configure cron to run periodically as part of server responses by installing the <em>Automated Cron</em> module, or you can turn this off and trigger cron from an outside process on your web server. You can verify the status of cron tasks by visiting the <a href=\\":status\\">Status report page</a>. For more information, see the <a href=\\":handbook\\">online documentation for configuring cron jobs</a>.","Enable the <em>Automated Cron</em> module to allow cron execution at the end of a server response.":"Enable the <em>Automated Cron</em> module to allow cron execution at the end of a server response.","Public file base URL":"Public file base URL","The base URL that will be used for public file URLs. This can be changed in settings.php":"The base URL that will be used for public file URLs. This can be changed in settings.php","Configure <span class=\\"visually-hidden\\">the @module module</span>":"Configure <span class=\\"visually-hidden\\">the @module module</span>","Machine name: <span dir=\\"ltr\\" class=\\"table-filter-text-source\\">@machine-name</span>":"Machine name: <span dir=\\"ltr\\" class=\\"table-filter-text-source\\">@machine-name</span>","The following reason prevents @module.module_name from being uninstalled:\\u0003The following reasons prevent @module.module_name from being uninstalled:":"The following reason prevents @module.module_name from being uninstalled:\\u0003The following reasons prevent @module.module_name from being uninstalled:","Configure default user account settings, including fields, registration requirements, and email messages.":"Configure default user account settings, including fields, registration requirements, and email messages.","There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.":"There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or <a href=\\":url\\">request a new password</a>.","%name is not recognized as a username or an email address.":"%name is not recognized as a username or an email address.","Cache maximum age":"Cache maximum age","Creating and managing views":"Creating and managing views","Enabling and disabling views":"Enabling and disabling views","Exporting and importing views":"Exporting and importing views","Stable":"Stable","Administrative task links":"Administrative task links","Delete %label":"Delete %label","Allow user to display all items":"Allow user to display all items","Resolve all issues below to continue the installation. For help configuring your database server, see the <a href=\\"https://www.drupal.org/getting-started/install\\">installation handbook</a>, or contact your hosting provider.":"Resolve all issues below to continue the installation. For help configuring your database server, see the <a href=\\"https://www.drupal.org/getting-started/install\\">installation handbook</a>, or contact your hosting provider.","Select and configure text editors, and how content is filtered when displayed.":"Select and configure text editors, and how content is filtered when displayed.","Aggregator RSS feed":"Aggregator RSS feed","Aggregator sources":"Aggregator sources","Find and manage custom blocks.":"Find and manage custom blocks.","Recent comments.":"Recent comments.","Editing languages":"Editing languages","View edit page":"View edit page","Max 1300x1300":"Max 1300x1300","Max 2600x2600":"Max 2600x2600","Max 325x325":"Max 325x325","Max 650x650":"Max 650x650","Narrow":"Narrow","Config override test":"Config override test","<p>This page provides the ability to add common languages to your site.</p><p>If the desired language is not available, you can add a custom language.</p>":"<p>This page provides the ability to add common languages to your site.</p><p>If the desired language is not available, you can add a custom language.</p>","<p>Choose a language from the list, or choose \\"Custom language...\\" at the end of the list.</p><p>Click the \\"Add language\\" button when you are done choosing your language.</p><p>When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.</p>":"<p>Choose a language from the list, or choose \\"Custom language...\\" at the end of the list.</p><p>Click the \\"Add language\\" button when you are done choosing your language.</p><p>When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.</p>","Continuing on":"Continuing on","<p>This page provides the ability to edit a language on your site, including custom languages.</p>":"<p>This page provides the ability to edit a language on your site, including custom languages.</p>","<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>":"<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>","<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>":"<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>","<p>Choose if the language is a \\"Left to right\\" or \\"Right to left\\" language.</p><p>Note that not all themes support \\"Right to left\\" layouts, so test your theme if you are using \\"Right to left\\".</p>":"<p>Choose if the language is a \\"Left to right\\" or \\"Right to left\\" language.</p><p>Note that not all themes support \\"Right to left\\" layouts, so test your theme if you are using \\"Right to left\\".</p>","<p>The \\"Languages\\" page allows you to add, edit, delete, and reorder languages for the site.</p>":"<p>The \\"Languages\\" page allows you to add, edit, delete, and reorder languages for the site.</p>","<p>To add more languages to your site, click the \\"Add language\\" button.</p><p>Added languages will be displayed in the language list and can then be edited or deleted.</p>":"<p>To add more languages to your site, click the \\"Add language\\" button.</p><p>Added languages will be displayed in the language list and can then be edited or deleted.</p>","Reordering languages":"Reordering languages","<p>To reorder the languages on your site, use the drag icons next to each language.</p><p>The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.</p><p>When you are done with reordering the languages, click the \\"Save configuration\\" button for the changes to take effect.</p>":"<p>To reorder the languages on your site, use the drag icons next to each language.</p><p>The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.</p><p>When you are done with reordering the languages, click the \\"Save configuration\\" button for the changes to take effect.</p>","Set a language as default":"Set a language as default","<p>You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.</p>":"<p>You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.</p>","Modifying languages":"Modifying languages","<p>Operations are provided for editing and deleting your languages.</p><p>You can edit the name and the direction of the language.</p><p>Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.</p>":"<p>Operations are provided for editing and deleting your languages.</p><p>You can edit the name and the direction of the language.</p><p>Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.</p>","Choose the language you want to translate.":"Choose the language you want to translate.","Enter the specific word or sentence you want to translate, you can also write just a part of a word.":"Enter the specific word or sentence you want to translate, you can also write just a part of a word.","Filter the search":"Filter the search","You can search for untranslated strings if you want to translate something that isn\'t translated yet. If you want to modify an existing translation, you might want to search only for translated strings.":"You can search for untranslated strings if you want to translate something that isn\'t translated yet. If you want to modify an existing translation, you might want to search only for translated strings.","Apply your search criteria":"Apply your search criteria","To apply your search criteria, click on the <em>Filter</em> button.":"To apply your search criteria, click on the <em>Filter</em> button.","You can write your own translation in the text fields of the right column. Try to figure out in which context the text will be used in order to translate it in the appropriate way.":"You can write your own translation in the text fields of the right column. Try to figure out in which context the text will be used in order to translate it in the appropriate way.","Validate the translation":"Validate the translation","When you have finished your translations, click on the <em>Save translations</em> button. You must save your translations, each time before changing the page or making a new search.":"When you have finished your translations, click on the <em>Save translations</em> button. You must save your translations, each time before changing the page or making a new search.","Manage view settings":"Manage view settings","View or edit the configuration.":"View or edit the configuration.","Displays in this view":"Displays in this view","A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.":"A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.","View administration":"View administration","Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.":"Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.","Choose how to output results. E.g., choose <em>Content</em> to output each item completely, using your configured display settings. Or choose <em>Fields</em>, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to <em>extend</em> Drupal\'s base functionality.":"Choose how to output results. E.g., choose <em>Content</em> to output each item completely, using your configured display settings. Or choose <em>Fields</em>, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to <em>extend</em> Drupal\'s base functionality.","If this view uses fields, they are listed here. You can click on a field to configure it.":"If this view uses fields, they are listed here. You can click on a field to configure it.","Filter your view":"Filter your view","Add filters to limit the results in the output. E.g., to only show content that is <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.":"Add filters to limit the results in the output. E.g., to only show content that is <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.","Filter actions":"Filter actions","Add, rearrange or remove filters.":"Add, rearrange or remove filters.","Control the order in which the results are output. Click on an active sort rule to configure it.":"Control the order in which the results are output. Click on an active sort rule to configure it.","Sort actions":"Sort actions","Add, rearrange or remove sorting rules.":"Add, rearrange or remove sorting rules.","Show a preview of the view output.":"Show a preview of the view output.","A list of classes that will be provided in the \\"Styles\\" dropdown. Enter one or more classes on each line in the format: element.classA.classB|Label. Example: h1.title|Title. Advanced example: h1.fancy.title|Fancy title.<br />These styles should be available in your theme\'s CSS file.":"A list of classes that will be provided in the \\"Styles\\" dropdown. Enter one or more classes on each line in the format: element.classA.classB|Label. Example: h1.title|Title. Advanced example: h1.fancy.title|Fancy title.<br />These styles should be available in your theme\'s CSS file.","The English name of the language.":"The English name of the language.","The native name of the language.":"The native name of the language.","The language direction. (0 = LTR, 1 = RTL)":"The language direction. (0 = LTR, 1 = RTL)","Whether the language is enabled.":"Whether the language is enabled.","PHP formula to get plural indexes.":"PHP formula to get plural indexes.","Path prefix used for this language.":"Path prefix used for this language.","The language weight when listed.":"The language weight when listed.","Location of the JavaScript translation file.":"Location of the JavaScript translation file.","Fallback sort expose settings":"Fallback sort expose settings","Leave blank for all. Otherwise, the first selected term will be the default instead of \\"Any\\".":"Leave blank for all. Otherwise, the first selected term will be the default instead of \\"Any\\".","width @data.width":"width @data.width","height @data.height":"height @data.height","Administer workflows":"Administer workflows","This entity (%type: %label) cannot be referenced.":"This entity (%type: %label) cannot be referenced.","This entity (%type: %id) cannot be referenced.":"This entity (%type: %id) cannot be referenced.","Content type where this field is in use.":"Content type where this field is in use.","Determines the content language from a request parameter.":"Determines the content language from a request parameter.","The alias %alias could not be added because it is already in use in this language with different capitalization: %stored_alias.":"The alias %alias could not be added because it is already in use in this language with different capitalization: %stored_alias.","No error logged yet.":"No error logged yet.","A default base theme using Drupal 8.0.0\'s core markup and CSS.":"A default base theme using Drupal 8.0.0\'s core markup and CSS.","There are no changes to import.":"There are no changes to import.","Another request may be importing configuration already.":"Another request may be importing configuration already.","Importing configuration":"Importing configuration","Starting configuration import.":"Starting configuration import.","Configuration import has encountered an error.":"Configuration import has encountered an error.","The configuration import failed for the following reasons:":"The configuration import failed for the following reasons:","Updated tables for field handlers for views: @ids":"Updated tables for field handlers for views: @ids","BigPipe":"BigPipe","Current workspace":"Current workspace","Workspace switcher":"Workspace switcher","HEAD method settings":"HEAD method settings","PUT method settings":"PUT method settings","Delete transition":"Delete transition","Update any media":"Update any media","Delete media":"Delete media","Delete any media":"Delete any media","Media name":"Media name","Media revisions":"Media revisions","Field with source information":"Field with source information","Install configuration":"Install configuration","The following changes were detected in the entity type and field definitions. @updates":"The following changes were detected in the entity type and field definitions. @updates","Show &mdash; @configuration.label":"Show &mdash; @configuration.label","Hide &mdash; @configuration.label":"Hide &mdash; @configuration.label","BigPipe no-JS check":"BigPipe no-JS check","Session exists":"Session exists","Add workspace":"Add workspace","Workspaces":"Workspaces","Create and manage workspaces.":"Create and manage workspaces.","Administer workspaces":"Administer workspaces","Edit workspace %label":"Edit workspace %label","Workspace ID":"Workspace ID","Workspace %info has been created.":"Workspace %info has been created.","Workspace %info has been updated.":"Workspace %info has been updated.","The workspace could not be saved.":"The workspace could not be saved.","The workspace ID.":"The workspace ID.","text format":"text format","Default configuration hash":"Default configuration hash","Label of the action":"Label of the action","The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.":"The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.","Authored on @date":"Authored on @date","Enter the value for the sizes attribute, for example: %example_sizes.":"Enter the value for the sizes attribute, for example: %example_sizes.","Unique machine name of the vocabulary.":"Unique machine name of the vocabulary.","Field %field set in %filter is not usable for this filter type. Combined field filter only works for simple fields.":"Field %field set in %filter is not usable for this filter type. Combined field filter only works for simple fields.","Renders an entity in a view mode.":"Renders an entity in a view mode.","Add @entity-type":"Add @entity-type","Revision create time":"Revision create time","Is default revision":"Is default revision","The moderation state of this piece of content.":"The moderation state of this piece of content.","Moderation control":"Moderation control","Revisions must be required when moderation is enabled.":"Revisions must be required when moderation is enabled.","Revisions are required.":"Revisions are required.","The moderation state has been updated.":"The moderation state has been updated.","When content reaches this state it should be published.":"When content reaches this state it should be published.","Default revision":"Default revision","When content reaches this state it should be made the default revision; this is implied for published states.":"When content reaches this state it should be made the default revision; this is implied for published states.","Create New Draft":"Create New Draft","If this style is in use on the site, you may select another style to replace it. All images that have been generated for this style will be permanently deleted. If no replacement style is selected, the dependent configurations might need manual reconfiguration.":"If this style is in use on the site, you may select another style to replace it. All images that have been generated for this style will be permanently deleted. If no replacement style is selected, the dependent configurations might need manual reconfiguration.","All images that have been generated for this style will be permanently deleted. The dependent configurations might need manual reconfiguration.":"All images that have been generated for this style will be permanently deleted. The dependent configurations might need manual reconfiguration.","- No replacement -":"- No replacement -","The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the <a href=\\":big_pipe-documentation\\">online documentation for the BigPipe module</a>.":"The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the <a href=\\":big_pipe-documentation\\">online documentation for the BigPipe module</a>.","The module requires no configuration. Every part of the page contains metadata that allows BigPipe to figure this out on its own.":"The module requires no configuration. Every part of the page contains metadata that allows BigPipe to figure this out on its own.","Size of email field":"Size of email field","The new size setting for email widgets has been added.":"The new size setting for email widgets has been added.","Did not save to map table due to NULL value for key field @field":"Did not save to map table due to NULL value for key field @field","A boolean indicating whether the node is visible on the front page.":"A boolean indicating whether the node is visible on the front page.","A boolean indicating whether the node should sort to the top of content lists.":"A boolean indicating whether the node should sort to the top of content lists.","Default argument validator":"Default argument validator","The %handler_type %handler uses a relationship that has been removed.":"The %handler_type %handler uses a relationship that has been removed.","Operations on Unicode strings are emulated on a best-effort basis. Install the <a href=\\"http://php.net/mbstring\\">PHP mbstring extension</a> for improved Unicode support.":"Operations on Unicode strings are emulated on a best-effort basis. Install the <a href=\\"http://php.net/mbstring\\">PHP mbstring extension</a> for improved Unicode support.","Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini <em>mbstring.func_overload</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.":"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini <em>mbstring.func_overload</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.","Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.encoding_translation</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.":"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.encoding_translation</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.","Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.http_input</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.":"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.http_input</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.","Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.http_output</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.":"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.http_output</em> setting. Please refer to the <a href=\\"http://php.net/mbstring\\">PHP mbstring documentation</a> for more information.","The %entity_type entity type needs to be installed.":"The %entity_type entity type needs to be installed.","The %entity_type entity type needs to be updated.":"The %entity_type entity type needs to be updated.","The %field_name field needs to be installed.":"The %field_name field needs to be installed.","The %field_name field needs to be updated.":"The %field_name field needs to be updated.","The %field_name field needs to be uninstalled.":"The %field_name field needs to be uninstalled.","Custom text: @true_label / @false_label":"Custom text: @true_label / @false_label","Display: @true_label / @false_label":"Display: @true_label / @false_label","See <a href=\\"http://php.net/manual/function.date.php\\" target=\\"_blank\\">the documentation for PHP date formats</a>.":"See <a href=\\"http://php.net/manual/function.date.php\\" target=\\"_blank\\">the documentation for PHP date formats</a>.","An icon that links to the feed URL":"An icon that links to the feed URL","Parent website of the feed.":"Parent website of the feed.","Parent website\'s description of the feed.":"Parent website\'s description of the feed.","Check my spelling as I type":"Check my spelling as I type","By default, CKEditor is configured to leverage your browser\'s spell check capability. Make sure your browser\'s spell checker is enabled in your browser\'s settings. To access suggested corrections for misspelled words, it may be necessary to hold the <em>Control</em> or <em>command</em> (Mac) key while right-clicking the misspelling.":"By default, CKEditor is configured to leverage your browser\'s spell check capability. Make sure your browser\'s spell checker is enabled in your browser\'s settings. To access suggested corrections for misspelled words, it may be necessary to hold the <em>Control</em> or <em>command</em> (Mac) key while right-clicking the misspelling.","Language list ID":"Language list ID","United Nations\' official languages":"United Nations\' official languages","All @count languages":"All @count languages","The list of languages to show in the language dropdown. The basic list will only show the <a href=\\":url\\">six official languages of the UN</a>. The extended list will show all @count languages that are available in Drupal.":"The list of languages to show in the language dropdown. The basic list will only show the <a href=\\":url\\">six official languages of the UN</a>. The extended list will show all @count languages that are available in Drupal.","There is not enough memory available to PHP to change this theme\'s color scheme. You need at least %size more. Check the <a href=\\"http://php.net/manual/ini.core.php#ini.sect.resource-limits\\">PHP documentation</a> for more information.":"There is not enough memory available to PHP to change this theme\'s color scheme. You need at least %size more. Check the <a href=\\"http://php.net/manual/ini.core.php#ini.sect.resource-limits\\">PHP documentation</a> for more information.","The GD library for PHP is enabled, but was compiled without PNG support. Check the <a href=\\"http://php.net/manual/ref.image.php\\">PHP image documentation</a> for information on how to correct this.":"The GD library for PHP is enabled, but was compiled without PNG support. Check the <a href=\\"http://php.net/manual/ref.image.php\\">PHP image documentation</a> for information on how to correct this.","The GD library for PHP is missing or outdated. Check the <a href=\\"http://php.net/manual/book.image.php\\">PHP image documentation</a> for information on how to correct this.":"The GD library for PHP is missing or outdated. Check the <a href=\\"http://php.net/manual/book.image.php\\">PHP image documentation</a> for information on how to correct this.","Completed step @current of @total.":"Completed step @current of @total.","A user-defined date format. See the <a href=\\"http://php.net/manual/function.date.php\\">PHP manual</a> for available options.":"A user-defined date format. See the <a href=\\"http://php.net/manual/function.date.php\\">PHP manual</a> for available options.","This site has only a single language enabled. <a href=\\":language_url\\">Add at least one more language</a> in order to translate content.":"This site has only a single language enabled. <a href=\\":language_url\\">Add at least one more language</a> in order to translate content.","Describe a time by reference to the current day, like \'+90 days\' (90 days from the day the field is created) or \'+1 Saturday\' (the next Saturday). See <a href=\\"http://php.net/manual/function.strtotime.php\\">strtotime</a> for more details.":"Describe a time by reference to the current day, like \'+90 days\' (90 days from the day the field is created) or \'+1 Saturday\' (the next Saturday). See <a href=\\"http://php.net/manual/function.strtotime.php\\">strtotime</a> for more details.","The type of the log entry, for example \\"user\\" or \\"page not found\\".":"The type of the log entry, for example \\"user\\" or \\"page not found\\".","The %field_type_label field type is used in the following field: @fields\\u0003The %field_type_label field type is used in the following fields: @fields":"The %field_type_label field type is used in the following field: @fields\\u0003The %field_type_label field type is used in the following fields: @fields","Enabled (<a href=\\"http://php.net/manual/apcu.configuration.php#ini.apcu.rfc1867\\">APC RFC1867</a>)":"Enabled (<a href=\\"http://php.net/manual/apcu.configuration.php#ini.apcu.rfc1867\\">APC RFC1867</a>)","File MIME Type":"File MIME Type","Hypermedia APIs are a style of Web API that uses URIs to identify resources and the <a href=\\"http://wikipedia.org/wiki/Link_relation\\">link relations</a> between them, enabling API consumers to follow links to discover API functionality.":"Hypermedia APIs are a style of Web API that uses URIs to identify resources and the <a href=\\"http://wikipedia.org/wiki/Link_relation\\">link relations</a> between them, enabling API consumers to follow links to discover API functionality.","This module is experimental. <a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.":"This module is experimental. <a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.","You can also configure a minimum and/or maximum resolution for uploaded images. Images that are too small will be rejected. Images that are to large will be resized. During the resizing the <a href=\\"http://wikipedia.org/wiki/Exchangeable_image_file_format\\">EXIF data</a> in the image will be lost.":"You can also configure a minimum and/or maximum resolution for uploaded images. Images that are too small will be rejected. Images that are to large will be resized. During the resizing the <a href=\\"http://wikipedia.org/wiki/Exchangeable_image_file_format\\">EXIF data</a> in the image will be lost.","The maximum allowed image size expressed as WIDTH×HEIGHT (e.g. 640×480). Leave blank for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href=\\"http://wikipedia.org/wiki/Exchangeable_image_file_format\\">EXIF data</a> in the image.":"The maximum allowed image size expressed as WIDTH×HEIGHT (e.g. 640×480). Leave blank for no restriction. If a larger image is uploaded, it will be resized to reflect the given width and height. Resizing images on upload will cause the loss of <a href=\\"http://wikipedia.org/wiki/Exchangeable_image_file_format\\">EXIF data</a> in the image.","The Language module allows you to configure the languages used on your site, and provides information for the <a href=\\":content\\">Content Translation</a>, <a href=\\":interface\\">Interface Translation</a>, and <a href=\\":configuration\\">Configuration Translation</a> modules, if they are enabled. For more information, see the <a href=\\":doc_url\\">online documentation for the Language module</a>.":"The Language module allows you to configure the languages used on your site, and provides information for the <a href=\\":content\\">Content Translation</a>, <a href=\\":interface\\">Interface Translation</a>, and <a href=\\":configuration\\">Configuration Translation</a> modules, if they are enabled. For more information, see the <a href=\\":doc_url\\">online documentation for the Language module</a>.","The domain names to use for these languages. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying \\"de.example.com\\" as language domain for German will result in a URL like \\"http://de.example.com/contact\\".":"The domain names to use for these languages. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying \\"de.example.com\\" as language domain for German will result in a URL like \\"http://de.example.com/contact\\".","URL query key value pairs":"URL query key value pairs","URL fragment":"URL fragment","Is this URL absolute":"Is this URL absolute","If the URL should use a secure protocol":"If the URL should use a secure protocol","Operation stopped by request":"Operation stopped by request","Operation on @migration failed":"Operation on @migration failed","Operation on @migration skipped due to unfulfilled dependencies":"Operation on @migration skipped due to unfulfilled dependencies","Currently upgrading @migration (@current of @max total tasks)":"Currently upgrading @migration (@current of @max total tasks)","Upgrade process not completed":"Upgrade process not completed","Congratulations, you upgraded Drupal!":"Congratulations, you upgraded Drupal!","Review the detailed upgrade log":"Review the detailed upgrade log","Source ID @source_id: @message":"Source ID @source_id: @message","Completed 1 upgrade task successfully\\u0003Completed @count upgrade tasks successfully":"Completed 1 upgrade task successfully\\u0003Completed @count upgrade tasks successfully","1 upgrade failed\\u0003@count upgrades failed":"1 upgrade failed\\u0003@count upgrades failed","Put this site into <a href=\\":url\\">maintenance mode</a>.":"Put this site into <a href=\\":url\\">maintenance mode</a>.","Source database":"Source database","Provide credentials for the database of the Drupal site you want to upgrade.":"Provide credentials for the database of the Drupal site you want to upgrade.","Source files":"Source files","Review upgrade":"Review upgrade","Perform upgrade":"Perform upgrade","Running upgrade":"Running upgrade","Control which roles can \\"View the administration theme\\" on the <a href=\\":permissions\\">Permissions page</a>.":"Control which roles can \\"View the administration theme\\" on the <a href=\\":permissions\\">Permissions page</a>.","Create and manage fields, forms, and display settings for your content.":"Create and manage fields, forms, and display settings for your content.","The language code of the URL alias.":"The language code of the URL alias.","The testing framework requires the PHP <a href=\\"http://php.net/manual/ini.core.php#ini.open-basedir\\">open_basedir</a> restriction to be disabled. Check your webserver configuration or contact your web host.":"The testing framework requires the PHP <a href=\\"http://php.net/manual/ini.core.php#ini.open-basedir\\">open_basedir</a> restriction to be disabled. Check your webserver configuration or contact your web host.","The Syslog module logs events by sending messages to the logging facility of your web server\'s operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the <a href=\\":syslog\\">online documentation for the Syslog module</a>, as well as PHP\'s documentation pages for the <a href=\\"http://php.net/manual/function.openlog.php\\">openlog</a> and <a href=\\"http://php.net/manual/function.syslog.php\\">syslog</a> functions.":"The Syslog module logs events by sending messages to the logging facility of your web server\'s operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the <a href=\\":syslog\\">online documentation for the Syslog module</a>, as well as PHP\'s documentation pages for the <a href=\\"http://php.net/manual/function.openlog.php\\">openlog</a> and <a href=\\"http://php.net/manual/function.syslog.php\\">syslog</a> functions.","Experimental modules found: %module_list. <a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.":"Experimental modules found: %module_list. <a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.","PHP OPcode caching can improve your site\'s performance considerably. It is <strong>highly recommended</strong> to have <a href=\\"http://php.net/manual/opcache.installation.php\\" target=\\"_blank\\">OPcache</a> installed on your server.":"PHP OPcode caching can improve your site\'s performance considerably. It is <strong>highly recommended</strong> to have <a href=\\"http://php.net/manual/opcache.installation.php\\" target=\\"_blank\\">OPcache</a> installed on your server.","Protection disabled":"Protection disabled","Experimental modules":"Experimental modules","Are you sure you wish to enable experimental modules?":"Are you sure you wish to enable experimental modules?","<a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.":"<a href=\\":url\\">Experimental modules</a> are provided for testing purposes only. Use at your own risk.","The following modules are experimental: @modules":"The following modules are experimental: @modules","The GD Library for PHP is enabled, but was compiled without support for functions used by the rotate and desaturate effects. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See <a href=\\"http://php.net/manual/book.image.php\\">the PHP manual</a>.":"The GD Library for PHP is enabled, but was compiled without support for functions used by the rotate and desaturate effects. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See <a href=\\"http://php.net/manual/book.image.php\\">the PHP manual</a>.","The vocabulary name.":"The vocabulary name.","Name (autocomplete)":"Name (autocomplete)","The user or author name. Uses an autocomplete widget to find a user name, the actual filter uses the resulting user ID.":"The user or author name. Uses an autocomplete widget to find a user name, the actual filter uses the resulting user ID.","When printing URL paths, how to transform the case of the filter value. Do not use this unless with Postgres as it uses case sensitive comparisons.":"When printing URL paths, how to transform the case of the filter value. Do not use this unless with Postgres as it uses case sensitive comparisons.","Specify which display or custom URL this display will link to.":"Specify which display or custom URL this display will link to.","This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in \'Link display\' section under pager. You can override the URL at the link display setting.":"This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in \'Link display\' section under pager. You can override the URL at the link display setting.","When printing URL paths, how to transform the case of the filter value.":"When printing URL paths, how to transform the case of the filter value.","This will appear in the URL after the ? to identify this filter. Cannot be blank. Only letters, digits and the dot (\\".\\"), hyphen (\\"-\\"), underscore (\\"_\\"), and tilde (\\"~\\") characters are allowed.":"This will appear in the URL after the ? to identify this filter. Cannot be blank. Only letters, digits and the dot (\\".\\"), hyphen (\\"-\\"), underscore (\\"_\\"), and tilde (\\"~\\") characters are allowed.","This identifier has illegal characters.":"This identifier has illegal characters.","The field that is going to be used as the OPML URL attribute for each row.":"The field that is going to be used as the OPML URL attribute for each row.","workspace":"workspace","Activate Workspace":"Activate Workspace","Would you like to activate the %workspace workspace?":"Would you like to activate the %workspace workspace?","The workspace name.":"The workspace name.","The workspace owner.":"The workspace owner.","The time that the workspace was last edited.":"The time that the workspace was last edited.","The user ID of the user on which the log entry was written.":"The user ID of the user on which the log entry was written.","Bundle assigned to the auto-created entities.":"Bundle assigned to the auto-created entities.","Add a new @entity_type.":"Add a new @entity_type.","There is no @entity_type yet. @add_link":"There is no @entity_type yet. @add_link","Store new items in":"Store new items in","Users with the <em>Administer blocks</em> permission can create and edit custom block types with fields and display settings, from the <a href=\\":types\\">Block types</a> page in the Custom block library. For more information about managing fields and display settings, see the <a href=\\":field-ui\\">Field UI module help</a>.":"Users with the <em>Administer blocks</em> permission can create and edit custom block types with fields and display settings, from the <a href=\\":types\\">Block types</a> page in the Custom block library. For more information about managing fields and display settings, see the <a href=\\":field-ui\\">Field UI module help</a>.","Users with the <em>Administer blocks</em> permission can create, edit, and delete custom blocks of each defined custom block type, from the <a href=\\":block-library\\">Blocks</a> page in the Custom block library. After creating a block, place it in a region from the <a href=\\":blocks\\">Block layout</a> page; see the <a href=\\":block_help\\">Block module help</a> for more information about placing blocks.":"Users with the <em>Administer blocks</em> permission can create, edit, and delete custom blocks of each defined custom block type, from the <a href=\\":block-library\\">Blocks</a> page in the Custom block library. After creating a block, place it in a region from the <a href=\\":blocks\\">Block layout</a> page; see the <a href=\\":block_help\\">Block module help</a> for more information about placing blocks.","Blocks in the block library belong to <a href=\\":types\\">Custom block types</a>, each with its own fields and display settings. After creating a block, place it in a region from the <a href=\\":blocks\\">Block layout</a> page.":"Blocks in the block library belong to <a href=\\":types\\">Custom block types</a>, each with its own fields and display settings. After creating a block, place it in a region from the <a href=\\":blocks\\">Block layout</a> page.","Each block type has its own fields and display settings. Create blocks of each type on the <a href=\\":block-library\\">Blocks</a> page in the custom block library.":"Each block type has its own fields and display settings. Create blocks of each type on the <a href=\\":block-library\\">Blocks</a> page in the custom block library.","Describe this comment type. The text will be displayed on the <em>Comment types</em> administration overview page.":"Describe this comment type. The text will be displayed on the <em>Comment types</em> administration overview page.","For more information, refer to the help listed on this page or to the <a href=\\":docs\\">online documentation</a> and <a href=\\":support\\">support</a> pages at <a href=\\":drupal\\">drupal.org</a>.":"For more information, refer to the help listed on this page or to the <a href=\\":docs\\">online documentation</a> and <a href=\\":support\\">support</a> pages at <a href=\\":drupal\\">drupal.org</a>.","There is currently nothing in this section.":"There is currently nothing in this section.","Module overviews":"Module overviews","Module overviews are provided by modules. Overviews available for your installed modules:":"Module overviews are provided by modules. Overviews available for your installed modules:","A serialized array of options to set on the URL, such as a query string or HTML attributes.":"A serialized array of options to set on the URL, such as a query string or HTML attributes.","Source database does not contain a recognizable Drupal version.":"Source database does not contain a recognizable Drupal version.","The System module provides pages for managing basic site configuration, including <a href=\\":date-time-settings\\">Date and time formats</a> and <a href=\\":site-info\\">Basic site settings</a> (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main <a href=\\":config\\">Configuration page</a>.":"The System module provides pages for managing basic site configuration, including <a href=\\":date-time-settings\\">Date and time formats</a> and <a href=\\":site-info\\">Basic site settings</a> (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main <a href=\\":config\\">Configuration page</a>.","Basic site settings":"Basic site settings","Select and configure themes.":"Select and configure themes.","Configure the location of uploaded files and how they are accessed.":"Configure the location of uploaded files and how they are accessed.","Configure the site description, the number of items per feed, and whether feeds should be titles/teasers/full-text.":"Configure the site description, the number of items per feed, and whether feeds should be titles/teasers/full-text.","Configure and use development tools.":"Configure and use development tools.","Take the site offline for updates and other maintenance tasks.":"Take the site offline for updates and other maintenance tasks.","Configure caching and bandwidth optimization.":"Configure caching and bandwidth optimization.","Configure the display of error messages and database logging.":"Configure the display of error messages and database logging.","Configure regional settings, localization, and translation.":"Configure regional settings, localization, and translation.","Configure the locale and timezone settings.":"Configure the locale and timezone settings.","Configure site search, metadata, and search engine optimization.":"Configure site search, metadata, and search engine optimization.","Configure basic site settings, actions, and cron.":"Configure basic site settings, actions, and cron.","Configure the administrative user interface.":"Configure the administrative user interface.","Manage the content workflow.":"Manage the content workflow.","Configure content formatting and authoring.":"Configure content formatting and authoring.","Get a status report about your site\'s operation.":"Get a status report about your site\'s operation.","Tours":"Tours","Tours guide you through workflows or explain concepts on various user interface pages. The tours with links in this list are on user interface landing pages; the tours without links will show on individual pages (such as when editing a View using the Views UI module). Available tours:":"Tours guide you through workflows or explain concepts on various user interface pages. The tours with links in this list are on user interface landing pages; the tours without links will show on individual pages (such as when editing a View using the Views UI module). Available tours:","@label (Original translation) - <em>The following translations will be deleted:</em>":"@label (Original translation) - <em>The following translations will be deleted:</em>","Delete @entity_type":"Delete @entity_type","View the latest version":"View the latest version","Changed year + month":"Changed year + month","Changed year":"Changed year","Changed month":"Changed month","Changed day":"Changed day","Changed week":"Changed week","content item":"content item","content items":"content items","Create a new workspace":"Create a new workspace","View own workspace":"View own workspace","View any workspace":"View any workspace","Edit own workspace":"Edit own workspace","Edit any workspace":"Edit any workspace","Delete own workspace":"Delete own workspace","Delete any workspace":"Delete any workspace","Is Latest Revision":"Is Latest Revision","Restrict the view to only revisions that are the latest revision of their entity.":"Restrict the view to only revisions that are the latest revision of their entity.","Sends pages using the BigPipe technique that allows browsers to show them much faster.":"Sends pages using the BigPipe technique that allows browsers to show them much faster.","The Migrate Drupal UI module has been enabled. Proceed to the <a href=\\":url\\">upgrade form</a>.":"The Migrate Drupal UI module has been enabled. Proceed to the <a href=\\":url\\">upgrade form</a>.","Migrate Drupal UI":"Migrate Drupal UI","Provides a user interface for migrating from older Drupal versions.":"Provides a user interface for migrating from older Drupal versions.","Queue thumbnail downloads":"Queue thumbnail downloads","Deleted @count media translations.":"Deleted @count media translations.","Save media":"Save media","Thumbnail downloader":"Thumbnail downloader","Parent path":"Parent path","Selected combination of day and month is not valid.":"Selected combination of day and month is not valid.","Recursive rendering detected when rendering entity %entity_type: %entity_id, using the %field_name field on the %bundle_name bundle. Aborting rendering.":"Recursive rendering detected when rendering entity %entity_type: %entity_id, using the %field_name field on the %bundle_name bundle. Aborting rendering.","Another user (%other_user) is already logged into the site on this computer, but you tried to use a one-time link for user %resetting_user. Please <a href=\\":logout\\">log out</a> and try using the link again.":"Another user (%other_user) is already logged into the site on this computer, but you tried to use a one-time link for user %resetting_user. Please <a href=\\":logout\\">log out</a> and try using the link again.","The import failed with the following message: %message":"The import failed with the following message: %message","Size: %width x %height pixels":"Size: %width x %height pixels","Numeric values from the statistics module":"Numeric values from the statistics module","The most recent time the node has been viewed":"The most recent time the node has been viewed","Publish media":"Publish media","Unpublish media":"Unpublish media","The specified file %file could not be moved/copied because no file by that name exists. Please check that you supplied the correct filename.":"The specified file %file could not be moved/copied because no file by that name exists. Please check that you supplied the correct filename.","The specified file %file could not be moved/copied because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.":"The specified file %file could not be moved/copied because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.","The file %file could not be moved/copied because a file by that name already exists in the destination directory.":"The file %file could not be moved/copied because a file by that name already exists in the destination directory.","The specified file %file was not moved/copied because it would overwrite itself.":"The specified file %file was not moved/copied because it would overwrite itself.","File %file (%realpath) could not be moved/copied because it does not exist.":"File %file (%realpath) could not be moved/copied because it does not exist.","File %file could not be moved/copied because it does not exist.":"File %file could not be moved/copied because it does not exist.","File %file could not be moved/copied because the destination directory %destination is not configured correctly.":"File %file could not be moved/copied because the destination directory %destination is not configured correctly.","File %file could not be moved/copied because a file by that name already exists in the destination directory (%destination)":"File %file could not be moved/copied because a file by that name already exists in the destination directory (%destination)","File %file could not be moved/copied because it would overwrite itself.":"File %file could not be moved/copied because it would overwrite itself.","The specified file %file could not be moved to %destination.":"The specified file %file could not be moved to %destination.","Determines if a password needs hashing":"Determines if a password needs hashing","There is @count entity with @delta or more values in this field.\\u0003There are @count entities with @delta or more values in this field.":"There is @count entity with @delta or more values in this field.\\u0003There are @count entities with @delta or more values in this field.","The upload directory %directory for the file field %name could not be created or is not accessible. A newly uploaded file could not be saved in this directory as a consequence, and the upload was canceled.":"The upload directory %directory for the file field %name could not be created or is not accessible. A newly uploaded file could not be saved in this directory as a consequence, and the upload was canceled.","Multilingual support.":"Multilingual support.","Lock language.":"Lock language.","%type: @message in %function (line %line of %file) @backtrace_string.":"%type: @message in %function (line %line of %file) @backtrace_string.","The directory %directory could not be created. To proceed with the installation, either create the directory or ensure that the installer has the permissions to create it automatically. For more information, see the <a href=\\":handbook_url\\">online handbook</a>.":"The directory %directory could not be created. To proceed with the installation, either create the directory or ensure that the installer has the permissions to create it automatically. For more information, see the <a href=\\":handbook_url\\">online handbook</a>.","Starting execution of @module_cron().":"Starting execution of @module_cron().","Starting execution of @module_cron(), execution of @module_previous_cron() took @time.":"Starting execution of @module_cron(), execution of @module_previous_cron() took @time.","Execution of @module_previous_cron() took @time.":"Execution of @module_previous_cron() took @time.","There is content for the entity type: @entity_type. <a href=\\":url\\">Remove @entity_type_plural</a>.":"There is content for the entity type: @entity_type. <a href=\\":url\\">Remove @entity_type_plural</a>.","Exit Place block mode.":"Exit Place block mode.","Show regions to Place blocks.":"Show regions to Place blocks.","Place Blocks":"Place Blocks","Allow administrators to place blocks from any Drupal page":"Allow administrators to place blocks from any Drupal page","Page with blocks and place block buttons":"Page with blocks and place block buttons","The book page node.":"The book page node.","Book Parent":"Book Parent","Page has Children":"Page has Children","Flag indicating whether this book page has children":"Flag indicating whether this book page has children","Has Children":"Has Children","1st parent":"1st parent","2nd parent":"2nd parent","3rd parent":"3rd parent","4th parent":"4th parent","5th parent":"5th parent","6th parent":"6th parent","7th parent":"7th parent","8th parent":"8th parent","9th parent":"9th parent","The @parent of book node.":"The @parent of book node.","Book @parent":"Book @parent","Add content and child pages to books and manage their hierarchies.":"Add content and child pages to books and manage their hierarchies.","Top Level Book from current node":"Top Level Book from current node","Each style must have a unique label.":"Each style must have a unique label.","View display \'@id\': Comment field formatter \'@name\' was disabled because it is using the comment view display \'@display\' (@mode) that was just disabled.":"View display \'@id\': Comment field formatter \'@name\' was disabled because it is using the comment view display \'@display\' (@mode) that was just disabled.","No entity view display updated.":"No entity view display updated.","1 entity display updated: @displays.\\u0003@count entity displays updated: @displays.":"1 entity display updated: @displays.\\u0003@count entity displays updated: @displays.","The comment entity view mode to be used in this formatter":"The comment entity view mode to be used in this formatter","Comments view mode":"Comments view mode","Select the view mode used to show the list of comments.":"Select the view mode used to show the list of comments.","Comment view mode: @mode":"Comment view mode: @mode","Configuration directory: %type":"Configuration directory: %type","@name: @langcode":"@name: @langcode","The configuration objects have different language codes so they cannot be translated:":"The configuration objects have different language codes so they cannot be translated:","Message displayed to user on submission":"Message displayed to user on submission","Redirect path on submission":"Redirect path on submission","The message to display to the user after submission of this form. Leave blank for no message.":"The message to display to the user after submission of this form. Leave blank for no message.","Path to redirect the user to after submission of this form. For example, type \\"/about\\" to redirect to that page. Use a relative path with a slash in front.":"Path to redirect the user to after submission of this form. For example, type \\"/about\\" to redirect to that page. Use a relative path with a slash in front.","The path should start with /.":"The path should start with /.","Use custom display settings for the following @display_context modes":"Use custom display settings for the following @display_context modes","Manage form modes":"Manage form modes","Storing files":"Storing files","Let scale make images larger than their original size.":"Let scale make images larger than their original size.","To import files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot), or your site address (for example http://example.com).":"To import files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot), or your site address (for example http://example.com).","Use administration theme when editing or creating content":"Use administration theme when editing or creating content","Set as current revision":"Set as current revision","Specify an alternative path by which this data can be accessed. For example, type \\"/about\\" when writing an about page.":"Specify an alternative path by which this data can be accessed. For example, type \\"/about\\" when writing an about page.","Administer REST resource configuration":"Administer REST resource configuration","Whether the pre Drupal 8.2.x behavior of having permissions for EntityResource is enabled or not.":"Whether the pre Drupal 8.2.x behavior of having permissions for EntityResource is enabled or not.","Supported methods":"Supported methods","Supported authentication providers":"Supported authentication providers","REST resource config":"REST resource config","REST resource config ID":"REST resource config ID","REST resource plugin id":"REST resource plugin id","REST resource configuration granularity":"REST resource configuration granularity","REST resource configuration":"REST resource configuration","Authentication Provider":"Authentication Provider","No authentication is set":"No authentication is set","The supported authentication methods for this view":"The supported authentication methods for this view","Control default display settings for your site, across all themes. Use theme-specific settings to override these defaults.":"Control default display settings for your site, across all themes. Use theme-specific settings to override these defaults.","Your %file file must define the $config_directories variable as an array containing the names of directories in which configuration files can be found. It must contain a %sync_key key.":"Your %file file must define the $config_directories variable as an array containing the names of directories in which configuration files can be found. It must contain a %sync_key key.","administration theme":"administration theme","Are you sure you want to delete all @entity_type_plural?":"Are you sure you want to delete all @entity_type_plural?","This action cannot be undone.<br />Make a backup of your database if you want to be able to restore these items.":"This action cannot be undone.<br />Make a backup of your database if you want to be able to restore these items.","Delete all @entity_type_plural":"Delete all @entity_type_plural","There are 0 @entity_type_plural to delete.":"There are 0 @entity_type_plural to delete.","Deleting @entity_type_plural":"Deleting @entity_type_plural","Deleting items... Completed @percentage% (@current of @total).":"Deleting items... Completed @percentage% (@current of @total).","All @entity_type_plural have been deleted.":"All @entity_type_plural have been deleted.","And <strong>@count</strong> more @entity_type_singular.\\u0003And <strong>@count</strong> more @entity_type_plural.":"And <strong>@count</strong> more @entity_type_singular.\\u0003And <strong>@count</strong> more @entity_type_plural.","This will delete <strong>@count</strong> @entity_type_singular.\\u0003This will delete <strong>@count</strong> @entity_type_plural.":"This will delete <strong>@count</strong> @entity_type_singular.\\u0003This will delete <strong>@count</strong> @entity_type_plural.","Page element display":"Page element display","Use the logo supplied by the theme":"Use the logo supplied by the theme","Your shortcut icon, or favicon, is displayed in the address bar and bookmarks of most browsers.":"Your shortcut icon, or favicon, is displayed in the address bar and bookmarks of most browsers.","Use the favicon supplied by the theme":"Use the favicon supplied by the theme","Upload favicon image":"Upload favicon image","Access tours":"Access tours","Recommendations to make your password stronger:":"Recommendations to make your password stronger:","Unrecognized username or password. <a href=\\":password\\">Forgot your password?</a>":"Unrecognized username or password. <a href=\\":password\\">Forgot your password?</a>","Combine multiple fields together and search by them.":"Combine multiple fields together and search by them.","Field %field set in %filter is not set in display %display.":"Field %field set in %filter is not set in display %display.","%display: %filter can only be used on displays that use fields. Set the style or row format for that display to one using fields to use the combine field filter.":"%display: %filter can only be used on displays that use fields. Set the style or row format for that display to one using fields to use the combine field filter.","A label is required for the specified operator.":"A label is required for the specified operator.","A label is required if the value for this item is defined.":"A label is required if the value for this item is defined.","A value is required if the label for this item is defined.":"A value is required if the label for this item is defined.","Leave empty to show all pages.":"Leave empty to show all pages.","Add the default row classes like @classes to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.":"Add the default row classes like @classes to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.","Views can be created from the <a href=\\":list\\">Views list page</a> by using the \\"Add view\\" action. Existing views can be managed from the <a href=\\":list\\">Views list page</a> by locating the view in the \\"Enabled\\" or \\"Disabled\\" list and selecting the desired operation action, for example \\"Edit\\".":"Views can be created from the <a href=\\":list\\">Views list page</a> by using the \\"Add view\\" action. Existing views can be managed from the <a href=\\":list\\">Views list page</a> by locating the view in the \\"Enabled\\" or \\"Disabled\\" list and selecting the desired operation action, for example \\"Edit\\".","responsive image styles":"responsive image styles","The Place Blocks module allows you to place blocks from every page. For more information, see the <a href=\\":blocks-documentation\\">online documentation for the Place Blocks module</a>.":"The Place Blocks module allows you to place blocks from every page. For more information, see the <a href=\\":blocks-documentation\\">online documentation for the Place Blocks module</a>.","Status listing and form for the entity\'s moderation state.":"Status listing and form for the entity\'s moderation state.","@label moderation state":"@label moderation state","The username of the entity creator.":"The username of the entity creator.","The moderation state of the referenced content.":"The moderation state of the referenced content.","Content entity type ID":"Content entity type ID","The ID of the content entity type this moderation state is for.":"The ID of the content entity type this moderation state is for.","Content entity ID":"Content entity ID","The ID of the content entity this moderation state is for.":"The ID of the content entity this moderation state is for.","Content entity revision ID":"Content entity revision ID","The revision ID of the content entity this moderation state is for.":"The revision ID of the content entity this moderation state is for.","Content moderation state":"Content moderation state","content moderation state":"content moderation state","content moderation states":"content moderation states","Invalid state transition from %from to %to":"Invalid state transition from %from to %to","An automated attempt to create the directory %directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the <a href=\\":handbook_url\\">online handbook</a>.":"An automated attempt to create the directory %directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the <a href=\\":handbook_url\\">online handbook</a>.","The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI module help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":datetime_do\\">online documentation for the Datetime Range module</a>.":"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the <a href=\\":field\\">Field module help</a> and the <a href=\\":field_ui\\">Field UI module help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=\\":datetime_do\\">online documentation for the Datetime Range module</a>.","Datetime Range":"Datetime Range","Provides the ability to store end dates.":"Provides the ability to store end dates.","Date range settings":"Date range settings","Default start date type":"Default start date type","Default start date value":"Default start date value","Default end date type":"Default end date type","Default end date value":"Default end date value","Date range default display format settings":"Date range default display format settings","Date range plain display format settings":"Date range plain display format settings","Date range custom display format settings":"Date range custom display format settings","Date range select list display format settings":"Date range select list display format settings","Date separator":"Date separator","The string to separate the start and end dates":"The string to separate the start and end dates","Separator: %separator":"Separator: %separator","Default start date":"Default start date","Set a default value for the start date.":"Set a default value for the start date.","Set a default value for the end date.":"Set a default value for the end date.","The relative start date value entered is invalid.":"The relative start date value entered is invalid.","The relative end date value entered is invalid.":"The relative end date value entered is invalid.","Start date value":"Start date value","Computed start date":"Computed start date","The computed start DateTime object.":"The computed start DateTime object.","End date value":"End date value","Computed end date":"Computed end date","The computed end DateTime object.":"The computed end DateTime object.","Create and store date ranges.":"Create and store date ranges.","The @title end date cannot be before the start date":"The @title end date cannot be before the start date","Log data is corrupted and cannot be unserialized: @message":"Log data is corrupted and cannot be unserialized: @message","PHPUnit dependency":"PHPUnit dependency","- Skip field -":"- Skip field -","Filter @plugin_id could not be mapped to an existing filter plugin; defaulting to @fallback.":"Filter @plugin_id could not be mapped to an existing filter plugin; defaulting to @fallback.","Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the <a href=\\":feededit\\">Aggregator administration page</a>.":"Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the <a href=\\":feededit\\">Aggregator administration page</a>.","Administrators can choose how many items are displayed in the listing pages, which HTML tags are allowed in the content of feed items, and whether they should be trimmed to a maximum number of characters on the <a href=\\":settings\\">Aggregator settings page</a>.":"Administrators can choose how many items are displayed in the listing pages, which HTML tags are allowed in the content of feed items, and whether they should be trimmed to a maximum number of characters on the <a href=\\":settings\\">Aggregator settings page</a>.","Administrators can choose whether to discard feed items that are older than a specified period of time on the <a href=\\":settings\\">Aggregator settings page</a>. This requires a correctly configured cron maintenance task (see below).":"Administrators can choose whether to discard feed items that are older than a specified period of time on the <a href=\\":settings\\">Aggregator settings page</a>. This requires a correctly configured cron maintenance task (see below).","<span class=\\"visually-hidden\\">Place block in the %region region</span>":"<span class=\\"visually-hidden\\">Place block in the %region region</span>","Settings Tray":"Settings Tray","Save @block":"Save @block","Configure Content Moderation permissions":"Configure Content Moderation permissions","Upgraded @migration (processed 1 item total)\\u0003Upgraded @migration (processed @count items total)":"Upgraded @migration (processed 1 item total)\\u0003Upgraded @migration (processed @count items total)","Continuing with @migration (processed 1 item)\\u0003Continuing with @migration (processed @count items)":"Continuing with @migration (processed 1 item)\\u0003Continuing with @migration (processed @count items)","IIS httpoxy protection":"IIS httpoxy protection","Your PHP runtime version is affected by the httpoxy vulnerability.":"Your PHP runtime version is affected by the httpoxy vulnerability.","Either update your PHP runtime version or uncomment the \\"Erase HTTP_PROXY\\" rule in your web.config file and add HTTP_PROXY to the allowed headers list. See more details in the <a href=\\":link\\">security advisory</a>.":"Either update your PHP runtime version or uncomment the \\"Erase HTTP_PROXY\\" rule in your web.config file and add HTTP_PROXY to the allowed headers list. See more details in the <a href=\\":link\\">security advisory</a>.","Provides a way for modules or themes to register layouts.":"Provides a way for modules or themes to register layouts.","Block placement is specific to each theme on your site. This module allows you to place blocks in the context of your content pages.":"Block placement is specific to each theme on your site. This module allows you to place blocks in the context of your content pages.","Error sending auto-reply, missing sender e-mail address in %contact_form":"Error sending auto-reply, missing sender e-mail address in %contact_form","random between -@degrees° and @degrees°":"random between -@degrees° and @degrees°","The config object collection.":"The config object collection.","The config object name.":"The config object name.","Serialized configuration object data.":"Serialized configuration object data.","Testing missing dependencies":"Testing missing dependencies","Minimal profile for running a test when dependencies are listed but missing.":"Minimal profile for running a test when dependencies are listed but missing.","<p>Now that you have an overview of the \\"Add languages\\" feature, you can continue by:<ul><li>Adding a language</li><li>Adding a custom language</li><li><a href=\\"[site:url]admin/config/regional/language\\">Viewing configured languages</a></li></ul></p>":"<p>Now that you have an overview of the \\"Add languages\\" feature, you can continue by:<ul><li>Adding a language</li><li>Adding a custom language</li><li><a href=\\"[site:url]admin/config/regional/language\\">Viewing configured languages</a></li></ul></p>","<p>Now that you have an overview of the \\"Edit language\\" feature, you can continue by:<ul><li>Editing a language</li><li><a href=\\"[site:url]admin/config/regional/language\\">Viewing configured languages</a></li></ul></p>":"<p>Now that you have an overview of the \\"Edit language\\" feature, you can continue by:<ul><li>Editing a language</li><li><a href=\\"[site:url]admin/config/regional/language\\">Viewing configured languages</a></li></ul></p>","<p>Now that you have an overview of the \\"Languages\\" page, you can continue by:<ul><li><a href=\\"[site:url]admin/config/regional/language/add\\">Adding a language</a></li><li>Reordering languages</li><li>Editing a language</li><li>Deleting a language</li></ul></p>":"<p>Now that you have an overview of the \\"Languages\\" page, you can continue by:<ul><li><a href=\\"[site:url]admin/config/regional/language/add\\">Adding a language</a></li><li>Reordering languages</li><li>Editing a language</li><li>Deleting a language</li></ul></p>","This page allows you to translate the user interface or modify existing translations. If you have installed your site initially in English, you must first add another language on the <a href=\\"[site:url]admin/config/regional/language\\">Languages page</a>, in order to use this page.":"This page allows you to translate the user interface or modify existing translations. If you have installed your site initially in English, you must first add another language on the <a href=\\"[site:url]admin/config/regional/language\\">Languages page</a>, in order to use this page.","The translations you have made here will be used on your site\'s user interface. If you want to use them on another site or modify them on an external translation editor, you can <a href=\\"[site:url]admin/config/regional/translate/export\\">export them</a> to a .po file and <a href=\\"[site:url]admin/config/regional/translate/import\\">import them</a> later.":"The translations you have made here will be used on your site\'s user interface. If you want to use them on another site or modify them on an external translation editor, you can <a href=\\"[site:url]admin/config/regional/translate/export\\">export them</a> to a .po file and <a href=\\"[site:url]admin/config/regional/translate/import\\">import them</a> later.","Media thumbnail field display format settings":"Media thumbnail field display format settings","Media source":"Media source","The field ID.":"The field ID.","Last upgrade: @date":"Last upgrade: @date","Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the <a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress library</a>.":"Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the <a href=\\"http://pecl.php.net/package/uploadprogress\\">PECL uploadprogress library</a>.","Is front page":"Is front page","A boolean indicating the published state.":"A boolean indicating the published state.","Install profile mismatch":"Install profile mismatch","The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file.":"The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file.","Recipient email address":"Recipient email address","You may also use tokens: [node:author:mail], [comment:author:mail], etc. Separate recipients with a comma.":"You may also use tokens: [node:author:mail], [comment:author:mail], etc. Separate recipients with a comma.","The Aggregator module requires the <a href=\\"https://secure.php.net/manual/en/curl.setup.php\\">PHP cURL library</a>. For more information, see the <a href=\\"https://www.drupal.org/requirements/php/curl\\">online information on installing the PHP cURL extension</a>.":"The Aggregator module requires the <a href=\\"https://secure.php.net/manual/en/curl.setup.php\\">PHP cURL library</a>. For more information, see the <a href=\\"https://www.drupal.org/requirements/php/curl\\">online information on installing the PHP cURL extension</a>.","@label (disabled)":"@label (disabled)","Are you sure you want to remove the @entity-type %label?":"Are you sure you want to remove the @entity-type %label?","The @entity-type %label has been removed.":"The @entity-type %label has been removed.","comment type":"comment type","comment types":"comment types","Preview sender message":"Preview sender message","The workflow the moderation state is in.":"The workflow the moderation state is in.","@bundle @label were skipped as they are under moderation and may not be directly published.":"@bundle @label were skipped as they are under moderation and may not be directly published.","@bundle @label were skipped as they are under moderation and may not be directly unpublished.":"@bundle @label were skipped as they are under moderation and may not be directly unpublished.","The Field Layout module allows you to arrange fields into regions on forms and displays of entities such as nodes and users.":"The Field Layout module allows you to arrange fields into regions on forms and displays of entities such as nodes and users.","For more information, see the <a href=\\":field-layout-documentation\\">online documentation for the Field Layout module</a>.":"For more information, see the <a href=\\":field-layout-documentation\\">online documentation for the Field Layout module</a>.","Field Layout":"Field Layout","Adds layout capabilities to the Field UI.":"Adds layout capabilities to the Field UI.","Per-view-mode field layout settings":"Per-view-mode field layout settings","Image URL formatter settings":"Image URL formatter settings","Drop file here or click to upload":"Drop file here or click to upload","Uploading <i>@file</i>…":"Uploading <i>@file</i>…","A server error has occurred.":"A server error has occurred.","The destination directory could not be created.":"The destination directory could not be created.","The image failed validation.":"The image failed validation.","Layout Discovery allows modules or themes to register layouts, and for other modules to list the available layouts and render them.":"Layout Discovery allows modules or themes to register layouts, and for other modules to list the available layouts and render them.","For more information, see the <a href=\\":layout-discovery-documentation\\">online documentation for the Layout Discovery module</a>.":"For more information, see the <a href=\\":layout-discovery-documentation\\">online documentation for the Layout Discovery module</a>.","Layout Discovery cannot be installed because the Layout Plugin module is installed and incompatible.":"Layout Discovery cannot be installed because the Layout Plugin module is installed and incompatible.","Layout Discovery":"Layout Discovery","This must be an internal path such as %add-node. You can also start typing the title of a piece of content to select it. Enter %front to link to the front page.":"This must be an internal path such as %add-node. You can also start typing the title of a piece of content to select it. Enter %front to link to the front page.","Exited edit mode.":"Exited edit mode.","RDF mapping item":"RDF mapping item","RDF mappings items":"RDF mappings items","The fallback image style is typically the smallest size image you expect to appear in this space. Because the responsive images module uses the Picturefill library so that responsive images can work in older browsers, the fallback image should only appear on a site if an error occurs.":"The fallback image style is typically the smallest size image you expect to appear in this space. Because the responsive images module uses the Picturefill library so that responsive images can work in older browsers, the fallback image should only appear on a site if an error occurs.","While you have the option to provide only one image style per breakpoint, the sizes option allows you to provide more options to browsers as to which image file it can display, even when using multiple breakpoints for art direction. Breakpoints are defined in the configuration files of the theme.":"While you have the option to provide only one image style per breakpoint, the sizes option allows you to provide more options to browsers as to which image file it can display, even when using multiple breakpoints for art direction. Breakpoints are defined in the configuration files of the theme.","Once the sizes option is selected, you can let the browser know the size of this image in relation to the site layout, using the <em>Sizes</em> field. For a hero image that always fills the entire screen, you could simply enter 100vw, which means 100% of the viewport width. For an image that fills 90% of the screen for small viewports, but only fills 40% of the screen when the viewport is larger than 40em (typically 640px), you could enter \\"(min-width: 40em) 40vw, 90vw\\" in the Sizes field. The last item in the comma-separated list is the smallest viewport size: other items in the comma-separated list should have a media condition paired with an image width. <em>Media conditions</em> are similar to a media query, often a min-width paired with a viewport width using em or px units: e.g. (min-width: 640px) or (min-width: 40em). This is paired with the <em>image width</em> at that viewport size using px, em or vw units. The vw unit is viewport width and is used instead of a percentage because the percentage always refers to the width of the entire viewport.":"Once the sizes option is selected, you can let the browser know the size of this image in relation to the site layout, using the <em>Sizes</em> field. For a hero image that always fills the entire screen, you could simply enter 100vw, which means 100% of the viewport width. For an image that fills 90% of the screen for small viewports, but only fills 40% of the screen when the viewport is larger than 40em (typically 640px), you could enter \\"(min-width: 40em) 40vw, 90vw\\" in the Sizes field. The last item in the comma-separated list is the smallest viewport size: other items in the comma-separated list should have a media condition paired with an image width. <em>Media conditions</em> are similar to a media query, often a min-width paired with a viewport width using em or px units: e.g. (min-width: 640px) or (min-width: 40em). This is paired with the <em>image width</em> at that viewport size using px, em or vw units. The vw unit is viewport width and is used instead of a percentage because the percentage always refers to the width of the entire viewport.","These are the supported authentication providers for this view. When this view is requested, the client will be forced to authenticate with one of the selected providers. Make sure you set the appropriate requirements at the <em>Access</em> section since the Authentication System will fallback to the anonymous user if it fails to authenticate. For example: require Access: Role | Authenticated User.":"These are the supported authentication providers for this view. When this view is requested, the client will be forced to authenticate with one of the selected providers. Make sure you set the appropriate requirements at the <em>Access</em> section since the Authentication System will fallback to the anonymous user if it fails to authenticate. For example: require Access: Role | Authenticated User.","Serialization settings":"Serialization settings","The testing framework requires the <a href=\\"https://secure.php.net/manual/en/curl.setup.php\\">PHP cURL library</a>. For more information, see the <a href=\\"https://www.drupal.org/requirements/php/curl\\">online information on installing the PHP cURL extension</a>.":"The testing framework requires the <a href=\\"https://secure.php.net/manual/en/curl.setup.php\\">PHP cURL library</a>. For more information, see the <a href=\\"https://www.drupal.org/requirements/php/curl\\">online information on installing the PHP cURL extension</a>.","Random number generation":"Random number generation","Tried to generate 10 random bytes, generated @count":"Tried to generate 10 random bytes, generated @count","Drupal is unable to generate highly randomized numbers, which means certain security features like password reset URLs are not as secure as they should be. Instead, only a slow, less-secure fallback generator is available. The most likely cause is that open_basedir restrictions are in effect and /dev/urandom is not on the whitelist. See the <a href=\\":drupal-php\\">system requirements</a> page for more information. %exception_message":"Drupal is unable to generate highly randomized numbers, which means certain security features like password reset URLs are not as secure as they should be. Instead, only a slow, less-secure fallback generator is available. The most likely cause is that open_basedir restrictions are in effect and /dev/urandom is not on the whitelist. See the <a href=\\":drupal-php\\">system requirements</a> page for more information. %exception_message","Drupal is unable to generate highly randomized numbers, which means certain security features like password reset URLs are not as secure as they should be. Instead, only a slow, less-secure fallback generator is available. See the <a href=\\":drupal-php\\">system requirements</a> page for more information. %exception_message":"Drupal is unable to generate highly randomized numbers, which means certain security features like password reset URLs are not as secure as they should be. Instead, only a slow, less-secure fallback generator is available. See the <a href=\\":drupal-php\\">system requirements</a> page for more information. %exception_message","Less secure":"Less secure","Detailed cron logging":"Detailed cron logging","Visitors will only see the maintenance mode message. Only users with the \\"@permission-label\\" <a href=\\":permissions-url\\">permission</a> will be able to access the site. Authorized users can log in directly via the <a href=\\":user-login\\">user login</a> page.":"Visitors will only see the maintenance mode message. Only users with the \\"@permission-label\\" <a href=\\":permissions-url\\">permission</a> will be able to access the site. Authorized users can log in directly via the <a href=\\":user-login\\">user login</a> page.","Initial visibility level":"Initial visibility level","The menu is only visible if the menu item for the current page is at this level or below it. Use level 1 to always display this menu.":"The menu is only visible if the menu item for the current page is at this level or below it. Use level 1 to always display this menu.","Number of levels to display":"Number of levels to display","This maximum number includes the initial level.":"This maximum number includes the initial level.","Text editors (like CKEditor) may override this setting.":"Text editors (like CKEditor) may override this setting.","Base default argument":"Base default argument","Filter by view name, machine name, description, or display path":"Filter by view name, machine name, description, or display path","Enter a part of the view name, machine name, description, or display path to filter by.":"Enter a part of the view name, machine name, description, or display path to filter by.","The Workflows module provides a UI and an API for creating workflows content. This lets site admins define workflows and their states, and then define transitions between those states. For more information, see the <a href=\\":workflow\\">online documentation for the Workflows module</a>.":"The Workflows module provides a UI and an API for creating workflows content. This lets site admins define workflows and their states, and then define transitions between those states. For more information, see the <a href=\\":workflow\\">online documentation for the Workflows module</a>.","Configure workflows.":"Configure workflows.","Create and edit workflows.":"Create and edit workflows.","Edit state":"Edit state","Edit transition":"Edit transition","From state IDs":"From state IDs","From state ID":"From state ID","To state ID":"To state ID","Created the %label Workflow. In order for the workflow to be enabled there needs to be at least one state.":"Created the %label Workflow. In order for the workflow to be enabled there needs to be at least one state.","Workflow %label deleted.":"Workflow %label deleted.","There are no states yet.":"There are no states yet.","This workflow has no states and will be disabled until there is at least one, <a href=\\":add-state\\">add a new state.</a>":"This workflow has no states and will be disabled until there is at least one, <a href=\\":add-state\\">add a new state.</a>","Add a new state":"Add a new state","There are no transitions yet.":"There are no transitions yet.","Add a new transition":"Add a new transition","Saved the %label Workflow.":"Saved the %label Workflow.","Created %label state.":"Created %label state.","Are you sure you want to delete %state from %workflow?":"Are you sure you want to delete %state from %workflow?","State %label deleted.":"State %label deleted.","Saved %label state.":"Saved %label state.","The transition from %from to %to already exists.":"The transition from %from to %to already exists.","Created %label transition.":"Created %label transition.","Are you sure you want to delete %transition from %workflow?":"Are you sure you want to delete %transition from %workflow?","%transition transition deleted.":"%transition transition deleted.","Saved %label transition.":"Saved %label transition.","Restore to Draft":"Restore to Draft","Warnings found":"Warnings found","Errors found":"Errors found","Profile field ID.":"Profile field ID.","Locales target language ID.":"Locales target language ID.","Language for this field.":"Language for this field.","Translation of either the title or explanation.":"Translation of either the title or explanation.","Windows installation depth":"Windows installation depth","The public files directory path is %depth characters. Paths longer than 120 characters will cause problems on Windows.":"The public files directory path is %depth characters. Paths longer than 120 characters will cause problems on Windows.","General System Information":"General System Information","Created the %label Workflow.":"Created the %label Workflow.","There are no transitions to or from this state yet.":"There are no transitions to or from this state yet.","HAL settings":"HAL settings","The Migrate Drupal UI module provides a simple user interface to perform an upgrade from an earlier version of Drupal. For more information, see the <a href=\\":migrate\\">online documentation for the Migrate Drupal UI module</a>.":"The Migrate Drupal UI module provides a simple user interface to perform an upgrade from an earlier version of Drupal. For more information, see the <a href=\\":migrate\\">online documentation for the Migrate Drupal UI module</a>.","Preparing the site":"Preparing the site","You need to enable all modules on this site that are enabled on the previous site. For example, if you have used the Book module on the previous site then you must enable the Book module on this site for that data to be available on this site.":"You need to enable all modules on this site that are enabled on the previous site. For example, if you have used the Book module on the previous site then you must enable the Book module on this site for that data to be available on this site.","Performing the upgrade":"Performing the upgrade","On the <a href=\\":upgrade\\">Upgrade</a> page, you are guided through performing the upgrade in several steps.":"On the <a href=\\":upgrade\\">Upgrade</a> page, you are guided through performing the upgrade in several steps.","You need to enter the database credentials of the Drupal site that you want to upgrade. You can also include its files directory in the upgrade.":"You need to enter the database credentials of the Drupal site that you want to upgrade. You can also include its files directory in the upgrade.","Lastly, a message is displayed about the number of upgrade tasks that were successful or failed.":"Lastly, a message is displayed about the number of upgrade tasks that were successful or failed.","Reviewing the upgrade log":"Reviewing the upgrade log","You can review a <a href=\\":log\\">log of upgrade messages</a> by clicking the link in the message provided after the upgrade or by filtering the messages for the type <em>migrate_drupal_ui</em> on the <a href=\\":messages\\">Recent log messages</a> page.":"You can review a <a href=\\":log\\">log of upgrade messages</a> by clicking the link in the message provided after the upgrade or by filtering the messages for the type <em>migrate_drupal_ui</em> on the <a href=\\":messages\\">Recent log messages</a> page.","Rolling back an upgrade":"Rolling back an upgrade","Rolling back an upgrade is not yet supported through the user interface.":"Rolling back an upgrade is not yet supported through the user interface.","Serialized data types":"Serialized data types","The Serialization API is configured to output only string values for REST and other applications (instead of integers or Booleans when appropriate). <a href=\\"https://www.drupal.org/node/2837696\\">Disabling this backwards compatibility mode</a> is recommended unless your sites or applications require string output.":"The Serialization API is configured to output only string values for REST and other applications (instead of integers or Booleans when appropriate). <a href=\\"https://www.drupal.org/node/2837696\\">Disabling this backwards compatibility mode</a> is recommended unless your sites or applications require string output.","The Serialization API is configured with the recommended default and outputs typed values (integers, Booleans, or strings as appropriate) for REST and other applications. If your site or applications require string output, you can <a href=\\"https://www.drupal.org/node/2837696\\">enable backwards compatibility mode</a>.":"The Serialization API is configured with the recommended default and outputs typed values (integers, Booleans, or strings as appropriate) for REST and other applications. If your site or applications require string output, you can <a href=\\"https://www.drupal.org/node/2837696\\">enable backwards compatibility mode</a>.","The REST API will no longer output all values as strings. Integers/booleans will be used where appropriate. If your site depends on these value being strings, <a href=\\"https://www.drupal.org/node/2837696\\">read the change record to learn how to enable the BC mode.</a>":"The REST API will no longer output all values as strings. Integers/booleans will be used where appropriate. If your site depends on these value being strings, <a href=\\"https://www.drupal.org/node/2837696\\">read the change record to learn how to enable the BC mode.</a>","Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.":"Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.","An intentionally plain theme with no styling to demonstrate default Drupal’s HTML and CSS. Learn how to build a custom theme from Stark in the <a href=\\"https://www.drupal.org/docs/8/theming\\">Theming Guide</a>.":"An intentionally plain theme with no styling to demonstrate default Drupal’s HTML and CSS. Learn how to build a custom theme from Stark in the <a href=\\"https://www.drupal.org/docs/8/theming\\">Theming Guide</a>.","A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the <a href=\\"https://www.drupal.org/docs/8/theming\\">Drupal 8 Theming Guide</a>.":"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the <a href=\\"https://www.drupal.org/docs/8/theming\\">Drupal 8 Theming Guide</a>.","There are no @label yet.":"There are no @label yet.","Upgrade log":"Upgrade log","Upgrade content and configuration from either a Drupal 6 or a Drupal 7 site.":"Upgrade content and configuration from either a Drupal 6 or a Drupal 7 site.","View the upgrade log.":"View the upgrade log.","Quick edit settings":"Quick edit settings","TRACE method settings":"TRACE method settings","OPTIONS method settings":"OPTIONS method settings","CONNECT method settings":"CONNECT method settings","Theme settings variable for a theme.":"Theme settings variable for a theme.","The theme settings variable value.":"The theme settings variable value.","Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as documented in <a href=\\":doc_url\\">Extending Drupal 8</a>.":"Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as documented in <a href=\\":doc_url\\">Extending Drupal 8</a>.","Your server does not support installing modules and themes from this interface. Instead, install modules and themes by uploading them directly to the server, as documented in <a href=\\":doc_url\\">Extending Drupal 8</a>.":"Your server does not support installing modules and themes from this interface. Instead, install modules and themes by uploading them directly to the server, as documented in <a href=\\":doc_url\\">Extending Drupal 8</a>.","Updating modules and themes requires <strong>@backends access</strong> to your server. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other update methods.\\u0003Updating modules and themes requires access to your server via one of the following methods: <strong>@backends</strong>. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other update methods.":"Updating modules and themes requires <strong>@backends access</strong> to your server. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other update methods.\\u0003Updating modules and themes requires access to your server via one of the following methods: <strong>@backends</strong>. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other update methods.","Installing modules and themes requires <strong>@backends access</strong> to your server. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other installation methods.\\u0003Installing modules and themes requires access to your server via one of the following methods: <strong>@backends</strong>. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other installation methods.":"Installing modules and themes requires <strong>@backends access</strong> to your server. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other installation methods.\\u0003Installing modules and themes requires access to your server via one of the following methods: <strong>@backends</strong>. See <a href=\\":doc_url\\">Extending Drupal 8</a> for other installation methods.","The user ID of the author.":"The user ID of the author.","Object type for this string":"Object type for this string","Drupal version of the source site":"Drupal version of the source site","To import public files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot), or your site address (for example http://example.com).":"To import public files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot), or your site address (for example http://example.com).","To import private files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot).":"To import private files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot).","Source database is Drupal version @version but version @selected was selected.":"Source database is Drupal version @version but version @selected was selected.","The term language.":"The term language.","Translation ID.":"Translation ID.","Name of property being translated.":"Name of property being translated.","Advanced block options":"Advanced block options","The %field date is incomplete.":"The %field date is incomplete.","Include locked languages such as <em>Not specified</em> and <em>Not applicable</em>":"Include locked languages such as <em>Not specified</em> and <em>Not applicable</em>","1 block is available in the modified list.\\u0003@count blocks are available in the modified list.":"1 block is available in the modified list.\\u0003@count blocks are available in the modified list.","The Custom Block module allows you to create and manage custom <em>block types</em> and <em>content-containing blocks</em> from the <a href=\\":block-library\\">Custom block library</a> page. Custom block types have fields; see the <a href=\\":field-help\\">Field module help</a> for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the <a href=\\":blocks\\">Block module help</a> page for details. For more information, see the <a href=\\":online-help\\">online documentation for the Custom Block module</a>.":"The Custom Block module allows you to create and manage custom <em>block types</em> and <em>content-containing blocks</em> from the <a href=\\":block-library\\">Custom block library</a> page. Custom block types have fields; see the <a href=\\":field-help\\">Field module help</a> for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the <a href=\\":blocks\\">Block module help</a> page for details. For more information, see the <a href=\\":online-help\\">online documentation for the Custom Block module</a>.","You can only change the book outline for the <em>published</em> version of this content.":"You can only change the book outline for the <em>published</em> version of this content.","Delete comment configuration":"Delete comment configuration","Comment bulk form":"Comment bulk form","Commented entity":"Commented entity","Comment operations bulk form":"Comment operations bulk form","Add a form element that lets you run operations on multiple comments.":"Add a form element that lets you run operations on multiple comments.","Are you sure you want to delete this comment and all its children?\\u0003Are you sure you want to delete these comments and all their children?":"Are you sure you want to delete this comment and all its children?\\u0003Are you sure you want to delete these comments and all their children?","Comment Permalink":"Comment Permalink","The moderation state @state_label is being used, but is not in the source storage.":"The moderation state @state_label is being used, but is not in the source storage.","The workflow @workflow_label is being used, and cannot be deleted.":"The workflow @workflow_label is being used, and cannot be deleted.","All @entity_type types":"All @entity_type types","All @entity_type_plural_label":"All @entity_type_plural_label","This workflow applies to:":"This workflow applies to:","There are no entity types.":"There are no entity types.","@bundle types":"@bundle types","State %state does not exist on %workflow workflow":"State %state does not exist on %workflow workflow","The watchdog view has been created.":"The watchdog view has been created.","The watchdog view already exists and was not replaced. To replace the \'Recent log messages\' with a view, rename the watchdog view and uninstall and install the \'Database Log\' module":"The watchdog view already exists and was not replaced. To replace the \'Recent log messages\' with a view, rename the watchdog view and uninstall and install the \'Database Log\' module","The field type.":"The field type.","The field status.":"The field status.","The module that implements the field storage type.":"The module that implements the field storage type.","The field storage status.":"The field storage status.","The field data.":"The field data.","The field instances.":"The field instances.","This field cardinality is set to unlimited and cannot be configured.":"This field cardinality is set to unlimited and cannot be configured.","This field cardinality is set to @cardinality and cannot be configured.":"This field cardinality is set to @cardinality and cannot be configured.","Files that have no remaining usages are no longer deleted by default.":"Files that have no remaining usages are no longer deleted by default.","Controls if unused files should be marked temporary":"Controls if unused files should be marked temporary","Could not apply @style image style to @uri because the style does not support it.":"Could not apply @style image style to @uri because the style does not support it.","The Inline Form Errors module makes it easier for users to identify which errors need to be resolved by providing a summary of all errors and by placing the individual error messages next to the form elements themselves. For more information, see the <a href=\\":inline_form_error\\">online documentation for the Inline Form Errors module</a>.":"The Inline Form Errors module makes it easier for users to identify which errors need to be resolved by providing a summary of all errors and by placing the individual error messages next to the form elements themselves. For more information, see the <a href=\\":inline_form_error\\">online documentation for the Inline Form Errors module</a>.","Displaying error messages":"Displaying error messages","When a form is not filled in correctly (for example, if a required field is left blank), a warning message is displayed at the top of the form. This message links to the affected form elements, and individual error messages are displayed next to each form element.":"When a form is not filled in correctly (for example, if a required field is left blank), a warning message is displayed at the top of the form. This message links to the affected form elements, and individual error messages are displayed next to each form element.","Displaying error messages in browsers with HTML5 form validation":"Displaying error messages in browsers with HTML5 form validation","In browsers that support HTML5 form validation, users will first see the error messages generated by their browser. In this case, the inline form error messages are only displayed after the HTML5 validation errors have been resolved.":"In browsers that support HTML5 form validation, users will first see the error messages generated by their browser. In this case, the inline form error messages are only displayed after the HTML5 validation errors have been resolved.","Places error messages adjacent to form inputs, for improved usability and accessibility.":"Places error messages adjacent to form inputs, for improved usability and accessibility.","Language format settings":"Language format settings","Include locked languages":"Include locked languages","Creating media items":"Creating media items","When a new media item is created, the Media module records basic information about it, including the author, date of creation, and the <a href=\\":media-type\\">media type</a>. It also manages the <em>publishing options</em>, which define whether or not the item is published. Default settings can be configured for each type of media on your site.":"When a new media item is created, the Media module records basic information about it, including the author, date of creation, and the <a href=\\":media-type\\">media type</a>. It also manages the <em>publishing options</em>, which define whether or not the item is published. Default settings can be configured for each type of media on your site.","Creating custom media types":"Creating custom media types","The Media module gives users with the <em>Administer media types</em> permission the ability to <a href=\\":media-new\\">create new media types</a> in addition to the default ones already configured. Each media type has an associated media source (such as the image source) which support thumbnail generation and metadata extraction. Fields managed by the <a href=\\":field\\">Field module</a> may be added for storing that metadata, such as width and height, as well as any other associated values.":"The Media module gives users with the <em>Administer media types</em> permission the ability to <a href=\\":media-new\\">create new media types</a> in addition to the default ones already configured. Each media type has an associated media source (such as the image source) which support thumbnail generation and metadata extraction. Fields managed by the <a href=\\":field\\">Field module</a> may be added for storing that metadata, such as width and height, as well as any other associated values.","The Media module also enables you to create multiple versions of any media item, and revert to older versions using the <em>Revision information</em> settings.":"The Media module also enables you to create multiple versions of any media item, and revert to older versions using the <em>Revision information</em> settings.","The Media module makes a number of permissions available, which can be set by role on the <a href=\\":permissions\\">permissions page</a>.":"The Media module makes a number of permissions available, which can be set by role on the <a href=\\":permissions\\">permissions page</a>.","Add media type":"Add media type","Manage media types.":"Manage media types.","Administer media types":"Administer media types","Update own media":"Update own media","Delete own media":"Delete own media","View all media revisions":"View all media revisions","To view a revision, you also need permission to view the media item.":"To view a revision, you also need permission to view the media item.","Full URI to a folder where the media icons will be installed":"Full URI to a folder where the media icons will be installed","Whether the thumbnail downloads should be queued":"Whether the thumbnail downloads should be queued","Media source settings":"Media source settings","\\"File\\" media source configuration":"\\"File\\" media source configuration","\\"Image\\" media source configuration":"\\"Image\\" media source configuration","Edit %type_label @label":"Edit %type_label @label","@type %label has been created.":"@type %label has been created.","@type %label has been updated.":"@type %label has been updated.","@type: added %label.":"@type: added %label.","@type: updated %label.":"@type: updated %label.","- Create -":"- Create -","Select the field that will store essential information about the media item. If \\"Create\\" is selected a new field will be automatically created.":"Select the field that will store essential information about the media item. If \\"Create\\" is selected a new field will be automatically created.","%field_type field will be automatically created on this type to store the essential information about the media item.":"%field_type field will be automatically created on this type to store the essential information about the media item.","%field_name field is used to store the essential information about the media item.":"%field_name field is used to store the essential information about the media item.","The human-readable name of this media type.":"The human-readable name of this media type.","A unique machine-readable name for this media type.":"A unique machine-readable name for this media type.","Describe this media type. The text will be displayed on the <em>Add new media</em> page.":"Describe this media type. The text will be displayed on the <em>Add new media</em> page.","Media source that is responsible for additional logic related to this media type.":"Media source that is responsible for additional logic related to this media type.","Media source configuration":"Media source configuration","Media sources can provide metadata fields such as title, caption, size information, credits, etc. Media can automatically save this metadata information to entity fields, which can be configured below. Information will only be mapped if the entity field is empty.":"Media sources can provide metadata fields such as title, caption, size information, credits, etc. Media can automatically save this metadata information to entity fields, which can be configured below. Information will only be mapped if the entity field is empty.","Media will be automatically published when created.":"Media will be automatically published when created.","Automatically create new revisions. Users with the \\"Administer media\\" permission will be able to override this option.":"Automatically create new revisions. Users with the \\"Administer media\\" permission will be able to override this option.","Download thumbnails via a queue. When using remote media sources, the thumbnail generation could be a slow process. Using a queue allows for this process to be handled in the background.":"Download thumbnails via a queue. When using remote media sources, the thumbnail generation could be a slow process. Using a queue allows for this process to be handled in the background.","The media type %name has been updated.":"The media type %name has been updated.","The media type %name has been added.":"The media type %name has been added.","Added media type %name.":"Added media type %name.","No media types available. <a href=\\":url\\">Add media type</a>.":"No media types available. <a href=\\":url\\">Add media type</a>.","The thumbnail of the media item.":"The thumbnail of the media item.","The time the media item was created.":"The time the media item was created.","The time the media item was last edited.":"The time the media item was last edited.","media type":"media type","media types":"media types","Deleted @count media items.":"Deleted @count media items.","Deleted 1 media item.\\u0003Deleted @count media items.":"Deleted 1 media item.\\u0003Deleted @count media items.","%type is used by @count media item on your site. You can not remove this media type until you have removed all of the %type media items.\\u0003%type is used by @count media items on your site. You can not remove this media type until you have removed all of the %type media items.":"%type is used by @count media item on your site. You can not remove this media type until you have removed all of the %type media items.\\u0003%type is used by @count media items on your site. You can not remove this media type until you have removed all of the %type media items.","Linked to media item":"Linked to media item","Use local files for reusable media.":"Use local files for reusable media.","Use local images for reusable media.":"Use local images for reusable media.","You can only change the menu settings for the <em>published</em> version of this content.":"You can only change the menu settings for the <em>published</em> version of this content.","To view a revision, you also need permission to view the content item.":"To view a revision, you also need permission to view the content item.","To revert a revision, you also need permission to edit the content item.":"To revert a revision, you also need permission to edit the content item.","To delete a revision, you also need permission to delete the content item.":"To delete a revision, you also need permission to delete the content item.","You can only change the URL alias for the <em>published</em> version of this content.":"You can only change the URL alias for the <em>published</em> version of this content.","The RESTful Web Services module provides a framework for exposing REST resources on your site. It provides support for content entity types such as the main site content, comments, custom blocks, taxonomy terms, and user accounts, etc. (see the <a href=\\":field\\">Field module help page</a> for more information about entities). REST support for content items of the Node module is enabled by default, and support for other types of content entities can be enabled. Other modules may add support for other types of REST resources. For more information, see the <a href=\\":rest\\">online documentation for the RESTful Web Services module</a>.":"The RESTful Web Services module provides a framework for exposing REST resources on your site. It provides support for content entity types such as the main site content, comments, custom blocks, taxonomy terms, and user accounts, etc. (see the <a href=\\":field\\">Field module help page</a> for more information about entities). REST support for content items of the Node module is enabled by default, and support for other types of content entities can be enabled. Other modules may add support for other types of REST resources. For more information, see the <a href=\\":rest\\">online documentation for the RESTful Web Services module</a>.","REST support for content types (provided by the <a href=\\":node\\">Node</a> module) is enabled by default. To enable support for other content entity types, you can use a <a href=\\":config\\" target=\\"blank\\">process based on configuration editing</a> or the contributed <a href=\\":restui\\">REST UI module</a>.":"REST support for content types (provided by the <a href=\\":node\\">Node</a> module) is enabled by default. To enable support for other content entity types, you can use a <a href=\\":config\\" target=\\"blank\\">process based on configuration editing</a> or the contributed <a href=\\":restui\\">REST UI module</a>.","Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.":"Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.","Remove tables with the prefix \\"test\\" followed by digits and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.":"Remove tables with the prefix \\"test\\" followed by digits and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.","Limited date range":"Limited date range","Your PHP installation has a limited date range.":"Your PHP installation has a limited date range.","You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range of dates and timestamps to the years 1901-2038. Read about the <a href=\\":url\\">limitations of 32-bit PHP</a>.":"You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range of dates and timestamps to the years 1901-2038. Read about the <a href=\\":url\\">limitations of 32-bit PHP</a>.","A client error happened":"A client error happened","To run cron from outside the site, go to <a href=\\":cron\\" class=\\"system-cron-settings__link\\">@cron</a>":"To run cron from outside the site, go to <a href=\\":cron\\" class=\\"system-cron-settings__link\\">@cron</a>","Run times of individual cron jobs will be written to watchdog":"Run times of individual cron jobs will be written to watchdog","Delete temporary files after":"Delete temporary files after","Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. <strong>Warning:</strong> If enabled, temporary files will be permanently deleted and may not be recoverable.":"Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. <strong>Warning:</strong> If enabled, temporary files will be permanently deleted and may not be recoverable.","Automatic updates of Drupal core are not supported at this time.":"Automatic updates of Drupal core are not supported at this time.","Add the @label role to the selected user(s)":"Add the @label role to the selected user(s)","Remove the @label role from the selected user(s)":"Remove the @label role from the selected user(s)","Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.":"Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.","This workflow is in use. You cannot remove this workflow until you have removed all content using it.":"This workflow is in use. You cannot remove this workflow until you have removed all content using it.","Edit %label workflow":"Edit %label workflow","This workflow state is in use. You cannot remove this workflow state until you have removed all content using it.":"This workflow state is in use. You cannot remove this workflow state until you have removed all content using it.","Find and manage comments.":"Find and manage comments.","The approved comments listing.":"The approved comments listing.","Comments published":"Comments published","The unapproved comments listing.":"The unapproved comments listing.","Comments unapproved":"Comments unapproved","!!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz":"!!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz","!!binary MQNAY291bnQ=":"!!binary MQNAY291bnQ=","Entity reference selection handler settings":"Entity reference selection handler settings","Default selection handler settings":"Default selection handler settings","The field instance ID.":"The field instance ID.","The field instance data.":"The field instance data.","The field type":"The field type","The field definition.":"The field definition.","The formatter settings.":"The formatter settings.","File selection handler settings":"File selection handler settings","The Media module is not compatible with contrib <a href=\\":url\\">Media Entity</a> 1.x branch. Please check the 2.x branch of that module for an upgrade path.":"The Media module is not compatible with contrib <a href=\\":url\\">Media Entity</a> 1.x branch. Please check the 2.x branch of that module for an upgrade path.","Source module not found for @migration_id.":"Source module not found for @migration_id.","Destination module not found for @migration_id.":"Destination module not found for @migration_id.","User selection handler settings":"User selection handler settings","Views selection handler settings":"Views selection handler settings","%workflow workflow: Use %transition transition.":"%workflow workflow: Use %transition transition.","Offset must be a number greater than or equal to 0.":"Offset must be a number greater than or equal to 0.","A collection of states and transitions between those states.":"A collection of states and transitions between those states.","A particular condition that something is in at a specific time. The usage of the state is determined by a module that harnesses the Workflows module. For example, Content Moderation allows a state to be used for moderation of content by assigning a given state to a content item.":"A particular condition that something is in at a specific time. The usage of the state is determined by a module that harnesses the Workflows module. For example, Content Moderation allows a state to be used for moderation of content by assigning a given state to a content item.","The process of changing from one state to another. A transition can occur from multiple states, but only to one state.":"The process of changing from one state to another. A transition can occur from multiple states, but only to one state.","Provides UI and API for managing workflows. This module can be used with the Content moderation module to add highly customizable workflows to content.":"Provides UI and API for managing workflows. This module can be used with the Content moderation module to add highly customizable workflows to content.","Select the @entity_type types for the @workflow workflow":"Select the @entity_type types for the @workflow workflow","Select the @entity_type_plural_label for the @workflow workflow":"Select the @entity_type_plural_label for the @workflow workflow","Make sure that <strong>access to the database</strong> for the old site is available from this new site.":"Make sure that <strong>access to the database</strong> for the old site is available from this new site.","<strong>If the old site has private files</strong>, a copy of its files directory must also be accessible on the host of this new site.":"<strong>If the old site has private files</strong>, a copy of its files directory must also be accessible on the host of this new site.","<strong>Enable all modules on this new site</strong> that are enabled on the old site. For example, if the old site uses the book module, then enable the book module on this new site so that the existing data can be imported to it.":"<strong>Enable all modules on this new site</strong> that are enabled on the old site. For example, if the old site uses the book module, then enable the book module on this new site so that the existing data can be imported to it.","<strong>Do not add any content to the new site</strong> before upgrading. Any existing content is likely to be overwritten by the upgrade process. See <a href=\\":url\\">the upgrade preparation guide</a>.":"<strong>Do not add any content to the new site</strong> before upgrading. Any existing content is likely to be overwritten by the upgrade process. See <a href=\\":url\\">the upgrade preparation guide</a>.","The upgrade can take a long time. It is better to upgrade from a local copy of your site instead of directly from your live site.":"The upgrade can take a long time. It is better to upgrade from a local copy of your site instead of directly from your live site.","Access media overview":"Access media overview","Users with this permission can access the media overview page.":"Users with this permission can access the media overview page.","Are you sure you want to remove this section?":"Are you sure you want to remove this section?","Upgrade analysis report":"Upgrade analysis report","Requires the \\"View any unpublished content\\" or \\"View own unpublished content\\" permission":"Requires the \\"View any unpublished content\\" or \\"View own unpublished content\\" permission","The %field_name entity reference field (entity_type: %entity_type, bundle: %bundle) no longer has any valid bundle it can reference. The field is not working correctly anymore and has to be adjusted.":"The %field_name entity reference field (entity_type: %entity_type, bundle: %bundle) no longer has any valid bundle it can reference. The field is not working correctly anymore and has to be adjusted.","Moderation state filter":"Moderation state filter","Cannot change the install profile from %profile to %new_profile once Drupal is installed.":"Cannot change the install profile from %profile to %new_profile once Drupal is installed.","Entity action":"Entity action","@type_label bundle":"@type_label bundle","Use field label instead of the \\"On\\" label as the label.":"Use field label instead of the \\"On\\" label as the label.","Cannot remove field @field_name because the entity type is unknown: %entity_type":"Cannot remove field @field_name because the entity type is unknown: %entity_type","The image file is invalid or the image type is not allowed. Allowed types: %types":"The image file is invalid or the image type is not allowed. Allowed types: %types","One or more files could not be uploaded.":"One or more files could not be uploaded.","Media display format settings":"Media display format settings","Show playback controls":"Show playback controls","Replace the file name by its description when available":"Replace the file name by its description when available","Use description as link text":"Use description as link text","Display the file using an HTML5 audio tag.":"Display the file using an HTML5 audio tag.","Playback controls: %controls":"Playback controls: %controls","Display the file using an HTML5 video tag.":"Display the file using an HTML5 video tag.","Listing media items":"Listing media items","Adding media to other content":"Adding media to other content","For more information, see the <a href=\\"@help_url\\">Media help page</a>.":"For more information, see the <a href=\\"@help_url\\">Media help page</a>.","Media Name":"Media Name","%type_name: Create new media":"%type_name: Create new media","%type_name: Edit own media":"%type_name: Edit own media","%type_name: Edit any media":"%type_name: Edit any media","%type_name: Delete own media":"%type_name: Delete own media","%type_name: Delete any media":"%type_name: Delete any media","Migrate Drupal settings":"Migrate Drupal settings","Old site":"Old site","The site you want to upgrade.":"The site you want to upgrade.","New site":"New site","Preparation steps":"Preparation steps","There is translated content of these types:":"There is translated content of these types:","%capital_name contains the following terms.":"%capital_name contains the following terms.","%capital_name contains terms grouped under parent terms":"%capital_name contains terms grouped under parent terms","%capital_name contains terms with multiple parents.":"%capital_name contains terms with multiple parents.","Access the taxonomy vocabulary overview page":"Access the taxonomy vocabulary overview page","Get an overview of all taxonomy vocabularies.":"Get an overview of all taxonomy vocabularies.","%vocabulary: Create terms":"%vocabulary: Create terms","%vocabulary: Delete terms":"%vocabulary: Delete terms","%vocabulary: Edit terms":"%vocabulary: Edit terms","Output the URL as text":"Output the URL as text","Output an absolute link":"Output an absolute link","Min placeholder":"Min placeholder","Max placeholder":"Max placeholder","Transition label":"Transition label","There are no custom blocks available.":"There are no custom blocks available.","Find and moderate content.":"Find and moderate content.","A locally hosted audio file.":"A locally hosted audio file.","A locally hosted video file.":"A locally hosted video file.","Workspace name":"Workspace name","A flag indicating whether this was a default revision when it was saved.":"A flag indicating whether this was a default revision when it was saved.","This profile is intended for demonstration purposes only.":"This profile is intended for demonstration purposes only.","Applying workflows":"Applying workflows","Moderating content":"Moderating content","Provides moderation states for content.":"Provides moderation states for content.","Hide non translatable fields on translation forms":"Hide non translatable fields on translation forms","Fields that apply to all languages are hidden to avoid conflicting changes. <a href=\\":url\\">Edit them on the original language form</a>.":"Fields that apply to all languages are hidden to avoid conflicting changes. <a href=\\":url\\">Edit them on the original language form</a>.","Non-translatable field elements can only be changed when updating the current revision.":"Non-translatable field elements can only be changed when updating the current revision.","Non-translatable field elements can only be changed when updating the original language.":"Non-translatable field elements can only be changed when updating the original language.","The node language.":"The node language.","To manage other areas of the page, use the <a href=\\"@block-ui\\">block administration page</a>.":"To manage other areas of the page, use the <a href=\\"@block-ui\\">block administration page</a>.","To manage other areas of the page, use the block administration page.":"To manage other areas of the page, use the block administration page.","Configure section":"Configure section","Layout section":"Layout section","Edit layout for %label":"Edit layout for %label","@bundle @label":"@bundle @label","Allow each @entity to have its layout customized.":"Allow each @entity to have its layout customized.","Are you sure you want to revert this to defaults?":"Are you sure you want to revert this to defaults?","Placeholder for the \\"@field\\" field":"Placeholder for the \\"@field\\" field","Layout Section":"Layout Section","A layout section":"A layout section","Cancel Layout":"Cancel Layout","Use existing media":"Use existing media","Type part of the media name.":"Type part of the media name.","See the <a href=\\":list_url\\" target=\\"_blank\\">media list</a> (opens a new window) to help locate media.":"See the <a href=\\":list_url\\" target=\\"_blank\\">media list</a> (opens a new window) to help locate media.","Allowed media types: %types":"Allowed media types: %types","Media item":"Media item","Create new media":"Create new media","Modules that will not be upgraded":"Modules that will not be upgraded","Modules that will be upgraded":"Modules that will be upgraded","What will be upgraded?":"What will be upgraded?","Module will not be upgraded\\u0003Modules will not be upgraded":"Module will not be upgraded\\u0003Modules will not be upgraded","Module will be upgraded\\u0003Modules will be upgraded":"Module will be upgraded\\u0003Modules will be upgraded","Demo: Umami Food Magazine (Experimental)":"Demo: Umami Food Magazine (Experimental)","Umami demo: Content":"Umami demo: Content","Imports the content for the Umami demo.":"Imports the content for the Umami demo.","Umami":"Umami","The theme used for the Umami food magazine demonstration site.":"The theme used for the Umami food magazine demonstration site.","Go to the search page":"Go to the search page","<span class=\\"by-author\\">by @author_name</span> @created_date":"<span class=\\"by-author\\">by @author_name</span> @created_date","Recipe Name":"Recipe Name","Umami dates":"Umami dates","Umami Recipes Banner":"Umami Recipes Banner","Umami footer promo":"Umami footer promo","Non-translatable fields can only be changed when updating the current revision.":"Non-translatable fields can only be changed when updating the current revision.","Non-translatable fields can only be changed when updating the original language.":"Non-translatable fields can only be changed when updating the original language.","The \\"Delete translation\\" action is only available for published translations.":"The \\"Delete translation\\" action is only available for published translations.","Are you sure you want to delete this @item?\\u0003Are you sure you want to delete these @items?":"Are you sure you want to delete this @item?\\u0003Are you sure you want to delete these @items?","Deleted @count item.\\u0003Deleted @count items.":"Deleted @count item.\\u0003Deleted @count items.","A color variable for a theme.":"A color variable for a theme.","The value of a color variable.":"The value of a color variable.","Language for this menu.":"Language for this menu.","Menu link title translation.":"Menu link title translation.","Menu link description translation.":"Menu link description translation.","@label (@derivative)":"@label (@derivative)","Unable to read from @title.":"Unable to read from @title.","The testing framework requires the PHPUnit package. Please run \'composer install\' to ensure it is present.":"The testing framework requires the PHPUnit package. Please run \'composer install\' to ensure it is present.","Information array":"Information array","The configuration ID":"The configuration ID","The default language":"The default language","Configuration validation":"Configuration validation","The \\"%plugin_id\\" was not found":"The \\"%plugin_id\\" was not found","You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions.":"You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions.","Unable to automatically determine a port. Use the --port to hardcode an available port.":"Unable to automatically determine a port. Use the --port to hardcode an available port.","No installation found. Use the \'install\' command.":"No installation found. Use the \'install\' command.","Error while opening up a one time login URL":"Error while opening up a one time login URL","The entity must have the %field_name field.":"The entity must have the %field_name field.","The entity does not support fields.":"The entity does not support fields.","The selected installation profile %install_profile does not match the profile stored in configuration %config_profile.":"The selected installation profile %install_profile does not match the profile stored in configuration %config_profile.","Use existing configuration":"Use existing configuration","Install %name using existing configuration.":"Install %name using existing configuration.","The configuration from the directory %sync_directory will be used.":"The configuration from the directory %sync_directory will be used.","Aggregator feeds":"Aggregator feeds","aggregator feed":"aggregator feed","aggregator feeds":"aggregator feeds","Aggregator feed items":"Aggregator feed items","aggregator feed item":"aggregator feed item","aggregator feed items":"aggregator feed items","The i18n_blocks block numeric identifier.":"The i18n_blocks block numeric identifier.","The default theme.":"The default theme.","custom block":"custom block","custom blocks":"custom blocks","custom block type":"custom block type","custom block types":"custom block types","i18n_string table id":"i18n_string table id","Block property":"Block property","The translation of the value of \\"property\\".":"The translation of the value of \\"property\\".","Block title translation.":"Block title translation.","Block body.":"Block body.","Block body translation.":"Block body translation.","Deleted @count comment.\\u0003Deleted @count comments.":"Deleted @count comment.\\u0003Deleted @count comments.","contact forms":"contact forms","contact message":"contact message","contact messages":"contact messages","@label@column (@argument)":"@label@column (@argument)","Text Editors":"Text Editors","text editor":"text editor","text editors":"text editors","image style":"image style","image styles":"image styles","content language setting":"content language setting","content languages settings":"content languages settings","Manage media settings.":"Manage media settings.","URI of thumbnail storage directory":"URI of thumbnail storage directory","Allowed oEmbed providers":"Allowed oEmbed providers","iFrame domain":"iFrame domain","Maximum size: %max_width x %max_height pixels":"Maximum size: %max_width x %max_height pixels","Maximum width: %max_width pixels":"Maximum width: %max_width pixels","Maximum height: %max_height pixels":"Maximum height: %max_height pixels","oEmbed content":"oEmbed content","Sorry, the @name provider is not allowed.":"Sorry, the @name provider is not allowed.","The name of the author/owner":"The name of the author/owner","The URL of the author/owner":"The URL of the author/owner","The name of the provider":"The name of the provider","The URL of the provider":"The URL of the provider","Suggested cache lifetime":"Suggested cache lifetime","Default name of the media item":"Default name of the media item","Local URI of the thumbnail":"Local URI of the thumbnail","The width of the resource":"The width of the resource","The height of the resource":"The height of the resource","The HTML representation of the resource":"The HTML representation of the resource","Allowed providers":"Allowed providers","@type URL":"@type URL","oEmbed source":"oEmbed source","Remote video":"Remote video","Custom menu links":"Custom menu links","custom menu link":"custom menu link","custom menu links":"custom menu links","Deleted @count content item.\\u0003Deleted @count content items.":"Deleted @count content item.\\u0003Deleted @count content items.","search pages":"search pages","Shortcut sets":"Shortcut sets","shortcut set":"shortcut set","shortcut sets":"shortcut sets","This is used as the value for max-age in Cache-Control headers.":"This is used as the value for max-age in Cache-Control headers.","Term language":"Term language","A remotely hosted video from YouTube or Vimeo.":"A remotely hosted video from YouTube or Vimeo.","A boolean indicating whether this block is reusable.":"A boolean indicating whether this block is reusable.","Select @label":"Select @label","Zero items selected":"Zero items selected","All @count items selected":"All @count items selected","Select all media":"Select all media","Show media item weights":"Show media item weights","Hide media item weights":"Hide media item weights","Select a media type for %filename:":"Select a media type for %filename:","Update widget":"Update widget","Switch workspace":"Switch workspace","Switch to @workspace":"Switch to @workspace","Deploy content":"Deploy content","Current workspace:":"Current workspace:","Manage workspaces":"Manage workspaces","View all @count workspaces":"View all @count workspaces","The time that the workspaces was created.":"The time that the workspaces was created.","workspaces":"workspaces","The workspace of the referenced content.":"The workspace of the referenced content.","Workspace association":"Workspace association","Workspace associations":"Workspace associations","workspace association":"workspace association","workspace associations":"workspace associations","Activate the %workspace workspace.":"Activate the %workspace workspace.","%workspace_label is now the active workspace.":"%workspace_label is now the active workspace.","You do not have access to activate the %workspace_label workspace.":"You do not have access to activate the %workspace_label workspace.","The following will also be deleted:":"The following will also be deleted:","1 @label revision.\\u0003@count @label revisions.":"1 @label revision.\\u0003@count @label revisions.","Deploy %source_label workspace":"Deploy %source_label workspace","Successful deployment.":"Successful deployment.","Deployment failed. All errors have been logged.":"Deployment failed. All errors have been logged.","Select workspace":"Select workspace","Manages the creation, configuration of display of media items.":"Manages the creation, configuration of display of media items.","RDF types.":"RDF types.","Serialized block":"Serialized block","The comment language.":"The comment language.","Type (article, page, ....)":"Type (article, page, ....)","Option ID.":"Option ID.","Integer value of Object ID":"Integer value of Object ID","Translation of the option":"Translation of the option","Profile for testing hook_requirements().":"Profile for testing hook_requirements().","Create @entity_type":"Create @entity_type","Placeholder for the \\"@block\\" block":"Placeholder for the \\"@block\\" block","Multilingual mode":"Multilingual mode","Language string ID":"Language string ID","Object property for this string":"Object property for this string","The {filter_format}.format of the string":"The {filter_format}.format of the string","@entity fields":"@entity fields","Language for this term.":"Language for this term.","Term name translation.":"Term name translation.","Term description translation.":"Term description translation.","Placeholder for the \\"@view\\" views block":"Placeholder for the \\"@view\\" views block","Add to cart":"Add to cart","Add to Cart Form":"Add to Cart Form","Cart":"Cart","Stores":"Stores","Phone":"Phone","Remote ID":"Remote ID","Advanced queue jobs":"Advanced queue jobs","Payload":"Payload","Cart block":"Cart block","Cart form":"Cart form","Price":"Price","Carts":"Carts","Store":"Store","Customer":"Customer","Checkout Order Summary":"Checkout Order Summary","Licenses":"Licenses","License type":"License type","Granted":"Granted","Order items":"Order items","Display a set of order items in a table.":"Display a set of order items in a table.","Unit price":"Unit price","Total price":"Total price","Orders":"Orders","Order number":"Order number","Manage your orders.":"Manage your orders.","Products":"Products","User orders":"User orders","Display a list of placed orders for a user.":"Display a list of placed orders for a user.","Profiles":"Profiles","User view":"User view","Newsletters":"Newsletters","Subscribers":"Subscribers","Newsletter issues":"Newsletter issues","Find and manage newsletter issues.":"Find and manage newsletter issues.","Online":"Online","Variations":"Variations","Delete order":"Delete order","Delete product":"Delete product","Publish product":"Publish product","Delete store":"Delete store","Unpublish product":"Unpublish product","Job ID":"Job ID","Job type":"Job type","Jobs":"Jobs","No orders available.":"No orders available.","No products available.":"No products available.","You have not placed any orders with us yet.":"You have not placed any orders with us yet.","@msg":"@msg","@name Alert":"@name Alert","Order item type":"Order item type","Order type":"Order type","Payment method type":"Payment method type","Payment type":"Payment type","Price list":"Price list","Price list item":"Price list item","Product type":"Product type","Product attribute":"Product attribute","Product variation type":"Product variation type","Subscription type":"Subscription type","Store type":"Store type","License":"License","Log":"Log","Order item":"Order item","Payment method":"Payment method","Payment":"Payment","Product":"Product","Product attribute value":"Product attribute value","Product variation":"Product variation","Promotion":"Promotion","Coupon":"Coupon","Subscription":"Subscription","Search task":"Search task","Simplenews subscriber":"Simplenews subscriber","Workflow scheduled transition":"Workflow scheduled transition","Workflow transition":"Workflow transition","Expiration type":"Expiration type","Billing information":"Billing information","Total paid":"Total paid","Billing profile":"Billing profile","Amount":"Amount","Refunded amount":"Refunded amount","List price":"List price","Offer type":"Offer type","Scheduled changes":"Scheduled changes","Billing schedule":"Billing schedule","The search found @count result(s) with keywords @keys.":"The search found @count result(s) with keywords @keys.","Consumer":"Consumer","Unsubscribe from this newsletter":"Unsubscribe from this newsletter","This is a test version of the newsletter.":"This is a test version of the newsletter.","Matomo settings":"Matomo settings","Administer blocks, content types, menus, etc.":"Administer blocks, content types, menus, etc.","Manage entity synonyms.":"Manage entity synonyms.","Manage migration processes.":"Manage migration processes.","Configure the Mailgun email service.":"Configure the Mailgun email service.","Configure your sites newsletters.":"Configure your sites newsletters.","Configure whether to allow only read operations or all operations.":"Configure whether to allow only read operations or all operations.","Configure REST server settings.":"Configure REST server settings.","Register and configure the decoupled consumers to your API.":"Register and configure the decoupled consumers to your API.","Configure the settings of Maillog module.":"Configure the settings of Maillog module.","List Configuration Split settings":"List Configuration Split settings","Helper functions, pages, and blocks to assist Drupal developers. The devel blocks can be managed via the block administration page.":"Helper functions, pages, and blocks to assist Drupal developers. The devel blocks can be managed via the block administration page.","Generate a given number of terms. Optionally delete current terms.":"Generate a given number of terms. Optionally delete current terms.","Generate a given number of content. Optionally delete current content.":"Generate a given number of content. Optionally delete current content.","Generate a given number of vocabularies. Optionally delete current vocabularies.":"Generate a given number of vocabularies. Optionally delete current vocabularies.","Generate a given number of users. Optionally delete current users.":"Generate a given number of users. Optionally delete current users.","Generate a given number of menus and menu links. Optionally delete current menus.":"Generate a given number of menus and menu links. Optionally delete current menus.","Configure how dates and times are displayed.":"Configure how dates and times are displayed.","Create and configure search indexes and servers.":"Create and configure search indexes and servers.","Manage automatic site maintainenance tasks.":"Manage automatic site maintainenance tasks.","Configure the settings used to generate your Matomo tracking code.":"Configure the settings used to generate your Matomo tracking code.","Allow for site emails to be sent through an SMTP server of your choice.":"Allow for site emails to be sent through an SMTP server of your choice.","Global Mail System configuration.":"Global Mail System configuration.","Advanced settings.":"Advanced settings.","Change lifetime and token limit":"Change lifetime and token limit","Manage your queues.":"Manage your queues.","Choose which menu is displayed as the main administrative menu for each role.":"Choose which menu is displayed as the main administrative menu for each role.","Global Mime Mail configuration.":"Global Mime Mail configuration.","Provide an interface to change the modules weight.":"Provide an interface to change the modules weight.","External Links administration page.":"External Links administration page.","Configurable pager styles.":"Configurable pager styles.","Configure toolbar themes.":"Configure toolbar themes.","Configure Honeypot spam prevention and the forms on which Honeypot will be used.":"Configure Honeypot spam prevention and the forms on which Honeypot will be used.","Administer content locking settings.":"Administer content locking settings.","Manage text editor embed buttons.":"Manage text editor embed buttons.","Manage entity browsers.":"Manage entity browsers.","Configure how Pathologic adjusts link and image paths in content.":"Configure how Pathologic adjusts link and image paths in content.","Configure default automated logout settings.":"Configure default automated logout settings.","Manage profile types, including fields.":"Manage profile types, including fields.","Administer your subscriber settings.":"Administer your subscriber settings.","Manage user profiles.":"Manage user profiles.","Administer your subscribers.":"Administer your subscribers.","Administer and configure your Commerce store.":"Administer and configure your Commerce store.","Simplenews":"Simplenews","Toolbar Themes":"Toolbar Themes","":"","Materials":"Materials","Articles":"Articles","Thesaurus":"Thesaurus","Companies":"Companies","Showrooms":"Showrooms","Contents":"Contents","Simplenews Subscribers":"Simplenews Subscribers","Commerce":"Commerce","Checkout flow":"Checkout flow","Payment gateway":"Payment gateway","Currency":"Currency","Tax type":"Tax type","Configuration Split Setting":"Configuration Split Setting","Embed button":"Embed button","Entity browser":"Entity browser","JSON:API Resource override":"JSON:API Resource override","Migration Group":"Migration Group","Pagerer pager":"Pagerer pager","Profile type":"Profile type","Solr Field Type":"Solr Field Type","Simplenews newsletter":"Simplenews newsletter","Synonym configuration":"Synonym configuration","Cron Job":"Cron Job","Payment methods":"Payment methods","Login history":"Login history","Persistent Logins":"Persistent Logins","Address book":"Address book","The entity language code.":"The entity language code.","Contenus":"Contenus","media":"media","Samples Showroom":"Samples Showroom","Internal":"Internal","Last saved":"Last saved","Short description of the image used by screen readers and displayed when the image is not loaded. This is important for accessibility.":"Short description of the image used by screen readers and displayed when the image is not loaded. This is important for accessibility.","Change @name state":"Change @name state","Target state":"Target state","Leave blank for %anonymous.":"Leave blank for %anonymous.","@title [%language translation] (@ref)":"@title [%language translation] (@ref)","Newsletter":"Newsletter","Reference existing":"Reference existing","Clipboard":"Clipboard","Licensed product variation":"Licensed product variation","Renewed":"Renewed","Log template ID":"Log template ID","Log category ID":"Log category ID","Source entity ID":"Source entity ID","Source entity type":"Source entity type","Purchased entity":"Purchased entity","Overridden unit price":"Overridden unit price","Adjustments":"Adjustments","Uses legacy adjustments":"Uses legacy adjustments","Contact email":"Contact email","Placed":"Placed","Completed":"Completed","Checkout step":"Checkout step","Coupons":"Coupons","Payment gateway mode":"Payment gateway mode","Card type":"Card type","Card number":"Card number","Card expiration month":"Card expiration month","Card expiration year":"Card expiration year","PayPal Email":"PayPal Email","Remote State":"Remote State","Authorized":"Authorized","Captured":"Captured","Customer roles":"Customer roles","SKU":"SKU","Order types":"Order types","Condition operator":"Condition operator","Usage limit":"Usage limit","Compatibility with other promotions":"Compatibility with other promotions","Coupon code":"Coupon code","Initial order":"Initial order","Next renewal":"Next renewal","Trial starts":"Trial starts","Trial ends":"Trial ends","Starts":"Starts","Ends":"Ends","Default currency":"Default currency","Supported billing countries":"Supported billing countries","Prices are entered with taxes included.":"Prices are entered with taxes included.","Tax registrations":"Tax registrations","Is this consumer 3rd party?":"Is this consumer 3rd party?","Is this the default consumer?":"Is this the default consumer?","The sender\'s email":"The sender\'s email","Task type":"Task type","Task data":"Task data","Subscriber ID":"Subscriber ID","Changes":"Changes","Workflow Type":"Workflow Type","Delta":"Delta","@type profile":"@type profile","User password":"User password","The country name":"The country name","Subscription URL":"Subscription URL","Unsubscribe URL":"Unsubscribe URL","Manage URL":"Manage URL","Combined confirmation URL":"Combined confirmation URL","Subscriber email":"Subscriber email","Corresponding user":"Corresponding user","Newsletter URL":"Newsletter URL","Currency code":"Currency code","Formatted price":"Formatted price","@label revision ID":"@label revision ID","Handler":"Handler","Sent count":"Sent count","Workflow state":"Workflow state","@target : @location":"@target : @location","@title":"@title","-- Select action --":"-- Select action --","Items selected on other pages:":"Items selected on other pages:","No selection":"No selection","Selected %count items in this view":"Selected %count items in this view","Select all@count results in this view":"Select all@count results in this view","Bulk delete nodes":"Bulk delete nodes","Add Material":"Add Material","Newsletter issue will be sent to @count subscribers.":"Newsletter issue will be sent to @count subscribers.","Add @label":"Add @label","Modify field values":"Modify field values","Change a node to new Workflow state":"Change a node to new Workflow state","!permissions permissions are available in the modified list.":"!permissions permissions are available in the modified list.","Customer information":"Customer information","Delete revisions of entities that are no longer used in Entity Reference Revisions fields.":"Delete revisions of entities that are no longer used in Entity Reference Revisions fields.","Configure file metadata settings.":"Configure file metadata settings.","Better handling of Drupal messages UI":"Better handling of Drupal messages UI","Shopping cart":"Shopping cart","Enter your email address.":"Enter your email address.","Enter the password that accompanies your email address.":"Enter the password that accompanies your email address.","Your current logout threshold":"Your current logout threshold","How many seconds to give a user to respond to the logout dialog before ending their session.":"How many seconds to give a user to respond to the logout dialog before ending their session.","Migrations":"Migrations","Mailgun":"Mailgun","JSON:API":"JSON:API","REST":"REST","Consumers":"Consumers","Maillog Settings":"Maillog Settings","Configuration Split Settings":"Configuration Split Settings","Generate @label":"Generate @label","terms":"terms","content":"content","Matomo Analytics":"Matomo Analytics","Mail System":"Mail System","Extended path aliases":"Extended path aliases","Persistent Login":"Persistent Login","Queues":"Queues","Admin Menu Swap":"Admin Menu Swap","Mime Mail":"Mime Mail","Modules Weight":"Modules Weight","Delete orphaned composite entities":"Delete orphaned composite entities","File metadata manager":"File metadata manager","Pagerer":"Pagerer","Better Messages settings":"Better Messages settings","Content Lock":"Content Lock","Text editor embed buttons":"Text editor embed buttons","Entity browsers":"Entity browsers","Pathologic configuration":"Pathologic configuration","IP address bans":"IP address bans","Automated logout settings":"Automated logout settings","Profile types":"Profile types","Subscriber settings":"Subscriber settings","Report all field permissions":"Report all field permissions","Redis":"Redis","Product attributes":"Product attributes","Promotions":"Promotions","Price lists":"Price lists","Subscriptions":"Subscriptions","Manage your licenses.":"Manage your licenses.","Manage your price lists":"Manage your price lists","Manage your product attributes.":"Manage your product attributes.","Manage your products.":"Manage your products.","Manage your promotions.":"Manage your promotions.","Manage subscriptions":"Manage subscriptions","Configure your store settings and structure.":"Configure your store settings and structure.","Shows previous login information for site users. Useful for troubleshooting and monitoring.":"Shows previous login information for site users. Useful for troubleshooting and monitoring.","Redis usage statistics":"Redis usage statistics","Report all permissions set.":"Report all permissions set.","Send test email":"Send test email","Currencies":"Currencies","Store types":"Store types","Tax types":"Tax types","Order item types":"Order item types","Checkout flows":"Checkout flows","Number patterns":"Number patterns","Product types":"Product types","Product variation types":"Product variation types","Payment gateways":"Payment gateways","Billing schedules":"Billing schedules","Manage your currencies.":"Manage your currencies.","Manage your stores.":"Manage your stores.","Manage fields, form and display settings for your stores.":"Manage fields, form and display settings for your stores.","Define the taxes you collect.":"Define the taxes you collect.","Manage fields, form and display settings for your products.":"Manage fields, form and display settings for your products.","Manage fields, form and display settings for your product variations.":"Manage fields, form and display settings for your product variations.","Configure the available billing schedules":"Configure the available billing schedules","Configure the gateways you take payment through.":"Configure the gateways you take payment through.","Manage fields, form and display settings for your orders.":"Manage fields, form and display settings for your orders.","Manage fields, Add to Cart forms, other form and display settings for your order items.":"Manage fields, Add to Cart forms, other form and display settings for your order items.","Configure your checkout forms.":"Configure your checkout forms.","Manage number patterns.":"Manage number patterns.","Modules Weight Settings":"Modules Weight Settings","Configuration Ignore settings":"Configuration Ignore settings","Send test email to make sure that it works.":"Send test email to make sure that it works.","Last Used":"Last Used","No persistent logins have been created.":"No persistent logins have been created.","One-time login?":"One-time login?","User Agent":"User Agent","Regular login":"Regular login","Go to page @key":"Go to page @key","Break Lock":"Break Lock","license":"license","log":"log","order item":"order item","payment method":"payment method","payment":"payment","price list":"price list","price":"price","product attribute value":"product attribute value","product":"product","product variation":"product variation","coupon":"coupon","subscription":"subscription","profile":"profile","search task":"search task","Add Article":"Add Article","Not Empty":"Not Empty","Add Companie":"Add Companie","Add Thesaurus":"Add Thesaurus","Add Tag":"Add Tag","Add User":"Add User","Subscribed":"Subscribed","Unsubscribed":"Unsubscribed","Unconfirmed":"Unconfirmed","Mass subscribe":"Mass subscribe","Mass unsubscribe":"Mass unsubscribe","Create a new order":"Create a new order","Add Assisted Research List":"Add Assisted Research List","Assisted Research":"Assisted Research","Start typing the title of a piece of content to select it. You can also enter an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page. Enter %nolink to display link text only.":"Start typing the title of a piece of content to select it. You can also enter an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page. Enter %nolink to display link text only.","Manually entered paths should start with one of the following characters: / ? #":"Manually entered paths should start with one of the following characters: / ? #","@number is not a valid phone number.":"@number is not a valid phone number.","My flag list items":"My flag list items","List a users flag lists":"List a users flag lists","Flag list":"Flag list","Entity Type":"Entity Type","You don\'t have any Flag List Items.":"You don\'t have any Flag List Items.","My Flag Lists":"My Flag Lists","Flag Lists":"Flag Lists","All my flag list items":"All my flag list items","My flag lists for node\'s entities on this system":"My flag lists for node\'s entities on this system","order items":"order items","Spellcheck":"Spellcheck","View Option Details":"View Option Details","Configuration Split setting":"Configuration Split setting","Currency currency locale":"Currency currency locale","Your session is about to expire. Do you want to reset it?":"Your session is about to expire. Do you want to reset it?","materiO’ Alert":"materiO’ Alert","Flagging collection type":"Flagging collection type","The subscriber\'s email address.":"The subscriber\'s email address.","email":"email","Subscribe":"Subscribe","Africa/Abidjan":"Africa/Abidjan","Africa/Accra":"Africa/Accra","Africa/Addis Ababa":"Africa/Addis Ababa","Africa/Algiers":"Africa/Algiers","Africa/Asmara":"Africa/Asmara","Africa/Bamako":"Africa/Bamako","Africa/Bangui":"Africa/Bangui","Africa/Banjul":"Africa/Banjul","Africa/Bissau":"Africa/Bissau","Africa/Blantyre":"Africa/Blantyre","Africa/Brazzaville":"Africa/Brazzaville","Africa/Bujumbura":"Africa/Bujumbura","Africa/Cairo":"Africa/Cairo","Africa/Casablanca":"Africa/Casablanca","Africa/Ceuta":"Africa/Ceuta","Africa/Conakry":"Africa/Conakry","Africa/Dakar":"Africa/Dakar","Africa/Dar es Salaam":"Africa/Dar es Salaam","Africa/Djibouti":"Africa/Djibouti","Africa/Douala":"Africa/Douala","Africa/El Aaiun":"Africa/El Aaiun","Africa/Freetown":"Africa/Freetown","Africa/Gaborone":"Africa/Gaborone","Africa/Harare":"Africa/Harare","Africa/Johannesburg":"Africa/Johannesburg","Africa/Juba":"Africa/Juba","Africa/Kampala":"Africa/Kampala","Africa/Khartoum":"Africa/Khartoum","Africa/Kigali":"Africa/Kigali","Africa/Kinshasa":"Africa/Kinshasa","Africa/Lagos":"Africa/Lagos","Africa/Libreville":"Africa/Libreville","Africa/Lome":"Africa/Lome","Africa/Luanda":"Africa/Luanda","Africa/Lubumbashi":"Africa/Lubumbashi","Africa/Lusaka":"Africa/Lusaka","Africa/Malabo":"Africa/Malabo","Africa/Maputo":"Africa/Maputo","Africa/Maseru":"Africa/Maseru","Africa/Mbabane":"Africa/Mbabane","Africa/Mogadishu":"Africa/Mogadishu","Africa/Monrovia":"Africa/Monrovia","Africa/Nairobi":"Africa/Nairobi","Africa/Ndjamena":"Africa/Ndjamena","Africa/Niamey":"Africa/Niamey","Africa/Nouakchott":"Africa/Nouakchott","Africa/Ouagadougou":"Africa/Ouagadougou","Africa/Porto-Novo":"Africa/Porto-Novo","Africa/Sao Tome":"Africa/Sao Tome","Africa/Tripoli":"Africa/Tripoli","Africa/Tunis":"Africa/Tunis","Africa/Windhoek":"Africa/Windhoek","America/Adak":"America/Adak","America/Anchorage":"America/Anchorage","America/Anguilla":"America/Anguilla","America/Antigua":"America/Antigua","America/Araguaina":"America/Araguaina","America/Argentina/Buenos Aires":"America/Argentina/Buenos Aires","America/Argentina/Catamarca":"America/Argentina/Catamarca","America/Argentina/Cordoba":"America/Argentina/Cordoba","America/Argentina/Jujuy":"America/Argentina/Jujuy","America/Argentina/La Rioja":"America/Argentina/La Rioja","America/Argentina/Mendoza":"America/Argentina/Mendoza","America/Argentina/Rio Gallegos":"America/Argentina/Rio Gallegos","America/Argentina/Salta":"America/Argentina/Salta","America/Argentina/San Juan":"America/Argentina/San Juan","America/Argentina/San Luis":"America/Argentina/San Luis","America/Argentina/Tucuman":"America/Argentina/Tucuman","America/Argentina/Ushuaia":"America/Argentina/Ushuaia","America/Aruba":"America/Aruba","America/Asuncion":"America/Asuncion","America/Atikokan":"America/Atikokan","America/Bahia":"America/Bahia","America/Bahia Banderas":"America/Bahia Banderas","America/Barbados":"America/Barbados","America/Belem":"America/Belem","America/Belize":"America/Belize","America/Blanc-Sablon":"America/Blanc-Sablon","America/Boa Vista":"America/Boa Vista","America/Bogota":"America/Bogota","America/Boise":"America/Boise","America/Cambridge Bay":"America/Cambridge Bay","America/Campo Grande":"America/Campo Grande","America/Cancun":"America/Cancun","America/Caracas":"America/Caracas","America/Cayenne":"America/Cayenne","America/Cayman":"America/Cayman","America/Chicago":"America/Chicago","America/Chihuahua":"America/Chihuahua","America/Costa Rica":"America/Costa Rica","America/Creston":"America/Creston","America/Cuiaba":"America/Cuiaba","America/Curacao":"America/Curacao","America/Danmarkshavn":"America/Danmarkshavn","America/Dawson":"America/Dawson","America/Dawson Creek":"America/Dawson Creek","America/Denver":"America/Denver","America/Detroit":"America/Detroit","America/Dominica":"America/Dominica","America/Edmonton":"America/Edmonton","America/Eirunepe":"America/Eirunepe","America/El Salvador":"America/El Salvador","America/Fort Nelson":"America/Fort Nelson","America/Fortaleza":"America/Fortaleza","America/Glace Bay":"America/Glace Bay","America/Goose Bay":"America/Goose Bay","America/Grand Turk":"America/Grand Turk","America/Grenada":"America/Grenada","America/Guadeloupe":"America/Guadeloupe","America/Guatemala":"America/Guatemala","America/Guayaquil":"America/Guayaquil","America/Guyana":"America/Guyana","America/Halifax":"America/Halifax","America/Havana":"America/Havana","America/Hermosillo":"America/Hermosillo","America/Indiana/Indianapolis":"America/Indiana/Indianapolis","America/Indiana/Knox":"America/Indiana/Knox","America/Indiana/Marengo":"America/Indiana/Marengo","America/Indiana/Petersburg":"America/Indiana/Petersburg","America/Indiana/Tell City":"America/Indiana/Tell City","America/Indiana/Vevay":"America/Indiana/Vevay","America/Indiana/Vincennes":"America/Indiana/Vincennes","America/Indiana/Winamac":"America/Indiana/Winamac","America/Inuvik":"America/Inuvik","America/Iqaluit":"America/Iqaluit","America/Jamaica":"America/Jamaica","America/Juneau":"America/Juneau","America/Kentucky/Louisville":"America/Kentucky/Louisville","America/Kentucky/Monticello":"America/Kentucky/Monticello","America/Kralendijk":"America/Kralendijk","America/La Paz":"America/La Paz","America/Lima":"America/Lima","America/Los Angeles":"America/Los Angeles","America/Lower Princes":"America/Lower Princes","America/Maceio":"America/Maceio","America/Managua":"America/Managua","America/Manaus":"America/Manaus","America/Marigot":"America/Marigot","America/Martinique":"America/Martinique","America/Matamoros":"America/Matamoros","America/Mazatlan":"America/Mazatlan","America/Menominee":"America/Menominee","America/Merida":"America/Merida","America/Metlakatla":"America/Metlakatla","America/Mexico City":"America/Mexico City","America/Miquelon":"America/Miquelon","America/Moncton":"America/Moncton","America/Monterrey":"America/Monterrey","America/Montevideo":"America/Montevideo","America/Montserrat":"America/Montserrat","America/Nassau":"America/Nassau","America/New York":"America/New York","America/Nipigon":"America/Nipigon","America/Nome":"America/Nome","America/Noronha":"America/Noronha","America/North Dakota/Beulah":"America/North Dakota/Beulah","America/North Dakota/Center":"America/North Dakota/Center","America/North Dakota/New Salem":"America/North Dakota/New Salem","America/Nuuk":"America/Nuuk","America/Ojinaga":"America/Ojinaga","America/Panama":"America/Panama","America/Pangnirtung":"America/Pangnirtung","America/Paramaribo":"America/Paramaribo","America/Phoenix":"America/Phoenix","America/Port of Spain":"America/Port of Spain","America/Port-au-Prince":"America/Port-au-Prince","America/Porto Velho":"America/Porto Velho","America/Puerto Rico":"America/Puerto Rico","America/Punta Arenas":"America/Punta Arenas","America/Rainy River":"America/Rainy River","America/Rankin Inlet":"America/Rankin Inlet","America/Recife":"America/Recife","America/Regina":"America/Regina","America/Resolute":"America/Resolute","America/Rio Branco":"America/Rio Branco","America/Santarem":"America/Santarem","America/Santiago":"America/Santiago","America/Santo Domingo":"America/Santo Domingo","America/Sao Paulo":"America/Sao Paulo","America/Scoresbysund":"America/Scoresbysund","America/Sitka":"America/Sitka","America/St Barthelemy":"America/St Barthelemy","America/St Johns":"America/St Johns","America/St Kitts":"America/St Kitts","America/St Lucia":"America/St Lucia","America/St Thomas":"America/St Thomas","America/St Vincent":"America/St Vincent","America/Swift Current":"America/Swift Current","America/Tegucigalpa":"America/Tegucigalpa","America/Thule":"America/Thule","America/Thunder Bay":"America/Thunder Bay","America/Tijuana":"America/Tijuana","America/Toronto":"America/Toronto","America/Tortola":"America/Tortola","America/Vancouver":"America/Vancouver","America/Whitehorse":"America/Whitehorse","America/Winnipeg":"America/Winnipeg","America/Yakutat":"America/Yakutat","America/Yellowknife":"America/Yellowknife","Antarctica/Casey":"Antarctica/Casey","Antarctica/Davis":"Antarctica/Davis","Antarctica/DumontDUrville":"Antarctica/DumontDUrville","Antarctica/Macquarie":"Antarctica/Macquarie","Antarctica/Mawson":"Antarctica/Mawson","Antarctica/McMurdo":"Antarctica/McMurdo","Antarctica/Palmer":"Antarctica/Palmer","Antarctica/Rothera":"Antarctica/Rothera","Antarctica/Syowa":"Antarctica/Syowa","Antarctica/Troll":"Antarctica/Troll","Antarctica/Vostok":"Antarctica/Vostok","Arctic/Longyearbyen":"Arctic/Longyearbyen","Asia/Aden":"Asia/Aden","Asia/Almaty":"Asia/Almaty","Asia/Amman":"Asia/Amman","Asia/Anadyr":"Asia/Anadyr","Asia/Aqtau":"Asia/Aqtau","Asia/Aqtobe":"Asia/Aqtobe","Asia/Ashgabat":"Asia/Ashgabat","Asia/Atyrau":"Asia/Atyrau","Asia/Baghdad":"Asia/Baghdad","Asia/Bahrain":"Asia/Bahrain","Asia/Baku":"Asia/Baku","Asia/Bangkok":"Asia/Bangkok","Asia/Barnaul":"Asia/Barnaul","Asia/Beirut":"Asia/Beirut","Asia/Bishkek":"Asia/Bishkek","Asia/Brunei":"Asia/Brunei","Asia/Chita":"Asia/Chita","Asia/Choibalsan":"Asia/Choibalsan","Asia/Colombo":"Asia/Colombo","Asia/Damascus":"Asia/Damascus","Asia/Dhaka":"Asia/Dhaka","Asia/Dili":"Asia/Dili","Asia/Dubai":"Asia/Dubai","Asia/Dushanbe":"Asia/Dushanbe","Asia/Famagusta":"Asia/Famagusta","Asia/Gaza":"Asia/Gaza","Asia/Hebron":"Asia/Hebron","Asia/Ho Chi Minh":"Asia/Ho Chi Minh","Asia/Hong Kong":"Asia/Hong Kong","Asia/Hovd":"Asia/Hovd","Asia/Irkutsk":"Asia/Irkutsk","Asia/Jakarta":"Asia/Jakarta","Asia/Jayapura":"Asia/Jayapura","Asia/Jerusalem":"Asia/Jerusalem","Asia/Kabul":"Asia/Kabul","Asia/Kamchatka":"Asia/Kamchatka","Asia/Karachi":"Asia/Karachi","Asia/Kathmandu":"Asia/Kathmandu","Asia/Khandyga":"Asia/Khandyga","Asia/Kolkata":"Asia/Kolkata","Asia/Krasnoyarsk":"Asia/Krasnoyarsk","Asia/Kuala Lumpur":"Asia/Kuala Lumpur","Asia/Kuching":"Asia/Kuching","Asia/Kuwait":"Asia/Kuwait","Asia/Macau":"Asia/Macau","Asia/Magadan":"Asia/Magadan","Asia/Makassar":"Asia/Makassar","Asia/Manila":"Asia/Manila","Asia/Muscat":"Asia/Muscat","Asia/Nicosia":"Asia/Nicosia","Asia/Novokuznetsk":"Asia/Novokuznetsk","Asia/Novosibirsk":"Asia/Novosibirsk","Asia/Omsk":"Asia/Omsk","Asia/Oral":"Asia/Oral","Asia/Phnom Penh":"Asia/Phnom Penh","Asia/Pontianak":"Asia/Pontianak","Asia/Pyongyang":"Asia/Pyongyang","Asia/Qatar":"Asia/Qatar","Asia/Qostanay":"Asia/Qostanay","Asia/Qyzylorda":"Asia/Qyzylorda","Asia/Riyadh":"Asia/Riyadh","Asia/Sakhalin":"Asia/Sakhalin","Asia/Samarkand":"Asia/Samarkand","Asia/Seoul":"Asia/Seoul","Asia/Shanghai":"Asia/Shanghai","Asia/Singapore":"Asia/Singapore","Asia/Srednekolymsk":"Asia/Srednekolymsk","Asia/Taipei":"Asia/Taipei","Asia/Tashkent":"Asia/Tashkent","Asia/Tbilisi":"Asia/Tbilisi","Asia/Tehran":"Asia/Tehran","Asia/Thimphu":"Asia/Thimphu","Asia/Tokyo":"Asia/Tokyo","Asia/Tomsk":"Asia/Tomsk","Asia/Ulaanbaatar":"Asia/Ulaanbaatar","Asia/Urumqi":"Asia/Urumqi","Asia/Ust-Nera":"Asia/Ust-Nera","Asia/Vientiane":"Asia/Vientiane","Asia/Vladivostok":"Asia/Vladivostok","Asia/Yakutsk":"Asia/Yakutsk","Asia/Yangon":"Asia/Yangon","Asia/Yekaterinburg":"Asia/Yekaterinburg","Asia/Yerevan":"Asia/Yerevan","Atlantic/Azores":"Atlantic/Azores","Atlantic/Bermuda":"Atlantic/Bermuda","Atlantic/Canary":"Atlantic/Canary","Atlantic/Cape Verde":"Atlantic/Cape Verde","Atlantic/Faroe":"Atlantic/Faroe","Atlantic/Madeira":"Atlantic/Madeira","Atlantic/Reykjavik":"Atlantic/Reykjavik","Atlantic/South Georgia":"Atlantic/South Georgia","Atlantic/St Helena":"Atlantic/St Helena","Atlantic/Stanley":"Atlantic/Stanley","Australia/Adelaide":"Australia/Adelaide","Australia/Brisbane":"Australia/Brisbane","Australia/Broken Hill":"Australia/Broken Hill","Australia/Currie":"Australia/Currie","Australia/Darwin":"Australia/Darwin","Australia/Eucla":"Australia/Eucla","Australia/Hobart":"Australia/Hobart","Australia/Lindeman":"Australia/Lindeman","Australia/Lord Howe":"Australia/Lord Howe","Australia/Melbourne":"Australia/Melbourne","Australia/Perth":"Australia/Perth","Australia/Sydney":"Australia/Sydney","Europe/Amsterdam":"Europe/Amsterdam","Europe/Andorra":"Europe/Andorra","Europe/Astrakhan":"Europe/Astrakhan","Europe/Athens":"Europe/Athens","Europe/Belgrade":"Europe/Belgrade","Europe/Berlin":"Europe/Berlin","Europe/Bratislava":"Europe/Bratislava","Europe/Brussels":"Europe/Brussels","Europe/Bucharest":"Europe/Bucharest","Europe/Budapest":"Europe/Budapest","Europe/Busingen":"Europe/Busingen","Europe/Chisinau":"Europe/Chisinau","Europe/Copenhagen":"Europe/Copenhagen","Europe/Dublin":"Europe/Dublin","Europe/Gibraltar":"Europe/Gibraltar","Europe/Guernsey":"Europe/Guernsey","Europe/Helsinki":"Europe/Helsinki","Europe/Isle of Man":"Europe/Isle of Man","Europe/Istanbul":"Europe/Istanbul","Europe/Jersey":"Europe/Jersey","Europe/Kaliningrad":"Europe/Kaliningrad","Europe/Kiev":"Europe/Kiev","Europe/Kirov":"Europe/Kirov","Europe/Lisbon":"Europe/Lisbon","Europe/Ljubljana":"Europe/Ljubljana","Europe/London":"Europe/London","Europe/Luxembourg":"Europe/Luxembourg","Europe/Madrid":"Europe/Madrid","Europe/Malta":"Europe/Malta","Europe/Mariehamn":"Europe/Mariehamn","Europe/Minsk":"Europe/Minsk","Europe/Monaco":"Europe/Monaco","Europe/Moscow":"Europe/Moscow","Europe/Oslo":"Europe/Oslo","Europe/Paris":"Europe/Paris","Europe/Podgorica":"Europe/Podgorica","Europe/Prague":"Europe/Prague","Europe/Riga":"Europe/Riga","Europe/Rome":"Europe/Rome","Europe/Samara":"Europe/Samara","Europe/San Marino":"Europe/San Marino","Europe/Sarajevo":"Europe/Sarajevo","Europe/Saratov":"Europe/Saratov","Europe/Simferopol":"Europe/Simferopol","Europe/Skopje":"Europe/Skopje","Europe/Sofia":"Europe/Sofia","Europe/Stockholm":"Europe/Stockholm","Europe/Tallinn":"Europe/Tallinn","Europe/Tirane":"Europe/Tirane","Europe/Ulyanovsk":"Europe/Ulyanovsk","Europe/Uzhgorod":"Europe/Uzhgorod","Europe/Vaduz":"Europe/Vaduz","Europe/Vatican":"Europe/Vatican","Europe/Vienna":"Europe/Vienna","Europe/Vilnius":"Europe/Vilnius","Europe/Volgograd":"Europe/Volgograd","Europe/Warsaw":"Europe/Warsaw","Europe/Zagreb":"Europe/Zagreb","Europe/Zaporozhye":"Europe/Zaporozhye","Europe/Zurich":"Europe/Zurich","Indian/Antananarivo":"Indian/Antananarivo","Indian/Chagos":"Indian/Chagos","Indian/Christmas":"Indian/Christmas","Indian/Cocos":"Indian/Cocos","Indian/Comoro":"Indian/Comoro","Indian/Kerguelen":"Indian/Kerguelen","Indian/Mahe":"Indian/Mahe","Indian/Maldives":"Indian/Maldives","Indian/Mauritius":"Indian/Mauritius","Indian/Mayotte":"Indian/Mayotte","Indian/Reunion":"Indian/Reunion","Pacific/Apia":"Pacific/Apia","Pacific/Auckland":"Pacific/Auckland","Pacific/Bougainville":"Pacific/Bougainville","Pacific/Chatham":"Pacific/Chatham","Pacific/Chuuk":"Pacific/Chuuk","Pacific/Easter":"Pacific/Easter","Pacific/Efate":"Pacific/Efate","Pacific/Enderbury":"Pacific/Enderbury","Pacific/Fakaofo":"Pacific/Fakaofo","Pacific/Fiji":"Pacific/Fiji","Pacific/Funafuti":"Pacific/Funafuti","Pacific/Galapagos":"Pacific/Galapagos","Pacific/Gambier":"Pacific/Gambier","Pacific/Guadalcanal":"Pacific/Guadalcanal","Pacific/Guam":"Pacific/Guam","Pacific/Honolulu":"Pacific/Honolulu","Pacific/Kiritimati":"Pacific/Kiritimati","Pacific/Kosrae":"Pacific/Kosrae","Pacific/Kwajalein":"Pacific/Kwajalein","Pacific/Majuro":"Pacific/Majuro","Pacific/Marquesas":"Pacific/Marquesas","Pacific/Midway":"Pacific/Midway","Pacific/Nauru":"Pacific/Nauru","Pacific/Niue":"Pacific/Niue","Pacific/Norfolk":"Pacific/Norfolk","Pacific/Noumea":"Pacific/Noumea","Pacific/Pago Pago":"Pacific/Pago Pago","Pacific/Palau":"Pacific/Palau","Pacific/Pitcairn":"Pacific/Pitcairn","Pacific/Pohnpei":"Pacific/Pohnpei","Pacific/Port Moresby":"Pacific/Port Moresby","Pacific/Rarotonga":"Pacific/Rarotonga","Pacific/Saipan":"Pacific/Saipan","Pacific/Tahiti":"Pacific/Tahiti","Pacific/Tarawa":"Pacific/Tarawa","Pacific/Tongatapu":"Pacific/Tongatapu","Pacific/Wake":"Pacific/Wake","Pacific/Wallis":"Pacific/Wallis","UTC":"UTC","Password must contains Lowercase and Uppercase Letters, numbers, and punctuation.":"Password must contains Lowercase and Uppercase Letters, numbers, and punctuation.","Flagging":"Flagging","Flagging collection":"Flagging collection","Flag list item":"Flag list item","Flag":"Flag","Configure flags for marking content with arbitrary information (such as <em>offensive</em> or <em>bookmarked</em>).":"Configure flags for marking content with arbitrary information (such as <em>offensive</em> or <em>bookmarked</em>).","Configure and Manage Flag Lists":"Configure and Manage Flag Lists","View and configure plugin types and plugins.":"View and configure plugin types and plugins.","Configure Image Effects settings.":"Configure Image Effects settings.","Configuration options for the GraphQL module.":"Configuration options for the GraphQL module.","Strings i18n JSON Export Settings.":"Strings i18n JSON Export Settings.","List Configuration Split settings.":"List Configuration Split settings.","Generate realistic items (content, users, menus, etc) to assist your site development and testing.":"Generate realistic items (content, users, menus, etc) to assist your site development and testing.","Configure amount formatting for different locales.":"Configure amount formatting for different locales.","Configure how currency exchange rates should be retrieved.":"Configure how currency exchange rates should be retrieved.","Manage MIME Types.":"Manage MIME Types.","Strings i18n JSON Export":"Strings i18n JSON Export","The email address %value is already taken.":"The email address %value is already taken.","flagging":"flagging","Select / deselect all results in this view (all pages, @count total)":"Select / deselect all results in this view (all pages, @count total)","Devel Load":"Devel Load","Load":"Load","All view results":"All view results","Flags":"Flags","Flag lists":"Flag lists","Image Effects":"Image Effects","GraphQL":"GraphQL","Configuration Split settings":"Configuration Split settings","Devel generate":"Devel generate","Currency amount formatting":"Currency amount formatting","Currency exchange":"Currency exchange","MIME types":"MIME types","Requires Drupal core:":"Requires Drupal core:","@low_version_number to @high_version_number":"@low_version_number to @high_version_number","If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block.":"If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block.","My Flagging Collections":"My Flagging Collections","Rel":"Rel","Please use the search form to search from our @count materials.":"Please use the search form to search from our @count materials.","To display more information, go to the <a href=\\":url\\">Image toolkit</a> page, and expand the \'Version information\' section.":"To display more information, go to the <a href=\\":url\\">Image toolkit</a> page, and expand the \'Version information\' section.","Enabled image file extensions: %extensions":"Enabled image file extensions: %extensions","SMTP: PHPMailer library":"SMTP: PHPMailer library","SMTP connection":"SMTP connection","SMTP module is enabled but turned off.":"SMTP module is enabled but turned off.","AVS response code":"AVS response code","AVS response code label":"AVS response code label","Customers":"Customers","Customer usage limit":"Customer usage limit","Image Styles":"Image Styles","Base flag":"Base flag","Related flag":"Related flag","Base Flag":"Base Flag","System path":"System path","Flaggings":"Flaggings","Flag actions":"Flag actions","Flagging Collection":"Flagging Collection","Flag List Items":"Flag List Items","@flag flag count":"@flag flag count","@flag flag link":"@flag flag link","The language code":"The language code","The two-letter country code":"The two-letter country code","The top-level administrative subdivision of the country":"The top-level administrative subdivision of the country","The locality (i.e. city)":"The locality (i.e. city)","The dependent locality (i.e. neighbourhood)":"The dependent locality (i.e. neighbourhood)","The postal code":"The postal code","The sorting code":"The sorting code","The first line of the address block":"The first line of the address block","The second line of the address block":"The second line of the address block","The given name":"The given name","The additional name":"The additional name","The family name":"The family name","Custom date":"Custom date","Currency number":"Currency number","Subunits":"Subunits","Sign":"Sign","Flag name":"Flag name","Flag title":"Flag title","Flagging date":"Flagging date","Flag action":"Flag action","Flag entity URL":"Flag entity URL","Flag entity title":"Flag entity title","Flag entity type":"Flag entity type","Flag entity ID":"Flag entity ID","Flag count":"Flag count","Tax number":"Tax number","Verification state":"Verification state","Verification timestamp":"Verification timestamp","AudioField Players":"AudioField Players","Drupal core security coverage":"Drupal core security coverage","ImageMagick":"ImageMagick","JSON:API multilingual support":"JSON:API multilingual support","JSON:API revision support":"JSON:API revision support","JSON:API allowed operations":"JSON:API allowed operations","Matomo module":"Matomo module","Migrate Drupal Multilingual":"Migrate Drupal Multilingual","Session cookie lifetime":"Session cookie lifetime","Solr Server %server":"Solr Server %server","Database updates":"Database updates","PHP APCu caching":"PHP APCu caching","MIME type guessing":"MIME type guessing","Devel module enabled":"Devel module enabled","Erreur\\u0003Erreurs":"Erreur\\u0003Erreurs","Avertissement\\u0003Avertissements":"Avertissement\\u0003Avertissements","Checked\\u0003Checked":"Checked\\u0003Checked","Mismatched entity and/or field definitions":"Mismatched entity and/or field definitions","The Migrate Drupal Multilingual module is deprecated and should not be installed.":"The Migrate Drupal Multilingual module is deprecated and should not be installed.","When using Persistent Login, session cookie lifetime should be 0 so that sessions end when the browser is closed. You can change this setting by editing <strong>services.yml</strong> and rebuilding the cache.":"When using Persistent Login, session cookie lifetime should be 0 so that sessions end when the browser is closed. You can change this setting by editing <strong>services.yml</strong> and rebuilding the cache.","Schema not up to date":"Schema not up to date","There are some configuration elements missing in the Solr server schema <a href=\\":url\\">@server</a>. This is likely due to using an outdated version of either Drupal or Solr. The recommended version is: @version. An updated config.zip should be downloaded and deployed to your Solr server.":"There are some configuration elements missing in the Solr server schema <a href=\\":url\\">@server</a>. This is likely due to using an outdated version of either Drupal or Solr. The recommended version is: @version. An updated config.zip should be downloaded and deployed to your Solr server.","The Mailgun library is installed but API settings are not configured. Please check your @link.":"The Mailgun library is installed but API settings are not configured. Please check your @link.","Matomo module has not been configured yet. Please configure its settings from the <a href=\\":url\\">Matomo settings page</a>.":"Matomo module has not been configured yet. Please configure its settings from the <a href=\\":url\\">Matomo settings page</a>.",":library_name library has not been installed. Download from <a href=\\":url\\">:url</a> and install in %library":":library_name library has not been installed. Download from <a href=\\":url\\">:url</a> and install in %library","audio.js audio player":"audio.js audio player","jPlayer audio player":"jPlayer audio player","SoundManager audio player":"SoundManager audio player","MediaElement audio player":"MediaElement audio player","Projekktor audio player":"Projekktor audio player","WordPress audio player":"WordPress audio player","Wavesurfer audio player":"Wavesurfer audio player","Unavailable players":"Unavailable players","ImageMagick image toolkit":"ImageMagick image toolkit","The Devel module provides access to internal debugging information; therefore it\'s recommended to disable this module on sites in production.":"The Devel module provides access to internal debugging information; therefore it\'s recommended to disable this module on sites in production.","Covered until @date":"Covered until @date","Visit the <a href=\\":url\\">release cycle overview</a> for more information on supported releases.":"Visit the <a href=\\":url\\">release cycle overview</a> for more information on supported releases.","Some multilingual features currently do not work well with JSON:API. See the <a href=\\":jsonapi-docs\\">JSON:API multilingual support documentation</a> for more information on the current status of multilingual support.":"Some multilingual features currently do not work well with JSON:API. See the <a href=\\":jsonapi-docs\\">JSON:API multilingual support documentation</a> for more information on the current status of multilingual support.","Revision support is currently read-only and only for the \\"Content\\" and \\"Media\\" entity types in JSON:API. See the <a href=\\":jsonapi-docs\\">JSON:API revision support documentation</a> for more information on the current status of revision support.":"Revision support is currently read-only and only for the \\"Content\\" and \\"Media\\" entity types in JSON:API. See the <a href=\\":jsonapi-docs\\">JSON:API revision support documentation</a> for more information on the current status of revision support.","Drupal core is providing MIME type guessing. <a href=\\":url\\">Install the <strong>Sophron guesser</strong> module</a> to allow the enhanced guessing provided by Sophron.":"Drupal core is providing MIME type guessing. <a href=\\":url\\">Install the <strong>Sophron guesser</strong> module</a> to allow the enhanced guessing provided by Sophron.","PHP APCu caching can improve your site\'s performance considerably. It is <strong>highly recommended</strong> to have <a href=\\"https://www.php.net/manual/apcu.installation.php\\" target=\\"_blank\\">APCu</a> installed on your server.":"PHP APCu caching can improve your site\'s performance considerably. It is <strong>highly recommended</strong> to have <a href=\\"https://www.php.net/manual/apcu.installation.php\\" target=\\"_blank\\">APCu</a> installed on your server.","Connected, using the <em>@name</em> client.":"Connected, using the <em>@name</em> client.","PHPMailer is located at %path":"PHPMailer is located at %path","Cron is running properly.":"Cron is running properly.","Create field":"Create field","Edit own field":"Edit own field","View own field":"View own field","View field":"View field","Not set (Field inherits content permissions.)":"Not set (Field inherits content permissions.)","Not all users have this permission":"Not all users have this permission","Field permissions":"Field permissions","@library component available":"@library component available","no keys to search for":"no keys to search for","@entity added to <a href=\\":url\\">your cart</a>.":"@entity added to <a href=\\":url\\">your cart</a>.","VAT":"VAT","Credit card":"Credit card","Expiration date":"Expiration date","CVC":"CVC","Save to my address book.":"Save to my address book.","Payment information":"Payment information","Order Summary":"Order Summary","Subtotal":"Subtotal","Apply coupon":"Apply coupon","Continue to review":"Continue to review","Order information":"Order information","Customer for :mail":"Customer for :mail","Go back":"Go back","Contact information":"Contact information","Visa":"Visa","@card_type ending in @card_number":"@card_type ending in @card_number","Pay and complete purchase":"Pay and complete purchase","Review":"Review","Complete":"Complete","Subscriptions for %mail":"Subscriptions for %mail","Check the newsletters you want to subscribe to. Uncheck the ones you want to unsubscribe from.":"Check the newsletters you want to subscribe to. Uncheck the ones you want to unsubscribe from.","If left blank, a password will be generated for you.":"If left blank, a password will be generated for you.","This is recommended when auto-generating the password; otherwise, neither you nor the new user will know the password.":"This is recommended when auto-generating the password; otherwise, neither you nor the new user will know the password.","Select the newsletter(s) to which you wish to subscribe.":"Select the newsletter(s) to which you wish to subscribe.","Leave this field blank":"Leave this field blank","Manage your printable module":"Manage your printable module","Printable":"Printable","ID: @name":"ID: @name","Get config.zip":"Get config.zip","Clone for Multisite":"Clone for Multisite","Below is a list of indexes grouped by the server they are associated with. A server is the definition of the actual indexing, querying and storage engine (for example, an Apache Solr server, the database, …). An index defines the indexed content (for example, all content and all comments on \\"Article\\" posts).":"Below is a list of indexes grouped by the server they are associated with. A server is the definition of the actual indexing, querying and storage engine (for example, an Apache Solr server, the database, …). An index defines the indexed content (for example, all content and all comments on \\"Article\\" posts).","Execute pending tasks":"Execute pending tasks","Solr Document":"Solr Document","Solr Multisite Document":"Solr Multisite Document","- No server -":"- No server -","Enter the displayed name for the index.":"Enter the displayed name for the index.","Provides %entity_type entities for indexing and searching.":"Provides %entity_type entities for indexing and searching.","Search through external Solr content. (Only works if this index is attached to a Solr-based server.)":"Search through external Solr content. (Only works if this index is attached to a Solr-based server.)","Search through a different site\'s content. (Only works if this index is attached to a Solr-based server.)":"Search through a different site\'s content. (Only works if this index is attached to a Solr-based server.)","Datasources":"Datasources","Select one or more datasources of items that will be stored in this index.":"Select one or more datasources of items that will be stored in this index.","Only those selected":"Only those selected","All except those selected":"All except those selected","Which bundles should be indexed?":"Which bundles should be indexed?","Which languages should be indexed?":"Which languages should be indexed?","Configure the %datasource datasource":"Configure the %datasource datasource","Index items in the same order in which they were saved":"Index items in the same order in which they were saved","Index the most recent items first":"Index the most recent items first","Indexing order":"Indexing order","The order in which items will be indexed.":"The order in which items will be indexed.","Configure the %plugin tracker":"Configure the %plugin tracker","Default index tracker which uses a simple database table for tracking items.":"Default index tracker which uses a simple database table for tracking items.","Select the server this index should use. Indexes cannot be enabled without a connection to a valid, enabled server.":"Select the server this index should use. Indexes cannot be enabled without a connection to a valid, enabled server.","Only enabled indexes can be used for indexing and searching. This setting will only take effect if the selected server is also enabled.":"Only enabled indexes can be used for indexing and searching. This setting will only take effect if the selected server is also enabled.","Enter a description for the index.":"Enter a description for the index.","Immediately index new or updated items instead of waiting for the next cron run. This might have serious performance drawbacks and is generally not advised for larger sites.":"Immediately index new or updated items instead of waiting for the next cron run. This might have serious performance drawbacks and is generally not advised for larger sites.","Set how many items will be indexed at once when indexing items during a cron run. \\"0\\" means that no items will be indexed by cron for this index, \\"-1\\" means that cron should index all items at once.":"Set how many items will be indexed at once when indexing items during a cron run. \\"0\\" means that no items will be indexed by cron for this index, \\"-1\\" means that cron should index all items at once.","Finalize index before first search":"Finalize index before first search","If enabled, other modules could hook in to apply \\"finalizations\\" to the index after updates or deletions happend to index items.":"If enabled, other modules could hook in to apply \\"finalizations\\" to the index after updates or deletions happend to index items.","Wait for commit before first finalization":"Wait for commit before first finalization","If enabled, Solr will be be forced to flush all commits before any \\"finalizations\\" will be applied.":"If enabled, Solr will be be forced to flush all commits before any \\"finalizations\\" will be applied.","Wait for commit after last finalization":"Wait for commit after last finalization","If enabled, Solr will be be forced to flush all commits after the last \\"finalizations\\" have been applied.":"If enabled, Solr will be be forced to flush all commits after the last \\"finalizations\\" have been applied.","Limit to current content language.":"Limit to current content language.","Limit all search results for custom queries or search pages not managed by Views to current content language if no language is specified in the query.":"Limit all search results for custom queries or search pages not managed by Views to current content language if no language is specified in the query.","Include language independent content in search results.":"Include language independent content in search results.","This option will include content without a language assigned in the results of custom queries or search pages not managed by Views. For example, if you search for English content, but have an article with languague of \\"undefined\\", you will see those results as well. If you disable this option, you will only see content that matches the language.":"This option will include content without a language assigned in the results of custom queries or search pages not managed by Views. For example, if you search for English content, but have an article with languague of \\"undefined\\", you will see those results as well. If you disable this option, you will only see content that matches the language.","maxAnalyzedChars":"maxAnalyzedChars","Specifies the number of characters into a document that Solr should look for suitable snippets.":"Specifies the number of characters into a document that Solr should look for suitable snippets.","fragmenter":"fragmenter","Specifies a text snippet generator for highlighted text. The standard fragmenter is gap, which creates fixed-sized fragments with gaps for multi-valued fields. Another option is regex, which tries to create fragments that resemble a specified regular expression. This parameter accepts per-field overrdes.":"Specifies a text snippet generator for highlighted text. The standard fragmenter is gap, which creates fixed-sized fragments with gaps for multi-valued fields. Another option is regex, which tries to create fragments that resemble a specified regular expression. This parameter accepts per-field overrdes.","regex.slop":"regex.slop","When using the regex fragmenter, this parameter defines the factor by which the fragmenter can stray from the ideal fragment size (given by fragsize) to accommodate a regular expression. For instance, a slop of 0.2 with fragsize=100 should yield fragments between 80 and 120 characters in length. It is usually good to provide a slightly smaller fragsize value when using the regex fragmenter.":"When using the regex fragmenter, this parameter defines the factor by which the fragmenter can stray from the ideal fragment size (given by fragsize) to accommodate a regular expression. For instance, a slop of 0.2 with fragsize=100 should yield fragments between 80 and 120 characters in length. It is usually good to provide a slightly smaller fragsize value when using the regex fragmenter.","regex.pattern":"regex.pattern","Specifies the regular expression for fragmenting. This could be used to extract sentences.":"Specifies the regular expression for fragmenting. This could be used to extract sentences.","regex.maxAnalyzedChars":"regex.maxAnalyzedChars","Instructs Solr to analyze only this many characters from a field when using the regex fragmenter (after which, the fragmenter produces fixed-sized fragments). Applying a complicated regex to a huge field is computationally expensive.":"Instructs Solr to analyze only this many characters from a field when using the regex fragmenter (after which, the fragmenter produces fixed-sized fragments). Applying a complicated regex to a huge field is computationally expensive.","usePhraseHighlighter":"usePhraseHighlighter","If set, Solr will highlight phrase queries (and other advanced position-sensitive queries) accurately. If false, the parts of the phrase will be highlighted everywhere instead of only when it forms the given phrase.":"If set, Solr will highlight phrase queries (and other advanced position-sensitive queries) accurately. If false, the parts of the phrase will be highlighted everywhere instead of only when it forms the given phrase.","highlightMultiTerm":"highlightMultiTerm","If set, Solr will highlight wildcard queries (and other MultiTermQuery subclasses). If false, they won\'t be highlighted at all.":"If set, Solr will highlight wildcard queries (and other MultiTermQuery subclasses). If false, they won\'t be highlighted at all.","preserveMulti":"preserveMulti","If set, multi-valued fields will return all values in the order they were saved in the index. If false, only values that match the highlight request will be returned.":"If set, multi-valued fields will return all values in the order they were saved in the index. If false, only values that match the highlight request will be returned.","mergeContiguous":"mergeContiguous","Instructs Solr to collapse contiguous fragments into a single fragment. A value of true indicates contiguous fragments will be collapsed into single fragment. This parameter accepts per-field overrides. The default value, false, is also the backward-compatible setting.":"Instructs Solr to collapse contiguous fragments into a single fragment. A value of true indicates contiguous fragments will be collapsed into single fragment. This parameter accepts per-field overrides. The default value, false, is also the backward-compatible setting.","requireFieldMatch":"requireFieldMatch","If set, highlights terms only if they appear in the specified field. If not set, terms are highlighted in all requested fields regardless of which field matched the query.":"If set, highlights terms only if they appear in the specified field. If not set, terms are highlighted in all requested fields regardless of which field matched the query.","snippets":"snippets","Specifies maximum number of highlighted snippets to generate per field. It is possible for any number of snippets from zero to this value to be generated. This parameter accepts per-field overrides.":"Specifies maximum number of highlighted snippets to generate per field. It is possible for any number of snippets from zero to this value to be generated. This parameter accepts per-field overrides.","fragsize":"fragsize","Specifies the size, in characters, of fragments to consider for highlighting. 0 indicates that no fragmenting should be considered and the whole field value should be used. This parameter accepts per-field overrides.":"Specifies the size, in characters, of fragments to consider for highlighting. 0 indicates that no fragmenting should be considered and the whole field value should be used. This parameter accepts per-field overrides.","Highlighter":"Highlighter","If \\"Retrieve result data from Solr\\" and \\"Highlight retrieved data\\" are selected for the Solr backend on the server edit page, these highlighting settings will be used.":"If \\"Retrieve result data from Solr\\" and \\"Highlight retrieved data\\" are selected for the Solr backend on the server edit page, these highlighting settings will be used.","mintf":"mintf","Specifies the Minimum Term Frequency, the frequency below which terms will be ignored in the source document.":"Specifies the Minimum Term Frequency, the frequency below which terms will be ignored in the source document.","mindf":"mindf","Specifies the Minimum Document Frequency, the frequency at which words will be ignored which do not occur in at least this many documents.":"Specifies the Minimum Document Frequency, the frequency at which words will be ignored which do not occur in at least this many documents.","maxdf":"maxdf","Specifies the Maximum Document Frequency, the frequency at which words will be ignored which occur in more than this many documents.":"Specifies the Maximum Document Frequency, the frequency at which words will be ignored which occur in more than this many documents.","maxdfpct":"maxdfpct","Specifies the Maximum Document Frequency using a relative ratio to the number of documents in the index. The argument must be an integer between 0 and 100. For example 75 means the word will be ignored if it occurs in more than 75 percent of the documents in the index.":"Specifies the Maximum Document Frequency using a relative ratio to the number of documents in the index. The argument must be an integer between 0 and 100. For example 75 means the word will be ignored if it occurs in more than 75 percent of the documents in the index.","minwl":"minwl","Sets the minimum word length below which words will be ignored.":"Sets the minimum word length below which words will be ignored.","maxwl":"maxwl","Sets the maximum word length above which words will be ignored.":"Sets the maximum word length above which words will be ignored.","maxqt":"maxqt","Sets the maximum number of query terms that will be included in any generated query.":"Sets the maximum number of query terms that will be included in any generated query.","maxntp":"maxntp","Sets the maximum number of tokens to parse in each example document field that is not stored with TermVector support.":"Sets the maximum number of tokens to parse in each example document field that is not stored with TermVector support.","boost":"boost","Specifies if the query will be boosted by the interesting term relevance.":"Specifies if the query will be boosted by the interesting term relevance.","interestingTerms":"interestingTerms","Controls how the MoreLikeThis component presents the \\"interesting\\" terms (the top TF/IDF terms) for the query. Supports three settings. The setting \\"list\\" lists the terms. The setting \\"none\\" lists no terms. The setting \\"details\\" lists the terms along with the boost value used for each term. Unless mlt.boost=true, all terms will have boost=1.0.":"Controls how the MoreLikeThis component presents the \\"interesting\\" terms (the top TF/IDF terms) for the query. Supports three settings. The setting \\"list\\" lists the terms. The setting \\"none\\" lists no terms. The setting \\"details\\" lists the terms along with the boost value used for each term. Unless mlt.boost=true, all terms will have boost=1.0.","MLT (MoreLikeThis)":"MLT (MoreLikeThis)","If a Search API MoreLikeThis block is configured for this index, these settings will be used.":"If a Search API MoreLikeThis block is configured for this index, these settings will be used.","Index prefix":"Index prefix","By default, the index ID in the Solr server is the same as the index\'s machine name in Drupal. This setting will let you specify an additional prefix. Only use alphanumeric characters and underscores. Since changing the prefix makes the currently indexed data inaccessible, you should not change this variable when no data is indexed.":"By default, the index ID in the Solr server is the same as the index\'s machine name in Drupal. This setting will let you specify an additional prefix. Only use alphanumeric characters and underscores. Since changing the prefix makes the currently indexed data inaccessible, you should not change this variable when no data is indexed.","Collection":"Collection","If the server uses a Solr Cloud connector, this setting overwrites the configured default collection if set.":"If the server uses a Solr Cloud connector, this setting overwrites the configured default collection if set.","For correct date calculations the time zone to use is sent to the Solr server. By default the individual time zone of the current user will be used. If not available the site\'s default time zone will be used as fallback. But by setting a time zone here you can force a time zone for every query targeting this index.":"For correct date calculations the time zone to use is sent to the Solr server. By default the individual time zone of the current user will be used. If not available the site\'s default time zone will be used as fallback. But by setting a time zone here you can force a time zone for every query targeting this index.","Solr specific index options":"Solr specific index options","Edit search index %label":"Edit search index %label","Rebuild tracking information":"Rebuild tracking information","Current better messages":"Current better messages","Parent entity":"Parent entity","Entity bundle(s)":"Entity bundle(s)","Check access":"Check access","Operation":"Operation","DOM element":"DOM element","The source DOM element":"The source DOM element","The xpath query":"The xpath query","The DOM element":"The DOM element","The name of the attribute":"The name of the attribute","Document":"Document","The input string":"The input string","Derivative":"Derivative","Uppercased string":"Uppercased string","Unique identifier":"Unique identifier","Uuid":"Uuid","Image derivative properties":"Image derivative properties","Access result":"Access result","Entity type identifier":"Entity type identifier","Creation date":"Creation date","Translated entity":"Translated entity","Url":"Url","Property value":"Property value","Property path":"Property path","Root value":"Root value","Root type":"Root type","Attribute value":"Attribute value","Attribute key":"Attribute key","Menu link tree element":"Menu link tree element","Entity definition":"Entity definition","Bundle context":"Bundle context","Field types context":"Field types context","Entity definition field":"Entity definition field","Entity definition label":"Entity definition label","Entity definition field required":"Entity definition field required","Entity definition field max_num_items":"Entity definition field max_num_items","Entity definition field multiple":"Entity definition field multiple","Entity definition field ID":"Entity definition field ID","Entity definition field description":"Entity definition field description","Entity definition field default_value":"Entity definition field default_value","Entity definition field status":"Entity definition field status","Entity form display context":"Entity form display context","Entity definition field hidden":"Entity definition field hidden","Entity definition field weight":"Entity definition field weight","Entity definition field type":"Entity definition field type","Entity definition field label":"Entity definition field label","Entity definition field reference":"Entity definition field reference","Entity definition field settings":"Entity definition field settings","List of term ids matching the string.":"List of term ids matching the string.","Entity type the searchable term field is attached to":"Entity type the searchable term field is attached to","Field name to search the terms on":"Field name to search the terms on","String to be matched":"String to be matched","Whether terms which start with matching string should come first":"Whether terms which start with matching string should come first","Number of items to be returned":"Number of items to be returned","Taxonomy tree":"Taxonomy tree","Vocabulary id":"Vocabulary id","The term ID under which to generate the tree":"The term ID under which to generate the tree","Maximum tree depth":"Maximum tree depth","Input array":"Input array","Seek position":"Seek position","The URL":"The URL","Materiau":"Materiau","Materiau data":"Materiau data","Field types (ALL, BASE_FIELDS, FIELD_CONFIG)":"Field types (ALL, BASE_FIELDS, FIELD_CONFIG)","Flag Lists settings":"Flag Lists settings","Manage subscriptions.":"Manage subscriptions.","Settings for the Flag Lists module":"Settings for the Flag Lists module","Subscription types":"Subscription types","Configure the available billing schedules.":"Configure the available billing schedules.","Manage fields, form and display settings for your subscription types.":"Manage fields, form and display settings for your subscription types.","Solr":"Solr","Solr Cloud with Basic Auth":"Solr Cloud with Basic Auth","Basic Auth":"Basic Auth","Solr Cloud":"Solr Cloud","Enter the displayed name for the server.":"Enter the displayed name for the server.","Only enabled servers can index items or execute searches.":"Only enabled servers can index items or execute searches.","Enter a description for the server.":"Enter a description for the server.","Indexes items in the database. Supports several advanced features, but should not be used for large sites.":"Indexes items in the database. Supports several advanced features, but should not be used for large sites.","Index items using an Apache Solr search server.":"Index items using an Apache Solr search server.","Backend":"Backend","Choose a backend to use for this server.":"Choose a backend to use for this server.","Solr Connector":"Solr Connector","Choose a connector to use for this Solr server.":"Choose a connector to use for this Solr server.","HTTP protocol":"HTTP protocol","The HTTP protocol to use for sending queries.":"The HTTP protocol to use for sending queries.","Solr host":"Solr host","The host name or IP of your Solr server, e.g. <code>localhost</code> or <code>www.example.com</code>.":"The host name or IP of your Solr server, e.g. <code>localhost</code> or <code>www.example.com</code>.","Solr port":"Solr port","The Jetty example server is at port 8983, while Tomcat uses 8080 by default.":"The Jetty example server is at port 8983, while Tomcat uses 8080 by default.","Solr path":"Solr path","The path that identifies the Solr instance to use on the server.":"The path that identifies the Solr instance to use on the server.","Solr core":"Solr core","The name that identifies the Solr core to use on the server.":"The name that identifies the Solr core to use on the server.","Query timeout":"Query timeout","The timeout in seconds for search queries sent to the Solr server.":"The timeout in seconds for search queries sent to the Solr server.","Index timeout":"Index timeout","The timeout in seconds for indexing requests to the Solr server.":"The timeout in seconds for indexing requests to the Solr server.","Optimize timeout":"Optimize timeout","The timeout in seconds for background index optimization queries on a Solr server.":"The timeout in seconds for background index optimization queries on a Solr server.","Finalize timeout":"Finalize timeout","The timeout in seconds for index finalization queries on a Solr server.":"The timeout in seconds for index finalization queries on a Solr server.","Commit within":"Commit within","The limit in milliseconds within a (soft) commit on Solr is forced after any updating the index in any way. Setting the value to \\"0\\" turns off this dynamic enforcement and lets Solr behave like configured solrconf.xml.":"The limit in milliseconds within a (soft) commit on Solr is forced after any updating the index in any way. Setting the value to \\"0\\" turns off this dynamic enforcement and lets Solr behave like configured solrconf.xml.","Determine automatically":"Determine automatically","Solr version override":"Solr version override","Specify the Solr version manually in case it cannot be retrived automatically. The version can be found in the Solr admin interface under \\"Solr Specification Version\\" or \\"solr-spec\\"":"Specify the Solr version manually in case it cannot be retrived automatically. The version can be found in the Solr admin interface under \\"Solr Specification Version\\" or \\"solr-spec\\"","AUTO":"AUTO","The HTTP method to use for sending queries. GET will often fail with larger queries, while POST should not be cached. AUTO will use GET when possible, and POST for queries that are too large.":"The HTTP method to use for sending queries. GET will often fail with larger queries, while POST should not be cached. AUTO will use GET when possible, and POST for queries that are too large.","Skip schema verification":"Skip schema verification","Skip the automatic check for schema-compatibillity. Use this override if you are seeing an error-message about an incompatible schema.xml configuration file, and you are sure the configuration is compatible.":"Skip the automatic check for schema-compatibillity. Use this override if you are seeing an error-message about an incompatible schema.xml configuration file, and you are sure the configuration is compatible.","Connector Workarounds":"Connector Workarounds","Enable JMX":"Enable JMX","Enable JMX based monitoring.":"Enable JMX based monitoring.","solr.install.dir":"solr.install.dir","The path where Solr is installed on the server, relative to the configuration or absolute. Some examples are \\"../../..\\" for Solr downloaded from apache.org, \\"/usr/local/opt/solr\\" for installations via homebrew on macOS or \\"/opt/solr\\" for some linux distributions and for the official Solr docker container. If you use different systems for development, testing and production you can use drupal config overwrites to adjust the value per environment or adjust the generated solrcore.properties per environment or use java virtual machine options (-D) to set the property. Modern Solr installations should set that virtual machine option correctly in their start script by themselves. In this case this field should be left empty!":"The path where Solr is installed on the server, relative to the configuration or absolute. Some examples are \\"../../..\\" for Solr downloaded from apache.org, \\"/usr/local/opt/solr\\" for installations via homebrew on macOS or \\"/opt/solr\\" for some linux distributions and for the official Solr docker container. If you use different systems for development, testing and production you can use drupal config overwrites to adjust the value per environment or adjust the generated solrcore.properties per environment or use java virtual machine options (-D) to set the property. Modern Solr installations should set that virtual machine option correctly in their start script by themselves. In this case this field should be left empty!","Advanced server configuration":"Advanced server configuration","Configure %plugin Solr connector":"Configure %plugin Solr connector","A standard connector usable for local installations of the standard Solr distribution.":"A standard connector usable for local installations of the standard Solr distribution.","Default result rows":"Default result rows","Solr always requires to limit the search results. This default value will be set if the Search API query itself is not limited. 2147483630 is the theoretical maximum since the result pointer is an integer. But be careful! Especially in Solr Cloud setups too high values might cause an OutOfMemoryException because Solr reserves this rows limit per shard for sorting the combined result. This sum must not exceed the maximum integer value! And even if there is no exception any too high memory consumption per query on your server is a bad thing in general.":"Solr always requires to limit the search results. This default value will be set if the Search API query itself is not limited. 2147483630 is the theoretical maximum since the result pointer is an integer. But be careful! Especially in Solr Cloud setups too high values might cause an OutOfMemoryException because Solr reserves this rows limit per shard for sorting the combined result. This sum must not exceed the maximum integer value! And even if there is no exception any too high memory consumption per query on your server is a bad thing in general.","Index single documents fallback count":"Index single documents fallback count","In case of an erroneous document that causes a Solr exception, the entire batch of documents will not be indexed. In order to identify the erroneous document and to keep indexing the others, the indexing process falls back to index documents one by one instead of a batch. This setting limits the amount of single documents to be indexed per batch to avoid too many commits that might slow doen the Solr server. Setting the value to \\"0\\" disables the fallback.":"In case of an erroneous document that causes a Solr exception, the entire batch of documents will not be indexed. In order to identify the erroneous document and to keep indexing the others, the indexing process falls back to index documents one by one instead of a batch. This setting limits the amount of single documents to be indexed per batch to avoid too many commits that might slow doen the Solr server. Setting the value to \\"0\\" disables the fallback.","Retrieve result data from Solr":"Retrieve result data from Solr","When checked, result data will be retrieved directly from the Solr server. This might make item loads unnecessary. Only indexed fields can be retrieved. Note also that the returned field data might not always be correct, due to preprocessing and caching issues.":"When checked, result data will be retrieved directly from the Solr server. This might make item loads unnecessary. Only indexed fields can be retrieved. Note also that the returned field data might not always be correct, due to preprocessing and caching issues.","Retrieve highlighted snippets":"Retrieve highlighted snippets","Return a highlighted version of the indexed fulltext fields. These will be used by the \\"Highlighting Processor\\" directly instead of applying its own PHP algorithm.":"Return a highlighted version of the indexed fulltext fields. These will be used by the \\"Highlighting Processor\\" directly instead of applying its own PHP algorithm.","Fallback to multiValued field types":"Fallback to multiValued field types","If the cardinality of a field or a property could not be detected (due to incomplete custom module implementations), a single value field type will be used within the Solr index for better performance. If this leads to \\"multiple values encountered for non multiValued field\\" exceptions you can set this option to change the fallback to multiValued.":"If the cardinality of a field or a property could not be detected (due to incomplete custom module implementations), a single value field type will be used within the Solr index for better performance. If this leads to \\"multiple values encountered for non multiValued field\\" exceptions you can set this option to change the fallback to multiValued.","All index prefix":"All index prefix","Targeted content domain":"Targeted content domain","For example \\"UltraBot3000\\" would be indexed as \\"Ultra\\" \\"Bot\\" \\"3000\\" in a generic domain, \\"CYP2D6\\" has to stay like it is in a scientific domain.":"For example \\"UltraBot3000\\" would be indexed as \\"Ultra\\" \\"Bot\\" \\"3000\\" in a generic domain, \\"CYP2D6\\" has to stay like it is in a scientific domain.","Targeted environment":"Targeted environment","For example \\"dev\\", \\"stage\\" or \\"prod\\".":"For example \\"dev\\", \\"stage\\" or \\"prod\\".","Optimize the Solr index":"Optimize the Solr index","Optimize the Solr index once a day. Even if this option \\"sounds good\\", think twice before activating it! For most Solr setups it\'s recommended to NOT enable this feature!":"Optimize the Solr index once a day. Even if this option \\"sounds good\\", think twice before activating it! For most Solr setups it\'s recommended to NOT enable this feature!","Yes, I know what I\'m doing and want to enable a daily optimization!":"Yes, I know what I\'m doing and want to enable a daily optimization!","Retrieve results for this site only":"Retrieve results for this site only","Automatically filter all searches to only retrieve results from this Drupal site. The default and intended behavior is to display results from all sites. WARNING: Enabling this filter might break features like autocomplete, spell checking or suggesters!":"Automatically filter all searches to only retrieve results from this Drupal site. The default and intended behavior is to display results from all sites. WARNING: Enabling this filter might break features like autocomplete, spell checking or suggesters!","Multi-site compatibility":"Multi-site compatibility","By default a single Solr backend based Search API server is able to index the data of multiple Drupal sites. But this is an expert-only and dangerous feature that mainly exists for backward compatibility. If you really index multiple sites in one index and don\'t activate \'Retrieve results for this site only\' below you have to ensure that you enable \'Retrieve result data from Solr\'! Otherwise it could lead to any kind of errors!":"By default a single Solr backend based Search API server is able to index the data of multiple Drupal sites. But this is an expert-only and dangerous feature that mainly exists for backward compatibility. If you really index multiple sites in one index and don\'t activate \'Retrieve results for this site only\' below you have to ensure that you enable \'Retrieve result data from Solr\'! Otherwise it could lead to any kind of errors!","Configure %plugin backend":"Configure %plugin backend","Edit search server %label":"Edit search server %label","Caches":"Caches","Request Handlers":"Request Handlers","Request Dispatchers":"Request Dispatchers","Custom Field Types":"Custom Field Types","Solr Admin":"Solr Admin","You are using outdated Solr configuration set. Please follow the instructions described in the <a href=\\":url\\">README.md</a> file for setting up Solr.":"You are using outdated Solr configuration set. Please follow the instructions described in the <a href=\\":url\\">README.md</a> file for setting up Solr.","Backend class":"Backend class","Solr connector plugin":"Solr connector plugin","Solr server URI":"Solr server URI","Solr core URI":"Solr core URI","Server Connection":"Server Connection","The Solr server could be reached.":"The Solr server could be reached.","Core Connection":"Core Connection","The Solr @core could be accessed (latency: @millisecs ms).":"The Solr @core could be accessed (latency: @millisecs ms).","Configured Solr Version":"Configured Solr Version","Detected Solr Version":"Detected Solr Version","%key: Indexed":"%key: Indexed","@num items @pending @index_msg":"@num items @pending @index_msg","(@pending_docs sent but not yet processed)":"(@pending_docs sent but not yet processed)","(@index_size on disk)":"(@index_size on disk)","%key: Delay":"%key: Delay","@autocommit_time before updates are processed.":"@autocommit_time before updates are processed.","%key: Schema":"%key: Schema","%key: Solr Core Name":"%key: Solr Core Name","Max document _version_ for this server":"Max document _version_ for this server","Proximity search distance (aka \\"slop\\")":"Proximity search distance (aka \\"slop\\")","A proximity search looks for terms that are within a specific distance from one another. The distance referred to here is the number of term movements needed to match the specified phrase. Used by the \\"Phrase search with sloppiness\\" and \\"Multiple words with sloppiness\\" query parsers.":"A proximity search looks for terms that are within a specific distance from one another. The distance referred to here is the number of term movements needed to match the specified phrase. Used by the \\"Phrase search with sloppiness\\" and \\"Multiple words with sloppiness\\" query parsers.","Fuzzy search distance":"Fuzzy search distance","Fuzzy searches discover terms that are similar to a specified term without necessarily being an exact match. The distance parameter specifies the maximum number of edits allowed, between 0 and 2. Used by the \\"Multiple words with fuzziness\\" query parser.":"Fuzzy searches discover terms that are similar to a specified term without necessarily being an exact match. The distance parameter specifies the maximum number of edits allowed, between 0 and 2. Used by the \\"Multiple words with fuzziness\\" query parser.","Term modifiers":"Term modifiers","Solr supports a variety of term modifiers that add flexibility or precision, as needed, to searches. The Search API Solr provides additional Search API Parse Mode Plugins that make use of these modifiers.":"Solr supports a variety of term modifiers that add flexibility or precision, as needed, to searches. The Search API Solr provides additional Search API Parse Mode Plugins that make use of these modifiers.","the Audiowaveform installation instructions":"the Audiowaveform installation instructions","Audiowaveform":"Audiowaveform","Audiowaveform is not currently installed. Audiowaveform is used to pre-render waveform files for the Audiofield Wavesurfer module. See @audiowaveformlink":"Audiowaveform is not currently installed. Audiowaveform is used to pre-render waveform files for the Audiofield Wavesurfer module. See @audiowaveformlink","There are no addresses yet.":"There are no addresses yet.","payment methods":"payment methods","Not delivered":"Not delivered","Configure hidden flood control variables, like the login attempt limiters.":"Configure hidden flood control variables, like the login attempt limiters.","Flood Unblock":"Flood Unblock","Confirm break lock":"Confirm break lock","Break Lock for content @label":"Break Lock for content @label","Lock broken. Anyone can now edit this content.":"Lock broken. Anyone can now edit this content.","Here you add and updated your flagging collections":"Here you add and updated your flagging collections","These tokens can be used in all text fields except subject and will be replaced on-screen and in the email.":"These tokens can be used in all text fields except subject and will be replaced on-screen and in the email.","Add this newsletter issue to a newsletter by selecting a newsletter from the select list. To send this newsletter issue, first save the node, then use the \\"Newsletter\\" tab.":"Add this newsletter issue to a newsletter by selecting a newsletter from the select list. To send this newsletter issue, first save the node, then use the \\"Newsletter\\" tab.","Set newsletter specific options at <a href=\\":configuration\\">Administration > Content > Newsletters</a>.":"Set newsletter specific options at <a href=\\":configuration\\">Administration > Content > Newsletters</a>.","Populates the title attribute of the link, usually shown as a small tooltip on hover.":"Populates the title attribute of the link, usually shown as a small tooltip on hover.","CSS classes":"CSS classes","List of CSS classes to add to the link, separated by spaces.":"List of CSS classes to add to the link, separated by spaces.","Allows linking to this content using a <a href=\\"https://en.wikipedia.org/wiki/Fragment_identifier\\" target=\\"_blank\\">URL fragment</a>. Must be unique.":"Allows linking to this content using a <a href=\\"https://en.wikipedia.org/wiki/Fragment_identifier\\" target=\\"_blank\\">URL fragment</a>. Must be unique.","Open in new window/tab":"Open in new window/tab","See WCAG guidance on <a href=\\"https://www.w3.org/WAI/WCAG21/Techniques/general/G200\\" target=\\"_blank\\">opening links in new windows/tabs</a>.":"See WCAG guidance on <a href=\\"https://www.w3.org/WAI/WCAG21/Techniques/general/G200\\" target=\\"_blank\\">opening links in new windows/tabs</a>.","Relation (rel)":"Relation (rel)","Often used by JS galleries.":"Often used by JS galleries.","Start typing to find content or paste a URL.":"Start typing to find content or paste a URL.","Performing @operation on selected entities.":"Performing @operation on selected entities.","Processing, estimated time left: @estimate, elapsed: @elapsed.":"Processing, estimated time left: @estimate, elapsed: @elapsed.","Processed @count of @total entities.":"Processed @count of @total entities.","Action processing results: @operations.":"Action processing results: @operations.","Selected @count entities:":"Selected @count entities:","Select fields to change":"Select fields to change","Replace the current value":"Replace the current value","Append to the current value":"Append to the current value","Add a new value to the multivalue field":"Add a new value to the multivalue field","Configure \\"%action\\" action applied to the selection":"Configure \\"%action\\" action applied to the selection","Servers":"Servers","Create server":"Create server","Explorer":"Explorer","Persisted queries":"Persisted queries","Voyager":"Voyager","Publié":"Publié","Non publié":"Non publié","Delete selected entities / translations":"Delete selected entities / translations","Entity synonyms":"Entity synonyms","Computed Materials References":"Computed Materials References","Computed Showrooms References":"Computed Showrooms References","Computed Articles References":"Computed Articles References","Computed Products References":"Computed Products References","Default variation":"Default variation","@label profiles":"@label profiles","GraphQL operation context":"GraphQL operation context","Determines the language in the context of an operation.":"Determines the language in the context of an operation.","Immediately":"Immediately","Schedule for state change":"Schedule for state change","Schedule":"Schedule","At":"At","Please enter a time.\\n If no time is included, the default will be midnight on the specified date.\\n The current time is: @time.":"Please enter a time.\\n If no time is included, the default will be midnight on the specified date.\\n The current time is: @time.","Manage automatic entity labels":"Manage automatic entity labels","Automatic label":"Automatic label","Your config-set contains manually added customizations. Be aware that these will be lost when the config-set needs to be regenerated.":"Your config-set contains manually added customizations. Be aware that these will be lost when the config-set needs to be regenerated.","<p>The complete information about existing and indexed items for this index will be deleted and will have to be rebuilt.</p><p>This should usually not be necessary, but can help if some existing items aren\'t contained in the index\'s tracking data for whatever reason (in other words, when the total number of items to be indexed is less than it should be).</p><p>This action cannot be undone.</p>":"<p>The complete information about existing and indexed items for this index will be deleted and will have to be rebuilt.</p><p>This should usually not be necessary, but can help if some existing items aren\'t contained in the index\'s tracking data for whatever reason (in other words, when the total number of items to be indexed is less than it should be).</p><p>This action cannot be undone.</p>","Are you sure you want to rebuild the tracking data for the search index %name?":"Are you sure you want to rebuild the tracking data for the search index %name?","Add new context":"Add new context","Config devel":"Config devel","Entity clone settings":"Entity clone settings","Webprofiler":"Webprofiler","Add a new context.":"Add a new context.","Entity clone settings.":"Entity clone settings.","Specify which configuration objects to automatically import/export.":"Specify which configuration objects to automatically import/export.","Workflow administration overview.":"Workflow administration overview.","List saved profiles.":"List saved profiles.","Installed profile":"Installed profile","Git commit":"Git commit","Configure Webprofiler":"Configure Webprofiler","View latest reports":"View latest reports","Drupal Documentation":"Drupal Documentation","Get involved!":"Get involved!","Show Drupal toolbar":"Show Drupal toolbar","Close Toolbar":"Close Toolbar","The tracking information for search index %name will be rebuilt.":"The tracking information for search index %name will be rebuilt.","Successfully executed @count pending task.\\u0003Successfully executed @count pending tasks.":"Successfully executed @count pending task.\\u0003Successfully executed @count pending tasks.","Number pattern":"Number pattern","Template Flag":"Template Flag","Solr Request Dispatcher":"Solr Request Dispatcher","Solr Cache":"Solr Cache","Solr Request Handler":"Solr Request Handler","Workflow config transition":"Workflow config transition","Flag Type":"Flag Type","Entity Bundles":"Entity Bundles","Flag Lists Usage":"Flag Lists Usage","Personal":"Personal","Template":"Template","This page lists all the <em>flags</em> that are currently defined on this system.":"This page lists all the <em>flags</em> that are currently defined on this system.","Lists of flagged content can be displayed using views. You can configure these in the Views administration section.":"Lists of flagged content can be displayed using views. You can configure these in the Views administration section.","The <a href=\\"@flag-handbook-url\\">Flag module handbook</a> contains extensive <a href=\\"@customize-url\\">documentation on creating customized views</a> using flags.":"The <a href=\\"@flag-handbook-url\\">Flag module handbook</a> contains extensive <a href=\\"@customize-url\\">documentation on creating customized views</a> using flags.","Flagging an item may trigger <em>rules</em>. However, you don\'t have the <a href=\\"@rules-url\\">Rules</a> module enabled, so you won\'t be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions.":"Flagging an item may trigger <em>rules</em>. However, you don\'t have the <a href=\\"@rules-url\\">Rules</a> module enabled, so you won\'t be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions.","To learn about the various ways to use flags, please check out the <a href=\\"@handbook-url\\">Flag module handbook</a>.":"To learn about the various ways to use flags, please check out the <a href=\\"@handbook-url\\">Flag module handbook</a>.","Add flag":"Add flag","Template flag":"Template flag","Template name":"Template name","<em>Template flag doesn\'t exist</em>":"<em>Template flag doesn\'t exist</em>","@label entities":"@label entities","Flag List Item Handling":"Flag List Item Handling","Templates for Flagging Collections":"Templates for Flagging Collections","The <em>Templates</em> you see here are the <em>Flags</em> you have marked as being available for usage as <em>templates for Flagging Collections</em> when you created the <em>Flag</em>.":"The <em>Templates</em> you see here are the <em>Flags</em> you have marked as being available for usage as <em>templates for Flagging Collections</em> when you created the <em>Flag</em>.","All entities that match the specific combination of \\"Entity\\" and \\"Bundles\\" in the list below will have the <em>Flagging Collection</em> attached to them if the user created a <em>Flagging Collection</em> based on that Template.":"All entities that match the specific combination of \\"Entity\\" and \\"Bundles\\" in the list below will have the <em>Flagging Collection</em> attached to them if the user created a <em>Flagging Collection</em> based on that Template.","The template chosen decide the feel, look and behaviour of the <em>Flagging Collection</em>.":"The template chosen decide the feel, look and behaviour of the <em>Flagging Collection</em>.","{{ quantity }}&nbsp;x":"{{ quantity }}&nbsp;x","Commerce License":"Commerce License","Commerce License Notifications":"Commerce License Notifications","There are no order items yet.":"There are no order items yet.","Commerce Recurring":"Commerce Recurring","Recurring (Standalone)":"Recurring (Standalone)","Recurring":"Recurring","Billing period":"Billing period","No stores available.":"No stores available.","No currency":"No currency","Delete flagging":"Delete flagging","Flag list template 1":"Flag list template 1","Add this item to the [flagging_collection:name] list":"Add this item to the [flagging_collection:name] list","Add this to your flag list":"Add this to your flag list","Added to the flag list":"Added to the flag list","Remove this item from the [flagging_collection:name] list":"Remove this item from the [flagging_collection:name] list","Remove this item from your flag list":"Remove this item from your flag list","Removed from the flag list":"Removed from the flag list","Flagging collection type 1":"Flagging collection type 1","Add this item to a list":"Add this item to a list","Remove this item from the list":"Remove this item from the list","Materio Block":"Materio Block","printable":"printable","Delete selected profile":"Delete selected profile","Publish selected profile":"Publish selected profile","Unpublish selected profile":"Unpublish selected profile","Document Cache":"Document Cache","Field Value Cache":"Field Value Cache","Filter Cache":"Filter Cache","Per Segment Filter Cache":"Per Segment Filter Cache","Query Result Cache":"Query Result Cache","Edge NGram Text Field":"Edge NGram Text Field","Edge NGram String Field":"Edge NGram String Field","NGram Text Field":"NGram Text Field","NGram String Field":"NGram String Field","Fulltext Phonetic":"Fulltext Phonetic","Language Undefined Text Field":"Language Undefined Text Field","HTTP Cache":"HTTP Cache","HTTP Cache Never":"HTTP Cache Never","Elevator":"Elevator","Extract":"Extract","More Like This":"More Like This","Replication Master":"Replication Master","Replication Slave":"Replication Slave","Suggester":"Suggester","Term Vector":"Term Vector","Account":"Account","Email: HTML":"Email: HTML","Email: Plain":"Email: Plain","Email: HTML text alternative":"Email: HTML text alternative","Confirmation for [simplenews-newsletter:name] from [site:name]":"Confirmation for [simplenews-newsletter:name] from [site:name]","We have received a request to subscribe [simplenews-subscriber:mail] to the [simplenews-newsletter:name] newsletter on [site:name] website at [site:url]. To confirm please use the link below. \\n\\n [simplenews-subscriber:subscribe-url]":"We have received a request to subscribe [simplenews-subscriber:mail] to the [simplenews-newsletter:name] newsletter on [site:name] website at [site:url]. To confirm please use the link below. \\n\\n [simplenews-subscriber:subscribe-url]","We have received a request to subscribe [simplenews-subscriber:mail] to the [simplenews-newsletter:name] newsletter on [site:name] website at [site:url]. However, this email is already subscribed to this newsletter. If you intended to unsubscribe please visit our site: [site:url]":"We have received a request to subscribe [simplenews-subscriber:mail] to the [simplenews-newsletter:name] newsletter on [site:name] website at [site:url]. However, this email is already subscribed to this newsletter. If you intended to unsubscribe please visit our site: [site:url]","We have received a request to remove the [simplenews-subscriber:mail] from the [simplenews-newsletter:name] mailing list on [site:name] website at [site:url]. To confirm please use the link below.\\r\\n\\r\\n[simplenews-subscriber:unsubscribe-url]":"We have received a request to remove the [simplenews-subscriber:mail] from the [simplenews-newsletter:name] mailing list on [site:name] website at [site:url]. To confirm please use the link below.\\r\\n\\r\\n[simplenews-subscriber:unsubscribe-url]","We have received a request to remove the [simplenews-subscriber:mail] from the [simplenews-newsletter:name] mailing list on [site:name] website at [site:url]. However, this email is not subscribed to this mailing list. If you intended to subscribe please visit our site at [site:url]":"We have received a request to remove the [simplenews-subscriber:mail] from the [simplenews-newsletter:name] mailing list on [site:name] website at [site:url]. However, this email is not subscribed to this mailing list. If you intended to subscribe please visit our site at [site:url]","Confirmation for [site:name]":"Confirmation for [site:name]","We have received a request for the following subscription changes for [simplenews-subscriber:mail] at [site:url]:\\r\\n\\r\\n[changes-list]\\r\\n\\r\\nTo confirm please use the link below.\\r\\n\\r\\n[simplenews-subscriber:combined-url]":"We have received a request for the following subscription changes for [simplenews-subscriber:mail] at [site:url]:\\r\\n\\r\\n[changes-list]\\r\\n\\r\\nTo confirm please use the link below.\\r\\n\\r\\n[simplenews-subscriber:combined-url]","We have received a request for the following subscription changes for [simplenews-subscriber:mail] at [site:url]:\\r\\n\\r\\n[changes-list]\\r\\n\\r\\nNo confirmation necessary because all requested changes equal the current state.":"We have received a request for the following subscription changes for [simplenews-subscriber:mail] at [site:url]:\\r\\n\\r\\n[changes-list]\\r\\n\\r\\nNo confirmation necessary because all requested changes equal the current state.","Subscribe to [simplenews-newsletter:name]":"Subscribe to [simplenews-newsletter:name]","Already subscribed to [simplenews-newsletter:name]":"Already subscribed to [simplenews-newsletter:name]","Unsubscribe from [simplenews-newsletter:name]":"Unsubscribe from [simplenews-newsletter:name]","Already unsubscribed from [simplenews-newsletter:name]":"Already unsubscribed from [simplenews-newsletter:name]","Send newsletter issue":"Send newsletter issue","Stop sending":"Stop sending","No subscribers found.":"No subscribers found.","Recurring (Product variation)":"Recurring (Product variation)","Variation cart form":"Variation cart form","English Text Field":"English Text Field","French Text Field":"French Text Field","Fulltext Phonetic English":"Fulltext Phonetic English","Fulltext Phonetic French":"Fulltext Phonetic French","Newsletter Issue":"Newsletter Issue","Use <em>Newsletter Issue</em> for newsletters.":"Use <em>Newsletter Issue</em> for newsletters.","Sends newsletters":"Sends newsletters","Issue":"Issue","Send status":"Send status","No newsletter issues found.":"No newsletter issues found.","Type of item to reference. This cannot be changed once the flag is created.":"Type of item to reference. This cannot be changed once the flag is created.","Select the type of flag to create.":"Select the type of flag to create.","A short, descriptive title for this flag. It will be used in administrative interfaces to refer to this flag, and in page titles and menu items of some views this module provides (these are customizable, though). Some examples could be <em>Bookmarks</em>, <em>Favorites</em>, or <em>Offensive</em>.":"A short, descriptive title for this flag. It will be used in administrative interfaces to refer to this flag, and in page titles and menu items of some views this module provides (these are customizable, though). Some examples could be <em>Bookmarks</em>, <em>Favorites</em>, or <em>Offensive</em>.","The machine-name for this flag. It may be up to 32 characters long and may only contain lowercase letters, underscores, and numbers. It will be used in URLs and in all API calls.":"The machine-name for this flag. It may be up to 32 characters long and may only contain lowercase letters, underscores, and numbers. It will be used in URLs and in all API calls.","Each user has individual flags on entities.":"Each user has individual flags on entities.","The entity is either flagged or not for all users.":"The entity is either flagged or not for all users.","The scope cannot be changed once a flag has been saved.":"The scope cannot be changed once a flag has been saved.","Flag this item":"Flag this item","Flag link text":"Flag link text","The text for the \\"flag this\\" link for this flag.":"The text for the \\"flag this\\" link for this flag.","Flag link description":"Flag link description","The description of the \\"flag this\\" link. Usually displayed on mouseover.":"The description of the \\"flag this\\" link. Usually displayed on mouseover.","Flagged message":"Flagged message","Message displayed after flagging content. If JavaScript is enabled, it will be displayed below the link. If not, it will be displayed in the message area.":"Message displayed after flagging content. If JavaScript is enabled, it will be displayed below the link. If not, it will be displayed in the message area.","Unflag this item":"Unflag this item","Unflag link text":"Unflag link text","The text for the \\"unflag this\\" link for this flag.":"The text for the \\"unflag this\\" link for this flag.","Unflag link description":"Unflag link description","The description of the \\"unflag this\\" link. Usually displayed on mouseover.":"The description of the \\"unflag this\\" link. Usually displayed on mouseover.","Unflagged message":"Unflagged message","Message displayed after content has been unflagged. If JavaScript is enabled, it will be displayed below the link. If not, it will be displayed in the message area.":"Message displayed after content has been unflagged. If JavaScript is enabled, it will be displayed below the link. If not, it will be displayed in the message area.","Unflag not allowed text":"Unflag not allowed text","If a user is allowed to flag but not unflag, this text will be displayed after flagging. Often this is the past-tense of the link text, such as \\"flagged\\".":"If a user is allowed to flag but not unflag, this text will be displayed after flagging. Often this is the past-tense of the link text, such as \\"flagged\\".","Permissions based on ownership of the flaggable item. For example, only allow users to flag items they own.":"Permissions based on ownership of the flaggable item. For example, only allow users to flag items they own.","Expose additional permissions":"Expose additional permissions","Provides permissions with finer levels of access for this flag.":"Provides permissions with finer levels of access for this flag.","Flaggable types":"Flaggable types","Check any bundles that this flag may be used on. Leave empty to apply to all bundles.":"Check any bundles that this flag may be used on. Leave empty to apply to all bundles.","Flag access":"Flag access","Display link as field":"Display link as field","Show the flag link as a field, which can be ordered among other entity elements in the \\"Manage display\\" settings for the entity type.":"Show the flag link as a field, which can be ordered among other entity elements in the \\"Manage display\\" settings for the entity type.","Display checkbox on entity edit form":"Display checkbox on entity edit form","Display in contextual links":"Display in contextual links","Note that not all entity types support contextual links.\\n <br/>\\n <strong>Warning: </strong>Due to how contextual links are cached on frontend\\n we have to set max-age as 0 for entity cache if\\n user has access to contextual links and to this flag. This means that\\n those users will get no cache hits for render elements rendering flaggable\\n entities with contextual links.":"Note that not all entity types support contextual links.\\n <br/>\\n <strong>Warning: </strong>Due to how contextual links are cached on frontend\\n we have to set max-age as 0 for entity cache if\\n user has access to contextual links and to this flag. This means that\\n those users will get no cache hits for render elements rendering flaggable\\n entities with contextual links.","Display on @name view mode":"Display on @name view mode","Display in entity links":"Display in entity links","Show the flag link with the other links on the entity.":"Show the flag link with the other links on the entity.","AJAX link":"AJAX link","Confirm Form":"Confirm Form","Redirects the user to a confirmation form.":"Redirects the user to a confirmation form.","Field Entry Form":"Field Entry Form","Redirects the user to a field entry form.":"Redirects the user to a field entry form.","Normal link":"Normal link","A normal non-JavaScript request will be made and the current page will be reloaded.":"A normal non-JavaScript request will be made and the current page will be reloaded.","Link type":"Link type","Flags are usually controlled through links that allow users to toggle their behavior. You can choose how users interact with flags by changing options here. It is legitimate to have none of the following checkboxes ticked, if, for some reason, you wish <a href=\\"@placement-url\\">to place the the links on the page yourself</a>.":"Flags are usually controlled through links that allow users to toggle their behavior. You can choose how users interact with flags by changing options here. It is legitimate to have none of the following checkboxes ticked, if, for some reason, you wish <a href=\\"@placement-url\\">to place the the links on the page yourself</a>.","Flagging Collection Template":"Flagging Collection Template","Will this flag be used as a template flag for Flagging Collections?":"Will this flag be used as a template flag for Flagging Collections?","Flagging Collection generate actions":"Flagging Collection generate actions","Will this flag template will generate action links? This setting can be changed but the already created flagging_collection with this template wont be.":"Will this flag template will generate action links? This setting can be changed but the already created flagging_collection with this template wont be.","Flagging Collections are lists / collections of flags grouped together. By marking this flag as a <em>Flagging Collection Template</em> the flag will be made available as a template flag for the Flag lists module. The settings above will then affect how the <em>Flagging Collection link</em> will be presented on each entity. This is just like the normal flag functionality.":"Flagging Collections are lists / collections of flags grouped together. By marking this flag as a <em>Flagging Collection Template</em> the flag will be made available as a template flag for the Flag lists module. The settings above will then affect how the <em>Flagging Collection link</em> will be presented on each entity. This is just like the normal flag functionality.","Create Flag":"Create Flag","Flag %label has been added.":"Flag %label has been added.","When these files change, they will be automatically imported at the beginning of the next request.":"When these files change, they will be automatically imported at the beginning of the next request.","Enter one item per line. Each item should consist of a path relative to the Drupal root and a filename in the same form as a config YML file.":"Enter one item per line. Each item should consist of a path relative to the Drupal root and a filename in the same form as a config YML file.","For example: \\"modules/mymodule/config/install/node.type.mytype.yml\\".":"For example: \\"modules/mymodule/config/install/node.type.mytype.yml\\".","Automatically export to the files specified when the corresponding config item is changed in the admin UI.":"Automatically export to the files specified when the corresponding config item is changed in the admin UI.","Auto import":"Auto import","Auto export":"Auto export","Config Devel":"Config Devel","Configuration entity names to ignore":"Configuration entity names to ignore","One configuration name per line.<br />\\nExamples: <ul>\\n<li>user.settings</li>\\n<li>views.settings</li>\\n<li>contact.settings</li>\\n<li>webform.webform.* (will ignore all config entities that starts with <em>webform.webform</em>)</li>\\n<li>*.contact_message.custom_contact_form.* (will ignore all config entities that starts with <em>.contact_message.custom_contact_form.</em> like fields attached to a custom contact form)</li>\\n<li>* (will ignore everything)</li>\\n<li>~webform.webform.contact (will force import for this configuration, even if ignored by a wildcard)</li>\\n<li>user.mail:register_no_approval_required.body (will ignore the body of the no approval required email setting, but will not ignore other user.mail configuration.)</li>\\n</ul>":"One configuration name per line.<br />\\nExamples: <ul>\\n<li>user.settings</li>\\n<li>views.settings</li>\\n<li>contact.settings</li>\\n<li>webform.webform.* (will ignore all config entities that starts with <em>webform.webform</em>)</li>\\n<li>*.contact_message.custom_contact_form.* (will ignore all config entities that starts with <em>.contact_message.custom_contact_form.</em> like fields attached to a custom contact form)</li>\\n<li>* (will ignore everything)</li>\\n<li>~webform.webform.contact (will force import for this configuration, even if ignored by a wildcard)</li>\\n<li>user.mail:register_no_approval_required.body (will ignore the body of the no approval required email setting, but will not ignore other user.mail configuration.)</li>\\n</ul>","The scope cannot be changed on existing flags.":"The scope cannot be changed on existing flags.","Save Flag":"Save Flag","Edit Flag":"Edit Flag","Flag %label has been updated.":"Flag %label has been updated.","Materio Drupal 8 theme with gulp":"Materio Drupal 8 theme with gulp","Drupal administration theme with modern minimalist design.":"Drupal administration theme with modern minimalist design.","Adminimal based drupal administration theme with material design.":"Adminimal based drupal administration theme with material design.","Theme for testing special characters in block admin.":"Theme for testing special characters in block admin.","Theme for testing the theme system":"Theme for testing the theme system","Theme for testing BigPipe edge cases.":"Theme for testing BigPipe edge cases.","Theme for testing the block system":"Theme for testing the block system","Test theme for breakpoint.":"Test theme for breakpoint.","experimental theme":"experimental theme","A clean, accessible, and powerful Drupal administration theme.":"A clean, accessible, and powerful Drupal administration theme.","Theme for testing the color module":"Theme for testing the color module","Theme for testing commerce email theming":"Theme for testing commerce email theming","Theme for testing the configuration translation mapper system":"Theme for testing the configuration translation mapper system","Experimental dependency test theme.":"Experimental dependency test theme.","Experimental test theme.":"Experimental test theme.","Theme for testing mailsystem":"Theme for testing mailsystem","Theme for testing simplenews newsletter":"Theme for testing simplenews newsletter","Theme for testing attached library":"Theme for testing attached library","A theme that uses an external CKEditor stylesheet.":"A theme that uses an external CKEditor stylesheet.","Test theme to test theme settings with limited features.":"Test theme to test theme settings with limited features.","A theme to test help topics.":"A theme to test help topics.","Theme for testing a theme-provided layout":"Theme for testing a theme-provided layout","Test theme to test deprecated functionality.":"Test theme to test deprecated functionality.","A theme that uses a protocol-relative CKEditor stylesheet.":"A theme that uses a protocol-relative CKEditor stylesheet.","A theme that uses a relative CKEditor stylesheet.":"A theme that uses a relative CKEditor stylesheet.","@module_name (<span class=\\"admin-disabled\\">disabled</span>)":"@module_name (<span class=\\"admin-disabled\\">disabled</span>)","Requires: @module_dependencies":"Requires: @module_dependencies","This theme requires the listed modules to operate correctly. They must first be enabled via the <a href=\\":modules_url\\">Extend page</a>.":"This theme requires the listed modules to operate correctly. They must first be enabled via the <a href=\\":modules_url\\">Extend page</a>.","@module_name (<span class=\\"admin-missing\\">missing</span>)":"@module_name (<span class=\\"admin-missing\\">missing</span>)","This theme requires the listed modules to operate correctly.":"This theme requires the listed modules to operate correctly.","@module_name (<span class=\\"admin-missing\\">incompatible with</span> version @version)":"@module_name (<span class=\\"admin-missing\\">incompatible with</span> version @version)","Test theme for configuration clash detection":"Test theme for configuration clash detection","Theme for testing the theme system with the Nyan Cat theme engine":"Theme for testing the theme system with the Nyan Cat theme engine","Test theme with empty libraries in theme.info.yml":"Test theme with empty libraries in theme.info.yml","Test Theme with libraries-extend":"Test Theme with libraries-extend","Theme with drupalSettings libraries-override":"Theme with drupalSettings libraries-override","Theme with invalid libraries-override asset spec.":"Theme with invalid libraries-override asset spec.","@module_name":"@module_name","A theme that doesn\'t use Stable as its base. It tests the wild west instead.":"A theme that doesn\'t use Stable as its base. It tests the wild west instead.","Test theme using legacy stylesheets-remove.":"Test theme using legacy stylesheets-remove.","Test theme which provides another div for messages.":"Test theme which provides another div for messages.","Test theme which uses seven as the base theme.":"Test theme which uses seven as the base theme.","Test theme which uses test_subtheme as the base theme.":"Test theme which uses test_subtheme as the base theme.","Test theme which uses test_basetheme as the base theme.":"Test theme which uses test_basetheme as the base theme.","Test theme that extends theme settings options via theme-settings.php file":"Test theme that extends theme settings options via theme-settings.php file","Test theme that extends theme settings options via theme.theme file":"Test theme that extends theme settings options via theme.theme file","Test theme which has a non-existent base theme.":"Test theme which has a non-existent base theme.","Test theme which has an invalid core version.":"Test theme which has an invalid core version.","This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains a compatible \'core\' or \'core_version_requirement\' value.":"This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains a compatible \'core\' or \'core_version_requirement\' value.","Test theme which has an invalid semver core version.":"Test theme which has an invalid semver core version.","Test theme which has a non-existent theme engine.":"Test theme which has a non-existent theme engine.","Test theme which has a non-existent content region.":"Test theme which has a non-existent content region.","Test theme which has semver core version.":"Test theme which has semver core version.","Test theme which has a non-existent base theme in the base chain.":"Test theme which has a non-existent base theme in the base chain.","Support module for Twig registry loader testing.":"Support module for Twig registry loader testing.","Test theme which acts as a base theme for other test subthemes.":"Test theme which acts as a base theme for other test subthemes.","Test theme which uses update_test_basetheme as the base theme.":"Test theme which uses update_test_basetheme as the base theme.","Theme for testing the available fields in user twig template":"Theme for testing the available fields in user twig template","Theme for testing Views rendering of checkboxes.":"Theme for testing Views rendering of checkboxes.","Theme for testing Views functionality.":"Theme for testing Views functionality.","America/Godthab":"America/Godthab","<p>The data type of a field determines how it can be used for searching and filtering. The boost is used to give additional weight to certain fields, for example titles or tags.</p> <p>For information about the data types available for indexing, see the <a href=\\":url\\">data types table</a> at the bottom of the page.</p>":"<p>The data type of a field determines how it can be used for searching and filtering. The boost is used to give additional weight to certain fields, for example titles or tags.</p> <p>For information about the data types available for indexing, see the <a href=\\":url\\">data types table</a> at the bottom of the page.</p>","Storage-only":"Storage-only","Fulltext \\":custom_code\\"":"Fulltext \\":custom_code\\"","Fulltext Unstemmed":"Fulltext Unstemmed","Fulltext Omit norms":"Fulltext Omit norms","Fulltext Tokens":"Fulltext Tokens","Fulltext \\":custom_code\\" Omit norms":"Fulltext \\":custom_code\\" Omit norms","Contains numeric, typically non-integer values.":"Contains numeric, typically non-integer values.","Represents points in time.":"Represents points in time.","String fields are used for short, keyword-like character strings where you only want to find complete field values, not individual words.":"String fields are used for short, keyword-like character strings where you only want to find complete field values, not individual words.","Contains integer values.":"Contains integer values.","Boolean fields can only have one of two values: true or false.":"Boolean fields can only have one of two values: true or false.","Fulltext fields are analyzed fields which are made available for fulltext search. This data type should be used for any fields (usually with free text input by users) which you want to search for individual words.":"Fulltext fields are analyzed fields which are made available for fulltext search. This data type should be used for any fields (usually with free text input by users) which you want to search for individual words.","A storage-only field. You can store any string and retrieve it from the index but you can\'t search through it.":"A storage-only field. You can store any string and retrieve it from the index but you can\'t search through it.","Date field that contains date ranges.":"Date field that contains date ranges.","Full text field to feed the suggester component.":"Full text field to feed the suggester component.","Custom full text field.":"Custom full text field.","Full text field to feed the spellcheck component.":"Full text field to feed the spellcheck component.","Full text field without stemming.":"Full text field without stemming.","Full text field which omits norms.":"Full text field which omits norms.","Full text field without any processing like stemming or stop word filters, just unmodified tokens from the text separated by white spaces.":"Full text field without any processing like stemming or stop word filters, just unmodified tokens from the text separated by white spaces.","Custom full text field which omits norms.":"Custom full text field which omits norms.","The data types which can be used for indexing fields in this index. Whether a type is supported depends on the backend of the index\'s server. If a type is not supported, the fallback type that will be used instead is shown, too.":"The data types which can be used for indexing fields in this index. Whether a type is supported depends on the backend of the index\'s server. If a type is not supported, the fallback type that will be used instead is shown, too.","Manage fields for search index %label":"Manage fields for search index %label","All content was scheduled for <a href=\\":url\\">reindexing</a> so the new settings can take effect.":"All content was scheduled for <a href=\\":url\\">reindexing</a> so the new settings can take effect.","Compatible":"Compatible","Add Thematique":"Add Thematique","Rendered HTML output":"Rendered HTML output","Language (with fallback)":"Language (with fallback)","Aggregated field":"Aggregated field","The following fields cannot be indexed since there is no type mapping for them:":"The following fields cannot be indexed since there is no type mapping for them:","If you think one of these fields should be available for indexing, please report this in the module\'s <a href=\':url\'>issue queue</a>. (Make sure to first search for an existing issue for this field.) Please note that entity-valued fields generally can be indexed by either indexing their parent reference field, or their child entity ID field.":"If you think one of these fields should be available for indexing, please report this in the module\'s <a href=\':url\'>issue queue</a>. (Make sure to first search for an existing issue for this field.) Please note that entity-valued fields generally can be indexed by either indexing their parent reference field, or their child entity ID field.","Skipped fields":"Skipped fields","Add fields to index %index":"Add fields to index %index","Field %label was added to the index.":"Field %label was added to the index.","Depending on the situation, the theme, the size of the call stack and the arguments, etc., some handlers may not display their messages, or display them on the subsequent page. Select <em>Standard Drupal</em> <strong>and</strong> <em>Backtrace above the rendered page</em> to maximize your chances of not missing any messages.":"Depending on the situation, the theme, the size of the call stack and the arguments, etc., some handlers may not display their messages, or display them on the subsequent page. Select <em>Standard Drupal</em> <strong>and</strong> <em>Backtrace above the rendered page</em> to maximize your chances of not missing any messages.","Demonstrate the current error handler(s):":"Demonstrate the current error handler(s):","The presentation of the @error is determined by PHP.":"The presentation of the @error is determined by PHP.","Display $page array":"Display $page array","Display $page array from <a href=\\"https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21theme.api.php/function/hook_page_attachments_alter/8\\">hook_page_attachments_alter()</a> in the messages area of each page.":"Display $page array from <a href=\\"https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21theme.api.php/function/hook_page_attachments_alter/8\\">hook_page_attachments_alter()</a> in the messages area of each page.","Display machine names of permissions and modules":"Display machine names of permissions and modules","Display the language-independent machine names of the permissions in mouse-over hints on the <a href=\\":permissions_url\\">Permissions</a> page and the module base file names on the Permissions and <a href=\\":modules_url\\">Modules</a> pages.":"Display the language-independent machine names of the permissions in mouse-over hints on the <a href=\\":permissions_url\\">Permissions</a> page and the module base file names on the Permissions and <a href=\\":modules_url\\">Modules</a> pages.","Rebuild the theme registry on every page load":"Rebuild the theme registry on every page load","New templates, theme overrides, and changes to the theme.info.yml need the theme registry to be rebuilt in order to appear on the site.":"New templates, theme overrides, and changes to the theme.info.yml need the theme registry to be rebuilt in order to appear on the site.","Standard Drupal":"Standard Drupal","Backtrace in the message area":"Backtrace in the message area","Backtrace above the rendered page":"Backtrace above the rendered page","Error handlers":"Error handlers","Select the error handler(s) to use, in case you <a href=\\":choose\\">choose to show errors on screen</a>.":"Select the error handler(s) to use, in case you <a href=\\":choose\\">choose to show errors on screen</a>.","<em>None</em> is a good option when stepping through the site in your debugger.":"<em>None</em> is a good option when stepping through the site in your debugger.","<em>Standard Drupal</em> does not display all the information that is often needed to resolve an issue.":"<em>Standard Drupal</em> does not display all the information that is often needed to resolve an issue.","<em>Backtrace</em> displays nice debug information when any type of error is noticed, but only to users with the %perm permission.":"<em>Backtrace</em> displays nice debug information when any type of error is noticed, but only to users with the %perm permission.","Access developer information":"Access developer information","Symfony var-dumper":"Symfony var-dumper","Wrapper for <a href=\'https://github.com/symfony/var-dumper\'>Symfony var-dumper</a> debugging tool.":"Wrapper for <a href=\'https://github.com/symfony/var-dumper\'>Symfony var-dumper</a> debugging tool.","Kint":"Kint","Wrapper for <a href=\'https://github.com/kint-php/kint\'>Kint</a> debugging tool.":"Wrapper for <a href=\'https://github.com/kint-php/kint\'>Kint</a> debugging tool.","Wrapper for <a href=\'https://www.doctrine-project.org/api/common/latest/Doctrine/Common/Util/Debug.html\'>Doctrine</a> debugging tool.":"Wrapper for <a href=\'https://www.doctrine-project.org/api/common/latest/Doctrine/Common/Util/Debug.html\'>Doctrine</a> debugging tool.","Variables Dumper":"Variables Dumper","Select the debugging tool used for formatting and displaying the variables inspected through the debug functions of Devel. <strong>NOTE</strong>: Some of these plugins require external libraries for to be enabled. Learn how install external libraries with <a href=\\":url\\">Composer</a>.":"Select the debugging tool used for formatting and displaying the variables inspected through the debug functions of Devel. <strong>NOTE</strong>: Some of these plugins require external libraries for to be enabled. Learn how install external libraries with <a href=\\":url\\">Composer</a>.","Debug Log File":"Debug Log File","This is the log file that Devel functions such as ddm() write to. Use temporary:// to represent your systems temporary directory. Save with a blank filename to revert to the default.":"This is the log file that Devel functions such as ddm() write to. Use temporary:// to represent your systems temporary directory. Save with a blank filename to revert to the default.","Wrap debug in &lt;pre&gt; tags":"Wrap debug in &lt;pre&gt; tags","You may want the debug output wrapped in &lt;pre&gt; tags, depending on your debug file format and how it is displayed.":"You may want the debug output wrapped in &lt;pre&gt; tags, depending on your debug file format and how it is displayed.","Computed (integer)":"Computed (integer)","Computed (text)":"Computed (text)","Samples":"Samples","Video Embed":"Video Embed","Users with sufficient access rights will be able to override these options.":"Users with sufficient access rights will be able to override these options.","Use as simplenews newsletter":"Use as simplenews newsletter","This will add the simplenews issue field to this content type, allowing content of this type to be sent out as a newsletter issue.":"This will add the simplenews issue field to this content type, allowing content of this type to be sent out as a newsletter issue.","File field sources:":"File field sources:","File attach allows for selecting a file from a directory on the server, commonly used in combination with FTP.":"File attach allows for selecting a file from a directory on the server, commonly used in combination with FTP.","This file source will ignore file size checking when used.":"This file source will ignore file size checking when used.","Direction: @direction":"Direction: @direction","Accordion Item":"Accordion Item","Details Sidebar":"Details Sidebar","Term reference tree":"Term reference tree","Inline entity form - Complex":"Inline entity form - Complex","Synonyms-friendly select":"Synonyms-friendly select","Synonyms-friendly autocomplete":"Synonyms-friendly autocomplete","Inline entity form - Simple":"Inline entity form - Simple","Autocomplete Deluxe":"Autocomplete Deluxe","Entity select":"Entity select","Autocomplete suggestion list size: @size":"Autocomplete suggestion list size: @size","Client-side hierarchical select":"Client-side hierarchical select","Add field group":"Add field group","- Select a field group type -":"- Select a field group type -","Display element open by default.":"Display element open by default.","Mark group as required if it contains required fields.":"Mark group as required if it contains required fields.","Default state open":"Default state open","Mark as required":"Mark as required","Using preset %preset, @count item\\u0003Using preset %preset, @count items":"Using preset %preset, @count item\\u0003Using preset %preset, @count items","Better Exposed Filters":"Better Exposed Filters","Views bulk operations":"Views bulk operations","Content lock":"Content lock","Default site language fallback":"Default site language fallback","Select translation":"Select translation","Entity Reference Revisions":"Entity Reference Revisions","Overridden":"Overridden","Contenu":"Contenu","Administer @type":"Administer @type","licenses":"licenses","Access the @type overview page":"Access the @type overview page","Create @type":"Create @type","Update any @type":"Update any @type","Update own @type":"Update own @type","Delete any @type":"Delete any @type","Delete own @type":"Delete own @type","View any @type":"View any @type","View own @type":"View own @type","@bundle: Create @type":"@bundle: Create @type","@bundle: Update @type":"@bundle: Update @type","@bundle: Delete @type":"@bundle: Delete @type","View @type":"View @type","@bundle: View @type":"@bundle: View @type","View any order":"View any order","View own orders":"View own orders","product attributes":"product attributes","Update @type":"Update @type","Delete @type":"Delete @type","products":"products","View own unpublished @type":"View own unpublished @type","@bundle: Update any @type":"@bundle: Update any @type","@bundle: Update own @type":"@bundle: Update own @type","@bundle: Delete any @type":"@bundle: Delete any @type","@bundle: Delete own @type":"@bundle: Delete own @type","Duplicate @type":"Duplicate @type","billing schedules":"billing schedules","subscriptions":"subscriptions","Cancel any @type":"Cancel any @type","Cancel own @type":"Cancel own @type","@bundle: Duplicate any @type":"@bundle: Duplicate any @type","@bundle: Duplicate own @type":"@bundle: Duplicate own @type","profiles":"profiles","@bundle: View any @type":"@bundle: View any @type","@bundle: View own @type":"@bundle: View own @type","Bulk generate coupons":"Bulk generate coupons","[Product variations] Manage %bundle":"[Product variations] Manage %bundle","Administer product types":"Administer product types","Administer order types":"Administer order types","[Order items] Manage %bundle":"[Order items] Manage %bundle","Add admin comments to @label":"Add admin comments to @label","Change a node to next Workflow state":"Change a node to next Workflow state","Publish selected product":"Publish selected product","Unpublish selected product":"Unpublish selected product","Delete flagging (unflag)":"Delete flagging (unflag)","Administer subscriptions":"Administer subscriptions","Administer billing schedules":"Administer billing schedules","Administer store types":"Administer store types","Administer profile types":"Administer profile types","Execute the %action action on %type.":"Execute the %action action on %type.","all entity types":"all entity types","Administer Admin Menu Swap":"Administer Admin Menu Swap","Administer queues":"Administer queues","Administer Autologout":"Administer Autologout","Change own logout threshold":"Change own logout threshold","%entity_label: Administer automatic entity labels":"%entity_label: Administer automatic entity labels","Use PHP for automatic entity label patterns":"Use PHP for automatic entity label patterns","Configure better messages":"Configure better messages","Access bulk delete nodes":"Access bulk delete nodes","Use the commerce administration pages":"Use the commerce administration pages","Access checkout":"Access checkout","Administer checkout flows":"Administer checkout flows","Administer number patterns":"Administer number patterns","Administer payment gateways":"Administer payment gateways","Administer payment methods":"Administer payment methods","Administer payments":"Administer payments","Manage own payment methods":"Manage own payment methods","Administer currencies":"Administer currencies","Administer price lists":"Administer price lists","Administer tax types":"Administer tax types","Administer configuration split":"Administer configuration split","Administer Consumer entities":"Administer Consumer entities","Create new Consumer entities":"Create new Consumer entities","Delete Consumer entities":"Delete Consumer entities","Edit Consumer entities":"Edit Consumer entities","View Consumer entities":"View Consumer entities","Administer Content Lock settings":"Administer Content Lock settings","Break content lock":"Break content lock","Administer contexts":"Administer contexts","Add new currencies":"Add new currencies","Add new currency locales":"Add new currency locales","Administer amount formatting":"Administer amount formatting","Administer currency exchange rate providers":"Administer currency exchange rate providers","Administer fixed exchange rates":"Administer fixed exchange rates","Delete currencies":"Delete currencies","Delete currency locales":"Delete currency locales","Edit currencies":"Edit currencies","Edit currency locales":"Edit currency locales","View currencies":"View currencies","View currency locales":"View currency locales","Switch users":"Switch users","Administer devel_generate":"Administer devel_generate","Administer embed buttons":"Administer embed buttons","Administer entity browsers":"Administer entity browsers","Administer entity clone":"Administer entity clone","Clone all <em>@label</em> entities.":"Clone all <em>@label</em> entities.","Delete orphan revisions":"Delete orphan revisions","Administer Extended Path Aliases":"Administer Extended Path Aliases","Administer External Links":"Administer External Links","Create own value for field @field":"Create own value for field @field","Edit anyone\'s value for field @field":"Edit anyone\'s value for field @field","Edit own value for field @field":"Edit own value for field @field","View anyone\'s value for field @field":"View anyone\'s value for field @field","View own value for field @field":"View own value for field @field","Access other users private fields":"Access other users private fields","Administer field permissions":"Administer field permissions","Administer Flaggings":"Administer Flaggings","Administer Flags":"Administer Flags","Access global flag lists":"Access global flag lists","Access the Flagging collection overview page":"Access the Flagging collection overview page","Administer Flag lists":"Administer Flag lists","Create new Flag lists":"Create new Flag lists","Edit Own Flag Lists":"Edit Own Flag Lists","Revert all Flagging collection revisions":"Revert all Flagging collection revisions","View Flag Lists":"View Flag Lists","View Own Flag Lists":"View Own Flag Lists","View all Flagging collection revisions":"View all Flagging collection revisions","Access the flood unblock module":"Access the flood unblock module","%name: Execute arbitrary requests":"%name: Execute arbitrary requests","%name: Execute persisted requests":"%name: Execute persisted requests","%name: Use explorer":"%name: Use explorer","%name: Use voyager":"%name: Use voyager","Administer configuration":"Administer configuration","Bypass graphql access restrictions":"Bypass graphql access restrictions","View all login histories":"View all login histories","View own login history":"View own login history","Administer Mail System":"Administer Mail System","Administer Mailgun":"Administer Mailgun","Administer Maillog":"Administer Maillog","Delete entries from the log":"Delete entries from the log","View Maillog":"View Maillog","view own role info":"view own role info","view role info":"view role info","Access materio search":"Access materio search","Administer Matomo":"Administer Matomo","Bypass maxlength setting":"Bypass maxlength setting","Administer <em>@menu</em> menu items":"Administer <em>@menu</em> menu items","Administer migrations":"Administer migrations","Edit Mime Mail user settings":"Edit Mime Mail user settings","Send arbitrary files":"Send arbitrary files","Administer Modules Weight":"Administer Modules Weight","Access the plugin overview":"Access the plugin overview","Access printer friendly version pages":"Access printer friendly version pages","Administer the printable module":"Administer the printable module","Administer global URL redirection settings":"Administer global URL redirection settings","Administer individual URL redirections":"Administer individual URL redirections","Administer SMTP Authentication Support module":"Administer SMTP Authentication Support module","Execute Solr admin task":"Execute Solr admin task","Administer newsletters":"Administer newsletters","Administer simplenews settings":"Administer simplenews settings","Administer simplenews subscriptions":"Administer simplenews subscriptions","Send newsletter":"Send newsletter","Subscribe to newsletters":"Subscribe to newsletters","View simplenews subscriptions":"View simplenews subscriptions","Access synonyms entity autocomplete":"Access synonyms entity autocomplete","Administer synonyms":"Administer synonyms","Use the toolbar":"Use the toolbar","Administer Ultimate Cron":"Administer Ultimate Cron","Run cron jobs":"Run cron jobs","View cron jobs":"View cron jobs","Never autoplay videos":"Never autoplay videos","Allow bulk edit of entities":"Allow bulk edit of entities","%type_name: Access Workflow history tab of any content":"%type_name: Access Workflow history tab of any content","%type_name: Access Workflow history tab of own content":"%type_name: Access Workflow history tab of own content","%type_name: Access the Workflow state transition form on entity view page":"%type_name: Access the Workflow state transition form on entity view page","%type_name: Bypass transition access control":"%type_name: Bypass transition access control","%type_name: Participate in workflow":"%type_name: Participate in workflow","%type_name: Schedule state transition":"%type_name: Schedule state transition","%type_name: Edit any comments":"%type_name: Edit any comments","%type_name: Edit own comments":"%type_name: Edit own comments","%type_name: Revert any state transition":"%type_name: Revert any state transition","%type_name: Revert own state transition":"%type_name: Revert own state transition","Actif":"Actif","Bloqué":"Bloqué","Roles to display":"Roles to display","Modules to display":"Modules to display","Filter Permissions":"Filter Permissions","Permission Filters":"Permission Filters","Filter by name":"Filter by name","Enter a part of the Permission name":"Enter a part of the Permission name","Enter a part of the permission":"Enter a part of the permission","Please select at least one value from both the Roles and Modules select boxes above and then click the \\"Filter Permissions\\" button.":"Please select at least one value from both the Roles and Modules select boxes above and then click the \\"Filter Permissions\\" button.","Personnes":"Personnes","There are too many permissions to be saved safely with your current PHP configuration. Please filter the permissions.":"There are too many permissions to be saved safely with your current PHP configuration. Please filter the permissions.","Configure settings of the Better Messages module.":"Configure settings of the Better Messages module.","Access bulkdelete.":"Access bulkdelete.","Complete a purchase through the checkout form.":"Complete a purchase through the checkout form.","Create licenses in administrative mode, bypassing the purchase of a product.":"Create licenses in administrative mode, bypassing the purchase of a product.","Provides the ability to add admin comments to @label.":"Provides the ability to add admin comments to @label.","Maintain the types of orders available and the fields that are associated with those types.":"Maintain the types of orders available and the fields that are associated with those types.","Maintain the types of products available and the fields that are associated with those types.":"Maintain the types of products available and the fields that are associated with those types.","Maintain the types of stores available and the fields that are associated with those types.":"Maintain the types of stores available and the fields that are associated with those types.","Allow to access the administration form to configure Consumer entities.":"Allow to access the administration form to configure Consumer entities.","Set on which entity type content lock is enabled":"Set on which entity type content lock is enabled","Break a lock on content so that it may be edited.":"Break a lock on content so that it may be edited.","View developer output like variable printouts, query log, etc.":"View developer output like variable printouts, query log, etc.","Become any user on the site with just a click.":"Become any user on the site with just a click.","Create and modify entity browsers for generating browsing, creating and selecting entities.":"Create and modify entity browsers for generating browsing, creating and selecting entities.","Allow to access to the Entity Reference Revisions orphan deletion form.":"Allow to access to the Entity Reference Revisions orphan deletion form.","View and edit the stored values of all private fields.":"View and edit the stored values of all private fields.","Manage field permissions and field permissions settings.":"Manage field permissions and field permissions settings.","Delete flaggings for all users.":"Delete flaggings for all users.","Define and manage Flags and Flag settings.":"Define and manage Flags and Flag settings.","Role requires permission to <em>View all Flagging collection revisions</em> and <em>Edit Own Flag Lists</em> for flagging collection entities in question or <em>Administer Flag lists</em>.":"Role requires permission to <em>View all Flagging collection revisions</em> and <em>Edit Own Flag Lists</em> for flagging collection entities in question or <em>Administer Flag lists</em>.","Role requires permission <em>View all Flagging collection revisions</em> and <em>Edit Own Flag Lists</em> for flagging collection entities in question or <em>Administer Flag lists</em>.":"Role requires permission <em>View all Flagging collection revisions</em> and <em>Edit Own Flag Lists</em> for flagging collection entities in question or <em>Administer Flag lists</em>.","Allow user to flood unblock.":"Allow user to flood unblock.","Allows users to execute arbitrary requests on the %name endpoint.":"Allows users to execute arbitrary requests on the %name endpoint.","Allows users to execute persisted requests on the %name endpoint.":"Allows users to execute persisted requests on the %name endpoint.","Allows users use the explorer interface.":"Allows users use the explorer interface.","Allows users to use the voyager interface.":"Allows users to use the voyager interface.","Allows users to create, edit and delete server configurations.":"Allows users to create, edit and delete server configurations.","Use any graphql server regardless of permission restrictions.":"Use any graphql server regardless of permission restrictions.","Administer Honeypot-protected forms and settings.":"Administer Honeypot-protected forms and settings.","Select the default, per-module, and per-mailing MailSystemInterface to use for formatting and sending email messages.":"Select the default, per-module, and per-mailing MailSystemInterface to use for formatting and sending email messages.","Perform administration tasks for the Mailgun email service.":"Perform administration tasks for the Mailgun email service.","Allow users to change Maillog settings":"Allow users to change Maillog settings","Allow users to delete logged mails.":"Allow users to delete logged mails.","Allow users to view messages when being sent and all previously sent and logged mails.":"Allow users to view messages when being sent and all previously sent and logged mails.","View own role info in jsonapi.":"View own role info in jsonapi.","View any role info in jsonapi.":"View any role info in jsonapi.","Allow access to materio search":"Allow access to materio search","Enter JavaScript code snippets for advanced Matomo functionality.":"Enter JavaScript code snippets for advanced Matomo functionality.","Perform maintenance tasks for Matomo.":"Perform maintenance tasks for Matomo.","If a maxlength is configured for a certain field, the user does not see the value.":"If a maxlength is configured for a certain field, the user does not see the value.","Create, edit, and manage migration processed.":"Create, edit, and manage migration processed.","Edit user specific settings for Mime Mail":"Edit user specific settings for Mime Mail","Attach or embed files located outside the public files directory.":"Attach or embed files located outside the public files directory.","Allow access to configure the module settings.":"Allow access to configure the module settings.","Access the printable pages of the module.":"Access the printable pages of the module.","Helps to administer the pages of printable module.":"Helps to administer the pages of printable module.","Perform administration tasks for SMTP Authentication Support module.":"Perform administration tasks for SMTP Authentication Support module.","Access to execute Solr administrative tasks.":"Access to execute Solr administrative tasks.","Access synonyms-friendly entity autocomplete":"Access synonyms-friendly entity autocomplete","Administer synonyms of entities.":"Administer synonyms of entities.","Lets you configure everything in Ultimate Cron":"Lets you configure everything in Ultimate Cron","Lets you run cron jobs":"Lets you run cron jobs","Lets you view cron jobs and their logs":"Lets you view cron jobs and their logs","Disables autoplay for every video viewed by users with the given role.":"Disables autoplay for every video viewed by users with the given role.","Allows the user to bulk edit entities":"Allows the user to bulk edit entities","Role is enabled to view the \\"Workflow state transition history\\" tab on any entity.":"Role is enabled to view the \\"Workflow state transition history\\" tab on any entity.","Role is enabled to view the \\"Workflow state transition history\\" tab on own entity.":"Role is enabled to view the \\"Workflow state transition history\\" tab on own entity.","Role is enabled to view a \\"Workflow state transition\\" block/widget and add a state transition on the entity page.":"Role is enabled to view a \\"Workflow state transition\\" block/widget and add a state transition on the entity page.","View, edit and delete all transitions regardless of permission restrictions.":"View, edit and delete all transitions regardless of permission restrictions.","Role is enabled to create state transitions. (Determines transition-specific permission on the workflow admin page.\\n <i> Warning: For better control, uncheck the \'Authenticated user\', and manage the permissions per separate role.</i>)":"Role is enabled to create state transitions. (Determines transition-specific permission on the workflow admin page.\\n <i> Warning: For better control, uncheck the \'Authenticated user\', and manage the permissions per separate role.</i>)","Role is enabled to schedule state transitions.":"Role is enabled to schedule state transitions.","Administer all Workflow configurations and settings.":"Administer all Workflow configurations and settings.","Edit the comment of any executed state transitions.":"Edit the comment of any executed state transitions.","Edit the comment of own executed state transitions.":"Edit the comment of own executed state transitions.","Allow user to revert any last executed state transition on entity.":"Allow user to revert any last executed state transition on entity.","Allow user to revert own last executed state transition on entity.":"Allow user to revert own last executed state transition on entity.","Saving permissions disabled":"Saving permissions disabled","Either the path \'%link_path\' is invalid or you do not have access to it.":"Either the path \'%link_path\' is invalid or you do not have access to it.","Field inherits content permissions.":"Field inherits content permissions.","Private":"Private","Only author and administrators can edit and view.":"Only author and administrators can edit and view.","Custom permissions":"Custom permissions","Define custom permissions for this field.":"Define custom permissions for this field.","Field visibility and permissions":"Field visibility and permissions","<strong>These permissions apply to all instances of this field.</strong>":"<strong>These permissions apply to all instances of this field.</strong>","Require summary":"Require summary","The summary will also be visible when marked as required.":"The summary will also be visible when marked as required.","Recurring orders":"Recurring orders","Last renewed":"Last renewed","The user ID of author of the Flag list item entity.":"The user ID of author of the Flag list item entity.","The user ID of author of the Flagging collection entity.":"The user ID of author of the Flagging collection entity.","The flag list used as base":"The flag list used as base","The related flag used for for this list":"The related flag used for for this list","The promotion name.":"The promotion name.","If provided, shown on the order instead of \\"@translated\\".":"If provided, shown on the order instead of \\"@translated\\".","Discount":"Discount","Additional information about the promotion to show to the customer":"Additional information about the promotion to show to the customer","The store owner.":"The store owner.","Enabling this will ensure that the field of the entity will be different for each content":"Enabling this will ensure that the field of the entity will be different for each content","Unique message validation":"Unique message validation","Message to show up when the content is duplicated. <br /> To show the field name use %label <br /> To show the field value use %value":"Message to show up when the content is duplicated. <br /> To show the field name use %label <br /> To show the field value use %value","Do not allow same value.":"Do not allow same value.","Prevent the same value to be entered more than once within the same field.":"Prevent the same value to be entered more than once within the same field.","Multi value field message validation":"Multi value field message validation","Message to show up when the content entered is set more than one time within the same field. <br /> To show the field name use %label <br /> To show the field value use %value":"Message to show up when the content entered is set more than one time within the same field. <br /> To show the field name use %label <br /> To show the field value use %value","@count job is behind schedule\\u0003@count jobs are behind schedule":"@count job is behind schedule\\u0003@count jobs are behind schedule","Some jobs are behind their schedule. Please check if <a href=\\":system_cron_url\\">Cron</a> is running properly.":"Some jobs are behind their schedule. Please check if <a href=\\":system_cron_url\\">Cron</a> is running properly.","Enabling this will ensure that the title of the node will be different for each content.":"Enabling this will ensure that the title of the node will be different for each content.","Message to show up when the content is duplicated. <br /> To show the Title field label use %label <br /> To show the value of the field use %value":"Message to show up when the content is duplicated. <br /> To show the Title field label use %label <br /> To show the value of the field use %value","Header left":"Header left","Header right":"Header right","Header bottom":"Header bottom","Content Left":"Content Left","Content Top":"Content Top","Footer Left":"Footer Left","Footer Center":"Footer Center","Footer Right":"Footer Right","The length of inactivity time, in seconds, before automated log out. Must be 60 seconds or greater. Will not be used if role timeout is activated.":"The length of inactivity time, in seconds, before automated log out. Must be 60 seconds or greater. Will not be used if role timeout is activated.","Max timeout setting":"Max timeout setting","The maximum logout threshold time that can be set by users who have the permission to set user level timeouts.":"The maximum logout threshold time that can be set by users who have the permission to set user level timeouts.","Timeout padding":"Timeout padding","Disable user-specific logout thresholds":"Disable user-specific logout thresholds","Enable this to only allow autologout thresholds to be set globally on this form and don\'t allow users to set their own logout threshold.":"Enable this to only allow autologout thresholds to be set globally on this form and don\'t allow users to set their own logout threshold.","Role Timeout":"Role Timeout","Enable each role to have its own timeout threshold and redirect URL, a refresh may be required for changes to take effect. Any role not ticked will use the default timeout value and default redirect URL. Any role can have a timeout value of 0 which means that they will never be logged out. Roles without specified redirect URL will use the default redirect URL.":"Enable each role to have its own timeout threshold and redirect URL, a refresh may be required for changes to take effect. Any role not ticked will use the default timeout value and default redirect URL. Any role can have a timeout value of 0 which means that they will never be logged out. Roles without specified redirect URL will use the default redirect URL.","Customize":"Customize","Role Name":"Role Name","Timeout (seconds)":"Timeout (seconds)","Use highest role timeout value":"Use highest role timeout value","Check this to use the highest timeout value instead of the lowest for users that have more than one role.":"Check this to use the highest timeout value instead of the lowest for users that have more than one role.","Send users to this internal page when they are logged out.":"Send users to this internal page when they are logged out.","Do not display the logout dialog":"Do not display the logout dialog","Enable this if you want users to logout right away and skip displaying the logout dialog.":"Enable this if you want users to logout right away and skip displaying the logout dialog.","Use alternate logout method":"Use alternate logout method","Normally when auto logout is triggered, it is done via an AJAX service call. Sites that use an SSO provider, such as CAS, are likely to see this request fail with the error \\"Origin is not allowed by Access-Control-Allow-Origin\\". The alternate approach is to have the auto logout trigger a page redirect to initiate the logout process instead.":"Normally when auto logout is triggered, it is done via an AJAX service call. Sites that use an SSO provider, such as CAS, are likely to see this request fail with the error \\"Origin is not allowed by Access-Control-Allow-Origin\\". The alternate approach is to have the auto logout trigger a page redirect to initiate the logout process instead.","Dialog title":"Dialog title","This text will be dialog box title.":"This text will be dialog box title.","Message to display in the logout dialog":"Message to display in the logout dialog","This message must be plain text as it might appear in a JavaScript confirm dialog.":"This message must be plain text as it might appear in a JavaScript confirm dialog.","Message to display to the user after they are logged out":"Message to display to the user after they are logged out","This message is displayed after the user was logged out due to inactivity. You can leave this blank to show no message to the user.":"This message is displayed after the user was logged out due to inactivity. You can leave this blank to show no message to the user.","Type of the message to display":"Type of the message to display","Specifies whether to display the message as status or warning.":"Specifies whether to display the message as status or warning.","Disable buttons":"Disable buttons","Disable Yes/No buttons for automatic logout popout.":"Disable Yes/No buttons for automatic logout popout.","Custom confirm button text":"Custom confirm button text","Add custom text to confirmation button.":"Add custom text to confirmation button.","Custom decline button text":"Custom decline button text","Add custom text to decline button.":"Add custom text to decline button.","Enforce auto logout on admin pages":"Enforce auto logout on admin pages","If checked, then users will be automatically logged out when administering the site.":"If checked, then users will be automatically logged out when administering the site.","Whitelisted ip addresses":"Whitelisted ip addresses","Users from these IP addresses will not be logged out.":"Users from these IP addresses will not be logged out.","Autologout":"Autologout","Allow log in with email address or username.":"Allow log in with email address or username.","Allow users to log in with either their email address or their username.":"Allow users to log in with either their email address or their username.","Users <strong>must</strong> enter a password on registration. This is disabled if e-mail verification is enabled above.":"Users <strong>must</strong> enter a password on registration. This is disabled if e-mail verification is enabled above.","Users <strong>may</strong> enter a password on registration. If left empty, a random password will be generated. This always applies when an administer is creating the account.":"Users <strong>may</strong> enter a password on registration. If left empty, a random password will be generated. This always applies when an administer is creating the account.","Users <strong>cannot</strong> enter a password on registration; a random password will be generated. This always applies for the regular user registration form if e-mail verification is enabled above.":"Users <strong>cannot</strong> enter a password on registration; a random password will be generated. This always applies for the regular user registration form if e-mail verification is enabled above.","Password handling":"Password handling","Choose a password handling mode for new users.":"Choose a password handling mode for new users.","Generated password length":"Generated password length","Set the length of generated passwords here. Allowed range: 5 to 32.":"Set the length of generated passwords here. Allowed range: 5 to 32.","@module_machine_name (examples: <em>@password_eg1</em>, <em>@password_eg2</em>)":"@module_machine_name (examples: <em>@password_eg1</em>, <em>@password_eg2</em>)","Password generation algorithm":"Password generation algorithm","If third party modules define a password generation algorithm, you can select which one this module will use.":"If third party modules define a password generation algorithm, you can select which one this module will use.","Do not display.":"Do not display.","Display when site administrators create new user accounts.":"Display when site administrators create new user accounts.","Display when users create their own accounts.":"Display when users create their own accounts.","Display to both site administrators and users.":"Display to both site administrators and users.","Generated password display":"Generated password display","Whether or not the generated password should display after a user account is created.":"Whether or not the generated password should display after a user account is created.","Generate Password":"Generate Password","Flickr":"Flickr","E-Mail":"E-Mail","Facebook":"Facebook","Website":"Website","Installation":"Installation","Twitter":"Twitter","Youtube":"Youtube","Not installed.":"Not installed.","Platforms":"Platforms","Platform":"Platform","LinkedIn":"LinkedIn","Tumblr":"Tumblr","Google+":"Google+","SlideShare":"SlideShare","Pinterest":"Pinterest","horizontal":"horizontal","vertical":"vertical","Instagram":"Instagram","Weight for type @type":"Weight for type @type","Entity view (@label)":"Entity view (@label)","Checkout progress":"Checkout progress","Workflow Transition form":"Workflow Transition form","@name (@entity_name)":"@name (@entity_name)","Printable Links Block":"Printable Links Block","Simplenews subscription":"Simplenews subscription","Materio Simplenews subscription":"Materio Simplenews subscription","Switch user":"Switch user","Materio sapi search block":"Materio sapi search block","User block":"User block","Social Media Links":"Social Media Links","Automated logout info":"Automated logout info","Xing":"Xing","BitBucket":"BitBucket","VKontakte":"VKontakte","GitHub":"GitHub","Behance":"Behance","Youtube Channel":"Youtube Channel","GitLab":"GitLab","Whatsapp":"Whatsapp","To install: @download and copy it to one of these directories:":"To install: @download and copy it to one of these directories:","Platform URL":"Platform URL","Find / Follow us on %platform":"Find / Follow us on %platform","The description is used for the title and WAI-ARIA attribute.":"The description is used for the title and WAI-ARIA attribute.","Show name":"Show name","Show the platform name next to the icon.":"Show the platform name next to the icon.","Theme hook suggestion":"Theme hook suggestion","A theme hook suggestion can be used to override the default HTML and CSS found in <code>social-media-links-platforms.html</code>.":"A theme hook suggestion can be used to override the default HTML and CSS found in <code>social-media-links-platforms.html</code>.","Remove target attribute":"Remove target attribute","Open in a new browser window or tab (_blank)":"Open in a new browser window or tab (_blank)","Open in the current window (_self)":"Open in the current window (_self)","Open in the frame that is superior to the frame the link is in (_parent)":"Open in the frame that is superior to the frame the link is in (_parent)","Cancel all frames and open in full browser window (_top)":"Cancel all frames and open in full browser window (_top)","Default target":"Default target","Remove rel attribute":"Remove rel attribute","Set nofollow":"Set nofollow","Default rel":"Default rel","Icon Style":"Icon Style","Icon examples and download instructions":"Icon examples and download instructions","Icon Sets":"Icon Sets","Message types":"Message types","Specify for which message types to active the condition. Leaving empty means for all message types.":"Specify for which message types to active the condition. Leaving empty means for all message types.","200 - OK":"200 - OK","403 - Access denied":"403 - Access denied","404 - Page not found":"404 - Page not found","Http status codes":"Http status codes","Http status code":"Http status code","Views pages":"Views pages","View inclusion":"View inclusion","Request path exclusion":"Request path exclusion","Matches links that go through the <a target=\\"Links-module\\" href=\\"http://drupal.org/project/links\\">Links module</a> redirect.":"Matches links that go through the <a target=\\"Links-module\\" href=\\"http://drupal.org/project/links\\">Links module</a> redirect.","All special characters (<code>@characters</code>) must also be escaped with backslashes. Patterns are not case-sensitive. Any <a target=\\"pattern supported by JavaScript\\" href=\\"http://www.javascriptkit.com/javatutors/redev2.shtml\\">pattern supported by JavaScript</a> may be used.":"All special characters (<code>@characters</code>) must also be escaped with backslashes. Patterns are not case-sensitive. Any <a target=\\"pattern supported by JavaScript\\" href=\\"http://www.javascriptkit.com/javatutors/redev2.shtml\\">pattern supported by JavaScript</a> may be used.","Use CSS selectors to exclude entirely or only look inside explicitly specified classes and IDs for external links. These will be passed straight to jQuery for matching.":"Use CSS selectors to exclude entirely or only look inside explicitly specified classes and IDs for external links. These will be passed straight to jQuery for matching.","Disable on admin routes.":"Disable on admin routes.","Whether the extlink module should be disabled on admin routes.":"Whether the extlink module should be disabled on admin routes.","Load exclusions and inclusions externally.":"Load exclusions and inclusions externally.","Whether the extlink JS settings should be added to the page via an external settings file. In the case of a large number of patterns, this will reduce the amount of markup added to each page.":"Whether the extlink JS settings should be added to the page via an external settings file. In the case of a large number of patterns, this will reduce the amount of markup added to each page.","Place an icon next to external links.":"Place an icon next to external links.","Places an <span class=\\"ext\\"> </span>&nbsp; icon next to external links.":"Places an <span class=\\"ext\\"> </span>&nbsp; icon next to external links.","Places an <span class=\\"mailto\\"> </span>&nbsp; icon next to mailto links.":"Places an <span class=\\"mailto\\"> </span>&nbsp; icon next to mailto links.","If checked, images wrapped in an anchor tag will be treated as external links.":"If checked, images wrapped in an anchor tag will be treated as external links.","Use Font Awesome icons instead of images.":"Use Font Awesome icons instead of images.","Add Font Awesome classes to the link as well as an i tag rather than images.":"Add Font Awesome classes to the link as well as an i tag rather than images.","Font Awesome External Links Classes":"Font Awesome External Links Classes","Font Awesome mailto Links Classes":"Font Awesome mailto Links Classes","Font Awesome icon classes":"Font Awesome icon classes","Add icon in front of any processed link.":"Add icon in front of any processed link.","If checked, the icon will be placed in front of any external link, otherwise it will be placed behind it.":"If checked, the icon will be placed in front of any external link, otherwise it will be placed behind it.","Exclude links with the same primary domain.":"Exclude links with the same primary domain.","For example, a link from \'www.example.com\' to the subdomain of \'my.example.com\' would be excluded.":"For example, a link from \'www.example.com\' to the subdomain of \'my.example.com\' would be excluded.","Open external links in a new window or tab.":"Open external links in a new window or tab.","A link will open in a new window or tab (depending on which web browser is used and how it is configured).":"A link will open in a new window or tab (depending on which web browser is used and how it is configured).","Do not alter links with a default target value":"Do not alter links with a default target value","A link that specifies target=\'_self\' will not be changed to target=\'_blank\'.":"A link that specifies target=\'_self\' will not be changed to target=\'_blank\'.","Tag external links as \\"noreferrer\\".":"Tag external links as \\"noreferrer\\".","Tag external links as \\"no follow\\".":"Tag external links as \\"no follow\\".","Do not override rel=\\"follow\\", if set":"Do not override rel=\\"follow\\", if set","Display a pop-up warning when any external link is clicked.":"Display a pop-up warning when any external link is clicked.","Text to display in the pop-up warning box.":"Text to display in the pop-up warning box.","Whitelisted domains.":"Whitelisted domains.","Enter a line-separated list of whitelisted domains (ie \\"example.com\\").":"Enter a line-separated list of whitelisted domains (ie \\"example.com\\").","Exclude links matching the pattern.":"Exclude links matching the pattern.","Include links matching the pattern.":"Include links matching the pattern.","Pattern matching.":"Pattern matching.","Exclude links inside these CSS selectors.":"Exclude links inside these CSS selectors.","Enter a comma-separated list of CSS selectors (ie \\"#block-block-2 .content, ul.menu\\").":"Enter a comma-separated list of CSS selectors (ie \\"#block-block-2 .content, ul.menu\\").","Only look for links inside these CSS selectors.":"Only look for links inside these CSS selectors.","CSS Matching.":"CSS Matching.","External Links Settings":"External Links Settings","The human-readable name of this server.":"The human-readable name of this server.","A unique machine-readable name for this server. It must only contain lowercase letters, numbers, and underscores.":"A unique machine-readable name for this server. It must only contain lowercase letters, numbers, and underscores.","Schema":"Schema","The schema to use with this server.":"The schema to use with this server.","Enabled extensions":"Enabled extensions","Schema configuration":"Schema configuration","Endpoint":"Endpoint","The endpoint for http queries. Has to start with a forward slash. For example \\"/graphql\\".":"The endpoint for http queries. Has to start with a forward slash. For example \\"/graphql\\".","Allow query batching":"Allow query batching","Whether batched queries are allowed.":"Whether batched queries are allowed.","Enable caching":"Enable caching","Whether caching of queries and partial results is enabled.":"Whether caching of queries and partial results is enabled.","Add debugMessage key containing the exception message to errors.":"Add debugMessage key containing the exception message to errors.","Include the formatted original backtrace in errors.":"Include the formatted original backtrace in errors.","Rethrow the internal GraphQL exceptions":"Rethrow the internal GraphQL exceptions","Rethrow unsafe GraphQL exceptions, these are exceptions that have not been marked as safe to expose to clients.":"Rethrow unsafe GraphQL exceptions, these are exceptions that have not been marked as safe to expose to clients.","Debug settings":"Debug settings","It is recommended to disable all debugging in production. During development you can enable the information that you need above.":"It is recommended to disable all debugging in production. During development you can enable the information that you need above.","Edit %label server":"Edit %label server","Updating schema configuration form.":"Updating schema configuration form.","Confirm account":"Confirm account","You are currently authenticated as user %user.":"You are currently authenticated as user %user.","You have just used your one-time login link. Your account is now active and you are authenticated.":"You have just used your one-time login link. Your account is now active and you are authenticated.","[user:display-name],\\r\\n\\r\\nThank you for registering at [site:name]. You may now log in and verify your account by clicking this link or copying and pasting it to your browser:\\r\\n\\r\\n[user:registrationpassword-url]\\r\\n\\r\\nThis link can only be used once. You will be able to log in at [site:login-url] in the future using:\\r\\n\\r\\nusername: [user:name]\\r\\npassword: your password\\r\\n\\r\\n-- [site:name] team":"[user:display-name],\\r\\n\\r\\nThank you for registering at [site:name]. You may now log in and verify your account by clicking this link or copying and pasting it to your browser:\\r\\n\\r\\n[user:registrationpassword-url]\\r\\n\\r\\nThis link can only be used once. You will be able to log in at [site:login-url] in the future using:\\r\\n\\r\\nusername: [user:name]\\r\\npassword: your password\\r\\n\\r\\n-- [site:name] team","Edit the welcome email messages sent to new members upon registering, when no administrator approval is required and password has already been set.":"Edit the welcome email messages sent to new members upon registering, when no administrator approval is required and password has already been set.","Available variables are: [site:name], [site:url], [user:display-name], [user:account-name], [user:mail], [site:login-url], [site:url-brief], [user:edit-url], [user:one-time-login-url], [user:cancel-url], [user:registrationpassword-url].":"Available variables are: [site:name], [site:url], [user:display-name], [user:account-name], [user:mail], [site:login-url], [site:url-brief], [user:edit-url], [user:one-time-login-url], [user:cancel-url], [user:registrationpassword-url].","Do not require a verification email, and let users set their password on the registration form.":"Do not require a verification email, and let users set their password on the registration form.","Require a verification email, but wait for the approval email to let users set their password.":"Require a verification email, but wait for the approval email to let users set their password.","Require a verification email, but let users set their password directly on the registration form.":"Require a verification email, but let users set their password directly on the registration form.","Choose whether new users can set their password directly on the registration form and login during registration (without email confirmation), or if they will be required to validate their email address prior to logging into the site, and will be assigned a system-generated password, or they can set a password during registration, but first have to confirm their account via the activation email sent after registration is complete, before they can log in to the site.":"Choose whether new users can set their password directly on the registration form and login during registration (without email confirmation), or if they will be required to validate their email address prior to logging into the site, and will be assigned a system-generated password, or they can set a password during registration, but first have to confirm their account via the activation email sent after registration is complete, before they can log in to the site.","Enable Account activation link expiration":"Enable Account activation link expiration","This option enables site admins to expire activation links after the expiration time has passed. People are still able to request a new activation email via the password reset form after this time expires to activate their account via a new activation email.":"This option enables site admins to expire activation links after the expiration time has passed. People are still able to request a new activation email via the password reset form after this time expires to activate their account via a new activation email.","Account activation link expiration":"Account activation link expiration","Enter the expiration time for the activation link (aka first time login link) sent in the activation email. The default is set to 86400 seconds (= 24 hours).":"Enter the expiration time for the activation link (aka first time login link) sent in the activation email. The default is set to 86400 seconds (= 24 hours).","Welcome (no approval required, password is set)":"Welcome (no approval required, password is set)","Registration password URL":"Registration password URL","The username %value is already taken.":"The username %value is already taken.","Cart item update":"Cart item update","Cart clear":"Cart clear","Cart canonical":"Cart canonical","Cart coupons":"Cart coupons","Cart remove item":"Cart remove item","Cart add":"Cart add","Cart collection":"Cart collection","Cart items update":"Cart items update","Resource name":"Resource name","@label <sup>(read-only)</sup>":"@label <sup>(read-only)</sup>","REST resources":"REST resources","Here you can enable and disable available resources. Once a resource has been enabled, you can restrict its formats and authentication by clicking on its \\"Edit\\" link.":"Here you can enable and disable available resources. Once a resource has been enabled, you can restrict its formats and authentication by clicking on its \\"Edit\\" link.","[site:name]: Email verification":"[site:name]: Email verification","Verify your Email by following the link: [user:verify-email]":"Verify your Email by following the link: [user:verify-email]","[site:name]: Account blocked, please verify Email address":"[site:name]: Account blocked, please verify Email address","Your account is blocked. Your Email may still be verified by following the link: [user:verify-email-extended]":"Your account is blocked. Your Email may still be verified by following the link: [user:verify-email-extended]","Skip roles":"Skip roles","Select the roles for which we should not verify the Email address.":"Select the roles for which we should not verify the Email address.","Verification time interval":"Verification time interval","Enter the time interval in seconds in which the user must validate Email.":"Enter the time interval in seconds in which the user must validate Email.","Send reminder":"Send reminder","Select the number of reminders to be sent spread equally through the time interval in which the user must validate Email.":"Select the number of reminders to be sent spread equally through the time interval in which the user must validate Email.","Verification mail subject":"Verification mail subject","Subject for Email when user is requesting a new verification link or Verify your Email reminder mail.":"Subject for Email when user is requesting a new verification link or Verify your Email reminder mail.","Verification mail body":"Verification mail body","Use [user:verify-email] to display the link to Email verification.":"Use [user:verify-email] to display the link to Email verification.","Enable extended verification period":"Enable extended verification period","Extended verification period allows you to define another time period when the account can be still verified even after being blocked.":"Extended verification period allows you to define another time period when the account can be still verified even after being blocked.","Extended verification time interval":"Extended verification time interval","Enter the extended time interval in seconds (the time after \\"Verification time interval\\") in which the user must validate Email before the account gets deleted completely.":"Enter the extended time interval in seconds (the time after \\"Verification time interval\\") in which the user must validate Email before the account gets deleted completely.","Mail subject":"Mail subject","Subject for Email when an account is blocked after not being verified.":"Subject for Email when an account is blocked after not being verified.","Mail body":"Mail body","Use [user:verify-email-extended] to display the link to Email verification.":"Use [user:verify-email-extended] to display the link to Email verification.","Extended verification period":"Extended verification period","User Email verification":"User Email verification","Verify-email extended URL":"Verify-email extended URL","Verify-email URL":"Verify-email URL","An error occurred while trying to index items. Check the logs for details.":"An error occurred while trying to index items. Check the logs for details.","Suggest additional words":"Suggest additional words","Suggest word endings":"Suggest word endings","Suggest additional words the user might want to search for.":"Suggest additional words the user might want to search for.","Create excerpt":"Create excerpt","Excerpt length":"Excerpt length","Exclude fields from excerpt":"Exclude fields from excerpt","Search API settings":"Search API settings","Autocomplete suggestions":"Autocomplete suggestions","Invalid or missing datasource plugin: %datasource_id":"Invalid or missing datasource plugin: %datasource_id","Index @name":"Index @name","Entity datasource configuration":"Entity datasource configuration","Selected field":"Selected field","The user roles which will be active when the entity is rendered":"The user roles which will be active when the entity is rendered","Search API DB settings":"Search API DB settings","Name of the database we are connecting to":"Name of the database we are connecting to","My backend":"My backend","The search index %name has been enabled.":"The search index %name has been enabled.","My datasource":"My datasource","Weight for processor %title":"Weight for processor %title","Add search index":"Add search index","Please configure the used datasources.":"Please configure the used datasources.","Are you sure you want to reindex the search index %name?":"Are you sure you want to reindex the search index %name?","The search index %name was successfully reindexed.":"The search index %name was successfully reindexed.","Failed to reindex items for the search index %name.":"Failed to reindex items for the search index %name.","All indexed data was successfully deleted from the server.":"All indexed data was successfully deleted from the server.","Deleting a server will disable all its indexes and their searches.":"Deleting a server will disable all its indexes and their searches.","The search server %name has been deleted.":"The search server %name has been deleted.","Are you sure you want to disable the search server %name?":"Are you sure you want to disable the search server %name?","The search server %name has been disabled.":"The search server %name has been disabled.","Add search server":"Add search server","The backend plugin is missing or invalid.":"The backend plugin is missing or invalid.","The server was successfully saved.":"The server was successfully saved.","The server could not be saved.":"The server could not be saved.","This datasource doesn\'t have any view modes available. It is therefore not possible to display results of this datasource using this row plugin.":"This datasource doesn\'t have any view modes available. It is therefore not possible to display results of this datasource using this row plugin.","My Processor":"My Processor","Does … something.":"Does … something.","Search API query":"Search API query","Minimum search string length":"Minimum search string length","Fields to search on":"Fields to search on","The selected view modes for each datasource, by bundle":"The selected view modes for each datasource, by bundle","The selected view modes for the datasource, by bundle":"The selected view modes for the datasource, by bundle","View modes for each datasource":"View modes for each datasource","Database Search Defaults":"Database Search Defaults","My data type":"My data type","Exposes my custom items as a datasource.":"Exposes my custom items as a datasource.","Default View mode for datasource %name":"Default View mode for datasource %name","The keyword to look for.":"The keyword to look for.","disabled (<a href=\\":url\\">enable</a>)":"disabled (<a href=\\":url\\">enable</a>)","The selected languages":"The selected languages","The datasource ID of the field":"The datasource ID of the field","Search API rendered item":"Search API rendered item","Search API datasource":"Search API datasource","The indexing workflow was successfully edited.":"The indexing workflow was successfully edited.","(No description available)":"(No description available)","@datasource datasource":"@datasource datasource","Datasource settings":"Datasource settings","My display":"My display","Execute tasks now":"Execute tasks now","There is currently @count task pending for this server.\\u0003There are currently @count tasks pending for this server.":"There is currently @count task pending for this server.\\u0003There are currently @count tasks pending for this server.","View %view_name, display %display_title":"View %view_name, display %display_title","Show the status of all search indexes.":"Show the status of all search indexes.","Alias to show the status of all search indexes.":"Alias to show the status of all search indexes.","Clear all search indexes.":"Clear all search indexes.","Alias to clear all search indexes.":"Alias to clear all search indexes.","% Complete":"% Complete","Show the status of the search index with the ID @name.":"Show the status of the search index with the ID @name.","Enable the @server search server.":"Enable the @server search server.","Alias to enable the @server search server.":"Alias to enable the @server search server.","Alias to disable the @server search server.":"Alias to disable the @server search server.","Default field configuration":"Default field configuration","The properties to be aggregated":"The properties to be aggregated","It is recommended not to use this processor with the selected server.":"It is recommended not to use this processor with the selected server.","Processor %id specifies a non-existing class %class.":"Processor %id specifies a non-existing class %class.","Single phrase":"Single phrase","Multiple words":"Multiple words","Database Search":"Database Search","You can choose the view modes to use for rendering the items of different datasources and bundles. We recommend using a dedicated view mode (for example, the \\"Search index\\" view mode available by default for content) to make sure that only relevant data (especially no field labels) will be included in the index.":"You can choose the view modes to use for rendering the items of different datasources and bundles. We recommend using a dedicated view mode (for example, the \\"Search index\\" view mode available by default for content) to make sure that only relevant data (especially no field labels) will be included in the index.","No fields have been added for this datasource.":"No fields have been added for this datasource.","Time-based caching (Search API)":"Time-based caching (Search API)","Tag-based caching (Search API)":"Tag-based caching (Search API)","Clear all search indexes on the search server @server.":"Clear all search indexes on the search server @server.","Alias to clear all search indexes on the search server @server.":"Alias to clear all search indexes on the search server @server.","Datasource boost settings":"Datasource boost settings","Base boost for the datasource":"Base boost for the datasource","The boost value for this bundle":"The boost value for this bundle","Boost settings for %datasource":"Boost settings for %datasource","Default boost for items from this datasource":"Default boost for items from this datasource","Adds a boost to indexed items based on their datasource and/or bundle.":"Adds a boost to indexed items based on their datasource and/or bundle.","Display field with matches of the search keywords highlighted, if available.":"Display field with matches of the search keywords highlighted, if available.","There are no indexes defined. Please create an index before trying to enable it.":"There are no indexes defined. Please create an index before trying to enable it.","You must specify at least one index to enable.":"You must specify at least one index to enable.","There are no indexes defined. Please create an index before trying to disable it.":"There are no indexes defined. Please create an index before trying to disable it.","You must specify at least one index to disable.":"You must specify at least one index to disable.","@index was not found":"@index was not found","Invalid index ID \\"@index_id\\".":"Invalid index ID \\"@index_id\\".","Invalid server ID \\"@server_id\\".":"Invalid server ID \\"@server_id\\".","Updated 1 server.\\u0003Updated @count servers.":"Updated 1 server.\\u0003Updated @count servers.","Partial matching":"Partial matching","Video file display format settings":"Video file display format settings","Multiple file display: Multiple HTML tags":"Multiple file display: Multiple HTML tags","Multiple file display: One HTML tag with multiple sources":"Multiple file display: One HTML tag with multiple sources","Root-relative file URL":"Root-relative file URL","An entity field containing a file URI, and a computed root-relative file URL.":"An entity field containing a file URI, and a computed root-relative file URL.","Backwards compatibility mode has been enabled for File entities\' HAL normalization of the \\"uri\\" field. Like before, it will continue to return only the absolute file URL. If you want the new behavior, which returns both the stored URI and a root-relative file URL, <a href=\\"https://www.drupal.org/node/2925783\\">read the change record to learn how to opt in.</a>":"Backwards compatibility mode has been enabled for File entities\' HAL normalization of the \\"uri\\" field. Like before, it will continue to return only the absolute file URL. If you want the new behavior, which returns both the stored URI and a root-relative file URL, <a href=\\"https://www.drupal.org/node/2925783\\">read the change record to learn how to opt in.</a>","Whether to retain pre Drupal 8.5 behavior of normalizing the File entity \\"uri\\" field value to an absolute URL.":"Whether to retain pre Drupal 8.5 behavior of normalizing the File entity \\"uri\\" field value to an absolute URL.","@title field is required if there is @uri input.":"@title field is required if there is @uri input.","The Media module manages the creation, editing, deletion, settings, and display of media. Items are typically images, documents, slideshows, YouTube videos, tweets, Instagram photos, etc. You can reference media items from any other content on your site. For more information, see the <a href=\\":media\\">online documentation for the Media module</a>.":"The Media module manages the creation, editing, deletion, settings, and display of media. Items are typically images, documents, slideshows, YouTube videos, tweets, Instagram photos, etc. You can reference media items from any other content on your site. For more information, see the <a href=\\":media\\">online documentation for the Media module</a>.","Media items are listed at the <a href=\\":media-collection\\">media administration page</a>.":"Media items are listed at the <a href=\\":media-collection\\">media administration page</a>.","Users with permission to administer content types can add media support by adding a media reference field to the content type on the content type administration page. (The same is true of block types, taxonomy terms, user profiles, and other content that supports fields.) A media reference field can refer to any configured media type. It is possible to allow multiple media types in the same field.":"Users with permission to administer content types can add media support by adding a media reference field to the content type on the content type administration page. (The same is true of block types, taxonomy terms, user profiles, and other content that supports fields.) A media reference field can refer to any configured media type. It is possible to allow multiple media types in the same field.","Differences between Media, File, and Image reference fields":"Differences between Media, File, and Image reference fields","<em>Media</em> reference fields offer several advantages over basic <em>File</em> and <em>Image</em> references:":"<em>Media</em> reference fields offer several advantages over basic <em>File</em> and <em>Image</em> references:","Media reference fields can reference multiple media types in the same field.":"Media reference fields can reference multiple media types in the same field.","Fields can also be added to media types themselves, which means that custom metadata like descriptions and taxonomy tags can be added for the referenced media. (Basic file and image fields do not support this.)":"Fields can also be added to media types themselves, which means that custom metadata like descriptions and taxonomy tags can be added for the referenced media. (Basic file and image fields do not support this.)","Media types for audio and video files are provided by default, so there is no need for additional configuration to upload these media.":"Media types for audio and video files are provided by default, so there is no need for additional configuration to upload these media.","Contributed or custom projects can provide additional media sources (such as third-party websites, Twitter, etc.).":"Contributed or custom projects can provide additional media sources (such as third-party websites, Twitter, etc.).","Existing media items can be reused on any other content items with a media reference field.":"Existing media items can be reused on any other content items with a media reference field.","Use <em>Media</em> reference fields for most files, images, audio, videos, and remote media. Use <em>File</em> or <em>Image</em> reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.":"Use <em>Media</em> reference fields for most files, images, audio, videos, and remote media. Use <em>File</em> or <em>Image</em> reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.","<em>The media source cannot be changed after the media type is created.</em>":"<em>The media source cannot be changed after the media type is created.</em>","Use audio files for reusable media.":"Use audio files for reusable media.","Use video files for reusable media.":"Use video files for reusable media.","The destination system contains data which was not created by a migration.":"The destination system contains data which was not created by a migration.","source_module enforcement tags":"source_module enforcement tags","Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal 8. See the <a href=\\":url\\">Drupal site upgrades handbook</a> for more information.":"Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal 8. See the <a href=\\":url\\">Drupal site upgrades handbook</a> for more information.","This empty Drupal 8 installation you will import the old site to.":"This empty Drupal 8 installation you will import the old site to.","WARNING: Content may be overwritten on your new site.":"WARNING: Content may be overwritten on your new site.","I acknowledge I may lose data. Continue anyway.":"I acknowledge I may lose data. Continue anyway.","There is conflicting content of these types:":"There is conflicting content of these types:","It looks like you have content on your new site which <strong>may be overwritten</strong> if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the <a target=\\"_blank\\" href=\\":id-conflicts-handbook\\">upgrade handbook</a>.":"It looks like you have content on your new site which <strong>may be overwritten</strong> if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the <a target=\\"_blank\\" href=\\":id-conflicts-handbook\\">upgrade handbook</a>.","It looks like you are migrating translated content from your old site. Possible ID conflicts for translations are not automatically detected in the current version of Drupal. Refer to the <a target=\\"_blank\\" href=\\":id-conflicts-handbook\\">upgrade handbook</a> for instructions on how to avoid ID conflicts with translated content.":"It looks like you are migrating translated content from your old site. Possible ID conflicts for translations are not automatically detected in the current version of Drupal. Refer to the <a target=\\"_blank\\" href=\\":id-conflicts-handbook\\">upgrade handbook</a> for instructions on how to avoid ID conflicts with translated content.","On the <a href=\\":cache-settings\\">Performance page</a>, you can configure how long browsers and proxies may cache pages based on the Cache-Control header; this setting is ignored by the Internal Page Cache module, which caches pages permanently until invalidation, unless they carry an Expires header. There is no other configuration.":"On the <a href=\\":cache-settings\\">Performance page</a>, you can configure how long browsers and proxies may cache pages based on the Cache-Control header; this setting is ignored by the Internal Page Cache module, which caches pages permanently until invalidation, unless they carry an Expires header. There is no other configuration.","Either the path \'@link_path\' is invalid or you do not have access to it.":"Either the path \'@link_path\' is invalid or you do not have access to it.","The Settings Tray module allows users with the <a href=\\":administer_block_permission\\">Administer blocks</a> and <a href=\\":contextual_permission\\">Use contextual links</a> permissions to edit blocks without visiting a separate page. For more information, see the <a href=\\":handbook_url\\">online documentation for the Settings Tray module</a>.":"The Settings Tray module allows users with the <a href=\\":administer_block_permission\\">Administer blocks</a> and <a href=\\":contextual_permission\\">Use contextual links</a> permissions to edit blocks without visiting a separate page. For more information, see the <a href=\\":handbook_url\\">online documentation for the Settings Tray module</a>.","Editing blocks in place":"Editing blocks in place","To edit blocks in place, either click the <strong>Edit</strong> button in the toolbar and then click on the block, or choose \\"Quick edit\\" from the block\'s contextual link. (See the <a href=\\":contextual\\">Contextual Links module help</a> for more information about how to use contextual links.)":"To edit blocks in place, either click the <strong>Edit</strong> button in the toolbar and then click on the block, or choose \\"Quick edit\\" from the block\'s contextual link. (See the <a href=\\":contextual\\">Contextual Links module help</a> for more information about how to use contextual links.)","The Settings Tray for the block will open in a sidebar, with a compact form for configuring what the block shows.":"The Settings Tray for the block will open in a sidebar, with a compact form for configuring what the block shows.","Save the form and the changes will be immediately visible on the page.":"Save the form and the changes will be immediately visible on the page.","Provides a sidebar to configure blocks on the page.":"Provides a sidebar to configure blocks on the page.","The ID of the node to which these statistics apply.":"The ID of the node to which these statistics apply.","Specify the format of the syslog entry. Available variables are: <dl><dt><code>!base_url</code></dt><dd>Base URL of the site.</dd><dt><code>!timestamp</code></dt><dd>Unix timestamp of the log entry.</dd><dt><code>!type</code></dt><dd>The category to which this message belongs.</dd><dt><code>!ip</code></dt><dd>IP address of the user triggering the message.</dd><dt><code>!request_uri</code></dt><dd>The requested URI.</dd><dt><code>!referer</code></dt><dd>HTTP Referer if available.</dd><dt><code>!severity</code></dt><dd>The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).</dd><dt><code>!uid</code></dt><dd>User ID.</dd><dt><code>!link</code></dt><dd>A link to associate with the message.</dd><dt><code>!message</code></dt><dd>The message to store in the log.</dd></dl>":"Specify the format of the syslog entry. Available variables are: <dl><dt><code>!base_url</code></dt><dd>Base URL of the site.</dd><dt><code>!timestamp</code></dt><dd>Unix timestamp of the log entry.</dd><dt><code>!type</code></dt><dd>The category to which this message belongs.</dd><dt><code>!ip</code></dt><dd>IP address of the user triggering the message.</dd><dt><code>!request_uri</code></dt><dd>The requested URI.</dd><dt><code>!referer</code></dt><dd>HTTP Referer if available.</dd><dt><code>!severity</code></dt><dd>The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).</dd><dt><code>!uid</code></dt><dd>User ID.</dd><dt><code>!link</code></dt><dd>A link to associate with the message.</dd><dt><code>!message</code></dt><dd>The message to store in the log.</dd></dl>","Either the path \'%path\' is invalid or you do not have access to it.":"Either the path \'%path\' is invalid or you do not have access to it.","Enable this option to output an absolute link. Required if you want to use the path as a link destination.":"Enable this option to output an absolute link. Required if you want to use the path as a link destination.","Enforce a <code>destination</code> parameter in the link to return the user to the original view upon completing the link action. Most operations include a destination by default and this setting is no longer needed.":"Enforce a <code>destination</code> parameter in the link to return the user to the original view upon completing the link action. Most operations include a destination by default and this setting is no longer needed.","Hint text that appears inside the Min field when empty.":"Hint text that appears inside the Min field when empty.","Hint text that appears inside the Max field when empty.":"Hint text that appears inside the Max field when empty.","There are no workflow types available. In order to create workflows you need to install a module that provides a workflow type. For example, the <a href=\\":content-moderation\\">Content Moderation</a> module provides a workflow type that enables workflows for content entities.":"There are no workflow types available. In order to create workflows you need to install a module that provides a workflow type. For example, the <a href=\\":content-moderation\\">Content Moderation</a> module provides a workflow type that enables workflows for content entities.","No moderated content available. Only pending versions of content, such as drafts, are listed here.":"No moderated content available. Only pending versions of content, such as drafts, are listed here.","Name (A-Z)":"Name (A-Z)","Name (Z-A)":"Name (Z-A)","The Content Moderation module allows you to expand on Drupal\'s \\"unpublished\\" and \\"published\\" states for content. It allows you to have a published version that is live, but have a separate working copy that is undergoing review before it is published. This is achieved by using <a href=\\":workflows\\">Workflows</a> to apply different states and transitions to entities as needed. For more information, see the <a href=\\":content_moderation\\">online documentation for the Content Moderation module</a>.":"The Content Moderation module allows you to expand on Drupal\'s \\"unpublished\\" and \\"published\\" states for content. It allows you to have a published version that is live, but have a separate working copy that is undergoing review before it is published. This is achieved by using <a href=\\":workflows\\">Workflows</a> to apply different states and transitions to entities as needed. For more information, see the <a href=\\":content_moderation\\">online documentation for the Content Moderation module</a>.","Content Moderation allows you to apply <a href=\\":workflows\\">Workflows</a> to content, custom blocks, and other <a href=\\":field_help\\" title=\\"Field module help, with background on content entities\\">content entities</a>, to provide more fine-grained publishing options. For example, a Basic page might have states such as Draft and Published, with allowed transitions such as Draft to Published (making the current revision \\"live\\"), and Published to Draft (making a new draft revision of published content).":"Content Moderation allows you to apply <a href=\\":workflows\\">Workflows</a> to content, custom blocks, and other <a href=\\":field_help\\" title=\\"Field module help, with background on content entities\\">content entities</a>, to provide more fine-grained publishing options. For example, a Basic page might have states such as Draft and Published, with allowed transitions such as Draft to Published (making the current revision \\"live\\"), and Published to Draft (making a new draft revision of published content).","You can view a list of content awaiting moderation on the <a href=\\":moderated\\">moderated content page</a>. This will show any content in an unpublished state, such as Draft or Archived, to help surface content that requires more work from content editors.":"You can view a list of content awaiting moderation on the <a href=\\":moderated\\">moderated content page</a>. This will show any content in an unpublished state, such as Draft or Archived, to help surface content that requires more work from content editors.","Each transition is exposed as a permission. If a user has the permission for a transition, they can use the transition to change the state of the content item, from Draft to Published.":"Each transition is exposed as a permission. If a user has the permission for a transition, they can use the transition to change the state of the content item, from Draft to Published.","Content translation bundle settings":"Content translation bundle settings","Bundle settings values":"Bundle settings values","This layout builder tool allows you to configure the layout of the main content area.":"This layout builder tool allows you to configure the layout of the main content area.","Layout Builder provides layout building utility.":"Layout Builder provides layout building utility.","For more information, see the <a href=\\":layout-builder-documentation\\">online documentation for the Layout Builder module</a>.":"For more information, see the <a href=\\":layout-builder-documentation\\">online documentation for the Layout Builder module</a>.","Provides layout building utility.":"Provides layout building utility.","Configure any layout":"Configure any layout","Per-view-mode Layout Builder settings":"Per-view-mode Layout Builder settings","Allow a customized layout":"Allow a customized layout","The layout override has been saved.":"The layout override has been saved.","The changes to the layout have been discarded.":"The changes to the layout have been discarded.","@entity being viewed":"@entity being viewed","You must revert all customized layouts of this display before you can disable this option.":"You must revert all customized layouts of this display before you can disable this option.","The layout has been reverted back to defaults.":"The layout has been reverted back to defaults.","Create your media on the <a href=\\":add_page\\" target=\\"_blank\\">media add page</a> (opens a new window), then add it by name to the field below.":"Create your media on the <a href=\\":add_page\\" target=\\"_blank\\">media add page</a> (opens a new window), then add it by name to the field below.","The next page provides an overview of the modules that will be upgraded and those that will not be upgraded, before you proceed to perform the upgrade.":"The next page provides an overview of the modules that will be upgraded and those that will not be upgraded, before you proceed to perform the upgrade.","An upgrade has already been performed on this site. To perform a new migration, create a clean and empty new install of Drupal 8. Rollbacks are not yet supported through the user interface. For more information, see the <a href=\\":url\\">upgrading handbook</a>.":"An upgrade has already been performed on this site. To perform a new migration, create a clean and empty new install of Drupal 8. Rollbacks are not yet supported through the user interface. For more information, see the <a href=\\":url\\">upgrading handbook</a>.","Import new configuration and content from old site":"Import new configuration and content from old site","There are no modules installed on your new site to replace these modules. If you proceed with the upgrade now, configuration and/or content needed by these modules will not be available on your new site. For more information, see <a href=\\":review\\">Review the pre-upgrade analysis</a> in the <a href=\\":migrate\\">Upgrading to Drupal 8</a> handbook.":"There are no modules installed on your new site to replace these modules. If you proceed with the upgrade now, configuration and/or content needed by these modules will not be available on your new site. For more information, see <a href=\\":review\\">Review the pre-upgrade analysis</a> in the <a href=\\":migrate\\">Upgrading to Drupal 8</a> handbook.","Drupal will drop support for this version on March 6, 2019. Upgrade to PHP version %recommended or higher to ensure your site can receive updates and remain secure. See <a href=\\"http://php.net/supported-versions.php\\">PHP\'s version support documentation</a> and the <a href=\\":php_requirements\\">Drupal 8 PHP requirements handbook page</a> for more information.":"Drupal will drop support for this version on March 6, 2019. Upgrade to PHP version %recommended or higher to ensure your site can receive updates and remain secure. See <a href=\\"http://php.net/supported-versions.php\\">PHP\'s version support documentation</a> and the <a href=\\":php_requirements\\">Drupal 8 PHP requirements handbook page</a> for more information.","It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See <a href=\\"http://php.net/supported-versions.php\\">PHP\'s version support documentation</a> and the <a href=\\":php_requirements\\">Drupal 8 PHP requirements handbook page</a> for more information.":"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See <a href=\\"http://php.net/supported-versions.php\\">PHP\'s version support documentation</a> and the <a href=\\":php_requirements\\">Drupal 8 PHP requirements handbook page</a> for more information.","An existing \\"Default revision\\" field was found for the @entity_type_label entity type, but no \\"revision_default\\" revision metadata key was found in its definition.":"An existing \\"Default revision\\" field was found for the @entity_type_label entity type, but no \\"revision_default\\" revision metadata key was found in its definition.","An existing \\"Default revision\\" field was found for the @entity_type_label entity type.":"An existing \\"Default revision\\" field was found for the @entity_type_label entity type.","Provide text to display if this field contains an empty result. You may include HTML. You may enter data from this view as per the \\"Replacement patterns\\" in the \\"Rewrite Results\\" section above.":"Provide text to display if this field contains an empty result. You may include HTML. You may enter data from this view as per the \\"Replacement patterns\\" in the \\"Rewrite Results\\" section above.","Experimental installation profile used":"Experimental installation profile used","Experimental profiles are provided for testing purposes only. Use at your own risk. To start building a new site, reinstall Drupal and choose a non-experimental profile.":"Experimental profiles are provided for testing purposes only. Use at your own risk. To start building a new site, reinstall Drupal and choose a non-experimental profile.","Install an example site that shows off some of Drupal’s capabilities.":"Install an example site that shows off some of Drupal’s capabilities.","Search by keyword, ingredient, dish":"Search by keyword, ingredient, dish","Tell us what you think":"Tell us what you think","Banner block":"Banner block","A banner block contains a title, summary, link to content and a background image. The background image is scaled to fill the browser\'s width.":"A banner block contains a title, summary, link to content and a background image. The background image is scaled to fill the browser\'s width.","A disclaimer block contains disclaimer and copyright text.":"A disclaimer block contains disclaimer and copyright text.","Footer promo block":"Footer promo block","A footer promo block contains a title, promo text, and a \\"find out more\\" link.":"A footer promo block contains a title, promo text, and a \\"find out more\\" link.","Content Link":"Content Link","Find out more link":"Find out more link","Promo text":"Promo text","Promo title":"Promo title","This image will be used on both the recipe page and wherever the recipe is promoted.":"This image will be used on both the recipe page and wherever the recipe is promoted.","List the ingredients required for this recipe, one per item.":"List the ingredients required for this recipe, one per item.","Recipe category":"Recipe category","Recipe instruction":"Recipe instruction","Provide a short overview of this recipe.":"Provide a short overview of this recipe.","Large 21:9 (1440x620)":"Large 21:9 (1440x620)","Large 21:9 2x (2880x1240)":"Large 21:9 2x (2880x1240)","Large 3:2 2x (1536x1024)":"Large 3:2 2x (1536x1024)","Large 3:2 (768x512)":"Large 3:2 (768x512)","Medium 21:9 (1024x440)":"Medium 21:9 (1024x440)","Medium 3:2 2x (1200x800)":"Medium 3:2 2x (1200x800)","Medium 3:2 (600x400)":"Medium 3:2 (600x400)","Medium 8:7 (266x236)":"Medium 8:7 (266x236)","Scale crop 7:3 large":"Scale crop 7:3 large","Small 21:9 (768x330)":"Small 21:9 (768x330)","Square Large":"Square Large","Square Medium":"Square Medium","Square Small":"Square Small","3:2 Image":"3:2 Image","Hero or Banner":"Hero or Banner","Articles aside":"Articles aside","More featured articles":"More featured articles","A view to create a list of featured articles from the Umami website.":"A view to create a list of featured articles from the Umami website.","Territory":"Territory","Territories":"Territories","Label type":"Label type","Add territory":"Add territory","Please add at least one territory.":"Please add at least one territory.","Zone territory":"Zone territory","Country field settings":"Country field settings","Zone field settings":"Zone field settings","Default address widget settings":"Default address widget settings","Default zone widget settings":"Default zone widget settings","Show the zone label field":"Show the zone label field","Country source":"Country source","Country contextual filter ID":"Country contextual filter ID","Exposed country filter ID":"Exposed country filter ID","Predefined country for administrative areas":"Predefined country for administrative areas","Zone label":"Zone label","Limit by postal code":"Limit by postal code","An entity field containing a country":"An entity field containing a country","An entity field containing a zone":"An entity field containing a zone","Zone label field: @status":"Zone label field: @status","A predefined country code":"A predefined country code","The value of a contextual filter":"The value of a contextual filter","The value of an exposed filter":"The value of an exposed filter","Country contextual filter":"Country contextual filter","You must add a contextual filter for the country code to use this filter for administrative areas.":"You must add a contextual filter for the country code to use this filter for administrative areas.","Exposed country filter to determine values":"Exposed country filter to determine values","You must add a filter for the country code to use this filter for administrative areas.":"You must add a filter for the country code to use this filter for administrative areas.","Dynamic (an appropriate label will be set based on the active country)":"Dynamic (an appropriate label will be set based on the active country)","The country contextual filter must be defined for this filter to work using \'contextual filter\' for the \'Country source\'.":"The country contextual filter must be defined for this filter to work using \'contextual filter\' for the \'Country source\'.","This filter must be exposed to use a contextual filter to specify the country.":"This filter must be exposed to use a contextual filter to specify the country.","The country filter must be defined for this filter to work using \'exposed filter\' for the \'Country source\'.":"The country filter must be defined for this filter to work using \'exposed filter\' for the \'Country source\'.","This filter must be exposed to use a filter to specify the country.":"This filter must be exposed to use a filter to specify the country.","The predefined country must be set for this filter to work.":"The predefined country must be set for this filter to work.","The source for the country must be defined for this filter to work.":"The source for the country must be defined for this filter to work.","You can only select options here if you use a predefined country for the \'Country source\'.":"You can only select options here if you use a predefined country for the \'Country source\'.","exposed: country set via contextual filter":"exposed: country set via contextual filter","exposed: country set via exposed filter":"exposed: country set via exposed filter","exposed: fixed country: @country":"exposed: fixed country: @country","fixed country: @country":"fixed country: @country","broken configuration":"broken configuration","Field overrides":"Field overrides","Display the country name instead of the country code":"Display the country name instead of the country code","Subdivision":"Subdivision","Display the subdivision name instead of the subdivision code":"Display the subdivision name instead of the subdivision code","Use field overrides to override the country-specific address format, forcing specific fields to always be hidden, optional, or required.":"Use field overrides to override the country-specific address format, forcing specific fields to always be hidden, optional, or required.","Toolbar settings":"Toolbar settings","key":"key","Success":"Success","Release":"Release","Expire date":"Expire date","Queue ID":"Queue ID","Use an icon":"Use an icon","queue":"queue","Failure":"Failure","Ellipsis":"Ellipsis","Limit: @limit":"Limit: @limit","Timeout":"Timeout","Redirect url":"Redirect url","px":"px","Fade in":"Fade in","Resizable":"Resizable","Draggable":"Draggable","Slide down":"Slide down","Slide Up":"Slide Up","Fade out":"Fade out","Forgot password?":"Forgot password?","PayPal":"PayPal","Categories":"Categories","Code":"Code","Payments":"Payments","store":"store","Events":"Events","order":"order","Checkout":"Checkout","Equals":"Equals","Visibility settings":"Visibility settings","Create account":"Create account","API key":"API key","Manual":"Manual","Expired":"Expired","Sidebar":"Sidebar","Tax rate":"Tax rate","promotion":"promotion","Billing address":"Billing address","Mastercard":"Mastercard","American Express":"American Express","Refund":"Refund","Percentage":"Percentage","Live":"Live","Commerce (contrib)":"Commerce (contrib)","Transaction ID":"Transaction ID","Cost":"Cost","Product ID":"Product ID","Product title":"Product title","Product count":"Product count","Shippable":"Shippable","Order ID":"Order ID","Currency Code":"Currency Code","Attribute Name":"Attribute Name","Profile ID":"Profile ID","Order status":"Order status","Base rate":"Base rate","Billing first name":"Billing first name","Billing last name":"Billing last name","Taxed product types":"Taxed product types","Order total":"Order total","Product price":"Product price","Payment amount":"Payment amount","Payment Method":"Payment Method","Currency name":"Currency name","Line item ID":"Line item ID","Line item type":"Line item type","Message ID":"Message ID","Rules component":"Rules component","The field storage type.":"The field storage type.","Response":"Response","Remove condition":"Remove condition","Edit block":"Edit block","Are you sure you want to remove the %label block?":"Are you sure you want to remove the %label block?","Context type":"Context type","Add a relationship":"Add a relationship","Hide fields":"Hide fields","Context value":"Context value","Block display variant":"Block display variant","Plugin Id":"Plugin Id","Are you sure you want to delete the @label condition?":"Are you sure you want to delete the @label condition?","No required conditions have been configured.":"No required conditions have been configured.","No required contexts have been configured.":"No required contexts have been configured.","<strong>Label:</strong> @label<br /> <strong>Type:</strong> @type":"<strong>Label:</strong> @label<br /> <strong>Type:</strong> @type","Are you sure you want to delete the @label context?":"Are you sure you want to delete the @label context?","Context ID":"Context ID","No contexts or relationships have been added.":"No contexts or relationships have been added.","Configure Relationship":"Configure Relationship","Context label":"Context label","Are you sure you want to delete the @label relationship?":"Are you sure you want to delete the @label relationship?","@bundle_type is @bundles or @last":"@bundle_type is @bundles or @last","@bundle_type is @bundle":"@bundle_type is @bundle","Add Condition":"Add Condition","Chaos tools Views":"Chaos tools Views","Reorder fields":"Reorder fields","Disable filters":"Disable filters","Configure sorts":"Configure sorts","Inherit from view":"Inherit from view","@label bundle":"@label bundle","Chaos tools blocks":"Chaos tools blocks","Description of the context":"Description of the context","Set a context value":"Set a context value","No relationships have been added.":"No relationships have been added.","Loaded":"Loaded","Not loaded":"Not loaded","Decimal separator":"Decimal separator","Currency Sign":"Currency Sign","foo":"foo","Exchange rate":"Exchange rate","Locales":"Locales","Edit @label":"Edit @label","Group separator":"Group separator","title":"title","value":"value","Priority":"Priority","name":"name","path":"path","type":"type","Extensions":"Extensions","Session ID":"Session ID","Variable name":"Variable name","Now":"Now","class":"class","template":"template","IP":"IP","Original":"Original","ago":"ago","Parameters":"Parameters","id":"id","Purge":"Purge","Engine":"Engine","Failed":"Failed","Assets":"Assets","Enter username":"Enter username","Username not found":"Username not found","Translations":"Translations","Request":"Request","Event Name":"Event Name","Layouts":"Layouts","Services":"Services","Service":"Service","Timeline":"Timeline","Available":"Available","1 user\\u0003@count users":"1 user\\u0003@count users","Here are the contents of your <code>$_SESSION</code> variable.":"Here are the contents of your <code>$_SESSION</code> variable.","Number of users to display in the list":"Number of users to display in the list","This user can switch back.":"This user can switch back.","Caution: this user will be unable to switch back.":"Caution: this user will be unable to switch back.","Sort query log":"Sort query log","The query table can be sorted in the order that the queries were executed or by descending duration.":"The query table can be sorted in the order that the queries were executed or by descending duration.","Slow query highlighting":"Slow query highlighting","Enter an integer in milliseconds. Any query which takes longer than this many milliseconds will be highlighted in the query log. This indicates a possibly inefficient query, or a candidate for caching.":"Enter an integer in milliseconds. Any query which takes longer than this many milliseconds will be highlighted in the query log. This indicates a possibly inefficient query, or a candidate for caching.","New value":"New value","Session name":"Session name","How many users would you like to generate?":"How many users would you like to generate?","How many nodes would you like to generate?":"How many nodes would you like to generate?","Various blocks, pages, and functions for developers.":"Various blocks, pages, and functions for developers.","Rebuild":"Rebuild","Untranslated":"Untranslated","Field Info":"Field Info","Cache cleared.":"Cache cleared.","Authenticated":"Authenticated","Memory":"Memory","Instances":"Instances","count":"count","PHP Extensions":"PHP Extensions","priority":"priority","Generating Content":"Generating Content","Reinstall":"Reinstall","PHPinfo()":"PHPinfo()","Delete all users (except user id 1) before generating new users.":"Delete all users (except user id 1) before generating new users.","How old should user accounts be?":"How old should user accounts be?","User ages will be distributed randomly from the current time, back to the selected time.":"User ages will be distributed randomly from the current time, back to the selected time.","How far back in time should the nodes be dated?":"How far back in time should the nodes be dated?","Node creation dates will be distributed randomly from the current time, back to the selected time.":"Node creation dates will be distributed randomly from the current time, back to the selected time.","Requires path.module":"Requires path.module","Add an url alias for each node.":"Add an url alias for each node.","Rebuild Menu":"Rebuild Menu","form":"form","Default database":"Default database","access":"access","Total time":"Total time","Caller":"Caller","Controller":"Controller","Libraries":"Libraries","display":"display","View latest":"View latest","Uninstalled and installed: %names.":"Uninstalled and installed: %names.","Field info":"Field info","Deleted %count nodes.":"Deleted %count nodes.","Which roles should the users receive?":"Which roles should the users receive?","Users always receive the <em>authenticated user</em> role.":"Users always receive the <em>authenticated user</em> role.","Maximum number of comments per node.":"Maximum number of comments per node.","You must also enable comments for the content types you are generating. Note that some nodes will randomly receive zero comments. Some will receive the max.":"You must also enable comments for the content types you are generating. Note that some nodes will randomly receive zero comments. Some will receive the max.","Add statistics for each node (node_counter table).":"Add statistics for each node (node_counter table).","List size":"List size","1 user deleted\\u0003@count users deleted.":"1 user deleted\\u0003@count users deleted.","1 node created.\\u0003Finished creating @count nodes":"1 node created.\\u0003Finished creating @count nodes","Routing":"Routing","Set language on nodes":"Set language on nodes","Article":"Article","Advanced Link":"Advanced Link","Delete entity":"Delete entity","General information":"General information","Append":"Append","Replace":"Replace","Metadata":"Metadata","iFrame":"iFrame","Widgets":"Widgets","The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.":"The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.","The image is too small; the minimum dimensions are %dimensions pixels.":"The image is too small; the minimum dimensions are %dimensions pixels.","This text will be used by screen readers, search engines, or when the image cannot be loaded.":"This text will be used by screen readers, search engines, or when the image cannot be loaded.","Save entity":"Save entity","Modal":"Modal","Select files":"Select files","File view mode":"File view mode","The selected @label has already been added.":"The selected @label has already been added.","Modal width":"Modal width","Modal height":"Modal height","Select entities":"Select entities","- Select a view -":"- Select a view -","@type":"@type","View handler settings":"View handler settings","Target UUID":"Target UUID","Recursive rendering detected when rendering entity @entity_type @entity_id. Aborting rendering.":"Recursive rendering detected when rendering entity @entity_type @entity_id. Aborting rendering.","Reference revisions":"Reference revisions","Entity Revision":"Entity Revision","The referenced entity revision":"The referenced entity revision","Field Permissions":"Field Permissions","Set field-level permissions to create, update or view fields.":"Set field-level permissions to create, update or view fields.","All users have this permission":"All users have this permission","Font":"Font","Cache settings":"Cache settings","Excluded paths":"Excluded paths","EXIF":"EXIF","EXIF IFD":"EXIF IFD","IFD type":"IFD type","Event":"Event","Goal":"Goal","Steps":"Steps","Error: @error":"Error: @error","In the <em>Manage</em> administrative menu, navigate to <a href=\\"@people_url\\"><em>People</em></a>.":"In the <em>Manage</em> administrative menu, navigate to <a href=\\"@people_url\\"><em>People</em></a>.","Image URL":"Image URL","Password reset":"Password reset","Uppercase":"Uppercase","Entity bundle":"Entity bundle","Entity translation":"Entity translation","Contact Forms":"Contact Forms","Honeypot time limit":"Honeypot time limit","Minimum time required before form should be considered entered by a human instead of a bot. Set to 0 to disable.":"Minimum time required before form should be considered entered by a human instead of a bot. Set to 0 to disable.","Check the boxes next to individual forms on which you\'d like Honeypot protection enabled.":"Check the boxes next to individual forms on which you\'d like Honeypot protection enabled.","User Registration form":"User Registration form","The time limit must be a positive integer or 0.":"The time limit must be a positive integer or 0.","General Forms":"General Forms","User Password Reset form":"User Password Reset form","Node Forms":"Node Forms","@name node form":"@name node form","Comment Forms":"Comment Forms","Log blocked form submissions":"Log blocked form submissions","Log submissions that are blocked due to Honeypot protection.":"Log submissions that are blocked due to Honeypot protection.","submission of a value in the honeypot field":"submission of a value in the honeypot field","Blocked submission of %form due to @cause.":"Blocked submission of %form due to @cause.","The element name cannot contain spaces or other special characters.":"The element name cannot contain spaces or other special characters.","Protect all forms":"Protect all forms","Unprotected forms":"Unprotected forms","Unprotected form":"Unprotected form","Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal\'s caching for every page where a form is displayed.\\r\\n\\r\\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.":"Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal\'s caching for every page where a form is displayed.\\r\\n\\r\\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.","Honeypot Element Name":"Honeypot Element Name","Honeypot Time Limit":"Honeypot Time Limit","If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you\'re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.":"If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you\'re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.","Honeypot form-specific settings":"Honeypot form-specific settings","If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.":"If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.","The element name must start with a letter.":"The element name must start with a letter.","Configuring Honeypot":"Configuring Honeypot","Setting up Honeypot in your own forms":"Setting up Honeypot in your own forms","Gray":"Gray","Display debugging information":"Display debugging information","Convert colorspace":"Convert colorspace","RGB":"RGB","Change image resolution to 72 ppi":"Change image resolution to 72 ppi","Image format":"Image format","Version information":"Version information","Allow duplicate":"Allow duplicate","Inline Entity Form":"Inline Entity Form","Provides a widget for inline management (creation, modification, removal) of referenced entities. ":"Provides a widget for inline management (creation, modification, removal) of referenced entities. ","You have added @entities_count out of @cardinality_count allowed @label.":"You have added @entities_count out of @cardinality_count allowed @label.","Allow users to add existing @label.":"Allow users to add existing @label.","Collapsed by default":"Collapsed by default","Are you sure you want to remove %label?":"Are you sure you want to remove %label?","Delete this @type_singular from the system.":"Delete this @type_singular from the system.","Override labels":"Override labels","Allow users to add new @label.":"Allow users to add new @label.","Inline entity reference display format settings":"Inline entity reference display format settings","Match operator":"Match operator","Label (singular)":"Label (singular)","Label (plural)":"Label (plural)","Overriden labels are used: %singular and %plural":"Overriden labels are used: %singular and %plural","Default labels are used.":"Default labels are used.","Are you sure you want to remove this %entity_type?":"Are you sure you want to remove this %entity_type?","Allow new":"Allow new","Allow existing":"Allow existing","New @label can be added.":"New @label can be added.","Unable to load the referenced entity.":"Unable to load the referenced entity.","@entity_type entities":"@entity_type entities","Form mode: @mode":"Form mode: @mode","Allow users to duplicate @label.":"Allow users to duplicate @label.","@label can be duplicated.":"@label can be duplicated.","@label can not be duplicated.":"@label can not be duplicated.","Duplicate @type_singular":"Duplicate @type_singular","Raw value":"Raw value","New date":"New date","jQuery UI":"jQuery UI","Overwrite":"Overwrite","Resource":"Resource","Accesskey":"Accesskey","Show thumbnail":"Show thumbnail","The \\"title\\" attribute value":"The \\"title\\" attribute value","Extra settings for image files in the result.":"Extra settings for image files in the result.","- Default -":"- Default -","Visit":"Visit","Expand all menu links":"Expand all menu links","Parent menu link":"Parent menu link","Activated":"Activated","Save Changes":"Save Changes","Package":"Package","Default:":"Default:","Adaptive":"Adaptive","Path pattern":"Path pattern","Tokens that are safe to use and do not need to be cleaned.":"Tokens that are safe to use and do not need to be cleaned.","Safe tokens":"Safe tokens","List of tokens that are safe to use in alias patterns and do not need to be cleaned. For example urls, aliases, machine names. Separated with a comma.":"List of tokens that are safe to use in alias patterns and do not need to be cleaned. For example urls, aliases, machine names. Separated with a comma.","Pattern %label saved.":"Pattern %label saved.","PDF":"PDF","TCPDF":"TCPDF","mPDF":"mPDF","Choose":"Choose","Radio buttons":"Radio buttons","Maximum age":"Maximum age","Send to printer":"Send to printer","Automatically calls the browser\'s print function when the printer-friendly version is displayed.":"Automatically calls the browser\'s print function when the printer-friendly version is displayed.","Not available":"Not available","Links area":"Links area","Landscape":"Landscape","Portrait":"Portrait","PDF generation tool":"PDF generation tool","This option selects the PDF generation tool being used by this module to create the PDF version.":"This option selects the PDF generation tool being used by this module to create the PDF version.","Paper size":"Paper size","Choose the paper size of the generated PDF.":"Choose the paper size of the generated PDF.","Page orientation":"Page orientation","Choose the page orientation of the generated PDF.":"Choose the page orientation of the generated PDF.","Close window after sending to printer":"Close window after sending to printer","When the above options are enabled, this option will close the window after its contents are printed.":"When the above options are enabled, this option will close the window after its contents are printed.","Forever":"Forever","Enabling this option will display a list of printer-friendly destination URLs at the bottom of the page.":"Enabling this option will display a list of printer-friendly destination URLs at the bottom of the page.","The maximum time this block may be cached.":"The maximum time this block may be cached.","Are you sure you want to delete %label?":"Are you sure you want to delete %label?","%label has been deleted.":"%label has been deleted.","not active":"not active","Registration":"Registration","Profile selection":"Profile selection","Allowed roles":"Allowed roles","The human-readable name of this profile type.":"The human-readable name of this profile type.","Whether the profile is active.":"Whether the profile is active.","Add new @type":"Add new @type","Create @label":"Create @label","Status Code":"Status Code","Resolved":"Resolved","Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are <strong>not</strong> allowed.":"Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are <strong>not</strong> allowed.","Retain query string through redirect.":"Retain query string through redirect.","For example, given a redirect from %source to %redirect, if a user visits %sourcequery they would be redirected to %redirectquery. The query strings in the redirection will always take precedence over the current query string.":"For example, given a redirect from %source to %redirect, if a user visits %sourcequery they would be redirected to %redirectquery. The query strings in the redirection will always take precedence over the current query string.","Domain redirects":"Domain redirects","From domain":"From domain","Add URL redirect":"Add URL redirect","URL Redirects":"URL Redirects","Redirect settings":"Redirect settings","Redirect 404":"Redirect 404","The user ID of the node author.":"The user ID of the node author.","Pages to ignore":"Pages to ignore","The record UUID.":"The record UUID.","Edit URL redirect":"Edit URL redirect","Delete URL redirect":"Delete URL redirect","Redirect Source formatter":"Redirect Source formatter","The redirect ID.":"The redirect ID.","The redirect hash.":"The redirect hash.","The redirect type.":"The redirect type.","The redirect language.":"The redirect language.","The redirect status code.":"The redirect status code.","The date when the redirect was created.":"The date when the redirect was created.","The redirect %redirect has been deleted.":"The redirect %redirect has been deleted.","Invalid redirect URL %url provided.":"Invalid redirect URL %url provided.","It is not allowed to create a redirect from the front page.":"It is not allowed to create a redirect from the front page.","The anchor fragments are not allowed.":"The anchor fragments are not allowed.","The url to redirect from should not start with a forward slash (/).":"The url to redirect from should not start with a forward slash (/).","Global redirects":"Global redirects","Check access to the redirected page":"Check access to the redirected page","This helps to stop redirection on protected pages and avoids giving away <em>secret</em> URL\'s. <strong>By default this feature is disabled to avoid any unexpected behavior</strong>":"This helps to stop redirection on protected pages and avoids giving away <em>secret</em> URL\'s. <strong>By default this feature is disabled to avoid any unexpected behavior</strong>","Configuration was saved.":"Configuration was saved.","Redirect Source":"Redirect Source","Redirect source":"Redirect source","Stores a redirect source":"Stores a redirect source","The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the <a href=\\":online\\">online documentation for Redirect</a>.":"The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the <a href=\\":online\\">online documentation for Redirect</a>.","Redirect is accessed from three tabs that help you manage <a href=\\":list\\">URL Redirects</a>.":"Redirect is accessed from three tabs that help you manage <a href=\\":list\\">URL Redirects</a>.","Manage URL Redirects":"Manage URL Redirects","The <a href=\\":redirect\\">\\"URL Redirects\\"</a> page is used to setup and manage URL Redirects. New redirects are created here using the <a href=\\":add_form\\">Add redirect</a> button which presents a form to simplify the creation of redirects . The URL redirects page provides a list of all redirects on the site and allows you to edit them.":"The <a href=\\":redirect\\">\\"URL Redirects\\"</a> page is used to setup and manage URL Redirects. New redirects are created here using the <a href=\\":add_form\\">Add redirect</a> button which presents a form to simplify the creation of redirects . The URL redirects page provides a list of all redirects on the site and allows you to edit them.","<a href=\\":fix_404\\">\\"Fix 404 pages\\"</a> lists all paths that have resulted in 404 errors and do not yet have any redirects assigned to them. This 404 (or Not Found) error message is an HTTP standard response code indicating that the client was able to communicate with a given server, but the server could not find what was requested.":"<a href=\\":fix_404\\">\\"Fix 404 pages\\"</a> lists all paths that have resulted in 404 errors and do not yet have any redirects assigned to them. This 404 (or Not Found) error message is an HTTP standard response code indicating that the client was able to communicate with a given server, but the server could not find what was requested.","404 (or Not Found) error message is an HTTP standard response code indicating that the client was able to communicate with a given server, but the server could not find what was requested. Please install the <a href=\\":extend\\">Redirect 404</a> submodule to be able to log all paths that have resulted in 404 errors.":"404 (or Not Found) error message is an HTTP standard response code indicating that the client was able to communicate with a given server, but the server could not find what was requested. Please install the <a href=\\":extend\\">Redirect 404</a> submodule to be able to log all paths that have resulted in 404 errors.","Configure Global Redirects":"Configure Global Redirects","The <a href=\\":settings\\">\\"Settings\\"</a> page presents you with a number of means to adjust redirect settings.":"The <a href=\\":settings\\">\\"Settings\\"</a> page presents you with a number of means to adjust redirect settings.","Delete redirect configuration":"Delete redirect configuration","Overview for 404 error paths with no redirect assigned yet.":"Overview for 404 error paths with no redirect assigned yet.","The path of the request.":"The path of the request.","The language of this request.":"The language of this request.","The number of requests with that path and language.":"The number of requests with that path and language.","The timestamp of the last request with that path and language.":"The timestamp of the last request with that path and language.","Whether or not this path has a redirect assigned.":"Whether or not this path has a redirect assigned.","Provide operation buttons to handle the 404 path.":"Provide operation buttons to handle the 404 path.","404 error database logs to keep":"404 error database logs to keep","The maximum number of 404 error logs to keep in the database log. Requires a <a href=\\":cron\\">cron maintenance task</a>.":"The maximum number of 404 error logs to keep in the database log. Requires a <a href=\\":cron\\">cron maintenance task</a>.","Logs 404 errors and allows users to create redirects for often requested but missing pages.":"Logs 404 errors and allows users to create redirects for often requested but missing pages.","404 error database logging settings.":"404 error database logging settings.","404 error database logs to keep.":"404 error database logs to keep.","Resolved the path %path in the database. Please check the ignored list and save the settings.":"Resolved the path %path in the database. Please check the ignored list and save the settings.","Undefined @langcode":"Undefined @langcode","There are no 404 errors to fix.":"There are no 404 errors to fix.","Deleted @count redirects.":"Deleted @count redirects.","Are you sure you want to delete this redirect?\\u0003Are you sure you want to delete these redirects?":"Are you sure you want to delete this redirect?\\u0003Are you sure you want to delete these redirects?","Deleted 1 redirect.\\u0003Deleted @count redirects.":"Deleted 1 redirect.\\u0003Deleted @count redirects.","Source Options":"Source Options","Redirect Options":"Redirect Options","Lists 404 error paths with no redirect assigned yet.":"Lists 404 error paths with no redirect assigned yet.","Enforce clean and canonical URLs.":"Enforce clean and canonical URLs.","Suppress \'page not found\' log messages":"Suppress \'page not found\' log messages","Prevents logging \'page not found\' events. Can be safely enabled when redirect_404 module is used, which stores them separately, nothing else relies on those messages.":"Prevents logging \'page not found\' events. Can be safely enabled when redirect_404 module is used, which stores them separately, nothing else relies on those messages.","Whether to log \'page not found\' messages to the standard log or not.":"Whether to log \'page not found\' messages to the standard log or not.","The Redirect domain module allows users to redirect between domains.":"The Redirect domain module allows users to redirect between domains.","Manage domain redirects":"Manage domain redirects","The domain redirect is accessed through <a href=\\":domainlist\\">Domain Redirects</a>. The user can add the domain redirects through the domain redirect table which consists of the domain from which it needs to be redirected, the sub path and the complete url destination to which it needs to be redirected. The module also supports the usage of a wildcard redirecting, thus many requests can be handled with one instance of domain redirect.":"The domain redirect is accessed through <a href=\\":domainlist\\">Domain Redirects</a>. The user can add the domain redirects through the domain redirect table which consists of the domain from which it needs to be redirected, the sub path and the complete url destination to which it needs to be redirected. The module also supports the usage of a wildcard redirecting, thus many requests can be handled with one instance of domain redirect.","The domain redirect table consists of the domain from which it needs to be redirected, the sub path and the complete url destination to which it needs to be redirected.":"The domain redirect table consists of the domain from which it needs to be redirected, the sub path and the complete url destination to which it needs to be redirected.","Example Configuration":"Example Configuration","Example Redirects":"Example Redirects","Request: example.com/redirect => Response: redirected.com/example-path":"Request: example.com/redirect => Response: redirected.com/example-path","Request: foo.com/any-path => Response: bar.com":"Request: foo.com/any-path => Response: bar.com","Redirect Domain":"Redirect Domain","Allows users to redirect between domains.":"Allows users to redirect between domains.","Redirect domains":"Redirect domains","Sub path":"Sub path","No protocol should be included in the redirect domain.":"No protocol should be included in the redirect domain.","The domain redirects have been saved.":"The domain redirects have been saved.","Note: links open in the current window.":"Note: links open in the current window.","- All languages -":"- All languages -","Ignore redirections on admin paths.":"Ignore redirections on admin paths.","Enabling this will automatically redirect to the canonical URL of any page. That includes redirecting to an alias if existing, removing trailing slashes, ensure the language prefix is set and similar clean-up.":"Enabling this will automatically redirect to the canonical URL of any page. That includes redirecting to an alias if existing, removing trailing slashes, ensure the language prefix is set and similar clean-up.","Methods":"Methods","error":"error","Replacement":"Replacement","No files found.":"No files found.","XML":"XML","Delay":"Delay","JSON":"JSON","Field Type":"Field Type","Advanced configuration":"Advanced configuration","read-only":"read-only","Additional information":"Additional information","Reload":"Reload","Date ranges":"Date ranges","Stop words":"Stop words","Default query":"Default query","Reload Core":"Reload Core","Basic HTTP authentication":"Basic HTTP authentication","If your Solr server is protected by basic HTTP authentication, enter the login data here.":"If your Solr server is protected by basic HTTP authentication, enter the login data here.","The port has to be an integer between 0 and 65535.":"The port has to be an integer between 0 and 65535.","1 server\\u0003@count servers":"1 server\\u0003@count servers","The Solr server could be reached.\\u0003All @count Solr servers could be reached.":"The Solr server could be reached.\\u0003All @count Solr servers could be reached.","Offers an implementation of the Search API that uses an Apache Solr server for indexing content.":"Offers an implementation of the Search API that uses an Apache Solr server for indexing content.","Any language":"Any language","Highlight retrieved data":"Highlight retrieved data","Language field":"Language field","Solr field":"Solr field","ID field":"ID field","Search API server":"Search API server","Search API index":"Search API index","The file is empty.":"The file is empty.","Text Files":"Text Files","Solr Core Name":"Solr Core Name","Pending Deletions":"Pending Deletions","Label field":"Label field","Last modified: @time.":"Last modified: @time.","An error occured while trying to load the list of files.":"An error occured while trying to load the list of files.","Request handler":"Request handler","Solr Server":"Solr Server","Search API Solr settings":"Search API Solr settings","The HTTP protocol to use for sending queries":"The HTTP protocol to use for sending queries","The host name or IP of the Solr server":"The host name or IP of the Solr server","The port of the Solr server":"The port of the Solr server","Add SolrFieldType":"Add SolrFieldType","SolrFieldType Configuration":"SolrFieldType Configuration","Edit SolrFieldType":"Edit SolrFieldType","Delete SolrFieldType":"Delete SolrFieldType","FieldType":"FieldType","Get schema_extra_types.xml":"Get schema_extra_types.xml","Get schema_extra_fields.xml":"Get schema_extra_fields.xml","schema_extra_types.xml":"schema_extra_types.xml","schema_extra_fields.xml":"schema_extra_fields.xml","config.zip":"config.zip","LengthFilter::min":"LengthFilter::min","LengthFilter::max":"LengthFilter::max","DictionaryCompoundWordTokenFilter::minWordSize":"DictionaryCompoundWordTokenFilter::minWordSize","DictionaryCompoundWordTokenFilter::minSubwordSize":"DictionaryCompoundWordTokenFilter::minSubwordSize","DictionaryCompoundWordTokenFilter::maxSubwordSize":"DictionaryCompoundWordTokenFilter::maxSubwordSize","DictionaryCompoundWordTokenFilter::onlyLongestMatch":"DictionaryCompoundWordTokenFilter::onlyLongestMatch","SnowballPorterFilter::language":"SnowballPorterFilter::language","ElisionFilter::articles":"ElisionFilter::articles","%time (%time_ago ago)":"%time (%time_ago ago)","<a href=\\":url\\">@id</a>":"<a href=\\":url\\">@id</a>","WordDelimiterGraphFilter:: WordDelimiterFilter::catenateNumbers":"WordDelimiterGraphFilter:: WordDelimiterFilter::catenateNumbers","WordDelimiterGraphFilter:: WordDelimiterFilter::generateNumberParts":"WordDelimiterGraphFilter:: WordDelimiterFilter::generateNumberParts","WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnCaseChange":"WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnCaseChange","WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnNumerics":"WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnNumerics","WordDelimiterGraphFilter:: WordDelimiterFilter::generateWordParts":"WordDelimiterGraphFilter:: WordDelimiterFilter::generateWordParts","WordDelimiterGraphFilter:: WordDelimiterFilter::catenateAll":"WordDelimiterGraphFilter:: WordDelimiterFilter::catenateAll","WordDelimiterGraphFilter:: WordDelimiterFilter::catenateWords":"WordDelimiterGraphFilter:: WordDelimiterFilter::catenateWords","WordDelimiterGraphFilter:: WordDelimiterFilter::stemEnglishPossessive":"WordDelimiterGraphFilter:: WordDelimiterFilter::stemEnglishPossessive","SimplePatternSplitTokenizer::":"SimplePatternSplitTokenizer::","BeiderMorseFilter::languageSet":"BeiderMorseFilter::languageSet","BeiderMorseFilter::nameType":"BeiderMorseFilter::nameType","BeiderMorseFilter::ruleType":"BeiderMorseFilter::ruleType","BeiderMorseFilter::concat":"BeiderMorseFilter::concat","CJKBigramFilterFactory::han":"CJKBigramFilterFactory::han","CJKBigramFilterFactory::hiragana":"CJKBigramFilterFactory::hiragana","CJKBigramFilterFactory::katakana":"CJKBigramFilterFactory::katakana","CJKBigramFilterFactory::hangul":"CJKBigramFilterFactory::hangul","I know what I\'m doing!":"I know what I\'m doing!","NGramFilter:: EdgeNGramFilter::minGramSize":"NGramFilter:: EdgeNGramFilter::minGramSize","NGramFilter:: EdgeNGramFilter::maxGramSize":"NGramFilter:: EdgeNGramFilter::maxGramSize","ProtectedTermFilter:: WordDelimiterGraphFilter:: WordDelimiterFilter:: SnowballPorterFilter::protected":"ProtectedTermFilter:: WordDelimiterGraphFilter:: WordDelimiterFilter:: SnowballPorterFilter::protected","WordDelimiterGraphFilter:: ASCIIFoldingFilter:: WordDelimiterFilter::preserveOriginal":"WordDelimiterGraphFilter:: ASCIIFoldingFilter:: WordDelimiterFilter::preserveOriginal","OpenNLPLemmatizerFilter::lemmatizerModel":"OpenNLPLemmatizerFilter::lemmatizerModel","HunspellStemFilter::affix":"HunspellStemFilter::affix","HunspellStemFilter::strictAffixParsing":"HunspellStemFilter::strictAffixParsing","ElisionFilter:: SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: ProtectedTermFilter:: HunspellStemFilter:: KeepWordFilter:: StopFilter:: CommonGramsFilter:: SynonymFilter::ignoreCase":"ElisionFilter:: SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: ProtectedTermFilter:: HunspellStemFilter:: KeepWordFilter:: StopFilter:: CommonGramsFilter:: SynonymFilter::ignoreCase","ProtectedTermFilter::wrappedFilters":"ProtectedTermFilter::wrappedFilters","WordDelimiterGraphFilter:: TypeTokenFilter::types":"WordDelimiterGraphFilter:: TypeTokenFilter::types","TypeTokenFilter::useWhitelist":"TypeTokenFilter::useWhitelist","JapanesePartOfSpeechStopFilter:: TypeTokenFilter:: StopFilter:: LengthFilter:: KeepWordFilter::enablePositionIncrements":"JapanesePartOfSpeechStopFilter:: TypeTokenFilter:: StopFilter:: LengthFilter:: KeepWordFilter::enablePositionIncrements","SuggestStopFilter:: KeepWordFilter:: CommonGramsFilter:: StopFilter::words":"SuggestStopFilter:: KeepWordFilter:: CommonGramsFilter:: StopFilter::words","SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: CommonGramsFilter::format":"SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: CommonGramsFilter::format","SuggestStopFilter::wordset":"SuggestStopFilter::wordset","SuggestStopFilter::snowball":"SuggestStopFilter::snowball","SynonymGraphFilter:: SynonymFilter::synonyms":"SynonymGraphFilter:: SynonymFilter::synonyms","SynonymGraphFilter:: SynonymFilter:: ManagedSynonymFilter::expand":"SynonymGraphFilter:: SynonymFilter:: ManagedSynonymFilter::expand","SynonymGraphFilter::tokenizerFactory":"SynonymGraphFilter::tokenizerFactory","SynonymGraphFilter::analyzer":"SynonymGraphFilter::analyzer","ManagedSynonymGraphFilter:: ManagedStopFilter::managed":"ManagedSynonymGraphFilter:: ManagedStopFilter::managed","ShingleFilter:: CJKBigramFilterFactory::outputUnigrams":"ShingleFilter:: CJKBigramFilterFactory::outputUnigrams","ShingleFilter::outputUnigramsIfNoShingles":"ShingleFilter::outputUnigramsIfNoShingles","PhoneticFilter:: DoubleMetaphoneFilter:: DaitchMokotoffSoundexFilter::inject":"PhoneticFilter:: DoubleMetaphoneFilter:: DaitchMokotoffSoundexFilter::inject","PhoneticFilter:: DoubleMetaphoneFilter::maxCodeLength":"PhoneticFilter:: DoubleMetaphoneFilter::maxCodeLength","PhoneticFilter::encoder":"PhoneticFilter::encoder","FingerprintFilter::separator":"FingerprintFilter::separator","FingerprintFilter::maxOutputTokenSize":"FingerprintFilter::maxOutputTokenSize","ICUNormalizer2Filter:: ICUFoldingFilter::filter":"ICUNormalizer2Filter:: ICUFoldingFilter::filter","ICUNormalizer2Filter::name":"ICUNormalizer2Filter::name","ICUNormalizer2Filter::mode":"ICUNormalizer2Filter::mode","ICUTransformFilter::id":"ICUTransformFilter::id","LimitTokenCountFilter::maxTokenCount":"LimitTokenCountFilter::maxTokenCount","LimitTokenPositionFilter:: LimitTokenOffsetFilter:: LimitTokenCountFilter::consumeAllTokens":"LimitTokenPositionFilter:: LimitTokenOffsetFilter:: LimitTokenCountFilter::consumeAllTokens","LimitTokenOffsetFilter::maxStartOffset":"LimitTokenOffsetFilter::maxStartOffset","LimitTokenPositionFilter::maxTokenPosition":"LimitTokenPositionFilter::maxTokenPosition","NumericPayloadTokenFilter::payload":"NumericPayloadTokenFilter::payload","NumericPayloadTokenFilter::typeMatch":"NumericPayloadTokenFilter::typeMatch","PatternReplaceFilter::pattern":"PatternReplaceFilter::pattern","PatternReplaceFilter::replacement":"PatternReplaceFilter::replacement","PatternReplaceFilter::replace":"PatternReplaceFilter::replace","ReversedWildcardFilter::withOriginal":"ReversedWildcardFilter::withOriginal","ReversedWildcardFilter::maxPosAsterisk":"ReversedWildcardFilter::maxPosAsterisk","Words":"Words","words":"words","MIME Type":"MIME Type","Class name":"Class name","Please specify":"Please specify","multilingual":"multilingual","If no country selected all countries are valid.":"If no country selected all countries are valid.","Telephone Validation":"Telephone Validation","%name field is required.":"%name field is required.","Don\'t allow the user to select items that have children":"Don\'t allow the user to select items that have children","Your website uses a shared token system for exposing and using placeholder tokens and their appropriate replacement values. This allows for any module to provide placeholder tokens for strings without having to reinvent the wheel. It also ensures consistency in the syntax used for tokens, making the system as a whole easier for end users to use.":"Your website uses a shared token system for exposing and using placeholder tokens and their appropriate replacement values. This allows for any module to provide placeholder tokens for strings without having to reinvent the wheel. It also ensures consistency in the syntax used for tokens, making the system as a whole easier for end users to use.","The IP address of the current user.":"The IP address of the current user.","Textarea":"Textarea","Unkown date format %format given.":"Unkown date format %format given.","If a custom date format is supplied, \'custom\' must be passed as date format.":"If a custom date format is supplied, \'custom\' must be passed as date format.","If \'custom\' is given as date type, a custom date formatting string must be provided; e.g., \'Y-m-d H:i:s\'.":"If \'custom\' is given as date type, a custom date formatting string must be provided; e.g., \'Y-m-d H:i:s\'.","Formats a date, using a configured date type or a custom date format string.":"Formats a date, using a configured date type or a custom date format string.","Missing arguments for filter %filter_id":"Missing arguments for filter %filter_id","Empty option label":"Empty option label","Video URL":"Video URL","Video url":"Video url","Provider URL":"Provider URL","Video Form":"Video Form","Batch size":"Batch size","NOTE":"NOTE","Skipped":"Skipped","Delete entities":"Delete entities","Execute action":"Execute action","Please select an action to perform.":"Please select an action to perform.","Entity type not supported":"Entity type not supported","Execution time: @time ms.":"Execution time: @time ms.","Promoted Items":"Promoted Items","A view to list the items promoted to the top of the homepage.":"A view to list the items promoted to the top of the homepage.","Promoted Items Double":"Promoted Items Double","Attachment: Promoted Items Double":"Attachment: Promoted Items Double","Block: Promoted Items - Single":"Block: Promoted Items - Single","Recipes listing":"Recipes listing","Umami disclaimer":"Umami disclaimer","Moderated content requires non-translatable fields to be edited in the original language form.":"Moderated content requires non-translatable fields to be edited in the original language form.","Translations cannot be flagged as outdated when content is moderated.":"Translations cannot be flagged as outdated when content is moderated.","@label (Original translation) - <em>The following @entity_type translations will be deleted:</em>":"@label (Original translation) - <em>The following @entity_type translations will be deleted:</em>","@count item has not been deleted because you do not have the necessary permissions.\\u0003@count items have not been deleted because you do not have the necessary permissions.":"@count item has not been deleted because you do not have the necessary permissions.\\u0003@count items have not been deleted because you do not have the necessary permissions.","The field \\"%field\\" failed to render with the error of \\"%error\\".":"The field \\"%field\\" failed to render with the error of \\"%error\\".","The @uri field is required when the @title field is specified.":"The @uri field is required when the @title field is specified.","Follow-up migration tags":"Follow-up migration tags","Provide the information to access the Drupal site you want to upgrade. Files can be imported into the upgraded site as well. See the <a href=\\":url\\">Upgrade documentation for more detailed instructions</a>.":"Provide the information to access the Drupal site you want to upgrade. Files can be imported into the upgraded site as well. See the <a href=\\":url\\">Upgrade documentation for more detailed instructions</a>.","<h3>Resolve all issues below to continue the upgrade.</h3>":"<h3>Resolve all issues below to continue the upgrade.</h3>","The target entity type ID":"The target entity type ID","The target bundle":"The target bundle","Whether to show language selector on create and edit pages":"Whether to show language selector on create and edit pages","Whether to hide non translatable fields on translation forms":"Whether to hide non translatable fields on translation forms","An advanced action offers additional configuration options which may be filled out below. Changing the <em>Label</em> field is recommended in order to better identify the precise action taking place.":"An advanced action offers additional configuration options which may be filled out below. Changing the <em>Label</em> field is recommended in order to better identify the precise action taking place.","@count comment has not been deleted because you do not have the necessary permissions.\\u0003@count comments have not been deleted because you do not have the necessary permissions.":"@count comment has not been deleted because you do not have the necessary permissions.\\u0003@count comments have not been deleted because you do not have the necessary permissions.","@entity_type_plural_label do not support publishing statuses. For example, even after transitioning from a published workflow state to an unpublished workflow state they will still be visible to site visitors.":"@entity_type_plural_label do not support publishing statuses. For example, even after transitioning from a published workflow state to an unpublished workflow state they will still be visible to site visitors.","Field storages":"Field storages","field storage":"field storage","field storages":"field storages","Input data could not be read":"Input data could not be read","Temporary file data for \\"%path\\" could not be written":"Temporary file data for \\"%path\\" could not be written","Temporary file \\"%path\\" could not be opened for file upload":"Temporary file \\"%path\\" could not be opened for file upload","It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\":url\\">You can specify a different domain for serving oEmbed content here</a>.":"It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\":url\\">You can specify a different domain for serving oEmbed content here</a>.","Domain from which to serve oEmbed content in an iframe":"Domain from which to serve oEmbed content in an iframe","The URL of the oEmbed providers database in JSON format":"The URL of the oEmbed providers database in JSON format","oEmbed display format settings":"oEmbed display format settings","oEmbed widget format settings":"oEmbed widget format settings","oEmbed media source configuration":"oEmbed media source configuration","It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\"https://oembed.com/#section3\\" target=\\"_blank\\">Take a look here for more information</a>.":"It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\"https://oembed.com/#section3\\" target=\\"_blank\\">Take a look here for more information</a>.","Displaying media assets from third-party services, such as YouTube or Twitter, can be risky. This is because many of these services return arbitrary HTML to represent those assets, and that HTML may contain executable JavaScript code. If handled improperly, this can increase the risk of your site being compromised.":"Displaying media assets from third-party services, such as YouTube or Twitter, can be risky. This is because many of these services return arbitrary HTML to represent those assets, and that HTML may contain executable JavaScript code. If handled improperly, this can increase the risk of your site being compromised.","In order to mitigate the risks, third-party assets are displayed in an iFrame, which effectively sandboxes any executable code running inside it. For even more security, the iFrame can be served from an alternate domain (that also points to your Drupal site), which you can configure on this page. This helps safeguard cookies and other sensitive information.":"In order to mitigate the risks, third-party assets are displayed in an iFrame, which effectively sandboxes any executable code running inside it. For even more security, the iFrame can be served from an alternate domain (that also points to your Drupal site), which you can configure on this page. This helps safeguard cookies and other sensitive information.","Enter a different domain from which to serve oEmbed content, including the <em>http://</em> or <em>https://</em> prefix. This domain needs to point back to this site, or existing oEmbed content may not display correctly, or at all.":"Enter a different domain from which to serve oEmbed content, including the <em>http://</em> or <em>https://</em> prefix. This domain needs to point back to this site, or existing oEmbed content may not display correctly, or at all.","Could not retrieve the remote URL (@url).":"Could not retrieve the remote URL (@url).","You can link to media from the following services: @providers":"You can link to media from the following services: @providers","oEmbed URL":"oEmbed URL","The given URL does not match any known oEmbed providers.":"The given URL does not match any known oEmbed providers.","The provided URL does not represent a valid oEmbed resource.":"The provided URL does not represent a valid oEmbed resource.","An error occurred while trying to retrieve the oEmbed provider database.":"An error occurred while trying to retrieve the oEmbed provider database.","The source URL of the resource":"The source URL of the resource","It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\":url\\" target=\\"_blank\\">You can specify a different domain for serving oEmbed content here</a> (opens in a new window).":"It is potentially insecure to display oEmbed content in a frame that is served from the same domain as your main Drupal site, as this may allow execution of third-party code. <a href=\\":url\\" target=\\"_blank\\">You can specify a different domain for serving oEmbed content here</a> (opens in a new window).","Thumbnails location":"Thumbnails location","Thumbnails will be fetched from the provider for local usage. This is the URI of the directory where they will be placed.":"Thumbnails will be fetched from the provider for local usage. This is the URI of the directory where they will be placed.","Optionally select the allowed oEmbed providers for this media type. If left blank, all providers will be allowed.":"Optionally select the allowed oEmbed providers for this media type. If left blank, all providers will be allowed.","Could not prepare thumbnail destination directory @dir for oEmbed media.":"Could not prepare thumbnail destination directory @dir for oEmbed media.","Use oEmbed URL for reusable media.":"Use oEmbed URL for reusable media.","Use remote video URL for reusable media.":"Use remote video URL for reusable media.","The publishing status entity key has been added to custom menu links.":"The publishing status entity key has been added to custom menu links.","@count content item has not been deleted because you do not have the necessary permissions.\\u0003@count content items have not been deleted because you do not have the necessary permissions.":"@count content item has not been deleted because you do not have the necessary permissions.\\u0003@count content items have not been deleted because you do not have the necessary permissions.","responsive image style":"responsive image style","REST resource configurations":"REST resource configurations","Shortcut links":"Shortcut links","shortcut link":"shortcut link","shortcut links":"shortcut links","Test discovery":"Test discovery","Configuration install":"Configuration install","The selected profile has a hook_install() implementation and therefore can not be installed from configuration.":"The selected profile has a hook_install() implementation and therefore can not be installed from configuration.","Install profile in settings":"Install profile in settings","Drupal 8 no longer uses the $settings[\'install_profile\'] value in settings.php and it can be removed.":"Drupal 8 no longer uses the $settings[\'install_profile\'] value in settings.php and it can be removed.","This import does not contain system.site configuration, so has been rejected.":"This import does not contain system.site configuration, so has been rejected.","Browser and proxy cache maximum age":"Browser and proxy cache maximum age","Drupal provides an <a href=\\":module_enable\\">Internal Page Cache module</a> that is recommended for small to medium-sized websites.":"Drupal provides an <a href=\\":module_enable\\">Internal Page Cache module</a> that is recommended for small to medium-sized websites.","Taxonomy term hierarchy has been converted to default entity reference storage.":"Taxonomy term hierarchy has been converted to default entity reference storage.","workflows":"workflows","Testing install profile all dependencies":"Testing install profile all dependencies","Profile for testing that install profiles can require a module.":"Profile for testing that install profiles can require a module.","Testing install profile dependencies":"Testing install profile dependencies","Testing install profile dependencies BC layer":"Testing install profile dependencies BC layer","Profile for testing BC layer for profile dependencies.":"Profile for testing BC layer for profile dependencies.","Content Moderation can not be installed when Workspaces is also installed.":"Content Moderation can not be installed when Workspaces is also installed.","Whether the Layout Builder is enabled for this display":"Whether the Layout Builder is enabled for this display","Are you sure you want to disable Layout Builder?":"Are you sure you want to disable Layout Builder?","All customizations will be removed. This action cannot be undone.":"All customizations will be removed. This action cannot be undone.","Layout Builder has been disabled.":"Layout Builder has been disabled.","Use Layout Builder":"Use Layout Builder","Provides a field for selecting media entities in our media library view":"Provides a field for selecting media entities in our media library view","The Media library module overrides the /admin/content/media view to provide a rich visual interface for performing administrative operations on media. For more information, see the <a href=\\":media\\">online documentation for the Media library module</a>.":"The Media library module overrides the /admin/content/media view to provide a rich visual interface for performing administrative operations on media. For more information, see the <a href=\\":media\\">online documentation for the Media library module</a>.","Unsaved changes to the form will be lost. Are you sure you want to leave?":"Unsaved changes to the form will be lost. Are you sure you want to leave?","Upload files here to add new media.":"Upload files here to add new media.","Please select a media type for all files.":"Please select a media type for all files.","A maximum of @count files can be uploaded.":"A maximum of @count files can be uploaded.","<p>No media items are selected.</p>":"<p>No media items are selected.</p>","Re-order media by numerical weight instead of dragging":"Re-order media by numerical weight instead of dragging","The maximum number of media items have been selected.":"The maximum number of media items have been selected.","Browse media":"Browse media","Adjustment":"Adjustment","Params":"Params","Product categories":"Product categories","Compatibility":"Compatibility","British Columbia":"British Columbia","Manitoba":"Manitoba","New Brunswick":"New Brunswick","Nova Scotia":"Nova Scotia","Ontario":"Ontario","Prince Edward Island":"Prince Edward Island","Quebec":"Quebec","Saskatchewan":"Saskatchewan","Account information":"Account information","Transaction mode":"Transaction mode","Transaction type":"Transaction type","Restricted":"Restricted","Product information":"Product information","Available currencies":"Available currencies","Maestro":"Maestro","JCB":"JCB","Capture":"Capture","Product variations":"Product variations","Attribute name":"Attribute name","Tax":"Tax","Void":"Void","You have entered an invalid credit card number.":"You have entered an invalid credit card number.","CVV":"CVV","Checkout settings":"Checkout settings","Update cart":"Update cart","Add product":"Add product","Intermediate":"Intermediate","Billing Information":"Billing Information","Applies to":"Applies to","Symbol":"Symbol","Allow registration":"Allow registration","Receive":"Receive","Add to cart form":"Add to cart form","The product title.":"The product title.","Alphanumeric":"Alphanumeric","Special":"Special","Greater than or equal to":"Greater than or equal to","Less than or equal to":"Less than or equal to","currency":"currency","Offer":"Offer","%title must be a number.":"%title must be a number.","Customer email":"Customer email","Zero":"Zero","Add currency":"Add currency","Username field is required.":"Username field is required.","Shipping Information":"Shipping Information","Customer Information":"Customer Information","Label text":"Label text","Payment instructions":"Payment instructions","Pane":"Pane","Confirm email":"Confirm email","Your shopping cart is empty.":"Your shopping cart is empty.","Implements the shopping cart system and add to cart features.":"Implements the shopping cart system and add to cart features.","Your shopping cart has been updated.":"Your shopping cart has been updated.","Completion message":"Completion message","Customer profile":"Customer profile","The order number displayed to the customer.":"The order number displayed to the customer.","Defines the Order entity and associated features.":"Defines the Order entity and associated features.","Commerce Order":"Commerce Order","Add product type":"Add product type","Defines the Product entity and associated features.":"Defines the Product entity and associated features.","Commerce Product":"Commerce Product","Newfoundland":"Newfoundland","Payment failed at the payment server. Please review your information and try again.":"Payment failed at the payment server. Please review your information and try again.","Add payment":"Add payment","Numeric code":"Numeric code","Default quantity":"Default quantity","You have entered an expired credit card.":"You have entered an expired credit card.","Diners Club":"Diners Club","Capture payment":"Capture payment","Authorize only":"Authorize only","Authorize and capture":"Authorize and capture","Commerce Cart":"Commerce Cart","Commerce Payment":"Commerce Payment","Commerce Checkout":"Commerce Checkout","Quantity text field":"Quantity text field","Commerce Tax":"Commerce Tax","Panes":"Panes","Tax rates":"Tax rates","Display taxes of this type inclusive in product prices.":"Display taxes of this type inclusive in product prices.","Payment captured.":"Payment captured.","Percentage off":"Percentage off","Add coupon":"Add coupon","Label display":"Label display","View: @view":"View: @view","Please wait while you are redirected to the payment server. If nothing happens within 10 seconds, please click on the button below.":"Please wait while you are redirected to the payment server. If nothing happens within 10 seconds, please click on the button below.","Element type":"Element type","orders":"orders","Generate password":"Generate password","currencies":"currencies","Shipping information":"Shipping information","You have entered a credit card number of an unsupported card type.":"You have entered a credit card number of an unsupported card type.","Discover Card":"Discover Card","Hotel":"Hotel","Add rate":"Add rate","Empty cart":"Empty cart","Email field is required.":"Email field is required.","Payment method types":"Payment method types","Add payment method":"Add payment method","dashboard":"dashboard","miss":"miss","Base theme":"Base theme","Include %anonymous":"Include %anonymous","Allow entering any user name":"Allow entering any user name","Entity info":"Entity info","Deleted existing terms.":"Deleted existing terms.","Deleted existing vocabularies.":"Deleted existing vocabularies.","Deleted existing menus and links.":"Deleted existing menus and links.","Created @count new menu links.":"Created @count new menu links.","Description of @name":"Description of @name","Description of @title.":"Description of @title.","<strong>Delete all content</strong> in these content types before generating new content.":"<strong>Delete all content</strong> in these content types before generating new content.","Restrict terms to these vocabularies.":"Restrict terms to these vocabularies.","Number of terms?":"Number of terms?","Delete existing terms in specified vocabularies before generating new terms.":"Delete existing terms in specified vocabularies before generating new terms.","Number of vocabularies?":"Number of vocabularies?","Delete existing vocabularies before generating new ones.":"Delete existing vocabularies before generating new ones.","Create new menu(s)":"Create new menu(s)","Generate links for these menus":"Generate links for these menus","Number of new menus to create":"Number of new menus to create","Number of links to generate":"Number of links to generate","Types of links to generate":"Types of links to generate","Maximum link depth":"Maximum link depth","Maximum menu width":"Maximum menu width","Limit the width of the generated menu\'s first level of links to a certain number of items.":"Limit the width of the generated menu\'s first level of links to a certain number of items.","Delete existing custom generated menus and menu links before generating new ones.":"Delete existing custom generated menus and menu links before generating new ones.","Paths to exclude":"Paths to exclude","Instance":"Instance","Database settings":"Database settings","Maximum number of words in titles":"Maximum number of words in titles","Rendered":"Rendered","Ip":"Ip","Http":"Http","Enter a part of the module name or description to filter by.":"Enter a part of the module name or description to filter by.","Enter module name":"Enter module name","Devel Kint":"Devel Kint","ChromePhp":"ChromePhp","FirePhp":"FirePhp","ReversedWildcardFilter::maxFractionAsterisk":"ReversedWildcardFilter::maxFractionAsterisk","ReversedWildcardFilter::minTrailing":"ReversedWildcardFilter::minTrailing","ShingleFilter::minShingleSize":"ShingleFilter::minShingleSize","ShingleFilter::maxShingleSize":"ShingleFilter::maxShingleSize","ShingleFilter::tokenSeparator":"ShingleFilter::tokenSeparator","TrimFilter::updateOffsets":"TrimFilter::updateOffsets","TypeAsSynonymFilter::prefix":"TypeAsSynonymFilter::prefix","OpenNLPPOSFilter::posTaggerModel":"OpenNLPPOSFilter::posTaggerModel","JapaneseIterationMarkCharFilter::normalizeKanji":"JapaneseIterationMarkCharFilter::normalizeKanji","JapaneseIterationMarkCharFilter::normalizeKana":"JapaneseIterationMarkCharFilter::normalizeKana","JapanesePartOfSpeechStopFilter::tags":"JapanesePartOfSpeechStopFilter::tags","JapaneseKatakanaStemFilter::minimumLength":"JapaneseKatakanaStemFilter::minimumLength","NorwegianLightStemFilter:: NorwegianMinimalStemFilter::variant":"NorwegianLightStemFilter:: NorwegianMinimalStemFilter::variant","SerbianNormalizationFilter::haircut":"SerbianNormalizationFilter::haircut","checkpoints_collection":"checkpoints_collection","Bulgarian Text Field":"Bulgarian Text Field","Catalan Text Field":"Catalan Text Field","Persian Text Field":"Persian Text Field","Hindi Text Field":"Hindi Text Field","Croatian Text Field":"Croatian Text Field","Indonesian Text Field":"Indonesian Text Field","Latvian Text Field":"Latvian Text Field","Norwegian Text Field":"Norwegian Text Field","Portuguese Text Field":"Portuguese Text Field","Romanian Text Field":"Romanian Text Field","Serbian Text Field":"Serbian Text Field","Swedish Text Field":"Swedish Text Field","Thai Text Field":"Thai Text Field","Turkish Text Field":"Turkish Text Field"," Traditional Chinese Text Field":" Traditional Chinese Text Field","One media item remaining.\\u0003@count media items remaining.":"One media item remaining.\\u0003@count media items remaining.","Only one item can be selected.\\u0003Only @count items can be selected.":"Only one item can be selected.\\u0003Only @count items can be selected.","Allows you to select items from the media library.":"Allows you to select items from the media library.","The Migrate Drupal Multilingual module is a requirement for migrating translations. It does not provide a user interface. For more information, see the <a href=\\":migrate_drupal_multilingual\\">online documentation for the Migrate Drupal Multilingual module</a>.":"The Migrate Drupal Multilingual module is a requirement for migrating translations. It does not provide a user interface. For more information, see the <a href=\\":migrate_drupal_multilingual\\">online documentation for the Migrate Drupal Multilingual module</a>.","Provides a requirement for multilingual migrations.":"Provides a requirement for multilingual migrations.","The publishing status field has <strong>not</strong> been added to taxonomy terms. See <a href=\\":link\\">this page</a> for more information on how to install it.":"The publishing status field has <strong>not</strong> been added to taxonomy terms. See <a href=\\":link\\">this page</a> for more information on how to install it.","The publishing status field has been added to taxonomy terms.":"The publishing status field has been added to taxonomy terms.","The Workspaces module allows workspaces to be defined and switched between. Content is then assigned to the active workspace when created. For more information, see the <a href=\\":workspaces\\">online documentation for the Workspaces module</a>.":"The Workspaces module allows workspaces to be defined and switched between. Content is then assigned to the active workspace when created. For more information, see the <a href=\\":workspaces\\">online documentation for the Workspaces module</a>.","Workspaces can not be installed when Content Moderation is also installed.":"Workspaces can not be installed when Content Moderation is also installed.","Workspaces can not be installed when the contributed Workspace module is also installed. See the <a href=\\":link\\">upgrade path</a> page for more information on how to upgrade.":"Workspaces can not be installed when the contributed Workspace module is also installed. See the <a href=\\":link\\">upgrade path</a> page for more information on how to upgrade.","Deploy Workspace":"Deploy Workspace","The content is being edited in the %label workspace.":"The content is being edited in the %label workspace.","This form can only be submitted in the default workspace.":"This form can only be submitted in the default workspace.","Denied access to view workspace %workspace_label for user %uid":"Denied access to view workspace %workspace_label for user %uid","The ID of the content entity type associated with this workspace.":"The ID of the content entity type associated with this workspace.","The ID of the content entity associated with this workspace.":"The ID of the content entity associated with this workspace.","The revision ID of the content entity associated with this workspace.":"The revision ID of the content entity associated with this workspace.","This action cannot be undone, and will also delete all content created in this workspace.":"This action cannot be undone, and will also delete all content created in this workspace.","There are no changes that can be deployed from %source_label to %target_label.":"There are no changes that can be deployed from %source_label to %target_label.","There is @count item that can be deployed from %source_label to %target_label\\u0003There are @count items that can be deployed from %source_label to %target_label":"There is @count item that can be deployed from %source_label to %target_label\\u0003There are @count items that can be deployed from %source_label to %target_label","Deploy @count item to @target\\u0003Deploy @count items to @target":"Deploy @count item to @target\\u0003Deploy @count items to @target","A workspace with this ID has been deleted but data still exists for it.":"A workspace with this ID has been deleted but data still exists for it.","The content is being edited in the %label workspace. As a result, your changes cannot be saved.":"The content is being edited in the %label workspace. As a result, your changes cannot be saved.","Drupal system cross profile test":"Drupal system cross profile test","Support module for testing that a module in one profile can be reused in another profile.":"Support module for testing that a module in one profile can be reused in another profile.","Card common":"Card common","Card common alt":"Card common alt","Enhances the media list with additional features to easier find and use existing media items.":"Enhances the media list with additional features to easier find and use existing media items.","The name of the entity type a mapping applies to (node, user, comment, etc.":"The name of the entity type a mapping applies to (node, user, comment, etc.","The name of the bundle a mapping applies to.":"The name of the bundle a mapping applies to.","The serialized mapping of the bundle type and fields to RDF terms.":"The serialized mapping of the bundle type and fields to RDF terms.","RDF field mappings.":"RDF field mappings.","Inline block":"Inline block","Block revision ID":"Block revision ID","The view mode in which to render the block.":"The view mode in which to render the block.","Inline blocks":"Inline blocks","The entity type this translation relates to":"The entity type this translation relates to","The entity id this translation relates to":"The entity id this translation relates to","The entity revision id this translation relates to":"The entity revision id this translation relates to","The target language for this translation.":"The target language for this translation.","Boolean indicating whether the translation is published (visible to non-administrators).":"Boolean indicating whether the translation is published (visible to non-administrators).","Short description of the image used by screen readers and displayed when the image is not loaded. Enabling this field is recommended.":"Short description of the image used by screen readers and displayed when the image is not loaded. Enabling this field is recommended.","Apply Filters":"Apply Filters","Allows users to browse and administer media items":"Allows users to browse and administer media items","No contextual ID tokens specified.":"No contextual ID tokens specified.","The {node}.language to which this comment is a reply. Site default language is used as a fallback if node does not have a language.":"The {node}.language to which this comment is a reply. Site default language is used as a fallback if node does not have a language.","The entity ID this translation relates to":"The entity ID this translation relates to","The entity revision ID this translation relates to":"The entity revision ID this translation relates to","The input format used by this string":"The input format used by this string","Parent lid":"Parent lid","Plural index number in case of plural strings":"Plural index number in case of plural strings","The default language for new terms.":"The default language for new terms.","The i18n taxonomy translation setting.":"The i18n taxonomy translation setting.","Media selection":"Media selection","Modules could not be listed due to an error: %error":"Modules could not be listed due to an error: %error","A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): entity type: %entity_type, bundle: %bundle, field name: %field":"A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): entity type: %entity_type, bundle: %bundle, field name: %field","Allows users to stage content or preview a full site by using multiple workspaces on a single site.":"Allows users to stage content or preview a full site by using multiple workspaces on a single site.","Testing requirements":"Testing requirements","Testing requirements failed requirements.":"Testing requirements failed requirements.","Block enabled status":"Block enabled status","Block weight within region":"Block weight within region","Theme region within which the block is set":"Theme region within which the block is set","A module defined group of translations":"A module defined group of translations","Full string ID for quick search: type:objectid:property.":"Full string ID for quick search: type:objectid:property.","Plural index number":"Plural index number","Add a new Inline Block":"Add a new Inline Block","Remove section <span class=\\"visually-hidden\\">@section</span>":"Remove section <span class=\\"visually-hidden\\">@section</span>","%collection_label can only be created in the default workspace.":"%collection_label can only be created in the default workspace.","Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers":"Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers","Use this taxonomy to group recipes of the same type together.":"Use this taxonomy to group recipes of the same type together.","Recipe Collections":"Recipe Collections","Recipe collections":"Recipe collections","variation":"variation","variations":"variations","Allow decimal quantities":"Allow decimal quantities","Fixed amount":"Fixed amount","Add order type":"Add order type","Payment received.":"Payment received.","Product category":"Product category","Number of uses":"Number of uses","product variation type":"product variation type","Add product variation type":"Add product variation type","Add value":"Add value","payments":"payments","Thank you for your order!":"Thank you for your order!","Reassign":"Reassign","product type":"product type","Payment refunded.":"Payment refunded.","The credit card type.":"The credit card type.","Remove button":"Remove button","All conditions must pass":"All conditions must pass","Only one condition must pass":"Only one condition must pass","Rates":"Rates","Refund payment":"Refund payment","Defines common functionality for all Commerce modules.":"Defines common functionality for all Commerce modules.","Entity select widget settings":"Entity select widget settings","Autocomplete threshold":"Autocomplete threshold","Autocomplete size":"Autocomplete size","Autocomplete placeholder":"Autocomplete placeholder","Hide if there\'s only one bundle.":"Hide if there\'s only one bundle.","Shopping cart settings":"Shopping cart settings","Shopping cart form view":"Shopping cart form view","Adds a text field for editing the quantity.":"Adds a text field for editing the quantity.","Purchasable entity type":"Purchasable entity type","The parent order.":"The parent order.","The purchased entity.":"The purchased entity.","The number of purchased units.":"The number of purchased units.","The price of a single unit.":"The price of a single unit.","A serialized array of additional data.":"A serialized array of additional data.","The store to which the order belongs.":"The store to which the order belongs.","The email address associated with the order.":"The email address associated with the order.","The order state.":"The order state.","The total price of the order.":"The total price of the order.","The time when the order was created.":"The time when the order was created.","The time when the order was last edited.":"The time when the order was last edited.","Order for":"Order for","Existing customer":"Existing customer","New customer":"New customer","The order %label has been successfully saved.":"The order %label has been successfully saved.","Used by all orders of this type.":"Used by all orders of this type.","Saved the %label order type.":"Saved the %label order type.","You have not created any order types yet. Go to the <a href=\\"@create_order_type\\">order type creation page</a> to add a new order type.":"You have not created any order types yet. Go to the <a href=\\"@create_order_type\\">order type creation page</a> to add a new order type.","currency from @field_name":"currency from @field_name","Commerce Price requires the commerceguys/intl library.":"Commerce Price requires the commerceguys/intl library.","Defines the Currency entity.":"Defines the Currency entity.","Fraction digits":"Fraction digits","Default price formatter settings":"Default price formatter settings","Strip trailing zeroes after the decimal point":"Strip trailing zeroes after the decimal point","The number of digits after the decimal sign.":"The number of digits after the decimal sign.","The currency code must consist of three uppercase letters.":"The currency code must consist of three uppercase letters.","The numeric code must consist of three digits.":"The numeric code must consist of three digits.","All currencies have already been imported.":"All currencies have already been imported.","Product variation attributes":"Product variation attributes","The product author.":"The product author.","The parent product.":"The parent product.","The product %label has been successfully saved.":"The product %label has been successfully saved.","The product type %label has been successfully saved.":"The product type %label has been successfully saved.","The SKU %sku is already in use and must be unique.":"The SKU %sku is already in use and must be unique.","Admin permission":"Admin permission","Reassign order":"Reassign order","The purchased @entity_type.":"The purchased @entity_type.","The IP address of the order.":"The IP address of the order.","The time when the order was placed.":"The time when the order was placed.","Search by username or email address":"Search by username or email address","Place the order on a different date":"Place the order on a different date","anonymous user with the email %email":"anonymous user with the email %email","@display (@email)":"@display (@email)","The order is currently assigned to @customer.":"The order is currently assigned to @customer.","The order %label has been assigned to customer %customer.":"The order %label has been assigned to customer %customer.","Shopping cart block view":"Shopping cart block view","Display cart contents in dropdown":"Display cart contents in dropdown","Display cart contents in a dropdown":"Display cart contents in a dropdown","Orders can\'t be created until a store has been added. @link":"Orders can\'t be created until a store has been added. @link","Provides configurable checkout flows.":"Provides configurable checkout flows.","Add checkout flow":"Add checkout flow","Require double entry of email":"Require double entry of email","Allow guest checkout":"Allow guest checkout","Saved the %label checkout flow.":"Saved the %label checkout flow.","No pane is displayed.":"No pane is displayed.","No pane is disabled.":"No pane is disabled.","Checkout step for @title":"Checkout step for @title","Require double entry of email: Yes":"Require double entry of email: Yes","Require double entry of email: No":"Require double entry of email: No","Forces anonymous users to enter their email in two consecutive fields, which must have identical values.":"Forces anonymous users to enter their email in two consecutive fields, which must have identical values.","The specified emails do not match.":"The specified emails do not match.","Guest checkout: Allowed":"Guest checkout: Allowed","Guest checkout: Not allowed":"Guest checkout: Not allowed","Returning Customer":"Returning Customer","Guest Checkout":"Guest Checkout","Proceed to checkout. You can optionally create an account at the end.":"Proceed to checkout. You can optionally create an account at the end.","Continue as Guest":"Continue as Guest","Add product attribute":"Add product attribute","@config was successfully imported":"@config was successfully imported","@config was successfully deleted":"@config was successfully deleted","BC Math":"BC Math","Adds a button for removing the order item.":"Adds a button for removing the order item.","Display checkout progress":"Display checkout progress","Order summary view":"Order summary view","checkout flow":"checkout flow","checkout flows":"checkout flows","Used by the checkout progress block to determine visibility.":"Used by the checkout progress block to determine visibility.","Registration: Allowed":"Registration: Allowed","Registration: Not allowed":"Registration: Not allowed","New Customer":"New Customer","Create account and continue":"Create account and continue","Unrecognized username or password. <a href=\\":url\\">Have you forgotten your password?</a>":"Unrecognized username or password. <a href=\\":url\\">Have you forgotten your password?</a>","Login or continue as guest":"Login or continue as guest","Displays the order total field, requires an Order ID argument.":"Displays the order total field, requires an Order ID argument.","Add order item type":"Add order item type","order item types":"order item types","Order refresh mode":"Order refresh mode","Order refresh frequency":"Order refresh frequency","order item type":"order item type","The time when the order was completed.":"The time when the order was completed.","The order item title.":"The order item title.","The total price of the order item.":"The total price of the order item.","The time when the order item was created.":"The time when the order item was created.","The time when the order item was last edited.":"The time when the order item was last edited.","order type":"order type","order types":"order types","Saved the %label order item type.":"Saved the %label order item type.","Order refresh":"Order refresh","Refresh a draft order when it is loaded regardless of who it belongs to.":"Refresh a draft order when it is loaded regardless of who it belongs to.","Only refresh a draft order when it is loaded if it belongs to the current user.":"Only refresh a draft order when it is loaded if it belongs to the current user.","Draft orders will only be refreshed if more than the specified number of seconds have passed since they were last refreshed.":"Draft orders will only be refreshed if more than the specified number of seconds have passed since they were last refreshed.","The payment gateway.":"The payment gateway.","The payment method.":"The payment method.","Provides payment functionality.":"Provides payment functionality.","Add payment gateway":"Add payment gateway","The remote payment ID.":"The remote payment ID.","The remote payment state.":"The remote payment state.","The payment amount.":"The payment amount.","The refunded payment amount.":"The refunded payment amount.","The payment state.":"The payment state.","Whether this is a test payment.":"Whether this is a test payment.","The time when the payment was authorized.":"The time when the payment was authorized.","Authorization expires":"Authorization expires","The time when the payment authorization expires.":"The time when the payment authorization expires.","The time when the payment was captured.":"The time when the payment was captured.","payment gateway":"payment gateway","payment gateways":"payment gateways","The payment method owner.":"The payment method owner.","The payment method remote ID.":"The payment method remote ID.","Whether the payment method is reusable.":"Whether the payment method is reusable.","Whether this is the user\'s default payment method.":"Whether this is the user\'s default payment method.","The time when the payment method expires. 0 for never.":"The time when the payment method expires. 0 for never.","The time when the payment method was created.":"The time when the payment method was created.","The time when the payment method was last edited.":"The time when the payment method was last edited.","Payment saved.":"Payment saved.","Saved the %label payment gateway.":"Saved the %label payment gateway.","Void payment":"Void payment","The last few digits of the credit card number":"The last few digits of the credit card number","The credit card expiration month.":"The credit card expiration month.","The credit card expiration year.":"The credit card expiration year.","The email address associated with the PayPal account.":"The email address associated with the PayPal account.","You have entered an invalid CVV.":"You have entered an invalid CVV.","Can\'t refund more than @amount.":"Can\'t refund more than @amount.","Are you sure you want to void the %label payment?":"Are you sure you want to void the %label payment?","Payment voided.":"Payment voided.","Provides payment gateway examples.":"Provides payment gateway examples.","Controls how the attribute is displayed on the add to cart form.":"Controls how the attribute is displayed on the add to cart form.","promotions":"promotions","Add store":"Add store","Add store type":"Add store type","stores":"stores","store type":"store type","store types":"store types","Succeeded:":"Succeeded:","The @workflow workflow does not have a \\"Draft\\" state.":"The @workflow workflow does not have a \\"Draft\\" state.","These settings let you control how draft orders are refreshed, the process during which prices are recalculated.":"These settings let you control how draft orders are refreshed, the process during which prices are recalculated.","Current cart IDs":"Current cart IDs","Email the customer a receipt when an order is placed":"Email the customer a receipt when an order is placed","The receipt BCC email":"The receipt BCC email","The customer.":"The customer.","Order #@number confirmed":"Order #@number confirmed","Emails are sent in the HTML format. You will need a module such as <a href=\\"https://www.drupal.org/project/swiftmailer\\">Swiftmailer</a> to send HTML emails.":"Emails are sent in the HTML format. You will need a module such as <a href=\\"https://www.drupal.org/project/swiftmailer\\">Swiftmailer</a> to send HTML emails.","Send a copy of the receipt to this email:":"Send a copy of the receipt to this email:","Order Confirmation":"Order Confirmation","Order #@number details:":"Order #@number details:","Transaction mode: Authorize and capture":"Transaction mode: Authorize and capture","Transaction mode: Authorize only":"Transaction mode: Authorize only","This setting is only respected if the chosen payment gateway supports authorizations.":"This setting is only respected if the chosen payment gateway supports authorizations.","Authorize only (requires manual capture after checkout)":"Authorize only (requires manual capture after checkout)","No payment gateway selected.":"No payment gateway selected.","Payment process":"Payment process","Order activity":"Order activity","Provides activity logs for Commerce entities.":"Provides activity logs for Commerce entities.","The time when the log was created.":"The time when the log was created.","We encountered an error processing your payment method. Please verify your details and try again.":"We encountered an error processing your payment method. Please verify your details and try again.","We encountered an unexpected error processing your payment method. Please try again later.":"We encountered an unexpected error processing your payment method. Please try again later.","Proceed to @gateway":"Proceed to @gateway","You have canceled checkout at @gateway but may resume the checkout process here when you are ready.":"You have canceled checkout at @gateway but may resume the checkout process here when you are ready.","Redirect method":"Redirect method","Redirect via GET (302 header)":"Redirect via GET (302 header)","Shown to customers during checkout.":"Shown to customers during checkout.","Order total summary":"Order total summary","Price field settings":"Price field settings","Order summary":"Order summary","Your order number is @number.":"Your order number is @number.","You can view your order on your account page when logged in.":"You can view your order on your account page when logged in.","Included in the base price":"Included in the base price","France (Corsica)":"France (Corsica)","Step: @step":"Step: @step","The payment gateway mode.":"The payment gateway mode.","The time when the payment expires.":"The time when the payment expires.","The time when the payment was completed.":"The time when the payment was completed.","An error occurred while contacting the gateway. Please try again later.":"An error occurred while contacting the gateway. Please try again later.","We encountered an unexpected error processing your payment. Please try again later.":"We encountered an unexpected error processing your payment. Please try again later.","Receive payment":"Receive payment","The specified amount was already received.":"The specified amount was already received.","Hide if there\'s only one entity":"Hide if there\'s only one entity","Use a View to display the order summary":"Use a View to display the order summary","Overrides the checkout order summary template with the output of a View.":"Overrides the checkout order summary template with the output of a View.","Whether the unit price is overridden.":"Whether the unit price is overridden.","Manage fields, form and display settings for your order items.":"Manage fields, form and display settings for your order items.","Require confirmation before overriding the unit price":"Require confirmation before overriding the unit price","Do not require confirmation before overriding the unit price":"Do not require confirmation before overriding the unit price","Override the unit price":"Override the unit price","Empty cart button":"Empty cart button","Adds a button for emptying the cart.":"Adds a button for emptying the cart.","Your shopping cart has been emptied.":"Your shopping cart has been emptied.","The order %label has been unlocked.":"The order %label has been unlocked.","Add custom currency":"Add custom currency","Commerce requires the BC Math PHP extension.":"Commerce requires the BC Math PHP extension.","Provide a password for the new account.":"Provide a password for the new account.","Guest registration after checkout":"Guest registration after checkout","Set a password to save your details for next time.":"Set a password to save your details for next time.","Add Strings":"Add Strings","Strings to be added":"Strings to be added","Use one string per line.":"Use one string per line.","- Other -":"- Other -","Please use only lowercase letters, numbers, and underscores.":"Please use only lowercase letters, numbers, and underscores.","Strings have been added":"Strings have been added","Order currency":"Order currency","Current order total":"Current order total","Order contains specific :item":"Order contains specific :item","product variations":"product variations","Customer role":"Customer role","Order contains specific products":"Order contains specific products","Order contains product categories":"Order contains product categories","Order contains product types":"Order contains product types","Order contains product variation types":"Order contains product variation types","Version number":"Version number","The number of the version of the payment kit.":"The number of the version of the payment kit.","TPE number":"TPE number","The TPE number of your CM-CIC account on 7 characters (eg. 1234567).":"The TPE number of your CM-CIC account on 7 characters (eg. 1234567).","Company number":"Company number","The company number of your CM-CIC account.":"The company number of your CM-CIC account.","Security key":"Security key","The security key based on 40 characters.":"The security key based on 40 characters.","Crédit Mutuel":"Crédit Mutuel","CIC":"CIC","OBC":"OBC","Monetico":"Monetico","Bank type":"Bank type","The bank type. This will define the URLs.":"The bank type. This will define the URLs.","Customer ID":"Customer ID","Video Embed Field":"Video Embed Field","Tests":"Tests","Example modules":"Example modules","Materio":"Materio","File metadata":"File metadata","User Interface":"User Interface","Chaos tool suite (Experimental)":"Chaos tool suite (Experimental)","@theme (theme) (<span class=\\"admin-disabled\\">disabled</span>)":"@theme (theme) (<span class=\\"admin-disabled\\">disabled</span>)","Allows configuration of tasks to be executed in response to events.":"Allows configuration of tasks to be executed in response to events.","Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources.":"Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources.","Allows administrators to ban visits from specific IP addresses.":"Allows administrators to ban visits from specific IP addresses.","Manages breakpoints and breakpoint groups for responsive designs.":"Manages breakpoints and breakpoint groups for responsive designs.","Allows users to change the color scheme of compatible themes.":"Allows users to change the color scheme of compatible themes.","Allows users to comment on content.":"Allows users to comment on content.","Allows administrators to import and export configuration changes.":"Allows administrators to import and export configuration changes.","Provides site-wide contact forms and forms to contact individual users.":"Provides site-wide contact forms and forms to contact individual users.","Provides contextual links to directly access tasks related to page elements.":"Provides contextual links to directly access tasks related to page elements.","Allows the creation of custom blocks and block types.":"Allows the creation of custom blocks and block types.","Allows users to create menu links.":"Allows users to create menu links.","Logs system events in the database.":"Logs system events in the database.","Provides a user interface for the Field module.":"Provides a user interface for the Field module.","Caches pages, including those with dynamic content, for all users.":"Caches pages, including those with dynamic content, for all users.","Caches pages for anonymous users and can be used when external page cache is not available.":"Caches pages for anonymous users and can be used when external page cache is not available.","Allows users to add and arrange blocks and content fields directly on the content.":"Allows users to add and arrange blocks and content fields directly on the content.","Manages the creation, configuration, and display of media items.":"Manages the creation, configuration, and display of media items.","Enhances the media list with additional features to more easily find and use existing media items.":"Enhances the media list with additional features to more easily find and use existing media items.","Allows users to create search pages based on plugins provided by other modules.":"Allows users to create search pages based on plugins provided by other modules.","Allows users to directly edit the configuration of blocks on the current page.":"Allows users to directly edit the configuration of blocks on the current page.","Displays guided tours of the site interface.":"Displays guided tours of the site interface.","Provides a user interface for creating and managing views.":"Provides a user interface for creating and managing views.","Provides an interface to create workflows with transitions between different states (for example publication or user status) provided by other modules.":"Provides an interface to create workflows with transitions between different states (for example publication or user status) provided by other modules.","Provides an improved drop-down menu interface to the site Toolbar.":"Provides an improved drop-down menu interface to the site Toolbar.","Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon.":"Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon.","Provides a workaround for the common problem that users with \'Use the administration pages and help\' permission see menu links they don\'t have access permission for. Once the issue <a href=\'https://www.drupal.org/node/296693\'>https://www.drupal.org/node/296693</a> be solved, this module will be deprecated.":"Provides a workaround for the common problem that users with \'Use the administration pages and help\' permission see menu links they don\'t have access permission for. Once the issue <a href=\'https://www.drupal.org/node/296693\'>https://www.drupal.org/node/296693</a> be solved, this module will be deprecated.","Provides search of Admin Toolbar items.":"Provides search of Admin Toolbar items.","Provides role and module filters to simplify the user permissions page.":"Provides role and module filters to simplify the user permissions page.","Allows configuring hidden flood control options and unblocking IP addresses and user ID\'s that are blocked after multiple failed login attempts.":"Allows configuring hidden flood control options and unblocking IP addresses and user ID\'s that are blocked after multiple failed login attempts.","Allows to give roles per menu admin permissions without giving them full administer menu permission.":"Allows to give roles per menu admin permissions without giving them full administer menu permission.","Apply themes to the toolbar.":"Apply themes to the toolbar.","Declare all the consumers of your API":"Declare all the consumers of your API","Add title, target etc. attributes to Text Editor\'s link dialog if the text format allows them.":"Add title, target etc. attributes to Text Editor\'s link dialog if the text format allows them.","Provides a better Queue API.":"Provides a better Queue API.","Adds automated timed logout.":"Adds automated timed logout.","Adds an administrative option to bulk delete nodes by content type using the batch API.":"Adds an administrative option to bulk delete nodes by content type using the batch API.","Provides testing items for Payment":"Provides testing items for Payment","Provides basic revert and update functionality for other modules":"Provides basic revert and update functionality for other modules","Adds an updates report and revert functionality to configuration management":"Adds an updates report and revert functionality to configuration management","Provides currency metadata and exchange rates, and amount formatting.":"Provides currency metadata and exchange rates, and amount formatting.","Formats amounts according the locales of users using the PHP Intl extension.":"Formats amounts according the locales of users using the PHP Intl extension.","Allows users to register with an email address as their username.":"Allows users to register with an email address as their username.","Provides a framework for different types of embeds in text editors.":"Provides a framework for different types of embeds in text editors.","Provides expanded entity APIs, which will be moved to Drupal core one day.":"Provides expanded entity APIs, which will be moved to Drupal core one day.","Add a clone action for all entities":"Add a clone action for all entities","Allows an entity type to borrow the fields and display configuration of another entity type.":"Allows an entity type to borrow the fields and display configuration of another entity type.","Sends log messages to the PHP error log.":"Sends log messages to the PHP error log.","Automatically extend path aliases to include tabs, like <em>about-us/edit</em> for <em>node/123/edit</em>.<br> Allow these aliases to be entered in page specification wild-cards, <em>about-us*</em>, e.g for block visibility.":"Automatically extend path aliases to include tabs, like <em>about-us/edit</em> for <em>node/123/edit</em>.<br> Allow these aliases to be entered in page specification wild-cards, <em>about-us*</em>, e.g for block visibility.","Generates a decent password when adding a new user.":"Generates a decent password when adding a new user.","Provides a formatter that displays a specific delta of a multivalue imagefield.":"Provides a formatter that displays a specific delta of a multivalue imagefield.","Provides a widget to allow settings of link attributes for menu links.":"Provides a widget to allow settings of link attributes for menu links.","Implements hook_link_attributes_plugin_alter":"Implements hook_link_attributes_plugin_alter","Provides configurable blocks of menu links.":"Provides configurable blocks of menu links.","Customize menu position of nodes depending on their content type, associated terms and others conditions.":"Customize menu position of nodes depending on their content type, associated terms and others conditions.","Create a filter for permission page.":"Create a filter for permission page.","Provides a \\"Remember Me\\" feature on the login form.":"Provides a \\"Remember Me\\" feature on the login form.","Provides tools that extend Drupal\'s plugin system.":"Provides tools that extend Drupal\'s plugin system.","Test module for Profile.":"Test module for Profile.","Provides configurable user profiles.":"Provides configurable user profiles.","Provides a configurable plugin for defining recurring time periods.":"Provides a configurable plugin for defining recurring time periods.","The module provides a block that display links (icons) to your profiles on various social networking sites.":"The module provides a block that display links (icons) to your profiles on various social networking sites.","The module provides a field type to capture social media profiles.":"The module provides a field type to capture social media profiles.","Provides an extensive MIME types management API.":"Provides an extensive MIME types management API.","Replaces Drupal core MIME type extension-based guesser with Sophron.":"Replaces Drupal core MIME type extension-based guesser with Sophron.","Provides code-driven workflow functionality.":"Provides code-driven workflow functionality.","Formats telephone fields using google\'s libphonenumber library":"Formats telephone fields using google\'s libphonenumber library","Validates telephone fields and tel form element.":"Validates telephone fields and tel form element.","Extends the core Typed Data API with new APIs and features.":"Extends the core Typed Data API with new APIs and features.","Provides a simple global context for testing.":"Provides a simple global context for testing.","Implements example forms using typed data widgets.":"Implements example forms using typed data widgets.","Validate the uniqueness of the entities fields or title.":"Validate the uniqueness of the entities fields or title.","Text filter to convert URLs to embedded videos":"Text filter to convert URLs to embedded videos","Provides an additional formatter for text field, text area and text format.":"Provides an additional formatter for text field, text area and text format.","Provides the ability to group your fields on both form and display.":"Provides the ability to group your fields on both form and display.","Extends File fields to allow referencing of existing files, remote files, and server files.":"Extends File fields to allow referencing of existing files, remote files, and server files.","Provides a more robust alternative to \\"summary or trimmed\\" textfield format":"Provides a more robust alternative to \\"summary or trimmed\\" textfield format","An expanding/collapsing tree widget for selecting terms in a taxonomy term reference field.":"An expanding/collapsing tree widget for selecting terms in a taxonomy term reference field.","Provides a simple vue link field formatter with vue attributes as @click.":"Provides a simple vue link field formatter with vue attributes as @click.","Provides a number of utility and helper APIs for Drupal developers and site builders.":"Provides a number of utility and helper APIs for Drupal developers and site builders.","Provides improvements to blocks that will one day be added to Drupal core.":"Provides improvements to blocks that will one day be added to Drupal core.","A set of improvements to the core Views code that allows for greater control over Blocks.":"A set of improvements to the core Views code that allows for greater control over Blocks.","Redirect to the checkout after adding a product to the cart":"Redirect to the checkout after adding a product to the cart","Test module for Commerce Log.":"Test module for Commerce Log.","Provides configurable patterns for generating sequential numbers.":"Provides configurable patterns for generating sequential numbers.","Provides a UI for managing promotions.":"Provides a UI for managing promotions.","Defines the Store entity and associated features.":"Defines the Store entity and associated features.","Provides tax functionality.":"Provides tax functionality.","Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API.":"Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API.","Provides a framework for selling access to local or remote resources.":"Provides a framework for selling access to local or remote resources.","Provides various Commerce-specific Migrate handlers.":"Provides various Commerce-specific Migrate handlers.","Provides migrations for Commerce":"Provides migrations for Commerce","Import products from an example CSV file":"Import products from an example CSV file","Provides migrations for Shopfiy.":"Provides migrations for Shopfiy.","Provides migrations for Ubercart.":"Provides migrations for Ubercart.","Provides migrations for WooCommerce":"Provides migrations for WooCommerce","This module allows to create an interface between Drupal and the CM-CIC payment kit (Cybermut)":"This module allows to create an interface between Drupal and the CM-CIC payment kit (Cybermut)","Allows defining prices for specific stores, customers, quantities using price lists.":"Allows defining prices for specific stores, customers, quantities using price lists.","Provides recurring billing for Drupal Commerce":"Provides recurring billing for Drupal Commerce","Provides Commerce integration for Stripe Payments.":"Provides Commerce integration for Stripe Payments.","Provides a simple add-to-cart form in the product variation type manage display.":"Provides a simple add-to-cart form in the product variation type manage display.","Allows Drupal Commerce orders to be paid using Payment.":"Allows Drupal Commerce orders to be paid using Payment.","Config Filter allows other modules to interact with a ConfigStorage through filter plugins.":"Config Filter allows other modules to interact with a ConfigStorage through filter plugins.","Ignore certain configuration during import":"Ignore certain configuration during import","Configuration filter for importing and exporting split config":"Configuration filter for importing and exporting split config","Helps developers work with configuration.":"Helps developers work with configuration.","Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.":"Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.","Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time.":"Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time.","Set conditions and configure reactions that should be implemented when conditions pass.":"Set conditions and configure reactions that should be implemented when conditions pass.","Mitigates spam form submissions using the honeypot method.":"Mitigates spam form submissions using the honeypot method.","Provides a user interface for per-module and site-wide mail_system selection.":"Provides a user interface for per-module and site-wide mail_system selection.","Allows site to send emails using Mailgun email service.":"Allows site to send emails using Mailgun email service.","Provides examples of email templates. Allows to send nice HTML emails out-of-the-box.":"Provides examples of email templates. Allows to send nice HTML emails out-of-the-box.","Support for the Mailgun Mailing lists.":"Support for the Mailgun Mailing lists.","Helpful module for test staff.":"Helpful module for test staff.","Utility to log all Mails for debugging purposes. It is possible to suppress mail delivery for e.g. dev or staging systems.":"Utility to log all Mails for debugging purposes. It is possible to suppress mail delivery for e.g. dev or staging systems.","Sends MIME-encoded emails with embedded images and attachments.":"Sends MIME-encoded emails with embedded images and attachments.","Send newsletters to subscribed email addresses. For uninstall go to Configuration > Web services > Simplenews > Settings and hit \\"Prepare uninstall\\".":"Send newsletters to subscribed email addresses. For uninstall go to Configuration > Web services > Simplenews > Settings and hit \\"Prepare uninstall\\".","Demo module for Simplenews.":"Demo module for Simplenews.","Module in the experimental package to test hook_requirements() with an experimental module.":"Module in the experimental package to test hook_requirements() with an experimental module.","Module in the experimental package to test experimental functionality.":"Module in the experimental package to test experimental functionality.","Allows users to configure the display and form display by arranging fields in several columns.":"Allows users to configure the display and form display by arranging fields in several columns.","Displays help topics provided by themes and modules.":"Displays help topics provided by themes and modules.","Formats date ranges.":"Formats date ranges.","Creates domain records within a Drupal installation.":"Creates domain records within a Drupal installation.","Domain-based access control for content.":"Domain-based access control for content.","Maps multiple host requests to a single domain record.":"Maps multiple host requests to a single domain record.","Allows domain specific configuration.":"Allows domain specific configuration.","Allows saving of domain specific configuration through the administrative interface.":"Allows saving of domain specific configuration through the administrative interface.","Review content by assigned domain.":"Review content by assigned domain.","Basic Site Setting for Domains.":"Basic Site Setting for Domains.","Domain-based path rewrites for content.":"Domain-based path rewrites for content.","A simple floating tool bar with debug information":"A simple floating tool bar with debug information","Generate dummy users, nodes, menus, taxonomy terms...":"Generate dummy users, nodes, menus, taxonomy terms...","Create an example of a Devel Generate plugin type for testing purposes.":"Create an example of a Devel Generate plugin type for testing purposes.","Allows to change the modules execution order.":"Allows to change the modules execution order.","Drupal Web Profiler.":"Drupal Web Profiler.","Allows hiding of entity label fields and automatic label creation.":"Allows hiding of entity label fields and automatic label creation.","Example of how to use the Mime Mail module.":"Example of how to use the Mime Mail module.","Examples of how Drupal 8+ migration compares to previous versions.":"Examples of how Drupal 8+ migration compares to previous versions.","Specialized examples of Drupal 8+ migration.":"Specialized examples of Drupal 8+ migration.","Simple JSON Migration example":"Simple JSON Migration example","Defines an example action with all possible options.":"Defines an example action with all possible options.","Provides a file metadata plugin for EXIF image information.":"Provides a file metadata plugin for EXIF image information.","Provides a file metadata plugin for TTF/OTF/WOFF font information.":"Provides a file metadata plugin for TTF/OTF/WOFF font information.","Provides a service to manage file metadata.":"Provides a service to manage file metadata.","Create customized flags that users can set on entities.":"Create customized flags that users can set on entities.","Provides an example bookmark flag and supporting views.":"Provides an example bookmark flag and supporting views.","Provides an example on how to display flag counts":"Provides an example on how to display flag counts","Provides an example user flag and supporting views.":"Provides an example user flag and supporting views.","Flag Lists handle collections of flags":"Flag Lists handle collections of flags","Base module for integrating GraphQL with Drupal.":"Base module for integrating GraphQL with Drupal.","Examples for composable GraphQL schema.":"Examples for composable GraphQL schema.","Examples for the GraphQL module.":"Examples for the GraphQL module.","Allows the administration menu to be customised per user role.":"Allows the administration menu to be customised per user role.","Enhanced autocomplete using Jquery UI autocomplete.":"Enhanced autocomplete using Jquery UI autocomplete.","Make the login screens better :)":"Make the login screens better :)","This module adds simple functions to make Drupal messages look and act better.":"This module adds simple functions to make Drupal messages look and act better.","Modify behavior and appearance of external links.":"Modify behavior and appearance of external links.","Pagerer example.":"Pagerer example.","Provides jQuery UI library.":"Provides jQuery UI library.","Provides jQuery UI Button library.":"Provides jQuery UI Button library.","Provides jQuery UI Checkboxradio library.":"Provides jQuery UI Checkboxradio library.","Provides jQuery UI Controlgroup library.":"Provides jQuery UI Controlgroup library.","Provides jQuery UI Datepicker library.":"Provides jQuery UI Datepicker library.","Provides jQuery UI Slider library.":"Provides jQuery UI Slider library.","Provides jQuery UI Touch Punch library.":"Provides jQuery UI Touch Punch library.","Defines api behaviours for flaglist.":"Defines api behaviours for flaglist.","Materio GraphQL schema.":"Materio GraphQL schema.","Defines home contents for materiO.":"Defines home contents for materiO.","Compute automaticly materials references : <family>-<index>, eg. W-0459.":"Compute automaticly materials references : <family>-<index>, eg. W-0459.","Defines custom behaviours to jsonapi.":"Defines custom behaviours to jsonapi.","Defines custom migration for materio (from d7 to d8).":"Defines custom migration for materio (from d7 to d8).","Provide a sample field, each showroom (taxonomy term) can fill it\'s own sample reference, and only it\'s own":"Provide a sample field, each showroom (taxonomy term) can fill it\'s own sample reference, and only it\'s own","Search Api Materio module":"Search Api Materio module","Simple News extensions Materio module":"Simple News extensions Materio module","helpers for progressive decoupling":"helpers for progressive decoupling","Provides the ability to migrate field groups from D6/D7 to D8.":"Provides the ability to migrate field groups from D6/D7 to D8.","Hooks disabler":"Hooks disabler","Enhancements to core migration support":"Enhancements to core migration support","Tools to assist in developing and running migrations.":"Tools to assist in developing and running migrations.","Migrate Development Tools":"Migrate Development Tools","Allows users to translate configuration text.":"Allows users to translate configuration text.","Allows users to translate content.":"Allows users to translate content.","Allows users to configure available languages.":"Allows users to configure available languages.","Provides a Views filter to select which translation of a node should be displayed.":"Provides a Views filter to select which translation of a node should be displayed.","Shows menus, nodes, blocks and taxonomy with source and target language side by side":"Shows menus, nodes, blocks and taxonomy with source and target language side by side","Create customized lists and queries of translations from your database.":"Create customized lists and queries of translations from your database.","Provides a admin area to insert new strings to be translatable.":"Provides a admin area to insert new strings to be translatable.","Allows you to export strings to a JSON i18n file":"Allows you to export strings to a JSON i18n file","Provides some behavior and style enhancements to Entity Browsers, specifically for multiselect and image/media browsers.":"Provides some behavior and style enhancements to Entity Browsers, specifically for multiselect and image/media browsers.","Provide a generic entity browser/picker/selector.":"Provide a generic entity browser/picker/selector.","Entity browser example module.":"Entity browser example module.","Entity browser inline entity form integration.":"Entity browser inline entity form integration.","Provides effects and operations for the Image API.":"Provides effects and operations for the Image API.","Provides ImageMagick integration.":"Provides ImageMagick integration.","Allows payments to be made using any of the available payment methods.":"Allows payments to be made using any of the available payment methods.","Provides a field to add payment forms to entities.":"Provides a field to add payment forms to entities.","Provides a field to add payment references to entities.":"Provides a field to add payment references to entities.","Provides an API for generating PDFs.":"Provides an API for generating PDFs.","Provide a module placeholder, for using as dependency for module that needs Redis.":"Provide a module placeholder, for using as dependency for module that needs Redis.","Allows to import/export content using YAML files":"Allows to import/export content using YAML files","create editors admin menus through module as they will be exportable as config":"create editors admin menus through module as they will be exportable as config","Get site configiration through rest api":"Get site configiration through rest api","Generates a printer-friendly version of Drupal content entities.":"Generates a printer-friendly version of Drupal content entities.","Provides a printable format for generating PDFs.":"Provides a printable format for generating PDFs.","Defines a field type with Workflows, containing customizable state transitions.":"Defines a field type with Workflows, containing customizable state transitions.","Content access control based on workflows and roles. Depends on the node_access system, so only works for entities of type \'node\'.":"Content access control based on workflows and roles. Depends on the node_access system, so only works for entities of type \'node\'.","Cleans up Workflow cruft. (Do not enable in production sites.)":"Cleans up Workflow cruft. (Do not enable in production sites.)","Tools for developing Workflow add-ons. Calls every hook in workflow.api.php and generates a user message on each call. (Do not enable in production sites.)":"Tools for developing Workflow add-ons. Calls every hook in workflow.api.php and generates a user message on each call. (Do not enable in production sites.)","Adds lesser-used Transition permissions (edit, revert, delete permissions).":"Adds lesser-used Transition permissions (edit, revert, delete permissions).","Administrative UI for Workflow.":"Administrative UI for Workflow.","Offers an implementation of the Search API that uses database tables for indexing content.":"Offers an implementation of the Search API that uses database tables for indexing content.","Enable this module for a best-practice default setup of Search API with the Database backend. After installation it is recommended to uninstall this module again for performance reasons. The provided configuration will not be removed.":"Enable this module for a best-practice default setup of Search API with the Database backend. After installation it is recommended to uninstall this module again for performance reasons. The provided configuration will not be removed.","Provides a generic framework for modules offering search capabilities.":"Provides a generic framework for modules offering search capabilities.","Adds autocomplete functionality to searches.":"Adds autocomplete functionality to searches.","Create search pages using Search API indexes.":"Create search pages using Search API indexes.","Provides various Solr administration tasks.":"Provides various Solr administration tasks.","Debugging your Solr integration.":"Debugging your Solr integration.","Add support for older unsupported Solr versions >= 4.5.":"Add support for older unsupported Solr versions >= 4.5.","Enable this module for a best-practice default setup of Search API with the Solr backend. After installation it is recommended to uninstall this module again for performance reasons. The provided configuration will not be removed.":"Enable this module for a best-practice default setup of Search API with the Solr backend. After installation it is recommended to uninstall this module again for performance reasons. The provided configuration will not be removed.","Attach image styles to a given consumer.":"Attach image styles to a given consumer.","Supplies an HTTP Basic authentication provider.":"Supplies an HTTP Basic authentication provider.","Builds on top of JSON API to deliver extra functionality.":"Builds on top of JSON API to deliver extra functionality.","Infrastructure for JSON-RPC 2.0 compliant web services.":"Infrastructure for JSON-RPC 2.0 compliant web services.","JSON-RPC 2.0 services for Drupal core.":"JSON-RPC 2.0 services for Drupal core.","JSON-RPC 2.0 discovery features.":"JSON-RPC 2.0 discovery features.","Exposes entities as a JSON:API-specification-compliant web API.":"Exposes entities as a JSON:API-specification-compliant web API.","Builds on top of JSON:API to deliver extra functionality.":"Builds on top of JSON:API to deliver extra functionality.","Provides a user interface to manage REST resources.":"Provides a user interface to manage REST resources.","Provides a service for (de)serializing data to/from formats such as JSON and XML.":"Provides a service for (de)serializing data to/from formats such as JSON and XML.","Add a front controller that you can use to make subrequests.":"Add a front controller that you can use to make subrequests.","Adds Matomo javascript tracking code to all your site\'s pages.":"Adds Matomo javascript tracking code to all your site\'s pages.","Provides synonyms feature for content entities.":"Provides synonyms feature for content entities.","Integrates Synonyms with core Search module.":"Integrates Synonyms with core Search module.","Provides Synonyms friendly argument validator for core Views module.":"Provides Synonyms friendly argument validator for core Views module.","Provides Synonyms friendly exposed filter for core Views module.":"Provides Synonyms friendly exposed filter for core Views module.","A history of the site\'s user logins.":"A history of the site\'s user logins.","Drupal Core (@core_requirement) (<span class=\\"admin-missing\\">incompatible with</span> version @core_version)":"Drupal Core (@core_requirement) (<span class=\\"admin-missing\\">incompatible with</span> version @core_version)","@module_name (<span class=\\"admin-missing\\">incompatible with</span> this version of Drupal core)":"@module_name (<span class=\\"admin-missing\\">incompatible with</span> this version of Drupal core)","Support module for update module testing.":"Support module for update module testing.","Support module for help testing.":"Support module for help testing.","Support module for action bulk form testing.":"Support module for action bulk form testing.","Support module for action testing.":"Support module for action testing.","Provides functionality for testing the address module.":"Provides functionality for testing the address module.","Support module for aggregator \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.":"Support module for aggregator \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.","Support module for aggregator related testing.":"Support module for aggregator related testing.","Provides default views for views aggregator tests.":"Provides default views for views aggregator tests.","Test for AJAX form calls.":"Test for AJAX form calls.","Support module for AJAX framework tests.":"Support module for AJAX framework tests.","Support module for RenderArrayNonHtmlSubscriberTest.":"Support module for RenderArrayNonHtmlSubscriberTest.","Support module for Batch API tests.":"Support module for Batch API tests.","Support module for BigPipe regression testing.":"Support module for BigPipe regression testing.","Support module for BigPipe testing.":"Support module for BigPipe testing.","Provides default views for views block_content tests.":"Provides default views for views block_content tests.","Testing infrastructure for CTools block display variants.":"Testing infrastructure for CTools block display variants.","Provides test blocks.":"Provides test blocks.","Provides a view and block to test block displays in views.":"Provides a view and block to test block displays in views.","Support module for book module breadcrumb testing.":"Support module for book module breadcrumb testing.","Support module for book module testing.":"Support module for book module testing.","Provides default views for views book tests.":"Provides default views for views book tests.","Support module for the field and entity display tests.":"Support module for the field and entity display tests.","Test module for breakpoint.":"Test module for breakpoint.","Support module for cache system testing.":"Support module for cache system testing.","Test that the mail can be cancelled.":"Test that the mail can be cancelled.","Support module for Chaos tools blocks tests.":"Support module for Chaos tools blocks tests.","Provides testing for ctools wizard":"Provides testing for ctools wizard","Support module for the CKEditor module tests.":"Support module for the CKEditor module tests.","Support module for Client-side Hierarchical Select tests.":"Support module for Client-side Hierarchical Select tests.","Provides test helpers for color module.":"Provides test helpers for color module.","Test comment as a base field":"Test comment as a base field","Support module for testing empty title accessibility with Comment module.":"Support module for testing empty title accessibility with Comment module.","Support module for Comment module testing.":"Support module for Comment module testing.","Provides default views for views comment tests.":"Provides default views for views comment tests.","Provides a slow version of AddToCart form for testing Big Pipe streaming":"Provides a slow version of AddToCart form for testing Big Pipe streaming","Contains various non-specific things needed in tests.":"Contains various non-specific things needed in tests.","Provides cart block and form replacements using Backbone.js and Underscore":"Provides cart block and form replacements using Backbone.js and Underscore","Provides cart block and form replacements using ReactJS and the Cart API":"Provides cart block and form replacements using ReactJS and the Cart API","Test module for Commerce License":"Test module for Commerce License","Provides test license types.":"Provides test license types.","Contains various non-specific things needed in order tests.":"Contains various non-specific things needed in order tests.","Provides items for testing Commerce Pricelist.":"Provides items for testing Commerce Pricelist.","Test module for Commerce Product.":"Test module for Commerce Product.","Provides items for testing Commerce Promotion.":"Provides items for testing Commerce Promotion.","Test module for Commerce Recurring.":"Test module for Commerce Recurring.","Testing module for Commerce Stripe":"Testing module for Commerce Stripe","Module for testing extension updates to configuration.":"Module for testing extension updates to configuration.","Support module for Common tests.":"Support module for Common tests.","Helper module for CronRunTestCase::testCronExceptions().":"Helper module for CronRunTestCase::testCronExceptions().","Test general form component for condition plugins.":"Test general form component for condition plugins.","Helpers to test the configuration translation system":"Helpers to test the configuration translation system","Contains test contact form.":"Contains test contact form.","Tests that contact messages can be stored.":"Tests that contact messages can be stored.","Provides default views for views contact tests.":"Provides default views for views contact tests.","Provides test classes.":"Provides test classes.","Provides a local task for testing.":"Provides a local task for testing.","Provides default views for views Content moderation tests.":"Provides default views for views Content moderation tests.","Support testing content negotiation variations.":"Support testing content negotiation variations.","Provides default views for views content translation tests.":"Provides default views for views content translation tests.","Provides content translation tests.":"Provides content translation tests.","Provides test contextual links.":"Provides test contextual links.","Support database contrib driver testing.":"Support database contrib driver testing.","Support module for the cron queue runner.":"Support module for the cron queue runner.","Check that CSRF token is generated once.":"Check that CSRF token is generated once.","Support testing protecting routes with CSRF token.":"Support testing protecting routes with CSRF token.","Provides CSS fixes for tests.":"Provides CSS fixes for tests.","Test editing of source plugin via the UI.":"Test editing of source plugin via the UI.","Provides default views for CTools Views tests.":"Provides default views for CTools Views tests.","Support module for custom block related testing.":"Support module for custom block related testing.","Support module for Database layer tests that need to monitor executed database statements.":"Support module for Database layer tests that need to monitor executed database statements.","Support module for Database layer tests.":"Support module for Database layer tests.","Provides a testing module for datetime_range.":"Provides a testing module for datetime_range.","Provides default views for tests.":"Provides default views for tests.","Provides default views for views dblog tests.":"Provides default views for views dblog tests.","Support module for testing default route format.":"Support module for testing default route format.","Support module for testing deprecation behaviors.":"Support module for testing deprecation behaviors.","Test pluggable dumpers.":"Test pluggable dumpers.","Provides entity types for Devel tests.":"Provides entity types for Devel tests.","Support module for Devel testing.":"Support module for Devel testing.","Support module for Dialog Renderer tests.":"Support module for Dialog Renderer tests.","Support module for testing toolbar without user toolbar":"Support module for testing toolbar without user toolbar","Support module for testing display variants.":"Support module for testing display variants.","Provides default views for views domain tests.":"Provides default views for views domain tests.","Support module for EarlyRenderingControllerTest.":"Support module for EarlyRenderingControllerTest.","Support module for testing early bootstrap getting of annotations with translations.":"Support module for testing early bootstrap getting of annotations with translations.","Support module for the Embed module tests.":"Support module for the Embed module tests.","Support module for the Entity browser entity form module tests.":"Support module for the Entity browser entity form module tests.","Support module for Entity browser entityqueue integration test.":"Support module for Entity browser entityqueue integration test.","Support module for the Entity browser module tests.":"Support module for the Entity browser module tests.","Test Configuration Forms.":"Test Configuration Forms.","Test Paragraphs Integration.":"Test Paragraphs Integration.","Module for testing bundle plugins.":"Module for testing bundle plugins.","Tests extending and altering entity constraints.":"Tests extending and altering entity constraints.","Support module for CRUD hook tests.":"Support module for CRUD hook tests.","Provides entity types based upon the CRUD API.":"Provides entity types based upon the CRUD API.","Entity host with base field definition using entity_reference_revisions.":"Entity host with base field definition using entity_reference_revisions.","Provides a test operation to entities.":"Provides a test operation to entities.","Support module for the Entity Reference tests.":"Support module for the Entity Reference tests.","Provides default views for views entity reference tests.":"Provides default views for views entity reference tests.","Provides testing for the entity schema converter.":"Provides testing for the entity schema converter.","Provides entity and field definitions to test entity schema.":"Provides entity and field definitions to test entity schema.","Provides test support for entity serialization tests.":"Provides test support for entity serialization tests.","Provides extra fields for entity test entity types.":"Provides extra fields for entity test entity types.","Provides two entity types with revision logging capabilities.":"Provides two entity types with revision logging capabilities.","Provides third-party settings for test entity types.":"Provides third-party settings for test entity types.","Provides an entity type for testing definition and schema updates.":"Provides an entity type for testing definition and schema updates.","Entity with parent type and ID.":"Entity with parent type and ID.","Support module for causing bedlam in container rebuilds.":"Support module for causing bedlam in container rebuilds.","Support module for error and exception testing.":"Support module for error and exception testing.","Module with a dependency in the experimental package.":"Module with a dependency in the experimental package.","Contains field and field storage config for extra order item field":"Contains field and field storage config for extra order item field","Support module for the Field API configuration tests.":"Support module for the Field API configuration tests.","Support module for the Field API tests.":"Support module for the Field API tests.","Support module for Field Layout tests.":"Support module for Field Layout tests.","Provides a test field permission plugin type.":"Provides a test field permission plugin type.","Provides default views for views field tests.":"Provides default views for views field tests.","Support module for the Timestamp field item test.":"Support module for the Timestamp field item test.","Support module for Field UI tests.":"Support module for Field UI tests.","Provides test support for fieldItem normalization test support.":"Provides test support for fieldItem normalization test support.","Support module for file handling tests.":"Support module for file handling tests.","Provides hooks for testing File module functionality.":"Provides hooks for testing File module functionality.","Provides default views for views file tests.":"Provides default views for views file tests.","Tests filter hooks and functions.":"Tests filter hooks and functions.","Tests enabling of modules which provide filter plugins.":"Tests enabling of modules which provide filter plugins.","Functionality to assist Flag event testing.":"Functionality to assist Flag event testing.","Provides dummy Flag plugins for use in tests.":"Provides dummy Flag plugins for use in tests.","Support module for Form API tests.":"Support module for Form API tests.","Provides default views for views forum tests.":"Provides default views for views forum tests.","Support module for HAL tests.":"Support module for HAL tests.","Support testing with request/response hold.":"Support testing with request/response hold.","Support module for Honeypot internal testing purposes.":"Support module for Honeypot internal testing purposes.","Support module for menu hook testing.":"Support module for menu hook testing.","Test if HTML in mails works as expected.":"Test if HTML in mails works as expected.","Support module for HTTP Basic Authentication testing.":"Support module for HTTP Basic Authentication testing.","Support module for httpkernel tests.":"Support module for httpkernel tests.","Support module for the Inline entity form module tests.":"Support module for the Inline entity form module tests.","Provides an entity field access hook implementation to set an image field as hidden.":"Provides an entity field access hook implementation to set an image field as hidden.","Provides implementations for testing Image Effects module functionality.":"Provides implementations for testing Image Effects module functionality.","Provides hook implementations for testing Image module functionality.":"Provides hook implementations for testing Image module functionality.","Support module for image toolkit tests.":"Support module for image toolkit tests.","Provides default views for views image tests.":"Provides default views for views image tests.","Provides custom ajax commands used for tests":"Provides custom ajax commands used for tests","Module for the jsCookieTest.":"Module for the jsCookieTest.","Stores all JS deprecation calls to allow JS tests to determine if they have been called.":"Stores all JS deprecation calls to allow JS tests to determine if they have been called.","Provides deprecated code that can be used for tests":"Provides deprecated code that can be used for tests","Module for the JSMessageTest test.":"Module for the JSMessageTest test.","Module for the JSWebAssert test.":"Module for the JSWebAssert test.","Provides a custom field access hook to test JSON API field access security.":"Provides a custom field access hook to test JSON API field access security.","Provides custom access related code to test JSON:API filter security.":"Provides custom access related code to test JSON:API filter security.","Support module for the language config override test.":"Support module for the language config override test.","Support module for verifying entity field access and the language selector.":"Support module for verifying entity field access and the language selector.","Support module for the language form elements tests.":"Support module for the language form elements tests.","Support module for the language layer tests.":"Support module for the language layer tests.","Support module for testing layout building defaults.":"Support module for testing layout building defaults.","Support module for testing.":"Support module for testing.","Support module for testing layout building using blocks with forms.":"Support module for testing layout building using blocks with forms.","Support module for testing overriding layout building.":"Support module for testing overriding layout building.","Support module for testing layout building.":"Support module for testing layout building.","Support module for testing layouts.":"Support module for testing layouts.","Helps test a bug triggered by the url_generator maintaining a stale route provider.":"Helps test a bug triggered by the url_generator maintaining a stale route provider.","Support module for testing theme suggestions for legacy theme functions.":"Support module for testing theme suggestions for legacy theme functions.","Support module for testing legacy theme functions.":"Support module for testing legacy theme functions.","Test hooks fired in link generation.":"Test hooks fired in link generation.","Provides default views for views link tests.":"Provides default views for views link tests.","Support module for Linkit testing.":"Support module for Linkit testing.","Support module for Matomo testing.":"Support module for Matomo testing.","Provides functionality to test the Media Embed CKEditor integration.":"Provides functionality to test the Media Embed CKEditor integration.","Provides functionality to test the Media Embed filter.":"Provides functionality to test the Media Embed filter.","Test module for Media Library.":"Test module for Media Library.","Test widget that has a nested media library widget":"Test widget that has a nested media library widget","Provides functionality to mimic an oEmbed provider.":"Provides functionality to mimic an oEmbed provider.","Provides test type for a media item.":"Provides test type for a media item.","Provides default views for views media tests.":"Provides default views for views media tests.","Support module for menu_block testing.":"Support module for menu_block testing.","Example module demonstrating the cck field plugin manager in the Migrate API.":"Example module demonstrating the cck field plugin manager in the Migrate API.","Module containing a test class exposing protected field discovery methods":"Module containing a test class exposing protected field discovery methods","Support module for entity destination test.":"Support module for entity destination test.","Example module demonstrating the field plugin manager in the Migrate API.":"Example module demonstrating the field plugin manager in the Migrate API.","Support module for source plugin prepareRow testing.":"Support module for source plugin prepareRow testing.","Provides fixture for testing without migrate_drupal.":"Provides fixture for testing without migrate_drupal.","Test module to test Migrate Plus.":"Test module to test Migrate Plus.","Example module demonstrating property overwrite support in the Migrate API.":"Example module demonstrating property overwrite support in the Migrate API.","Provides a database table and records for SQL import with batch testing.":"Provides a database table and records for SQL import with batch testing.","Tests the \'active\' migrate state":"Tests the \'active\' migrate state","Tests the \'incomplete\' migrate state":"Tests the \'incomplete\' migrate state","Has a migration but Does not have a migrate_drupal.yml file.":"Has a migration but Does not have a migrate_drupal.yml file.","Does not have a migration or migrate_drupal.yml file.":"Does not have a migration or migrate_drupal.yml file.","Test module to test Migrate Tools.":"Test module to test Migrate Tools.","Provides test fixtures for testing high water marks.":"Provides test fixtures for testing high water marks.","Provides test migrations to test migration lookup service.":"Provides test migrations to test migration lookup service.","Add a migration missing a source and destination migration provider and a source plugin missing a migration provider.":"Add a migration missing a source and destination migration provider and a source plugin missing a migration provider.","Provides test migrations to test migration stub service.":"Provides test migrations to test migration stub service.","Provides test fixtures for testing track changes marks.":"Provides test fixtures for testing track changes marks.","Support module for module system tests.":"Support module for module system tests.","Support module for tests that the class loader behaves as expected during module install.":"Support module for tests that the class loader behaves as expected during module install.","Support module for tests that require a failed module install.":"Support module for tests that require a failed module install.","Test module with a name over the maximum allowed characters.":"Test module with a name over the maximum allowed characters.","Support module for module system testing.":"Support module for module system testing.","Support module for update testing.":"Support module for update testing.","Support module for node \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.":"Support module for node \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.","Support module for node configuration tests.":"Support module for node configuration tests.","Support module for node permission testing. Provides a route which does a node access query without explicitly specifying the corresponding cache context.":"Support module for node permission testing. Provides a route which does a node access query without explicitly specifying the corresponding cache context.","Support module for node permission testing.":"Support module for node permission testing.","Support module for language-aware node access testing.":"Support module for language-aware node access testing.","Support module for node permission testing. Provides empty grants hook implementations.":"Support module for node permission testing. Provides empty grants hook implementations.","Support module for node related exception testing.":"Support module for node related exception testing.","Support module for node related testing.":"Support module for node related testing.","Provides default views for views node tests.":"Provides default views for views node tests.","Provides off-canvas test links.":"Provides off-canvas test links.","Support module for the Options module tests.":"Support module for the Options module tests.","Provides default views for views options tests.":"Provides default views for views options tests.","Support module for the Page Cache module tests.":"Support module for the Page Cache module tests.","Support module for pager tests.":"Support module for pager tests.","Support module for Pagerer tests.":"Support module for Pagerer tests.","Support module for paramconverter testing.":"Support module for paramconverter testing.","Support module for testing deprecated functionality for path aliases.":"Support module for testing deprecated functionality for path aliases.","Support module for testing path aliases on a route with encoded characters in the path.":"Support module for testing path aliases on a route with encoded characters in the path.","Add some uncommon punctuation to the replacement list.":"Add some uncommon punctuation to the replacement list.","Pathauto for Entity with string ID.":"Pathauto for Entity with string ID.","Provides dummy classes for use by SimpleTest tests.":"Provides dummy classes for use by SimpleTest tests.","Support module for PlaceholderMessageTest.":"Support module for PlaceholderMessageTest.","Test connection in commerce_migrate_ubercart.module plugins alter":"Test connection in commerce_migrate_ubercart.module plugins alter","Test annotations can extend other annotations in a different namespace.":"Test annotations can extend other annotations in a different namespace.","Test that plugins can provide plugins and provide namespace discovery for plugin test implementations.":"Test that plugins can provide plugins and provide namespace discovery for plugin test implementations.","Support module for the Quick Edit module tests.":"Support module for the Quick Edit module tests.","Test conflicting namespace declaration.":"Test conflicting namespace declaration.","Test namespace declaration.":"Test namespace declaration.","Test functionality for the RDF module.":"Test functionality for the RDF module.","Support module for HtmlResponseAttachmentsTest.":"Support module for HtmlResponseAttachmentsTest.","Tests that a module is not installed when it fails hook_requirements(\'install\').":"Tests that a module is not installed when it fails hook_requirements(\'install\').","Tests that a module is not installed when the one it depends on fails hook_requirements(\'install).":"Tests that a module is not installed when the one it depends on fails hook_requirements(\'install).","Test theme for responsive image.":"Test theme for responsive image.","Provides test hooks and resources for REST module.":"Provides test hooks and resources for REST module.","Provides default views for views REST tests.":"Provides default views for views REST tests.","Support module for routing testing. In a directory that does not match the module name to test that use case.":"Support module for routing testing. In a directory that does not match the module name to test that use case.","Test module that adds date conditions to node searches.":"Test module that adds date conditions to node searches.","Support module for Search module testing of embedded forms.":"Support module for Search module testing of embedded forms.","Support module for serialization tests.":"Support module for serialization tests.","Support module for service provider testing.":"Support module for service provider testing.","Support module for session data testing.":"Support module for session data testing.","Support module for session.exists cache context testing.":"Support module for session.exists cache context testing.","Provides Settings Tray test functionality.":"Provides Settings Tray test functionality.","Support module for Simpletest deprecation tests.":"Support module for Simpletest deprecation tests.","Provides default views for views statistics tests.":"Provides default views for views statistics tests.","Provides a test logger for syslog module.":"Provides a test logger for syslog module.","Support module for testing core using semver.":"Support module for testing core using semver.","Support module for testing system dependencies.":"Support module for testing system dependencies.","Provides a malfunctioning mail service for testing purposes.":"Provides a malfunctioning mail service for testing purposes.","Support module for testing project namespace system dependencies.":"Support module for testing project namespace system dependencies.","Support module for system testing.":"Support module for system testing.","Provides hook implementations for testing System module functionality.":"Provides hook implementations for testing System module functionality.","Draggable table test module.":"Draggable table test module.","Provides 3rd party settings for vocabulary.":"Provides 3rd party settings for vocabulary.","Provides a migration plugin for stub testing.":"Provides a migration plugin for stub testing.","Support module for taxonomy_term \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.":"Support module for taxonomy_term \\\\Drupal\\\\Core\\\\Field\\\\BaseFieldDefinition::setDisplayConfigurable() testing.","Provides test hook implementations for taxonomy tests":"Provides test hook implementations for taxonomy tests","Provides default views for views taxonomy tests.":"Provides default views for views taxonomy tests.","Provides test support for @DataType-level normalization.":"Provides test support for @DataType-level normalization.","Provides test support for @FieldType-level normalization.":"Provides test support for @FieldType-level normalization.","Disables CSS animations for tests.":"Disables CSS animations for tests.","Provides test routes/responses for Dynamic Page Cache.":"Provides test routes/responses for Dynamic Page Cache.","Test Inline Entity Form Integration":"Test Inline Entity Form Integration","Test Entity Embed Integration":"Test Entity Embed Integration","Support module for functional tests.":"Support module for functional tests.","Provides test media source to test configuration forms.":"Provides test media source to test configuration forms.","Provides a test page for automated tests.":"Provides a test page for automated tests.","Support module for search module testing.":"Support module for search module testing.","Support module for Search module testing.":"Support module for Search module testing.","Support module for the Text Editor Private module tests.":"Support module for the Text Editor Private module tests.","Support module for the Text Editor module tests.":"Support module for the Text Editor module tests.","Support module for theme system testing.":"Support module for theme system testing.","Provides hook implementations for testing regions.":"Provides hook implementations for testing regions.","Support module for testing theme suggestions.":"Support module for testing theme suggestions.","Support module for toolbar testing.":"Support module for toolbar testing.","Tests module for tour module.":"Tests module for tour module.","Provides default views for views tracker tests.":"Provides default views for views tracker tests.","Provides full view for translation_views tests.":"Provides full view for translation_views tests.","Support module for testing Twig extensions.":"Support module for testing Twig extensions.","Support module for testing adding Twig loaders.":"Support module for testing adding Twig loaders.","Support module for Twig namespace testing.":"Support module for Twig namespace testing.","Support module for Twig theme system testing.":"Support module for Twig theme system testing.","Support module for UniqueField Constraint testing.":"Support module for UniqueField Constraint testing.","Support module for update script testing.":"Support module for update script testing.","Support module for update testing when an update hook is failing.":"Support module for update testing when an update hook is failing.","Support module for update testing with core semver value.":"Support module for update testing with core semver value.","Test editing of URL source plugin via the UI.":"Test editing of URL source plugin via the UI.","A support module to test altering the inbound and outbound path.":"A support module to test altering the inbound and outbound path.","Support module for user access testing.":"Support module for user access testing.","Support module for user batch action testing.":"Support module for user batch action testing.","Support module for testing custom phpass password algorithm parameters.":"Support module for testing custom phpass password algorithm parameters.","Support module for user form testing.":"Support module for user form testing.","Support module for user hooks testing.":"Support module for user hooks testing.","Provides default views for views user tests.":"Provides default views for views user tests.","Support module for testing Views Bulk Operations.":"Support module for testing Views Bulk Operations.","Provides base fields for views tests of entity_test entity type.":"Provides base fields for views tests of entity_test entity type.","Test module for Views.":"Test module for Views.","Module to test cacheable metadata calculation in Views.":"Module to test cacheable metadata calculation in Views.","Add custom global field for testing purposes.":"Add custom global field for testing purposes.","Provides test field formatters.":"Provides test field formatters.","Provides a test page that renders a View in a modal.":"Provides a test page that renders a View in a modal.","Module to test entity query access in Views.":"Module to test entity query access in Views.","Provides hooks to alter RSS output for testing purposes.":"Provides hooks to alter RSS output for testing purposes.","Test module for Views UI.":"Test module for Views UI.","Adds a Config Entity with views data":"Adds a Config Entity with views data","Allows third party settings on workflows to be tested.":"Allows third party settings on workflows to be tested.","Provides a workflow type plugin for testing.":"Provides a workflow type plugin for testing.","Provides supporting code for testing access for workspaces.":"Provides supporting code for testing access for workspaces.","Provides supporting code for testing workspaces during database updates.":"Provides supporting code for testing workspaces during database updates.","Ultimate Cron Logger Test":"Ultimate Cron Logger Test","Adds audio widget for uploading and playing audio files.":"Adds audio widget for uploading and playing audio files.","Defines a field type that allows values to be \\"computed\\" via PHP code.":"Defines a field type that allows values to be \\"computed\\" via PHP code.","Defines a PHP formatter type that allows values to be \\"computed\\" via PHP code.":"Defines a PHP formatter type that allows values to be \\"computed\\" via PHP code.","Adds a Entity Reference field type with revision support.":"Adds a Entity Reference field type with revision support.","Defines a field type for files.":"Defines a field type for files.","Defines a field type for image media and provides display configuration tools.":"Defines a field type for image media and provides display configuration tools.","Provides a field and widget to allow entry of a date/time interval.":"Provides a field and widget to allow entry of a date/time interval.","Allows assigning the classes to Blocks.":"Allows assigning the classes to Blocks.","Customizes the destination the user is redirected to after login/logout/registration/one-time login.":"Customizes the destination the user is redirected to after login/logout/registration/one-time login.","Verify the user Email. If the Email of the user is not verified the system will block the user.":"Verify the user Email. If the Email of the user is not verified the system will block the user.","Provides a field type for displaying videos from 3rd party providers such as YouTube and Vimeo.":"Provides a field type for displaying videos from 3rd party providers such as YouTube and Vimeo.","Integrates video_embed_field with the Media module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.":"Integrates video_embed_field with the Media module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.","Provides a drush command to migrate to cores oEmbed":"Provides a drush command to migrate to cores oEmbed","Integrates video_embed_field directly into ckeditor. Useful for websites not using the media suite of modules that need WYSIWYG support.":"Integrates video_embed_field directly into ckeditor. Useful for websites not using the media suite of modules that need WYSIWYG support.","Adds access permissions on all actions allowing admins to restrict access on a per-role basis.":"Adds access permissions on all actions allowing admins to restrict access on a per-role basis.","Allows bulk edition of entity field values.":"Allows bulk edition of entity field values.","Test module for Better Exposed Filters":"Test module for Better Exposed Filters","Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.":"Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.","Adds an ability to perform bulk operations on selected entities from view results.":"Adds an ability to perform bulk operations on selected entities from view results.","Allows conditional views output.":"Allows conditional views output.","Provide an option to render the \\"exposed form widgets\\" in a fieldset.":"Provide an option to render the \\"exposed form widgets\\" in a fieldset.","A simple client-side hierarchical select widget for taxonomy terms.":"A simple client-side hierarchical select widget for taxonomy terms.","A client-side hierarchical selection of parents for the menu link. Works for node and term forms (with \\"taxonomy_menu_ui\\" enabled).":"A client-side hierarchical selection of parents for the menu link. Works for node and term forms (with \\"taxonomy_menu_ui\\" enabled).","Email verified":"Email verified","Email verification date":"Email verification date","Newsletter name":"Newsletter name","Simplenews settings":"Simplenews settings","Newsletter allow you to send periodic e-mails to subscribers. See <a href=\\":manage_subscribers\\">Newsletter subscriptions</a> for a listing of the subscribers":"Newsletter allow you to send periodic e-mails to subscribers. See <a href=\\":manage_subscribers\\">Newsletter subscriptions</a> for a listing of the subscribers","Add newsletter":"Add newsletter","The newsletter name.":"The newsletter name.","A description of the newsletter.":"A description of the newsletter.","Default on":"Default on","Default off":"Default off","Silent":"Silent","Subscribe new account":"Subscribe new account","None: This newsletter is not listed on the user registration page.<br />Default on: This newsletter is listed on the user registion page and is selected by default.<br />Default off: This newsletter is listed on the user registion page and is not selected by default.<br />Silent: A new user is automatically subscribed to this newsletter. The newsletter is not listed on the user registration page.":"None: This newsletter is not listed on the user registration page.<br />Default on: This newsletter is listed on the user registion page and is selected by default.<br />Default off: This newsletter is listed on the user registion page and is not selected by default.<br />Silent: A new user is automatically subscribed to this newsletter. The newsletter is not listed on the user registration page.","Single":"Single","Double":"Double","Opt-in/out method":"Opt-in/out method","Hidden: This newsletter does not appear on subscription forms. No unsubscription footer in newsletter.<br /> Single: Users are (un)subscribed immediately, no confirmation email is sent.<br />Double: When (un)subscribing at a subscription form, anonymous users receive an (un)subscription confirmation email. Authenticated users are (un)subscribed immediately.":"Hidden: This newsletter does not appear on subscription forms. No unsubscription footer in newsletter.<br /> Single: Users are (un)subscribed immediately, no confirmation email is sent.<br />Double: When (un)subscribing at a subscription form, anonymous users receive an (un)subscription confirmation email. Authenticated users are (un)subscribed immediately.","Subscription settings":"Subscription settings","HTML":"HTML","Email format":"Email format","Append hyperlinks as a numbered reference list":"Append hyperlinks as a numbered reference list","Display hyperlinks inline with the text":"Display hyperlinks inline with the text","Hyperlink conversion":"Hyperlink conversion","Determine how the conversion to text is performed.":"Determine how the conversion to text is performed.","Highest":"Highest","Normal":"Normal","Lowest":"Lowest","Email priority":"Email priority","Request receipt":"Request receipt","From name":"From name","From email address":"From email address","Sender information":"Sender information","Email subject":"Email subject","Newsletter subject":"Newsletter subject","Edit newsletter":"Edit newsletter","Default newsletter format. Install <a href=\\":mime_mail_url\\">Mime Mail</a> module or <a href=\\":html_url\\">HTML Mail</a> module to send newsletters in HTML format.":"Default newsletter format. Install <a href=\\":mime_mail_url\\">Mime Mail</a> module or <a href=\\":html_url\\">HTML Mail</a> module to send newsletters in HTML format.","Note that email priority is ignored by a lot of email programs.":"Note that email priority is ignored by a lot of email programs.","Request a Read Receipt from your newsletters. A lot of email programs ignore these so it is not a definitive indication of how many people have read your newsletter.":"Request a Read Receipt from your newsletters. A lot of email programs ignore these so it is not a definitive indication of how many people have read your newsletter.","Default newsletter options":"Default newsletter options","These options will be the defaults for new newsletters, but can be overridden in the newsletter editing form.":"These options will be the defaults for new newsletters, but can be overridden in the newsletter editing form.","Default sender address that will only be used for confirmation emails. You can specify sender information for each newsletter separately on the newsletter\'s settings page.":"Default sender address that will only be used for confirmation emails. You can specify sender information for each newsletter separately on the newsletter\'s settings page.","Send mail":"Send mail","Prepare uninstall":"Prepare uninstall","These settings are default to all newsletters. Newsletter specific settings can be found at the <a href=\\":page\\">newsletter\'s settings page</a>.":"These settings are default to all newsletters. Newsletter specific settings can be found at the <a href=\\":page\\">newsletter\'s settings page</a>.","Install <a href=\\":swift_mail_url\\">Swift Mailer</a> to send HTML emails or emails with attachments (both plain text and HTML).":"Install <a href=\\":swift_mail_url\\">Swift Mailer</a> to send HTML emails or emails with attachments (both plain text and HTML).","For multiple changes":"For multiple changes","Use combined confirmation mails":"Use combined confirmation mails","Combined confirmation mails allow subscribers to confirm multiple newsletter changes with single mail.":"Combined confirmation mails allow subscribers to confirm multiple newsletter changes with single mail.","Body text of subscribe email":"Body text of subscribe email","Body text for already subscribed visitor":"Body text for already subscribed visitor","Body text of unsubscribe email":"Body text of unsubscribe email","Body text for not yet subscribed visitor":"Body text for not yet subscribed visitor","Single confirmation mails":"Single confirmation mails","Subject text for combined confirmation mail":"Subject text for combined confirmation mail","Body text for combined confirmation mail":"Body text for combined confirmation mail","Body text for unchanged combined confirmation mail":"Body text for unchanged combined confirmation mail","This body is used when there are no change requests which have no effect, e.g trying to subscribe when already being subscribed to a newsletter.":"This body is used when there are no change requests which have no effect, e.g trying to subscribe when already being subscribed to a newsletter.","Change text for a new subscription":"Change text for a new subscription","Change text when already subscribed":"Change text when already subscribed","Change text for an unsubscription":"Change text for an unsubscription","Change text when already unsubscribed":"Change text when already unsubscribed","Combined confirmation mails":"Combined confirmation mails","Confirmation emails":"Confirmation emails","Subscribe confirmation":"Subscribe confirmation","Drupal path or URL of the destination page where after the subscription is confirmed (e.g. /node/123). Leave empty to go to the front page.":"Drupal path or URL of the destination page where after the subscription is confirmed (e.g. /node/123). Leave empty to go to the front page.","Unsubscribe confirmation":"Unsubscribe confirmation","Drupal path or URL of the destination page when the subscription removal is confirmed (e.g. /node/123). Leave empty to go to the front page.":"Drupal path or URL of the destination page when the subscription removal is confirmed (e.g. /node/123). Leave empty to go to the front page.","Confirmation pages":"Confirmation pages","Cron execution must not exceed the PHP maximum execution time of %max seconds. You find the time spend to send emails in the <a href=\\"/admin/reports/dblog\\">Recent log entries</a>.":"Cron execution must not exceed the PHP maximum execution time of %max seconds. You find the time spend to send emails in the <a href=\\"/admin/reports/dblog\\">Recent log entries</a>.","Sets the numbers of newsletters sent per cron run. Failure to send will also be counted.":"Sets the numbers of newsletters sent per cron run. Failure to send will also be counted.","Use cron to send newsletters":"Use cron to send newsletters","When checked cron will be used to send newsletters (recommended). Test newsletters and confirmation emails will be sent immediately. Leave unchecked for testing purposes.":"When checked cron will be used to send newsletters (recommended). Test newsletters and confirmation emails will be sent immediately. Leave unchecked for testing purposes.","Cron throttle":"Cron throttle","Immediate":"Immediate","Mail spool expiration":"Mail spool expiration","Newsletter mails are spooled. How long must messages be retained in the spool after successful sending. Keeping the message in the spool allows mail statistics (which is not yet implemented). If cron is not used, immediate expiration is advised.":"Newsletter mails are spooled. How long must messages be retained in the spool after successful sending. Keeping the message in the spool allows mail statistics (which is not yet implemented). If cron is not used, immediate expiration is advised.","Log emails":"Log emails","When checked all outgoing simplenews emails are logged in the system log. A logged email does not guarantee that it is send or will be delivered. It only indicates that a message is sent to the PHP mail() function. No status information is available of delivery by the PHP mail() function.":"When checked all outgoing simplenews emails are logged in the system log. A logged email does not guarantee that it is send or will be delivered. It only indicates that a message is sent to the PHP mail() function. No status information is available of delivery by the PHP mail() function.","Delete Simplenews data":"Delete Simplenews data","When clicked all Simplenews data (content, fields) will be removed.":"When clicked all Simplenews data (content, fields) will be removed.","Synchronize between account and subscriber fields":"Synchronize between account and subscriber fields","<p>When checked fields that exist with identical name and type on subscriber and accounts will be synchronized.</p>":"<p>When checked fields that exist with identical name and type on subscriber and accounts will be synchronized.</p>","Subscriber":"Subscriber","The maximum number of days for which a persistent login session is valid. Enter <em>0</em> for no expiration.":"The maximum number of days for which a persistent login session is valid. Enter <em>0</em> for no expiration.","Maximum Tokens":"Maximum Tokens","The maximum number of tokens per user. Enter <em>0</em> for no limit.":"The maximum number of tokens per user. Enter <em>0</em> for no limit.","Form Label":"Form Label","The login form field label.":"The login form field label.","Cookie Prefix":"Cookie Prefix","A prefix for the persistent login cookie name. <br>Allowed characters are: ASCII letters ([A-Z], [a-z]), digits ([0-9]), hyphens (\\"-\\") or underscores (\\"_\\"). <br>This value will be prepended with \'S\' when the site is accessed over HTTPS to prevent a cookie collision. <br>All users will be required to login if this value is changed.":"A prefix for the persistent login cookie name. <br>Allowed characters are: ASCII letters ([A-Z], [a-z]), digits ([0-9]), hyphens (\\"-\\") or underscores (\\"_\\"). <br>This value will be prepended with \'S\' when the site is accessed over HTTPS to prevent a cookie collision. <br>All users will be required to login if this value is changed.","Persistent Login Settings":"Persistent Login Settings","@type #@id":"@type #@id","Allow multiple profiles":"Allow multiple profiles","Add profile type":"Add profile type","The admin-facing name.":"The admin-facing name.","The user-facing name. If provided, shown on user pages instead of the admin-facing name.":"The user-facing name. If provided, shown on user pages instead of the admin-facing name.","Allow multiple profiles per user":"Allow multiple profiles per user","Include in user registration form":"Include in user registration form","Limit the users that can have this profile by role.</br><em>None will indicate that all users can have this profile type.</em>":"Limit the users that can have this profile by role.</br><em>None will indicate that all users can have this profile type.</em>","Allow profiles of this type to be revisioned":"Allow profiles of this type to be revisioned","Create a new revision when a profile is modified":"Create a new revision when a profile is modified","Profiles of this type represent Commerce customer profiles":"Profiles of this type represent Commerce customer profiles","Used to store the customer\'s billing or shipping information.":"Used to store the customer\'s billing or shipping information.","Contact link":"Contact link","Entity browser bulk select form":"Entity browser bulk select form","Lock Language":"Lock Language","Lock Form Operation":"Lock Form Operation","Break link":"Break link","Views Conditional":"Views Conditional","Link to break the content lock.":"Link to break the content lock.","Timestamp of the lock":"Timestamp of the lock","Form operation of the lock":"Form operation of the lock","Language of the lock":"Language of the lock","Process entities returned by the view with Views Bulk Operations\' actions.":"Process entities returned by the view with Views Bulk Operations\' actions.","Add a form element that lets you use a view as a base to select entities in entity browser.":"Add a form element that lets you use a view as a base to select entities in entity browser.","Output data based off of certain criteria.":"Output data based off of certain criteria.","@type locked":"@type locked","Profile Type":"Profile Type","Logins":"Logins","The @type being locked.":"The @type being locked.","The user locking the node.":"The user locking the node.","Relate a user to historical logins":"Relate a user to historical logins","Reference to the profile of a user.":"Reference to the profile of a user.","Reference to a specific profile type of a user.":"Reference to a specific profile type of a user.","Relate each @entity with a @field_name field set to the @label.":"Relate each @entity with a @field_name field set to the @label.","Global replacement patterns (for description field only)":"Global replacement patterns (for description field only)","The time that the license was first granted or activated.":"The time that the license was first granted or activated.","The time that the license was created.":"The time that the license was created.","The configuration for calculating the license\'s expiry.":"The configuration for calculating the license\'s expiry.","The time that the license will expire, if any.":"The time that the license will expire, if any.","The license state.":"The license state.","The label of the license.":"The label of the license.","The licensed product variation.":"The licensed product variation.","The time that the license was last modified.":"The time that the license was last modified.","The user ID of the license owner.":"The user ID of the license owner.","The time that the license was most recently renewed.":"The time that the license was most recently renewed.","The role this product grants access to.":"The role this product grants access to.","The text to display for this field. You may enter data from this view as per the \\"Replacement patterns\\" below. You may include <a href=\\"@twig_docs\\">Twig</a> or the following allowed HTML tags: <code>@tags</code>":"The text to display for this field. You may enter data from this view as per the \\"Replacement patterns\\" below. You may include <a href=\\"@twig_docs\\">Twig</a> or the following allowed HTML tags: <code>@tags</code>","Lower case":"Lower case","@role role license":"@role role license","Rolling interval":"Rolling interval","Launched in thread @current_thread":"Launched in thread @current_thread","Attempted to send an email, but sending emails is disabled.":"Attempted to send an email, but sending emails is disabled.","Cleaned up @count expired locks":"Cleaned up @count expired locks","@count_entries log entries removed for @jobs_count jobs":"@count_entries log entries removed for @jobs_count jobs","File i18n for language: @language has been exported. Path: @path":"File i18n for language: @language has been exported. Path: @path","cron | regenerating computed fields for 1":"cron | regenerating computed fields for 1","License Expiry":"License Expiry","Your purchase of @license has now expired.":"Your purchase of @license has now expired.","You may renew it by repurchasing <a href=\\"@product-url\\">@product-label</a>.":"You may renew it by repurchasing <a href=\\"@product-url\\">@product-label</a>.","Your purchase of @license-label has now expired":"Your purchase of @license-label has now expired","Subtotal: @subtotal":"Subtotal: @subtotal","Order Total: @total":"Order Total: @total","Last Run":"Last Run","no info":"no info","Every @interval":"Every @interval","Job is behind schedule!":"Job is behind schedule!","Cron jobs":"Cron jobs","Cron Jobs":"Cron Jobs","Discover jobs":"Discover jobs","Launched manually":"Launched manually","Cron job @job_label (@module) was successfully run.":"Cron job @job_label (@module) was successfully run.","Cron job @name unlocked successfully.":"Cron job @name unlocked successfully.","This checkbox enables the cron job. Disabled Cron jobs are not run.":"This checkbox enables the cron job. Disabled Cron jobs are not run.","Crontab":"Crontab","Select which @plugin to use for this job.":"Select which @plugin to use for this job.","Select the interval you wish cron to run on.":"Select the interval you wish cron to run on.","Launcher":"Launcher","Job lock timeout":"Job lock timeout","Number of seconds to keep lock on job.":"Number of seconds to keep lock on job.","Timeouts":"Timeouts","-- Any -- ":"-- Any -- ","-- Fixed -- ":"-- Fixed -- ","Run in thread":"Run in thread","Which thread to run in when invoking with ?thread=N. Note: This setting only has an effect when cron is run through cron.php with an argument ?thread=N or through Drush with --options=thread=N.":"Which thread to run in when invoking with ?thread=N. Note: This setting only has an effect when cron is run through cron.php with an argument ?thread=N or through Drush with --options=thread=N.","Launching options":"Launching options","@title (Default)":"@title (Default)","Logger":"Logger","Remove logs older than a specified age":"Remove logs older than a specified age","Retain only a specific amount of log entries":"Retain only a specific amount of log entries","Log entry cleanup method":"Log entry cleanup method","Select which method to use for cleaning up logs.":"Select which method to use for cleaning up logs.","Log entry expiration":"Log entry expiration","Remove log entries older than X seconds.":"Remove log entries older than X seconds.","Retain logs":"Retain logs","Retain X amount of log entries.":"Retain X amount of log entries.","Edit job":"Edit job","Job modified by root (1)":"Job modified by root (1)","job %label has been updated.":"job %label has been updated.","@name manually unlocked by user @username (@uid)":"@name manually unlocked by user @username (@uid)","Stop sending newsletter to avoid broken links / SPAM. Site URI not specified.":"Stop sending newsletter to avoid broken links / SPAM. Site URI not specified.","File i18n for language: fr has been exported. Path: /var/www/html/d8.materio.com/public_html/web/sites/default/files/lang/fr.json":"File i18n for language: fr has been exported. Path: /var/www/html/d8.materio.com/public_html/web/sites/default/files/lang/fr.json","File i18n for language: en has been exported. Path: /var/www/html/d8.materio.com/public_html/web/sites/default/files/lang/en.json":"File i18n for language: en has been exported. Path: /var/www/html/d8.materio.com/public_html/web/sites/default/files/lang/en.json","Could not get lock for job @name":"Could not get lock for job @name","access denied":"access denied","autologout":"autologout","config":"config","content_lock_timeout":"content_lock_timeout","cron":"cron","database_logger":"database_logger","filter":"filter","flag":"flag","locale":"locale","maillog":"maillog","materio_home":"materio_home","materio_sapi":"materio_sapi","page not found":"page not found","php":"php","rest":"rest","search_api":"search_api","serial_launcher":"serial_launcher","simplenews":"simplenews","strings_i18n_json_export":"strings_i18n_json_export","system":"system","ultimate_cron":"ultimate_cron","ultimate_cron_lock":"ultimate_cron_lock","user_email_verification":"user_email_verification","webprofiler":"webprofiler","created queue from public://image-wysiwyg-1.jpg to public://styles/article_card_home/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/article_card_home/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/article_card_medium/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/article_card_medium/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/card_big/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/card_big/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/card_full/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/card_full/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/card_medium/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/card_medium/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/card_medium_half/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/card_medium_half/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/card_small/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/card_small/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/hd/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/hd/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/hd_watermark/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/hd_watermark/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/home_showroom/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/home_showroom/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/large/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/large/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/linkedmaterial_card/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/linkedmaterial_card/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/linkit_result_thumbnail/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/linkit_result_thumbnail/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/medium/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/medium/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/thumbnail/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/thumbnail/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-1.jpg to public://styles/video_embed_wysiwyg_preview/public/image-wysiwyg-1.jpg":"created queue from public://image-wysiwyg-1.jpg to public://styles/video_embed_wysiwyg_preview/public/image-wysiwyg-1.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/article_card_home/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/article_card_home/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/article_card_medium/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/article_card_medium/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/card_big/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/card_big/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/card_full/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/card_full/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/card_medium/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/card_medium/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/card_medium_half/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/card_medium_half/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/card_small/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/card_small/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/hd/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/hd/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/hd_watermark/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/hd_watermark/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/home_showroom/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/home_showroom/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/large/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/large/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/linkedmaterial_card/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/linkedmaterial_card/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/linkit_result_thumbnail/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/linkit_result_thumbnail/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/medium/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/medium/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/thumbnail/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/thumbnail/public/image-wysiwyg-2.jpg","created queue from public://image-wysiwyg-2.jpg to public://styles/video_embed_wysiwyg_preview/public/image-wysiwyg-2.jpg":"created queue from public://image-wysiwyg-2.jpg to public://styles/video_embed_wysiwyg_preview/public/image-wysiwyg-2.jpg","created queue from public://materiaux/illo-nanocloth.png to public://styles/article_card_home/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/article_card_home/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/article_card_medium/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/article_card_medium/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/card_big/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/card_big/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/card_full/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/card_full/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/card_medium/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/card_medium/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/card_medium_half/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/card_medium_half/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/hd/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/hd/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/hd_watermark/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/hd_watermark/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/home_showroom/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/home_showroom/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/large/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/large/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/linkedmaterial_card/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/linkedmaterial_card/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/linkit_result_thumbnail/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/linkit_result_thumbnail/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/medium/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/medium/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/thumbnail/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/thumbnail/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/illo-nanocloth.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/illo-nanocloth.png":"created queue from public://materiaux/illo-nanocloth.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/illo-nanocloth.png","created queue from public://materiaux/147.jpg to public://styles/article_card_home/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/article_card_home/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/article_card_medium/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/article_card_medium/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/card_big/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/card_big/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/card_full/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/card_full/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/card_medium/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/card_medium/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/card_medium_half/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/card_medium_half/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/card_small/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/card_small/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/hd/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/hd/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/hd_watermark/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/hd_watermark/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/home_showroom/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/home_showroom/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/large/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/large/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/linkedmaterial_card/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/linkedmaterial_card/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/linkit_result_thumbnail/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/linkit_result_thumbnail/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/medium/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/medium/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/thumbnail/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/thumbnail/public/materiaux/147.jpg","created queue from public://materiaux/147.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/147.jpg":"created queue from public://materiaux/147.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/147.jpg","created queue from public://materiaux/142.jpg to public://styles/article_card_home/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/article_card_home/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/article_card_medium/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/article_card_medium/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/card_big/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/card_big/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/card_full/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/card_full/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/card_medium/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/card_medium/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/card_medium_half/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/card_medium_half/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/card_small/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/card_small/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/hd/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/hd/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/hd_watermark/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/hd_watermark/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/home_showroom/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/home_showroom/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/large/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/large/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/linkedmaterial_card/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/linkedmaterial_card/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/linkit_result_thumbnail/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/linkit_result_thumbnail/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/medium/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/medium/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/thumbnail/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/thumbnail/public/materiaux/142.jpg","created queue from public://materiaux/142.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/142.jpg":"created queue from public://materiaux/142.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/142.jpg","created queue from public://materiaux/photo.jpg to public://styles/article_card_home/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/article_card_home/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/article_card_medium/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/article_card_medium/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/card_big/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/card_big/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/card_full/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/card_full/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/card_medium/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/card_medium/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/card_medium_half/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/card_medium_half/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/card_small/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/card_small/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/hd/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/hd/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/hd_watermark/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/hd_watermark/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/home_showroom/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/home_showroom/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/large/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/large/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/linkedmaterial_card/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/linkedmaterial_card/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/linkit_result_thumbnail/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/linkit_result_thumbnail/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/medium/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/medium/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/thumbnail/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/thumbnail/public/materiaux/photo.jpg","created queue from public://materiaux/photo.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/photo.jpg":"created queue from public://materiaux/photo.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/photo.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/article_card_home/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/article_card_home/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/article_card_medium/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/article_card_medium/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/card_big/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/card_big/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/card_full/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/card_full/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/card_medium/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/card_medium/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/card_medium_half/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/card_medium_half/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/card_small/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/card_small/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/hd/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/hd/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/hd_watermark/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/hd_watermark/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/home_showroom/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/home_showroom/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/large/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/large/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/linkedmaterial_card/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/linkedmaterial_card/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/medium/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/medium/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/thumbnail/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/thumbnail/public/materiaux/photo_2.jpg","created queue from public://materiaux/photo_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/photo_2.jpg":"created queue from public://materiaux/photo_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/photo_2.jpg","created queue from public://materiaux/4.jpg to public://styles/article_card_home/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/article_card_home/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/article_card_medium/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/article_card_medium/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/card_big/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/card_big/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/card_full/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/card_full/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/card_medium/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/card_medium/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/card_medium_half/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/card_medium_half/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/card_small/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/card_small/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/hd/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/hd/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/hd_watermark/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/hd_watermark/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/home_showroom/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/home_showroom/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/large/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/large/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/linkedmaterial_card/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/linkedmaterial_card/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/medium/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/medium/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/thumbnail/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/thumbnail/public/materiaux/4.jpg","created queue from public://materiaux/4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/4.jpg":"created queue from public://materiaux/4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/4.jpg","created queue from public://materiaux/6.jpg to public://styles/article_card_home/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/article_card_home/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/article_card_medium/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/article_card_medium/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/card_big/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/card_big/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/card_full/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/card_full/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/card_medium/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/card_medium/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/card_medium_half/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/card_medium_half/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/card_small/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/card_small/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/hd/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/hd/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/hd_watermark/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/hd_watermark/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/home_showroom/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/home_showroom/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/large/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/large/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/linkedmaterial_card/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/linkedmaterial_card/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/medium/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/medium/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/thumbnail/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/thumbnail/public/materiaux/6.jpg","created queue from public://materiaux/6.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6.jpg":"created queue from public://materiaux/6.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6.jpg","created queue from public://materiaux/2.jpg to public://styles/article_card_home/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/article_card_home/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/article_card_medium/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/article_card_medium/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/card_big/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/card_big/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/card_full/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/card_full/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/card_medium/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/card_medium/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/card_medium_half/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/card_medium_half/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/card_small/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/card_small/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/hd/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/hd/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/hd_watermark/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/hd_watermark/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/home_showroom/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/home_showroom/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/large/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/large/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/linkedmaterial_card/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/linkedmaterial_card/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/medium/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/medium/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/thumbnail/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/thumbnail/public/materiaux/2.jpg","created queue from public://materiaux/2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/2.jpg":"created queue from public://materiaux/2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/2.jpg","created queue from public://materiaux/93.jpg to public://styles/article_card_home/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/article_card_home/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/article_card_medium/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/article_card_medium/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/card_big/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/card_big/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/card_full/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/card_full/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/card_medium/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/card_medium/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/card_medium_half/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/card_medium_half/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/card_small/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/card_small/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/hd/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/hd/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/hd_watermark/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/hd_watermark/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/home_showroom/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/home_showroom/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/large/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/large/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/linkedmaterial_card/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/linkedmaterial_card/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/linkit_result_thumbnail/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/linkit_result_thumbnail/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/medium/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/medium/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/thumbnail/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/thumbnail/public/materiaux/93.jpg","created queue from public://materiaux/93.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/93.jpg":"created queue from public://materiaux/93.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/93.jpg","created queue from public://materiaux/94.jpg to public://styles/article_card_home/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/article_card_home/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/article_card_medium/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/article_card_medium/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/card_big/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/card_big/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/card_full/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/card_full/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/card_medium/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/card_medium/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/card_medium_half/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/card_medium_half/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/card_small/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/card_small/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/hd/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/hd/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/hd_watermark/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/hd_watermark/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/home_showroom/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/home_showroom/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/large/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/large/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/linkedmaterial_card/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/linkedmaterial_card/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/linkit_result_thumbnail/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/linkit_result_thumbnail/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/medium/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/medium/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/thumbnail/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/thumbnail/public/materiaux/94.jpg","created queue from public://materiaux/94.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/94.jpg":"created queue from public://materiaux/94.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/94.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/article_card_home/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/article_card_home/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/article_card_medium/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/article_card_medium/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_big/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_big/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_full/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_full/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_medium/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_medium/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_medium_half/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_medium_half/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_small/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/card_small/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/hd/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/hd/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/hd_watermark/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/hd_watermark/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/home_showroom/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/home_showroom/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/large/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/large/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/linkedmaterial_card/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/linkedmaterial_card/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/medium/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/medium/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/thumbnail/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/thumbnail/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6-5-08-philips-3d-display.jpg":"created queue from public://materiaux/6-5-08-philips-3d-display.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6-5-08-philips-3d-display.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/article_card_home/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/article_card_home/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/article_card_medium/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/article_card_medium/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_big/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_big/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_full/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_full/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_medium/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_medium/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_medium_half/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_medium_half/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_small/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/card_small/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/hd/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/hd/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/hd_watermark/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/hd_watermark/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/home_showroom/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/home_showroom/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/large/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/large/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/medium/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/medium/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/thumbnail/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/thumbnail/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_3d-display-3.jpg":"created queue from public://materiaux/philips_3d-display-3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_3d-display-3.jpg","created queue from public://materiaux/1_0.jpg to public://styles/article_card_home/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/article_card_home/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/article_card_medium/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/article_card_medium/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/card_big/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/card_big/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/card_full/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/card_full/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/card_medium/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/card_medium/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/card_medium_half/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/card_medium_half/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/card_small/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/card_small/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/hd/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/hd/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/hd_watermark/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/hd_watermark/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/home_showroom/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/home_showroom/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/large/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/large/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/linkedmaterial_card/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/linkedmaterial_card/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/medium/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/medium/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/thumbnail/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/thumbnail/public/materiaux/1_0.jpg","created queue from public://materiaux/1_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_0.jpg":"created queue from public://materiaux/1_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_0.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/article_card_home/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/article_card_home/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/article_card_medium/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/article_card_medium/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/card_big/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/card_big/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/card_full/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/card_full/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/card_medium/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/card_medium/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/card_medium_half/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/card_medium_half/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/card_small/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/card_small/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/hd/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/hd/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/hd_watermark/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/hd_watermark/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/home_showroom/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/home_showroom/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/large/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/large/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/linkedmaterial_card/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/linkedmaterial_card/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/linkit_result_thumbnail/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/linkit_result_thumbnail/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/medium/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/medium/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/thumbnail/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/thumbnail/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/electronic-paper.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/electronic-paper.jpg":"created queue from public://materiaux/electronic-paper.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/electronic-paper.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/article_card_home/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/article_card_home/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/article_card_medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/article_card_medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_big/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_big/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_full/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_full/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_medium_half/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_medium_half/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_small/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/card_small/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/hd/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/hd/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/hd_watermark/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/hd_watermark/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/home_showroom/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/home_showroom/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/large/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/large/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/linkedmaterial_card/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/linkedmaterial_card/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/medium/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/thumbnail/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/thumbnail/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg":"created queue from public://materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lg-philips-lcds-epaper-display-to-be-presented-at-ces.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/article_card_home/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/article_card_home/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/article_card_medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/article_card_medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_big/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_big/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_full/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_full/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_medium_half/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_medium_half/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_small/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/card_small/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/hd/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/hd/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/hd_watermark/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/hd_watermark/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/home_showroom/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/home_showroom/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/large/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/large/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/linkedmaterial_card/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/linkedmaterial_card/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/linkit_result_thumbnail/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/linkit_result_thumbnail/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/medium/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/thumbnail/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/thumbnail/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg":"created queue from public://materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/copy_of_lg.philips_lcd_e_e_ink_flex_tablet_display.jpg","created queue from public://materiaux/25_a.jpg to public://styles/article_card_home/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/article_card_home/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/article_card_medium/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/article_card_medium/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/card_big/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/card_big/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/card_full/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/card_full/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/card_medium/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/card_medium/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/card_medium_half/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/card_medium_half/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/card_small/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/card_small/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/hd/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/hd/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/hd_watermark/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/hd_watermark/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/home_showroom/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/home_showroom/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/large/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/large/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/linkedmaterial_card/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/linkedmaterial_card/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/medium/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/medium/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/thumbnail/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/thumbnail/public/materiaux/25_a.jpg","created queue from public://materiaux/25_a.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_a.jpg":"created queue from public://materiaux/25_a.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_a.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/article_card_home/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/article_card_home/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/article_card_medium/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/article_card_medium/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/card_big/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/card_big/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/card_full/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/card_full/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/card_medium/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/card_medium/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/card_medium_half/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/card_medium_half/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/card_small/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/card_small/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/hd/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/hd/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/hd_watermark/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/hd_watermark/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/home_showroom/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/home_showroom/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/large/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/large/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/linkedmaterial_card/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/linkedmaterial_card/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/medium/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/medium/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/thumbnail/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/thumbnail/public/materiaux/25_d1.jpg","created queue from public://materiaux/25_d1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_d1.jpg":"created queue from public://materiaux/25_d1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_d1.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/article_card_home/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/article_card_home/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/article_card_medium/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/article_card_medium/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/card_big/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/card_big/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/card_full/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/card_full/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/card_medium/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/card_medium/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/card_medium_half/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/card_medium_half/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/card_small/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/card_small/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/hd/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/hd/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/hd_watermark/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/hd_watermark/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/home_showroom/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/home_showroom/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/large/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/large/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/linkedmaterial_card/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/linkedmaterial_card/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/linkit_result_thumbnail/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/linkit_result_thumbnail/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/medium/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/medium/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/thumbnail/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/thumbnail/public/materiaux/sea-balls.jpg","created queue from public://materiaux/sea-balls.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/sea-balls.jpg":"created queue from public://materiaux/sea-balls.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/sea-balls.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/article_card_home/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/article_card_home/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/article_card_medium/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/article_card_medium/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_big/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_big/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_full/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_full/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_medium/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_medium/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_medium_half/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_medium_half/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_small/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/card_small/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/hd/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/hd/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/hd_watermark/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/hd_watermark/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/home_showroom/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/home_showroom/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/large/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/large/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/linkedmaterial_card/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/linkedmaterial_card/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/linkit_result_thumbnail/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/linkit_result_thumbnail/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/medium/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/medium/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/thumbnail/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/thumbnail/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/norafin_flax_nonwoven.jpg":"created queue from public://materiaux/norafin_flax_nonwoven.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/norafin_flax_nonwoven.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/article_card_home/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/article_card_home/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/article_card_medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/article_card_medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_big/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_big/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_full/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_full/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_medium_half/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/card_medium_half/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/hd/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/hd/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/hd_watermark/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/hd_watermark/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/home_showroom/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/home_showroom/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/large/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/large/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/medium/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/thumbnail/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/thumbnail/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg":"created queue from public://materiaux/philips_e-skin_color_e-paper_03-large.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_e-skin_color_e-paper_03-large.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/article_card_home/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/article_card_home/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/article_card_medium/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/article_card_medium/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_big/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_big/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_full/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_full/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_medium/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_medium/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_medium_half/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_medium_half/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_small/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/card_small/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/hd/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/hd/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/hd_watermark/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/hd_watermark/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/home_showroom/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/home_showroom/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/large/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/large/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/linkedmaterial_card/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/linkedmaterial_card/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/linkit_result_thumbnail/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/linkit_result_thumbnail/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/medium/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/medium/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/thumbnail/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/thumbnail/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/10dec09gfgeft44.jpg":"created queue from public://materiaux/10dec09gfgeft44.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/10dec09gfgeft44.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/article_card_home/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/article_card_home/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/article_card_medium/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/article_card_medium/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_big/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_big/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_full/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_full/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_medium/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_medium/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_medium_half/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_medium_half/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_small/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/card_small/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/hd/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/hd/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/hd_watermark/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/hd_watermark/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/home_showroom/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/home_showroom/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/large/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/large/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/linkedmaterial_card/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/linkedmaterial_card/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/linkit_result_thumbnail/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/linkit_result_thumbnail/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/medium/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/medium/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/thumbnail/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/thumbnail/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/artist_impression_1_small.jpg":"created queue from public://materiaux/artist_impression_1_small.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/artist_impression_1_small.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/article_card_home/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/article_card_home/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/article_card_medium/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/article_card_medium/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_big/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_big/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_full/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_full/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_medium/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_medium/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_medium_half/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_medium_half/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_small/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/card_small/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/hd/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/hd/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/hd_watermark/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/hd_watermark/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/home_showroom/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/home_showroom/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/large/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/large/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/linkedmaterial_card/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/linkedmaterial_card/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/medium/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/medium/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/thumbnail/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/thumbnail/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/fluidfocus-01-h.jpg":"created queue from public://materiaux/fluidfocus-01-h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/fluidfocus-01-h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/article_card_home/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/article_card_home/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/article_card_medium/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/article_card_medium/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_big/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_big/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_full/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_full/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_medium/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_medium/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_medium_half/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_medium_half/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_small/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/card_small/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/hd/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/hd/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/hd_watermark/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/hd_watermark/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/home_showroom/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/home_showroom/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/large/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/large/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/linkedmaterial_card/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/linkedmaterial_card/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/medium/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/medium/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/thumbnail/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/thumbnail/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ldm-sip_01-0_h.jpg":"created queue from public://materiaux/ldm-sip_01-0_h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ldm-sip_01-0_h.jpg","created queue from public://materiaux/oltremateria-foto.png to public://styles/article_card_home/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/article_card_home/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/article_card_medium/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/article_card_medium/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/card_big/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/card_big/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/card_full/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/card_full/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/card_medium/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/card_medium/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/card_medium_half/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/card_medium_half/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/card_small/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/card_small/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/hd/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/hd/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/hd_watermark/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/hd_watermark/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/home_showroom/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/home_showroom/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/large/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/large/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/linkedmaterial_card/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/linkedmaterial_card/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/linkit_result_thumbnail/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/linkit_result_thumbnail/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/medium/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/medium/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/thumbnail/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/thumbnail/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/oltremateria-foto.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/oltremateria-foto.png":"created queue from public://materiaux/oltremateria-foto.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/oltremateria-foto.png","created queue from public://materiaux/nat7big_0.jpg to public://styles/article_card_home/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/article_card_home/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/article_card_medium/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/article_card_medium/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/card_big/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/card_big/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/card_full/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/card_full/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/card_medium/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/card_medium/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/card_medium_half/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/card_medium_half/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/card_small/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/card_small/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/hd/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/hd/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/hd_watermark/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/hd_watermark/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/home_showroom/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/home_showroom/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/large/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/large/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/linkedmaterial_card/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/linkedmaterial_card/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/medium/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/medium/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/thumbnail/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/thumbnail/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/nat7big_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/nat7big_0.jpg":"created queue from public://materiaux/nat7big_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/nat7big_0.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/article_card_home/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/article_card_home/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/article_card_medium/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/article_card_medium/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_big/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_big/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_full/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_full/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_medium/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_medium/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_medium_half/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_medium_half/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_small/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/card_small/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/hd/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/hd/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/hd_watermark/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/hd_watermark/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/home_showroom/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/home_showroom/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/large/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/large/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/linkedmaterial_card/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/linkedmaterial_card/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/medium/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/medium/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/thumbnail/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/thumbnail/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ldm-lighting_15-0_h.jpg":"created queue from public://materiaux/ldm-lighting_15-0_h.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ldm-lighting_15-0_h.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/article_card_home/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/article_card_home/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/article_card_medium/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/article_card_medium/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/card_big/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/card_big/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/card_full/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/card_full/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/card_medium/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/card_medium/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/card_medium_half/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/card_medium_half/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/card_small/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/card_small/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/hd/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/hd/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/hd_watermark/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/hd_watermark/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/home_showroom/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/home_showroom/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/large/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/large/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/linkedmaterial_card/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/linkedmaterial_card/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/medium/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/medium/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/thumbnail/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/thumbnail/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lumalive.jpg":"created queue from public://materiaux/lumalive.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lumalive.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/article_card_home/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/article_card_home/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/article_card_medium/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/article_card_medium/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_big/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_big/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_full/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_full/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_medium/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_medium/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_medium_half/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_medium_half/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_small/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/card_small/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/hd/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/hd/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/hd_watermark/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/hd_watermark/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/home_showroom/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/home_showroom/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/large/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/large/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/linkedmaterial_card/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/linkedmaterial_card/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/medium/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/medium/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/thumbnail/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/thumbnail/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lumalive5_gallery__531x3860.jpg":"created queue from public://materiaux/lumalive5_gallery__531x3860.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lumalive5_gallery__531x3860.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/article_card_home/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/article_card_home/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/article_card_medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/article_card_medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_big/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_big/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_full/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_full/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_medium_half/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_medium_half/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_small/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/card_small/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/hd/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/hd/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/hd_watermark/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/hd_watermark/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/home_showroom/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/home_showroom/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/large/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/large/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/linkedmaterial_card/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/linkedmaterial_card/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/linkit_result_thumbnail/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/linkit_result_thumbnail/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/medium/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/thumbnail/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/thumbnail/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg":"created queue from public://materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/luminous-textile-by-philips-and-kvadrat-soft-cells-02.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/article_card_home/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/article_card_home/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/article_card_medium/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/article_card_medium/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_big/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_big/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_full/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_full/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_medium/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_medium/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_medium_half/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_medium_half/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_small/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/card_small/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/hd/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/hd/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/hd_watermark/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/hd_watermark/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/home_showroom/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/home_showroom/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/large/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/large/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/linkedmaterial_card/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/linkit_result_thumbnail/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/medium/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/medium/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/thumbnail/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/thumbnail/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_luminous_textile_01_thumb.jpg":"created queue from public://materiaux/philips_luminous_textile_01_thumb.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/philips_luminous_textile_01_thumb.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/article_card_home/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/article_card_home/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/article_card_medium/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/article_card_medium/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/card_big/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/card_big/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/card_full/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/card_full/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/card_medium/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/card_medium/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/card_medium_half/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/card_medium_half/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/card_small/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/card_small/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/hd/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/hd/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/hd_watermark/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/hd_watermark/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/home_showroom/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/home_showroom/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/large/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/large/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/medium/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/medium/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/thumbnail/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/thumbnail/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0481.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0481.jpg":"created queue from public://materiaux/_dsc0481.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0481.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/article_card_home/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/article_card_home/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/article_card_medium/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/article_card_medium/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/card_big/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/card_big/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/card_full/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/card_full/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/card_medium/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/card_medium/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/card_medium_half/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/card_medium_half/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/card_small/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/card_small/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/hd/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/hd/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/hd_watermark/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/hd_watermark/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/home_showroom/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/home_showroom/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/large/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/large/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/medium/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/medium/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/thumbnail/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/thumbnail/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0484.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0484.jpg":"created queue from public://materiaux/_dsc0484.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0484.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/article_card_home/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/article_card_home/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/article_card_medium/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/article_card_medium/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/card_big/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/card_big/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/card_full/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/card_full/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/card_medium/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/card_medium/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/card_medium_half/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/card_medium_half/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/card_small/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/card_small/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/hd/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/hd/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/hd_watermark/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/hd_watermark/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/home_showroom/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/home_showroom/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/large/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/large/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/medium/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/medium/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/thumbnail/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/thumbnail/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/_dsc0482.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0482.jpg":"created queue from public://materiaux/_dsc0482.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0482.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/article_card_home/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/article_card_home/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/article_card_medium/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/article_card_medium/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_big/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_big/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_full/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_full/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_medium/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_medium/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_medium_half/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_medium_half/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_small/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/card_small/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/hd/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/hd/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/hd_watermark/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/hd_watermark/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/home_showroom/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/home_showroom/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/large/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/large/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/linkedmaterial_card/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/linkedmaterial_card/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/medium/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/medium/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/thumbnail/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/thumbnail/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tailorlux_tailor_safe.jpg":"created queue from public://materiaux/tailorlux_tailor_safe.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tailorlux_tailor_safe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/article_card_home/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/article_card_home/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/article_card_medium/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/article_card_medium/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_big/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_big/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_full/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_full/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_medium/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_medium/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_medium_half/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_medium_half/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_small/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/card_small/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/hd/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/hd/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/hd_watermark/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/hd_watermark/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/home_showroom/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/home_showroom/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/large/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/large/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/linkedmaterial_card/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/linkedmaterial_card/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/linkit_result_thumbnail/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/linkit_result_thumbnail/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/medium/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/medium/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/thumbnail/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/thumbnail/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/leuchtstoffe.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/leuchtstoffe.jpg":"created queue from public://materiaux/leuchtstoffe.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/leuchtstoffe.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/article_card_home/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/article_card_home/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/article_card_medium/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/article_card_medium/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_big/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_big/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_full/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_full/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_medium/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_medium/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_medium_half/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_medium_half/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_small/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/card_small/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/hd/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/hd/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/hd_watermark/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/hd_watermark/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/home_showroom/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/home_showroom/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/large/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/large/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/linkedmaterial_card/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/linkedmaterial_card/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/linkit_result_thumbnail/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/linkit_result_thumbnail/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/medium/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/medium/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/thumbnail/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/thumbnail/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/unternehmen_1_05.jpg":"created queue from public://materiaux/unternehmen_1_05.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/unternehmen_1_05.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/article_card_home/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/article_card_home/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/article_card_medium/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/article_card_medium/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_big/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_big/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_full/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_full/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_medium/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_medium/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_medium_half/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_medium_half/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_small/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/card_small/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/hd/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/hd/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/hd_watermark/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/hd_watermark/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/home_showroom/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/home_showroom/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/large/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/large/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/linkedmaterial_card/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/linkedmaterial_card/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/linkit_result_thumbnail/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/linkit_result_thumbnail/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/medium/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/medium/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/thumbnail/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/thumbnail/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/osartificielinjectableregentec.jpg":"created queue from public://materiaux/osartificielinjectableregentec.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/osartificielinjectableregentec.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/article_card_home/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/article_card_home/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/article_card_medium/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/article_card_medium/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/card_big/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/card_big/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/card_full/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/card_full/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/card_medium/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/card_medium/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/card_medium_half/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/card_medium_half/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/card_small/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/card_small/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/hd/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/hd/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/hd_watermark/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/hd_watermark/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/home_showroom/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/home_showroom/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/large/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/large/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/linkedmaterial_card/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/linkedmaterial_card/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/medium/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/medium/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/thumbnail/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/thumbnail/public/materiaux/tft_memory.jpg","created queue from public://materiaux/tft_memory.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tft_memory.jpg":"created queue from public://materiaux/tft_memory.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tft_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/article_card_home/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/article_card_home/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/article_card_medium/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/article_card_medium/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/card_big/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/card_big/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/card_full/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/card_full/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/card_medium/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/card_medium/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/card_medium_half/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/card_medium_half/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/card_small/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/card_small/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/hd/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/hd/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/hd_watermark/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/hd_watermark/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/home_showroom/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/home_showroom/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/large/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/large/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/linkedmaterial_card/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/linkedmaterial_card/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/linkit_result_thumbnail/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/linkit_result_thumbnail/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/medium/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/medium/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/thumbnail/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/thumbnail/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_memory.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/printed_memory.jpg":"created queue from public://materiaux/printed_memory.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/printed_memory.jpg","created queue from public://materiaux/printed_logic_polyic.png to public://styles/article_card_home/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/article_card_home/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/article_card_medium/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/article_card_medium/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_big/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_big/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_full/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_full/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_medium/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_medium/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_medium_half/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_medium_half/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_small/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/card_small/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/hd/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/hd/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/hd_watermark/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/hd_watermark/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/home_showroom/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/home_showroom/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/large/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/large/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/linkedmaterial_card/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/linkedmaterial_card/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/linkit_result_thumbnail/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/linkit_result_thumbnail/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/medium/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/medium/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/thumbnail/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/thumbnail/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/printed_logic_polyic.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/printed_logic_polyic.png":"created queue from public://materiaux/printed_logic_polyic.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/printed_logic_polyic.png","created queue from public://materiaux/thinfilm1.jpg to public://styles/article_card_home/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/article_card_home/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/article_card_medium/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/article_card_medium/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/card_big/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/card_big/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/card_full/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/card_full/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/card_medium/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/card_medium/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/card_medium_half/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/card_medium_half/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/card_small/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/card_small/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/hd/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/hd/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/hd_watermark/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/hd_watermark/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/home_showroom/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/home_showroom/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/large/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/large/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/linkedmaterial_card/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/linkedmaterial_card/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/medium/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/medium/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/thumbnail/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/thumbnail/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/thinfilm1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/thinfilm1.jpg":"created queue from public://materiaux/thinfilm1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/thinfilm1.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/article_card_home/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/article_card_home/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/article_card_medium/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/article_card_medium/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/card_big/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/card_big/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/card_full/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/card_full/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/card_medium/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/card_medium/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/card_medium_half/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/card_medium_half/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/card_small/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/card_small/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/hd/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/hd/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/hd_watermark/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/hd_watermark/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/home_showroom/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/home_showroom/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/large/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/large/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/medium/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/medium/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/thumbnail/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/thumbnail/public/materiaux/25_detail.jpg","created queue from public://materiaux/25_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_detail.jpg":"created queue from public://materiaux/25_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/25_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/article_card_home/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/article_card_home/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/article_card_medium/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/article_card_medium/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/card_big/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/card_big/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/card_full/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/card_full/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/card_medium/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/card_medium/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/card_medium_half/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/card_medium_half/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/card_small/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/card_small/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/hd/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/hd/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/hd_watermark/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/hd_watermark/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/home_showroom/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/home_showroom/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/large/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/large/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/medium/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/medium/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/thumbnail/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/thumbnail/public/materiaux/59_detail.jpg","created queue from public://materiaux/59_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/59_detail.jpg":"created queue from public://materiaux/59_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/59_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/article_card_home/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/article_card_home/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/article_card_medium/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/article_card_medium/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/card_big/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/card_big/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/card_full/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/card_full/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/card_medium/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/card_medium/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/card_medium_half/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/card_medium_half/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/card_small/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/card_small/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/hd/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/hd/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/hd_watermark/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/hd_watermark/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/home_showroom/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/home_showroom/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/large/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/large/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/medium/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/medium/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/thumbnail/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/thumbnail/public/materiaux/34_detail.jpg","created queue from public://materiaux/34_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/34_detail.jpg":"created queue from public://materiaux/34_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/34_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/article_card_home/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/article_card_home/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/article_card_medium/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/article_card_medium/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/card_big/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/card_big/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/card_full/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/card_full/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/card_medium/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/card_medium/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/card_medium_half/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/card_medium_half/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/card_small/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/card_small/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/hd/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/hd/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/hd_watermark/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/hd_watermark/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/home_showroom/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/home_showroom/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/large/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/large/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/linkedmaterial_card/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/linkit_result_thumbnail/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/medium/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/medium/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/thumbnail/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/thumbnail/public/materiaux/253_detail.jpg","created queue from public://materiaux/253_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/253_detail.jpg":"created queue from public://materiaux/253_detail.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/253_detail.jpg","created queue from public://materiaux/iso3.jpg to public://styles/article_card_home/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/article_card_home/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/article_card_medium/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/article_card_medium/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/card_big/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/card_big/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/card_full/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/card_full/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/card_medium/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/card_medium/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/card_medium_half/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/card_medium_half/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/card_small/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/card_small/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/hd/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/hd/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/hd_watermark/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/hd_watermark/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/home_showroom/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/home_showroom/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/large/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/large/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/linkedmaterial_card/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/linkedmaterial_card/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/medium/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/medium/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/thumbnail/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/thumbnail/public/materiaux/iso3.jpg","created queue from public://materiaux/iso3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/iso3.jpg":"created queue from public://materiaux/iso3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/iso3.jpg","created queue from public://materiaux/iso4.jpg to public://styles/article_card_home/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/article_card_home/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/article_card_medium/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/article_card_medium/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/card_big/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/card_big/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/card_full/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/card_full/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/card_medium/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/card_medium/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/card_medium_half/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/card_medium_half/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/card_small/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/card_small/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/hd/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/hd/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/hd_watermark/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/hd_watermark/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/home_showroom/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/home_showroom/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/large/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/large/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/linkedmaterial_card/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/linkedmaterial_card/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/medium/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/medium/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/thumbnail/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/thumbnail/public/materiaux/iso4.jpg","created queue from public://materiaux/iso4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/iso4.jpg":"created queue from public://materiaux/iso4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/iso4.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/article_card_home/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/article_card_home/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/article_card_medium/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/article_card_medium/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_big/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_big/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_full/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_full/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_medium/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_medium/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_medium_half/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_medium_half/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_small/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/card_small/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/hd/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/hd/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/hd_watermark/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/hd_watermark/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/home_showroom/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/home_showroom/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/large/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/large/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/linkedmaterial_card/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/linkedmaterial_card/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/medium/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/medium/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/thumbnail/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/thumbnail/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/cellucomp_curran_tags_0.jpg":"created queue from public://materiaux/cellucomp_curran_tags_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/cellucomp_curran_tags_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/article_card_home/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/article_card_home/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/article_card_medium/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/article_card_medium/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/card_big/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/card_big/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/card_full/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/card_full/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/card_medium/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/card_medium/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/card_medium_half/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/card_medium_half/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/card_small/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/card_small/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/hd/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/hd/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/hd_watermark/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/hd_watermark/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/home_showroom/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/home_showroom/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/large/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/large/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/linkedmaterial_card/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/linkedmaterial_card/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/medium/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/medium/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/thumbnail/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/thumbnail/public/materiaux/curran_0.jpg","created queue from public://materiaux/curran_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/curran_0.jpg":"created queue from public://materiaux/curran_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/curran_0.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/article_card_home/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/article_card_home/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/article_card_medium/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/article_card_medium/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/card_big/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/card_big/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/card_full/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/card_full/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/card_medium/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/card_medium/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/card_medium_half/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/card_medium_half/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/card_small/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/card_small/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/hd/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/hd/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/hd_watermark/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/hd_watermark/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/home_showroom/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/home_showroom/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/large/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/large/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/medium/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/medium/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/thumbnail/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/thumbnail/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0444.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0444.jpg":"created queue from public://materiaux/_dsc0444.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0444.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/article_card_home/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/article_card_home/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/article_card_medium/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/article_card_medium/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/card_big/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/card_big/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/card_full/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/card_full/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/card_medium/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/card_medium/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/card_medium_half/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/card_medium_half/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/card_small/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/card_small/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/hd/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/hd/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/hd_watermark/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/hd_watermark/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/home_showroom/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/home_showroom/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/large/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/large/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/medium/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/medium/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/thumbnail/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/thumbnail/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0447.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0447.jpg":"created queue from public://materiaux/_dsc0447.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0447.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/article_card_home/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/article_card_home/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/article_card_medium/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/article_card_medium/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/card_big/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/card_big/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/card_full/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/card_full/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/card_medium/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/card_medium/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/card_medium_half/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/card_medium_half/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/card_small/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/card_small/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/hd/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/hd/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/hd_watermark/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/hd_watermark/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/home_showroom/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/home_showroom/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/large/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/large/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/medium/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/medium/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/thumbnail/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/thumbnail/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0886.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0886.jpg":"created queue from public://materiaux/_dsc0886.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0886.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/article_card_home/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/article_card_home/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/article_card_medium/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/article_card_medium/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/card_big/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/card_big/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/card_full/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/card_full/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/card_medium/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/card_medium/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/card_medium_half/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/card_medium_half/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/card_small/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/card_small/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/hd/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/hd/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/hd_watermark/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/hd_watermark/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/home_showroom/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/home_showroom/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/large/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/large/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/medium/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/medium/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/thumbnail/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/thumbnail/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/_dsc0883.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0883.jpg":"created queue from public://materiaux/_dsc0883.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0883.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/article_card_home/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/article_card_home/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/article_card_medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/article_card_medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_big/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_big/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_full/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_full/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_medium_half/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_medium_half/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_small/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/card_small/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/hd/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/hd/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/hd_watermark/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/hd_watermark/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/home_showroom/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/home_showroom/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/large/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/large/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/linkedmaterial_card/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/linkedmaterial_card/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/medium/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/thumbnail/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/thumbnail/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg":"created queue from public://materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/wooden_textile_fashion_elisa_strozyk_maria_bonita_2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/article_card_home/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/article_card_home/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/article_card_medium/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/article_card_medium/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_big/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_big/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_full/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_full/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_medium/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_medium/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_medium_half/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_medium_half/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_small/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/card_small/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/hd/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/hd/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/hd_watermark/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/hd_watermark/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/home_showroom/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/home_showroom/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/large/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/large/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/linkedmaterial_card/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/linkedmaterial_card/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/medium/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/medium/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/thumbnail/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/thumbnail/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/wooden-textile2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/wooden-textile2.jpg":"created queue from public://materiaux/wooden-textile2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/wooden-textile2.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/article_card_home/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/article_card_home/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/article_card_medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/article_card_medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_big/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_big/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_full/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_full/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_medium_half/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_medium_half/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_small/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/card_small/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/hd/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/hd/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/hd_watermark/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/hd_watermark/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/home_showroom/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/home_showroom/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/large/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/large/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/linkedmaterial_card/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/linkedmaterial_card/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/linkit_result_thumbnail/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/medium/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/thumbnail/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/thumbnail/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg":"created queue from public://materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/tumblr_lykphbnyya1r5o7kso4_500.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/article_card_home/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/article_card_home/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/article_card_medium/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/article_card_medium/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/card_big/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/card_big/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/card_full/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/card_full/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/card_medium/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/card_medium/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/card_medium_half/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/card_medium_half/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/card_small/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/card_small/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/hd/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/hd/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/hd_watermark/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/hd_watermark/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/home_showroom/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/home_showroom/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/large/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/large/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/medium/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/medium/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/thumbnail/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/thumbnail/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/_dsc0442.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0442.jpg":"created queue from public://materiaux/_dsc0442.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0442.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/article_card_home/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/article_card_home/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/article_card_medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/article_card_medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_big/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_big/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_full/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_full/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_medium_half/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_medium_half/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_small/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/card_small/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/hd/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/hd/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/hd_watermark/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/hd_watermark/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/home_showroom/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/home_showroom/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/large/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/large/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/linkedmaterial_card/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/linkedmaterial_card/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/linkit_result_thumbnail/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/linkit_result_thumbnail/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/medium/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/thumbnail/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/thumbnail/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/the-3d-wallpaper-air-drope-design.jpg":"created queue from public://materiaux/the-3d-wallpaper-air-drope-design.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/the-3d-wallpaper-air-drope-design.jpg","created queue from public://materiaux/44.jpg to public://styles/article_card_home/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/article_card_home/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/article_card_medium/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/article_card_medium/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/card_big/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/card_big/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/card_full/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/card_full/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/card_medium/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/card_medium/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/card_medium_half/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/card_medium_half/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/card_small/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/card_small/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/hd/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/hd/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/hd_watermark/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/hd_watermark/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/home_showroom/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/home_showroom/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/large/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/large/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/linkedmaterial_card/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/linkedmaterial_card/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/linkit_result_thumbnail/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/linkit_result_thumbnail/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/medium/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/medium/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/thumbnail/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/thumbnail/public/materiaux/44.jpg","created queue from public://materiaux/44.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/44.jpg":"created queue from public://materiaux/44.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/44.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/article_card_home/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/article_card_home/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/article_card_medium/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/article_card_medium/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_big/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_big/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_full/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_full/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_medium/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_medium/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_medium_half/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_medium_half/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_small/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/card_small/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/hd/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/hd/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/hd_watermark/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/hd_watermark/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/home_showroom/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/home_showroom/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/large/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/large/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/linkedmaterial_card/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/linkedmaterial_card/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/medium/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/medium/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/thumbnail/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/thumbnail/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/rv1029ps_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rv1029ps_1.jpg":"created queue from public://materiaux/rv1029ps_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rv1029ps_1.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/article_card_home/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/article_card_home/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/article_card_medium/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/article_card_medium/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_big/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_big/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_full/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_full/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_medium/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_medium/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_medium_half/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_medium_half/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_small/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/card_small/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/hd/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/hd/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/hd_watermark/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/hd_watermark/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/home_showroom/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/home_showroom/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/large/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/large/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/linkedmaterial_card/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/linkedmaterial_card/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/linkit_result_thumbnail/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/linkit_result_thumbnail/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/medium/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/medium/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/thumbnail/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/thumbnail/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/98fd-300x229.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/98fd-300x229.jpg":"created queue from public://materiaux/98fd-300x229.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/98fd-300x229.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/article_card_home/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/article_card_home/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/article_card_medium/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/article_card_medium/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_big/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_big/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_full/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_full/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_medium/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_medium/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_medium_half/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_medium_half/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_small/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/card_small/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/hd/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/hd/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/hd_watermark/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/hd_watermark/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/home_showroom/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/home_showroom/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/large/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/large/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/linkedmaterial_card/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/linkedmaterial_card/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/medium/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/medium/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/thumbnail/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/thumbnail/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/1726930150zoom.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1726930150zoom.jpg":"created queue from public://materiaux/1726930150zoom.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1726930150zoom.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/article_card_home/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/article_card_home/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/article_card_medium/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/article_card_medium/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_big/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_big/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_full/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_full/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_medium/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_medium/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_medium_half/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_medium_half/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_small/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/card_small/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/hd/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/hd/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/hd_watermark/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/hd_watermark/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/home_showroom/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/home_showroom/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/large/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/large/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/linkedmaterial_card/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/linkedmaterial_card/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/linkit_result_thumbnail/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/medium/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/medium/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/thumbnail/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/thumbnail/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lampe-en-mortier-135_260x350.jpg":"created queue from public://materiaux/lampe-en-mortier-135_260x350.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/lampe-en-mortier-135_260x350.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/article_card_home/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/article_card_home/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/article_card_medium/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/article_card_medium/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/card_big/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/card_big/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/card_full/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/card_full/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/card_medium/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/card_medium/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/card_medium_half/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/card_medium_half/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/card_small/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/card_small/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/hd/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/hd/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/hd_watermark/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/hd_watermark/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/home_showroom/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/home_showroom/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/large/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/large/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/medium/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/medium/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/thumbnail/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/thumbnail/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/_dsc0448.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0448.jpg":"created queue from public://materiaux/_dsc0448.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0448.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/article_card_home/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/article_card_home/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/article_card_medium/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/article_card_medium/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/card_big/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/card_big/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/card_full/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/card_full/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/card_medium/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/card_medium/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/card_medium_half/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/card_medium_half/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/card_small/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/card_small/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/hd/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/hd/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/hd_watermark/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/hd_watermark/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/home_showroom/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/home_showroom/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/large/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/large/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/medium/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/medium/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/thumbnail/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/thumbnail/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile001.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile001.jpg":"created queue from public://materiaux/mosstile001.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile001.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/article_card_home/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/article_card_home/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/article_card_medium/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/article_card_medium/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/card_big/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/card_big/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/card_full/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/card_full/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/card_medium/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/card_medium/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/card_medium_half/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/card_medium_half/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/card_small/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/card_small/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/hd/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/hd/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/hd_watermark/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/hd_watermark/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/home_showroom/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/home_showroom/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/large/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/large/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/medium/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/medium/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/thumbnail/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/thumbnail/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile002.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile002.jpg":"created queue from public://materiaux/mosstile002.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile002.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/article_card_home/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/article_card_home/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/article_card_medium/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/article_card_medium/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_big/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_big/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_full/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_full/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_medium/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_medium/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_medium_half/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_medium_half/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_small/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/card_small/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/hd/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/hd/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/hd_watermark/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/hd_watermark/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/home_showroom/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/home_showroom/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/large/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/large/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/linkedmaterial_card/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/medium/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/medium/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/thumbnail/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/thumbnail/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile-benetti-stone-13.jpg":"created queue from public://materiaux/mosstile-benetti-stone-13.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mosstile-benetti-stone-13.jpg","created queue from public://materiaux/onao.png to public://styles/article_card_home/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/article_card_home/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/article_card_medium/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/article_card_medium/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/card_big/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/card_big/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/card_full/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/card_full/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/card_medium/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/card_medium/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/card_medium_half/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/card_medium_half/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/card_small/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/card_small/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/hd/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/hd/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/hd_watermark/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/hd_watermark/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/home_showroom/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/home_showroom/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/large/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/large/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/linkedmaterial_card/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/linkedmaterial_card/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/linkit_result_thumbnail/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/linkit_result_thumbnail/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/medium/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/medium/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/thumbnail/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/thumbnail/public/materiaux/onao.png","created queue from public://materiaux/onao.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/onao.png":"created queue from public://materiaux/onao.png to public://styles/video_embed_wysiwyg_preview/public/materiaux/onao.png","created queue from public://materiaux/siwa-a.jpg to public://styles/article_card_home/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/article_card_home/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/article_card_medium/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/article_card_medium/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/card_big/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/card_big/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/card_full/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/card_full/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/card_medium/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/card_medium/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/card_medium_half/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/card_medium_half/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/card_small/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/card_small/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/hd/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/hd/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/hd_watermark/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/hd_watermark/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/home_showroom/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/home_showroom/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/large/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/large/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/linkedmaterial_card/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/linkedmaterial_card/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/linkit_result_thumbnail/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/linkit_result_thumbnail/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/medium/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/medium/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/thumbnail/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/thumbnail/public/materiaux/siwa-a.jpg","created queue from public://materiaux/siwa-a.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/siwa-a.jpg":"created queue from public://materiaux/siwa-a.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/siwa-a.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/article_card_home/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/article_card_home/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/article_card_medium/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/article_card_medium/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_big/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_big/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_full/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_full/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_medium/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_medium/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_medium_half/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_medium_half/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_small/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/card_small/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/hd/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/hd/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/hd_watermark/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/hd_watermark/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/home_showroom/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/home_showroom/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/large/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/large/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/linkedmaterial_card/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/linkedmaterial_card/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/linkit_result_thumbnail/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/linkit_result_thumbnail/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/medium/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/medium/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/thumbnail/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/thumbnail/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/3729612161003026_mor6vik1_c.jpg":"created queue from public://materiaux/3729612161003026_mor6vik1_c.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/3729612161003026_mor6vik1_c.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/article_card_home/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/article_card_home/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/article_card_medium/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/article_card_medium/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/card_big/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/card_big/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/card_full/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/card_full/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/card_medium/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/card_medium/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/card_medium_half/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/card_medium_half/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/card_small/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/card_small/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/hd/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/hd/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/hd_watermark/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/hd_watermark/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/home_showroom/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/home_showroom/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/large/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/large/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/linkedmaterial_card/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/linkedmaterial_card/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/medium/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/medium/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/thumbnail/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/thumbnail/public/materiaux/siwa_2.jpg","created queue from public://materiaux/siwa_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/siwa_2.jpg":"created queue from public://materiaux/siwa_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/siwa_2.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/article_card_home/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/article_card_home/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/article_card_medium/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/article_card_medium/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/card_big/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/card_big/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/card_full/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/card_full/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/card_medium/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/card_medium/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/card_medium_half/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/card_medium_half/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/card_small/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/card_small/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/hd/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/hd/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/hd_watermark/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/hd_watermark/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/home_showroom/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/home_showroom/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/large/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/large/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/medium/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/medium/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/thumbnail/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/thumbnail/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0449.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0449.jpg":"created queue from public://materiaux/_dsc0449.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0449.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/article_card_home/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/article_card_home/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/article_card_medium/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/article_card_medium/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/card_big/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/card_big/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/card_full/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/card_full/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/card_medium/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/card_medium/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/card_medium_half/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/card_medium_half/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/card_small/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/card_small/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/hd/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/hd/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/hd_watermark/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/hd_watermark/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/home_showroom/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/home_showroom/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/large/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/large/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/medium/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/medium/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/thumbnail/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/thumbnail/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/_dsc0451.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0451.jpg":"created queue from public://materiaux/_dsc0451.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0451.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/article_card_home/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/article_card_home/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/article_card_medium/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/article_card_medium/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/card_big/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/card_big/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/card_full/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/card_full/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/card_medium/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/card_medium/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/card_medium_half/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/card_medium_half/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/card_small/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/card_small/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/hd/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/hd/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/hd_watermark/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/hd_watermark/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/home_showroom/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/home_showroom/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/large/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/large/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/linkedmaterial_card/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/linkedmaterial_card/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/medium/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/medium/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/thumbnail/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/thumbnail/public/materiaux/6417_01.jpg","created queue from public://materiaux/6417_01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6417_01.jpg":"created queue from public://materiaux/6417_01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6417_01.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/article_card_home/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/article_card_home/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/article_card_medium/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/article_card_medium/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/card_big/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/card_big/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/card_full/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/card_full/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/card_medium/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/card_medium/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/card_medium_half/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/card_medium_half/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/card_small/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/card_small/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/hd/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/hd/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/hd_watermark/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/hd_watermark/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/home_showroom/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/home_showroom/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/large/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/large/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/medium/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/medium/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/thumbnail/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/thumbnail/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/_dsc0889.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0889.jpg":"created queue from public://materiaux/_dsc0889.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0889.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/article_card_home/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/article_card_home/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/article_card_medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/article_card_medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_big/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_big/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_full/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_full/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_medium_half/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_medium_half/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_small/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/card_small/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/hd/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/hd/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/hd_watermark/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/hd_watermark/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/home_showroom/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/home_showroom/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/large/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/large/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/linkedmaterial_card/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/linkedmaterial_card/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/linkit_result_thumbnail/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/linkit_result_thumbnail/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/medium/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/thumbnail/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/thumbnail/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg":"created queue from public://materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/09-tour-horizon-niort_2010-02-18-n050.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/article_card_home/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/article_card_home/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/article_card_medium/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/article_card_medium/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/card_big/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/card_big/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/card_full/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/card_full/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/card_medium/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/card_medium/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/card_medium_half/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/card_medium_half/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/card_small/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/card_small/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/hd/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/hd/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/hd_watermark/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/hd_watermark/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/home_showroom/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/home_showroom/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/large/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/large/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/linkedmaterial_card/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/linkedmaterial_card/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/linkit_result_thumbnail/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/linkit_result_thumbnail/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/medium/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/medium/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/thumbnail/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/thumbnail/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/autonettoyance.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/autonettoyance.jpg":"created queue from public://materiaux/autonettoyance.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/autonettoyance.jpg","created queue from public://materiaux/new.jpg to public://styles/article_card_home/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/article_card_home/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/article_card_medium/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/article_card_medium/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/card_big/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/card_big/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/card_full/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/card_full/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/card_medium/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/card_medium/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/card_medium_half/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/card_medium_half/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/card_small/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/card_small/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/hd/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/hd/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/hd_watermark/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/hd_watermark/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/home_showroom/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/home_showroom/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/large/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/large/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/linkedmaterial_card/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/linkedmaterial_card/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/linkit_result_thumbnail/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/linkit_result_thumbnail/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/medium/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/medium/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/thumbnail/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/thumbnail/public/materiaux/new.jpg","created queue from public://materiaux/new.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/new.jpg":"created queue from public://materiaux/new.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/new.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/article_card_home/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/article_card_home/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/article_card_medium/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/article_card_medium/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_big/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_big/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_full/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_full/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_medium/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_medium/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_medium_half/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_medium_half/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_small/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/card_small/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/hd/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/hd/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/hd_watermark/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/hd_watermark/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/home_showroom/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/home_showroom/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/large/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/large/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/medium/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/medium/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/thumbnail/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/thumbnail/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/_dsc0482_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0482_0.jpg":"created queue from public://materiaux/_dsc0482_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0482_0.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/article_card_home/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/article_card_home/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_big/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_big/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_full/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_full/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_small/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/card_small/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/hd/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/hd/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/home_showroom/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/home_showroom/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/large/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/large/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/medium/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/thumbnail/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/thumbnail/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg":"created queue from public://materiaux/ecotemis-nos-collections-de-produits-bipv.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-nos-collections-de-produits-bipv.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/article_card_home/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/article_card_home/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_big/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_big/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_full/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_full/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_small/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/card_small/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/hd/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/hd/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/home_showroom/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/home_showroom/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/large/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/large/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/medium/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/thumbnail/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/thumbnail/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg":"created queue from public://materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-maitres-douvrages-gestionnaires-de-patrimoine-.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/article_card_home/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/article_card_home/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/article_card_medium/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_big/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_big/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_full/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_full/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_medium/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_medium/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_medium_half/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_small/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/card_small/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/hd/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/hd/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/hd_watermark/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/home_showroom/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/home_showroom/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/large/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/large/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/linkedmaterial_card/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/medium/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/medium/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/thumbnail/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/thumbnail/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-carrieres.jpg":"created queue from public://materiaux/ecotemis-carrieres.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecotemis-carrieres.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/article_card_home/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/article_card_home/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/article_card_medium/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/article_card_medium/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/card_big/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/card_big/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/card_full/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/card_full/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/card_medium/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/card_medium/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/card_medium_half/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/card_medium_half/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/card_small/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/card_small/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/hd/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/hd/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/hd_watermark/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/hd_watermark/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/home_showroom/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/home_showroom/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/large/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/large/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/linkedmaterial_card/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/linkedmaterial_card/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/linkit_result_thumbnail/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/linkit_result_thumbnail/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/medium/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/medium/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/thumbnail/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/thumbnail/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/litroenergybike.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/litroenergybike.jpg":"created queue from public://materiaux/litroenergybike.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/litroenergybike.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/article_card_home/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/article_card_home/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/article_card_medium/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/article_card_medium/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/card_big/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/card_big/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/card_full/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/card_full/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/card_medium/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/card_medium/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/card_medium_half/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/card_medium_half/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/card_small/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/card_small/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/hd/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/hd/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/hd_watermark/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/hd_watermark/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/home_showroom/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/home_showroom/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/large/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/large/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/linkedmaterial_card/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/linkedmaterial_card/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/linkit_result_thumbnail/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/linkit_result_thumbnail/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/medium/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/medium/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/thumbnail/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/thumbnail/public/materiaux/timthumb.jpg","created queue from public://materiaux/timthumb.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/timthumb.jpg":"created queue from public://materiaux/timthumb.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/timthumb.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/article_card_home/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/article_card_home/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/article_card_medium/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/article_card_medium/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_big/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_big/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_full/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_full/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_medium/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_medium/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_medium_half/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_medium_half/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_small/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/card_small/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/hd/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/hd/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/hd_watermark/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/hd_watermark/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/home_showroom/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/home_showroom/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/large/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/large/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/linkedmaterial_card/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/linkedmaterial_card/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/linkit_result_thumbnail/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/linkit_result_thumbnail/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/medium/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/medium/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/thumbnail/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/thumbnail/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/apollo_synthetic_diamond.jpg":"created queue from public://materiaux/apollo_synthetic_diamond.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/apollo_synthetic_diamond.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/article_card_home/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/article_card_home/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/article_card_medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/article_card_medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_big/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_big/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_full/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_full/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_medium_half/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_medium_half/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_small/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/card_small/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/hd/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/hd/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/hd_watermark/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/hd_watermark/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/home_showroom/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/home_showroom/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/large/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/large/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/linkedmaterial_card/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/linkedmaterial_card/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/medium/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/thumbnail/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/thumbnail/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg":"created queue from public://materiaux/harrywinston12.04ctfancyintensepink1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/harrywinston12.04ctfancyintensepink1.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/article_card_home/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/article_card_home/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/article_card_medium/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/article_card_medium/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_big/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_big/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_full/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_full/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_medium/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_medium/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_medium_half/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_medium_half/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_small/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/card_small/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/hd/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/hd/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/hd_watermark/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/hd_watermark/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/home_showroom/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/home_showroom/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/large/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/large/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/linkedmaterial_card/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/linkedmaterial_card/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/linkit_result_thumbnail/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/linkit_result_thumbnail/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/medium/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/medium/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/thumbnail/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/thumbnail/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/golden_yellow_radiant.jpg":"created queue from public://materiaux/golden_yellow_radiant.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/golden_yellow_radiant.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/article_card_home/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/article_card_home/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/article_card_medium/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/article_card_medium/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/card_big/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/card_big/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/card_full/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/card_full/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/card_medium/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/card_medium/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/card_medium_half/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/card_medium_half/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/card_small/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/card_small/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/hd/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/hd/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/hd_watermark/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/hd_watermark/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/home_showroom/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/home_showroom/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/large/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/large/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/linkedmaterial_card/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/linkedmaterial_card/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/medium/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/medium/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/thumbnail/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/thumbnail/public/materiaux/1311267590.jpg","created queue from public://materiaux/1311267590.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1311267590.jpg":"created queue from public://materiaux/1311267590.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1311267590.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/article_card_home/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/article_card_home/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/article_card_medium/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/article_card_medium/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_big/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_big/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_full/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_full/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_medium/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_medium/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_medium_half/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_medium_half/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_small/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/card_small/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/hd/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/hd/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/hd_watermark/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/hd_watermark/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/home_showroom/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/home_showroom/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/large/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/large/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/linkedmaterial_card/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/linkedmaterial_card/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/medium/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/medium/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/thumbnail/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/thumbnail/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/produkte-bmw3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/produkte-bmw3.jpg":"created queue from public://materiaux/produkte-bmw3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/produkte-bmw3.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/article_card_home/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/article_card_home/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/article_card_medium/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/article_card_medium/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/card_big/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/card_big/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/card_full/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/card_full/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/card_medium/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/card_medium/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/card_medium_half/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/card_medium_half/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/card_small/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/card_small/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/hd/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/hd/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/hd_watermark/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/hd_watermark/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/home_showroom/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/home_showroom/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/large/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/large/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/linkedmaterial_card/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/linkedmaterial_card/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/linkit_result_thumbnail/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/linkit_result_thumbnail/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/medium/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/medium/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/thumbnail/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/thumbnail/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-astra.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/prod-astra.jpg":"created queue from public://materiaux/prod-astra.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/prod-astra.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/article_card_home/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/article_card_home/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/article_card_medium/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/article_card_medium/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/card_big/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/card_big/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/card_full/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/card_full/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/card_medium/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/card_medium/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/card_medium_half/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/card_medium_half/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/card_small/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/card_small/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/hd/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/hd/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/hd_watermark/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/hd_watermark/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/home_showroom/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/home_showroom/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/large/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/large/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/linkedmaterial_card/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/linkedmaterial_card/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/linkit_result_thumbnail/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/linkit_result_thumbnail/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/medium/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/medium/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/thumbnail/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/thumbnail/public/materiaux/prod-touran.jpg","created queue from public://materiaux/prod-touran.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/prod-touran.jpg":"created queue from public://materiaux/prod-touran.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/prod-touran.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/article_card_home/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/article_card_home/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/article_card_medium/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/article_card_medium/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_big/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_big/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_full/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_full/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_medium/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_medium/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_medium_half/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_medium_half/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_small/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/card_small/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/hd/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/hd/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/hd_watermark/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/hd_watermark/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/home_showroom/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/home_showroom/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/large/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/large/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/linkedmaterial_card/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/linkedmaterial_card/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/linkit_result_thumbnail/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/medium/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/medium/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/thumbnail/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/thumbnail/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/mhsa-2u.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mhsa-2u.jpg":"created queue from public://materiaux/mhsa-2u.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/mhsa-2u.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/article_card_home/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/article_card_home/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/article_card_medium/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/article_card_medium/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_big/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_big/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_full/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_full/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_medium/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_medium/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_medium_half/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_medium_half/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_small/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/card_small/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/hd/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/hd/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/hd_watermark/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/hd_watermark/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/home_showroom/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/home_showroom/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/large/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/large/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/linkedmaterial_card/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/linkedmaterial_card/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/medium/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/medium/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/thumbnail/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/thumbnail/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/240x_mg_rolltorolloled01.jpg":"created queue from public://materiaux/240x_mg_rolltorolloled01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/240x_mg_rolltorolloled01.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/article_card_home/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/article_card_home/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/article_card_medium/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/article_card_medium/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_big/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_big/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_full/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_full/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_medium/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_medium/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_medium_half/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_medium_half/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_small/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/card_small/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/hd/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/hd/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/hd_watermark/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/hd_watermark/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/home_showroom/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/home_showroom/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/large/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/large/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/linkedmaterial_card/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/linkedmaterial_card/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/linkit_result_thumbnail/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/linkit_result_thumbnail/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/medium/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/medium/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/thumbnail/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/thumbnail/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/light-emitting-wallpaper_large.jpg":"created queue from public://materiaux/light-emitting-wallpaper_large.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/light-emitting-wallpaper_large.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/article_card_home/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/article_card_home/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/article_card_medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/article_card_medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_big/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_big/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_full/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_full/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_medium_half/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_medium_half/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_small/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/card_small/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/hd/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/hd/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/hd_watermark/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/hd_watermark/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/home_showroom/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/home_showroom/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/large/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/large/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/linkedmaterial_card/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/linkedmaterial_card/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/linkit_result_thumbnail/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/linkit_result_thumbnail/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/medium/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/thumbnail/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/thumbnail/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg":"created queue from public://materiaux/light-emitting-wallpaper_vxljp_24429.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/light-emitting-wallpaper_vxljp_24429.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/article_card_home/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/article_card_home/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/article_card_medium/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/article_card_medium/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_big/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_big/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_full/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_full/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_medium/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_medium/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_medium_half/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_medium_half/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_small/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/card_small/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/hd/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/hd/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/hd_watermark/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/hd_watermark/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/home_showroom/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/home_showroom/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/large/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/large/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/linkedmaterial_card/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/linkedmaterial_card/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/medium/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/medium/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/thumbnail/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/thumbnail/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/dsc_0721-1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dsc_0721-1.jpg":"created queue from public://materiaux/dsc_0721-1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dsc_0721-1.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/article_card_home/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/article_card_home/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/article_card_medium/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/article_card_medium/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/card_big/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/card_big/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/card_full/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/card_full/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/card_medium/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/card_medium/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/card_medium_half/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/card_medium_half/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/card_small/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/card_small/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/hd/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/hd/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/hd_watermark/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/hd_watermark/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/home_showroom/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/home_showroom/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/large/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/large/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/linkedmaterial_card/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/linkedmaterial_card/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/medium/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/medium/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/thumbnail/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/thumbnail/public/materiaux/1507704541.jpg","created queue from public://materiaux/1507704541.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1507704541.jpg":"created queue from public://materiaux/1507704541.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1507704541.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/article_card_home/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/article_card_home/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/article_card_medium/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/article_card_medium/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_big/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_big/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_full/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_full/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_medium/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_medium/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_medium_half/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_medium_half/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_small/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/card_small/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/hd/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/hd/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/hd_watermark/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/hd_watermark/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/home_showroom/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/home_showroom/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/large/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/large/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/linkedmaterial_card/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/linkedmaterial_card/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/linkit_result_thumbnail/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/linkit_result_thumbnail/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/medium/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/medium/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/thumbnail/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/thumbnail/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/0150_02_hires.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/0150_02_hires.jpg":"created queue from public://materiaux/0150_02_hires.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/0150_02_hires.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/article_card_home/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/article_card_home/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/article_card_medium/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/article_card_medium/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/card_big/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/card_big/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/card_full/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/card_full/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/card_medium/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/card_medium/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/card_medium_half/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/card_medium_half/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/card_small/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/card_small/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/hd/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/hd/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/hd_watermark/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/hd_watermark/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/home_showroom/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/home_showroom/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/large/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/large/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/linkedmaterial_card/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/linkedmaterial_card/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/linkit_result_thumbnail/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/linkit_result_thumbnail/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/medium/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/medium/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/thumbnail/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/thumbnail/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/r_p33_015.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/r_p33_015.jpg":"created queue from public://materiaux/r_p33_015.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/r_p33_015.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/article_card_home/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/article_card_home/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/article_card_medium/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/article_card_medium/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_big/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_big/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_full/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_full/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_medium/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_medium/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_medium_half/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_medium_half/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_small/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/card_small/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/hd/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/hd/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/hd_watermark/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/hd_watermark/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/home_showroom/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/home_showroom/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/large/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/large/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/linkedmaterial_card/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/linkedmaterial_card/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/linkit_result_thumbnail/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/linkit_result_thumbnail/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/medium/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/medium/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/thumbnail/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/thumbnail/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/schall_zu_im.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/schall_zu_im.jpg":"created queue from public://materiaux/schall_zu_im.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/schall_zu_im.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/article_card_home/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/article_card_home/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/article_card_medium/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/article_card_medium/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_big/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_big/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_full/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_full/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_medium/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_medium/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_medium_half/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_medium_half/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_small/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/card_small/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/hd/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/hd/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/hd_watermark/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/hd_watermark/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/home_showroom/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/home_showroom/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/large/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/large/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/linkedmaterial_card/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/linkedmaterial_card/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/medium/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/medium/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/thumbnail/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/thumbnail/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rossoacoustic-cp30-04.jpg":"created queue from public://materiaux/rossoacoustic-cp30-04.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rossoacoustic-cp30-04.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/article_card_home/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/article_card_home/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/article_card_medium/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/article_card_medium/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_big/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_big/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_full/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_full/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_medium/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_medium/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_medium_half/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_medium_half/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_small/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/card_small/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/hd/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/hd/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/hd_watermark/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/hd_watermark/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/home_showroom/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/home_showroom/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/large/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/large/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/linkedmaterial_card/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/linkedmaterial_card/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/medium/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/medium/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/thumbnail/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/thumbnail/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rossoacoustic-cp30-01.jpg":"created queue from public://materiaux/rossoacoustic-cp30-01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/rossoacoustic-cp30-01.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/article_card_home/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/article_card_home/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/article_card_medium/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/article_card_medium/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/card_big/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/card_big/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/card_full/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/card_full/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/card_medium/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/card_medium/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/card_medium_half/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/card_medium_half/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/card_small/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/card_small/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/hd/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/hd/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/hd_watermark/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/hd_watermark/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/home_showroom/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/home_showroom/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/large/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/large/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/medium/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/medium/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/thumbnail/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/thumbnail/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0580.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0580.jpg":"created queue from public://materiaux/_dsc0580.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0580.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/article_card_home/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/article_card_home/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/article_card_medium/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/article_card_medium/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/card_big/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/card_big/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/card_full/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/card_full/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/card_medium/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/card_medium/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/card_medium_half/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/card_medium_half/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/card_small/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/card_small/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/hd/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/hd/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/hd_watermark/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/hd_watermark/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/home_showroom/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/home_showroom/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/large/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/large/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/medium/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/medium/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/thumbnail/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/thumbnail/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0574.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0574.jpg":"created queue from public://materiaux/_dsc0574.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0574.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/article_card_home/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/article_card_home/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/article_card_medium/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/article_card_medium/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/card_big/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/card_big/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/card_full/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/card_full/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/card_medium/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/card_medium/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/card_medium_half/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/card_medium_half/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/card_small/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/card_small/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/hd/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/hd/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/hd_watermark/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/hd_watermark/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/home_showroom/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/home_showroom/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/large/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/large/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/medium/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/medium/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/thumbnail/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/thumbnail/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/_dsc0518.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0518.jpg":"created queue from public://materiaux/_dsc0518.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0518.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/article_card_home/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/article_card_home/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/article_card_medium/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/article_card_medium/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/card_big/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/card_big/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/card_full/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/card_full/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/card_medium/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/card_medium/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/card_medium_half/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/card_medium_half/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/card_small/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/card_small/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/hd/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/hd/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/hd_watermark/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/hd_watermark/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/home_showroom/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/home_showroom/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/large/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/large/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/linkedmaterial_card/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/linkedmaterial_card/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/medium/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/medium/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/thumbnail/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/thumbnail/public/materiaux/6811-90.jpg","created queue from public://materiaux/6811-90.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6811-90.jpg":"created queue from public://materiaux/6811-90.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6811-90.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/article_card_home/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/article_card_home/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/article_card_medium/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/article_card_medium/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/card_big/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/card_big/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/card_full/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/card_full/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/card_medium/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/card_medium/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/card_medium_half/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/card_medium_half/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/card_small/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/card_small/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/hd/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/hd/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/hd_watermark/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/hd_watermark/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/home_showroom/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/home_showroom/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/large/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/large/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/medium/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/medium/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/thumbnail/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/thumbnail/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0500.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0500.jpg":"created queue from public://materiaux/_dsc0500.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0500.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/article_card_home/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/article_card_home/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/article_card_medium/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/article_card_medium/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/card_big/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/card_big/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/card_full/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/card_full/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/card_medium/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/card_medium/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/card_medium_half/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/card_medium_half/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/card_small/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/card_small/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/hd/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/hd/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/hd_watermark/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/hd_watermark/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/home_showroom/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/home_showroom/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/large/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/large/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/medium/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/medium/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/thumbnail/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/thumbnail/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/_dsc0501.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0501.jpg":"created queue from public://materiaux/_dsc0501.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0501.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/article_card_home/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/article_card_home/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/article_card_medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/article_card_medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_big/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_big/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_full/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_full/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_medium_half/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_medium_half/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_small/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/card_small/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/hd/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/hd/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/hd_watermark/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/hd_watermark/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/home_showroom/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/home_showroom/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/large/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/large/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/linkedmaterial_card/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/linkedmaterial_card/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/medium/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/thumbnail/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/thumbnail/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekowood-bark-cloth_w301-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w301-lac.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekowood-bark-cloth_w301-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/article_card_home/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/article_card_home/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/article_card_medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/article_card_medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_big/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_big/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_full/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_full/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_medium_half/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_medium_half/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_small/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/card_small/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/hd/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/hd/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/hd_watermark/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/hd_watermark/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/home_showroom/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/home_showroom/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/large/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/large/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/linkedmaterial_card/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/linkedmaterial_card/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/medium/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/thumbnail/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/thumbnail/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekowood-bark-cloth_w305-lac.jpg":"created queue from public://materiaux/dekowood-bark-cloth_w305-lac.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekowood-bark-cloth_w305-lac.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/article_card_home/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/article_card_home/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/article_card_medium/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/article_card_medium/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/card_big/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/card_big/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/card_full/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/card_full/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/card_medium/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/card_medium/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/card_medium_half/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/card_medium_half/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/card_small/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/card_small/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/hd/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/hd/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/hd_watermark/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/hd_watermark/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/home_showroom/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/home_showroom/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/large/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/large/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/medium/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/medium/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/thumbnail/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/thumbnail/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0899.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0899.jpg":"created queue from public://materiaux/_dsc0899.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0899.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/article_card_home/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/article_card_home/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/article_card_medium/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/article_card_medium/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/card_big/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/card_big/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/card_full/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/card_full/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/card_medium/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/card_medium/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/card_medium_half/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/card_medium_half/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/card_small/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/card_small/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/hd/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/hd/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/hd_watermark/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/hd_watermark/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/home_showroom/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/home_showroom/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/large/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/large/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/medium/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/medium/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/thumbnail/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/thumbnail/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0896.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0896.jpg":"created queue from public://materiaux/_dsc0896.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0896.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/article_card_home/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/article_card_home/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/article_card_medium/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/article_card_medium/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/card_big/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/card_big/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/card_full/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/card_full/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/card_medium/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/card_medium/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/card_medium_half/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/card_medium_half/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/card_small/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/card_small/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/hd/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/hd/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/hd_watermark/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/hd_watermark/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/home_showroom/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/home_showroom/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/large/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/large/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/medium/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/medium/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/thumbnail/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/thumbnail/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/_dsc0897.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0897.jpg":"created queue from public://materiaux/_dsc0897.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0897.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/article_card_home/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/article_card_home/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/article_card_medium/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/article_card_medium/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_big/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_big/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_full/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_full/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_medium/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_medium/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_medium_half/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_medium_half/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_small/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/card_small/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/hd/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/hd/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/hd_watermark/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/hd_watermark/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/home_showroom/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/home_showroom/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/large/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/large/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/linkedmaterial_card/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/linkedmaterial_card/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/linkit_result_thumbnail/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/linkit_result_thumbnail/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/medium/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/medium/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/thumbnail/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/thumbnail/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/sh3lz9a9.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/sh3lz9a9.jpg":"created queue from public://materiaux/sh3lz9a9.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/sh3lz9a9.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/article_card_home/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/article_card_home/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/article_card_medium/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/article_card_medium/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_big/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_big/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_full/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_full/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_medium/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_medium/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_medium_half/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_medium_half/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_small/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/card_small/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/hd/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/hd/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/hd_watermark/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/hd_watermark/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/home_showroom/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/home_showroom/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/large/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/large/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/linkedmaterial_card/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/linkedmaterial_card/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/linkit_result_thumbnail/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/linkit_result_thumbnail/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/medium/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/medium/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/thumbnail/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/thumbnail/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/b41ee497f730x366.jpg.jpg":"created queue from public://materiaux/b41ee497f730x366.jpg.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/b41ee497f730x366.jpg.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/article_card_home/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/article_card_home/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/article_card_medium/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/article_card_medium/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_big/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_big/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_full/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_full/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_medium/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_medium/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_medium_half/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_medium_half/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_small/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/card_small/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/hd/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/hd/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/hd_watermark/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/hd_watermark/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/home_showroom/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/home_showroom/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/large/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/large/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/linkedmaterial_card/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/linkedmaterial_card/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/linkit_result_thumbnail/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/linkit_result_thumbnail/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/medium/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/medium/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/thumbnail/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/thumbnail/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/durapulp1-425x282.jpg":"created queue from public://materiaux/durapulp1-425x282.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/durapulp1-425x282.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/article_card_home/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/article_card_home/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/article_card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/article_card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_big/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_big/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_full/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_full/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_medium_half/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_medium_half/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_small/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/card_small/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/hd/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/hd/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/hd_watermark/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/hd_watermark/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/home_showroom/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/home_showroom/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/large/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/large/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/linkedmaterial_card/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/linkedmaterial_card/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/linkit_result_thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/linkit_result_thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/medium/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/parupu_chair_claesson_koivisto_rune.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/article_card_home/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/article_card_home/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/article_card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/article_card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_big/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_big/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_full/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_full/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_medium_half/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_medium_half/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_small/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/card_small/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/hd/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/hd/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/hd_watermark/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/hd_watermark/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/home_showroom/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/home_showroom/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/large/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/large/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/linkedmaterial_card/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/linkedmaterial_card/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/medium/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/thumbnail/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg":"created queue from public://materiaux/parupu_chair_claesson_koivisto_rune_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/parupu_chair_claesson_koivisto_rune_2.jpg","created queue from public://materiaux/1_1.jpg to public://styles/article_card_home/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/article_card_home/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/article_card_medium/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/article_card_medium/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/card_big/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/card_big/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/card_full/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/card_full/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/card_medium_half/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/card_medium_half/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/card_small/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/card_small/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/hd/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/hd/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/hd_watermark/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/hd_watermark/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/home_showroom/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/home_showroom/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/large/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/large/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/linkedmaterial_card/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/linkedmaterial_card/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/medium/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/medium/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/thumbnail/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/thumbnail/public/materiaux/1_1.jpg","created queue from public://materiaux/1_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_1.jpg":"created queue from public://materiaux/1_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_1.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/article_card_home/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/article_card_home/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/article_card_medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/article_card_medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_big/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_big/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_full/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_full/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_medium_half/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_medium_half/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_small/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/card_small/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/hd/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/hd/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/hd_watermark/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/hd_watermark/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/home_showroom/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/home_showroom/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/large/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/large/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/linkedmaterial_card/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/linkedmaterial_card/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/linkit_result_thumbnail/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/linkit_result_thumbnail/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/medium/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/thumbnail/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/thumbnail/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/implant-articulaire-du-doigt-456506.jpg":"created queue from public://materiaux/implant-articulaire-du-doigt-456506.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/implant-articulaire-du-doigt-456506.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/article_card_home/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/article_card_home/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/article_card_medium/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/article_card_medium/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_big/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_big/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_full/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_full/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_medium/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_medium/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_medium_half/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_medium_half/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_small/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/card_small/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/hd/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/hd/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/hd_watermark/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/hd_watermark/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/home_showroom/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/home_showroom/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/large/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/large/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/linkedmaterial_card/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/linkedmaterial_card/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/linkit_result_thumbnail/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/medium/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/medium/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/thumbnail/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/thumbnail/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/pyrocarbone3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/pyrocarbone3.jpg":"created queue from public://materiaux/pyrocarbone3.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/pyrocarbone3.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/article_card_home/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/article_card_home/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/article_card_medium/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/article_card_medium/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/card_big/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/card_big/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/card_full/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/card_full/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/card_medium/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/card_medium/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/card_medium_half/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/card_medium_half/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/card_small/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/card_small/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/hd/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/hd/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/hd_watermark/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/hd_watermark/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/home_showroom/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/home_showroom/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/large/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/large/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/linkedmaterial_card/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/linkedmaterial_card/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/linkit_result_thumbnail/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/medium/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/medium/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/thumbnail/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/thumbnail/public/materiaux/stpi_1.jpg","created queue from public://materiaux/stpi_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/stpi_1.jpg":"created queue from public://materiaux/stpi_1.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/stpi_1.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/article_card_home/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/article_card_home/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/article_card_medium/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/article_card_medium/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/card_big/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/card_big/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/card_full/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/card_full/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/card_medium/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/card_medium/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/card_medium_half/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/card_medium_half/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/card_small/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/card_small/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/hd/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/hd/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/hd_watermark/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/hd_watermark/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/home_showroom/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/home_showroom/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/large/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/large/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/linkedmaterial_card/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/linkit_result_thumbnail/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/medium/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/medium/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/thumbnail/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/thumbnail/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/_dsc0480.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0480.jpg":"created queue from public://materiaux/_dsc0480.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/_dsc0480.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/article_card_home/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/article_card_home/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/article_card_medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/article_card_medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_big/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_big/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_full/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_full/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_medium_half/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_medium_half/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_small/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/card_small/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/hd/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/hd/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/hd_watermark/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/hd_watermark/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/home_showroom/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/home_showroom/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/large/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/large/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/linkedmaterial_card/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/linkedmaterial_card/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/medium/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/thumbnail/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/thumbnail/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekolux-starlux_bd-50-386_0.jpg":"created queue from public://materiaux/dekolux-starlux_bd-50-386_0.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekolux-starlux_bd-50-386_0.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/article_card_home/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/article_card_home/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/article_card_medium/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/article_card_medium/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_big/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_big/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_full/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_full/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_medium/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_medium/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_medium_half/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_medium_half/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_small/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/card_small/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/hd/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/hd/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/hd_watermark/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/hd_watermark/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/home_showroom/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/home_showroom/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/large/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/large/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/linkedmaterial_card/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/linkedmaterial_card/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/linkit_result_thumbnail/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/medium/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/medium/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/thumbnail/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/thumbnail/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekolux-starlux_ap-50-391.jpg":"created queue from public://materiaux/dekolux-starlux_ap-50-391.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/dekolux-starlux_ap-50-391.jpg","created queue from public://materiaux/1_2.jpg to public://styles/article_card_home/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/article_card_home/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/article_card_medium/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/article_card_medium/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/card_big/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/card_big/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/card_full/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/card_full/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/card_medium/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/card_medium/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/card_medium_half/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/card_medium_half/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/card_small/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/card_small/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/hd/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/hd/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/hd_watermark/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/hd_watermark/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/home_showroom/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/home_showroom/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/large/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/large/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/linkedmaterial_card/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/linkedmaterial_card/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/linkit_result_thumbnail/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/medium/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/medium/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/thumbnail/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/thumbnail/public/materiaux/1_2.jpg","created queue from public://materiaux/1_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_2.jpg":"created queue from public://materiaux/1_2.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/1_2.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/article_card_home/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/article_card_home/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/article_card_medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/article_card_medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_big/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_big/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_full/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_full/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_medium_half/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_medium_half/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_small/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/card_small/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/hd/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/hd/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/hd_watermark/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/hd_watermark/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/home_showroom/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/home_showroom/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/large/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/large/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/linkedmaterial_card/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/linkedmaterial_card/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/linkit_result_thumbnail/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/medium/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/thumbnail/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/thumbnail/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg":"created queue from public://materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/6a00d83451c8b869e20120a5916961970b-320wi.jpg","created queue from public://materiaux/capturer.jpg to public://styles/article_card_home/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/article_card_home/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/article_card_medium/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/article_card_medium/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/card_big/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/card_big/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/card_full/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/card_full/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/card_medium/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/card_medium/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/card_medium_half/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/card_medium_half/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/card_small/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/card_small/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/hd/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/hd/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/hd_watermark/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/hd_watermark/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/home_showroom/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/home_showroom/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/large/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/large/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/linkedmaterial_card/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/linkedmaterial_card/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/linkit_result_thumbnail/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/linkit_result_thumbnail/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/medium/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/medium/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/thumbnail/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/thumbnail/public/materiaux/capturer.jpg","created queue from public://materiaux/capturer.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/capturer.jpg":"created queue from public://materiaux/capturer.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/capturer.jpg","created queue from public://materiaux/ecole.jpg to public://styles/article_card_home/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/article_card_home/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/article_card_medium/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/article_card_medium/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/card_big/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/card_big/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/card_full/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/card_full/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/card_medium/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/card_medium/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/card_medium_half/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/card_medium_half/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/card_small/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/card_small/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/hd/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/hd/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/hd_watermark/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/hd_watermark/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/home_showroom/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/home_showroom/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/large/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/large/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/linkedmaterial_card/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/linkedmaterial_card/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/linkit_result_thumbnail/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/medium/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/medium/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/thumbnail/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/thumbnail/public/materiaux/ecole.jpg","created queue from public://materiaux/ecole.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecole.jpg":"created queue from public://materiaux/ecole.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/ecole.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/article_card_home/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/article_card_home/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/article_card_medium/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/article_card_medium/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_big/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_big/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_full/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_full/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_medium/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_medium/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_medium_half/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_medium_half/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_small/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/card_small/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/hd/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/hd/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/hd_watermark/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/hd_watermark/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/home_showroom/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/home_showroom/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/large/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/large/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/linkedmaterial_card/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/linkedmaterial_card/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/linkit_result_thumbnail/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/medium/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/medium/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/thumbnail/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/thumbnail/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/projet_beaux-arts_01.jpg":"created queue from public://materiaux/projet_beaux-arts_01.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/projet_beaux-arts_01.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/article_card_home/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/article_card_home/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/article_card_medium/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/article_card_medium/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_big/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_big/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_full/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_full/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_medium_half/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_medium_half/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_small/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/card_small/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/hd/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/hd/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/hd_watermark/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/hd_watermark/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/home_showroom/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/home_showroom/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/large/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/large/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/linkedmaterial_card/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/linkedmaterial_card/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/linkit_result_thumbnail/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/medium/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/medium/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/thumbnail/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/thumbnail/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/2556042709_161e2a87b4.jpg":"created queue from public://materiaux/2556042709_161e2a87b4.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/2556042709_161e2a87b4.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/article_card_home/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/article_card_home/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/article_card_medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/article_card_medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_big/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_big/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_full/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_full/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_medium_half/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_medium_half/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_small/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/card_small/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/hd/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/hd/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/hd_watermark/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/hd_watermark/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/home_showroom/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/home_showroom/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/large/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/large/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/linkedmaterial_card/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/linkedmaterial_card/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/linkit_result_thumbnail/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/linkit_result_thumbnail/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/medium/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/thumbnail/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/thumbnail/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg":"created queue from public://materiaux/antistatic29milpolybagve_110726145707_sm.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/antistatic29milpolybagve_110726145707_sm.jpg","created queue from public://materiaux/main5.jpg to public://styles/article_card_home/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/article_card_home/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/article_card_medium/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/article_card_medium/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/card_big/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/card_big/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/card_full/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/card_full/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/card_medium/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/card_medium/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/card_medium_half/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/card_medium_half/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/card_small/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/card_small/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/hd/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/hd/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/hd_watermark/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/hd_watermark/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/home_showroom/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/home_showroom/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/large/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/large/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/linkedmaterial_card/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/linkedmaterial_card/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/linkit_result_thumbnail/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/linkit_result_thumbnail/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/medium/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/medium/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/thumbnail/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/thumbnail/public/materiaux/main5.jpg","created queue from public://materiaux/main5.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/main5.jpg":"created queue from public://materiaux/main5.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/main5.jpg","created queue from public://materiaux/pw019.jpg to public://styles/article_card_home/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/article_card_home/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/article_card_medium/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/article_card_medium/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/card_big/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/card_big/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/card_full/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/card_full/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/card_medium/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/card_medium/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/card_medium_half/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/card_medium_half/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/card_small/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/card_small/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/hd/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/hd/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/hd_watermark/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/hd_watermark/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/home_showroom/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/home_showroom/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/large/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/large/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/linkedmaterial_card/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/linkedmaterial_card/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/linkit_result_thumbnail/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/linkit_result_thumbnail/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/medium/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/medium/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/thumbnail/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/thumbnail/public/materiaux/pw019.jpg","created queue from public://materiaux/pw019.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/pw019.jpg":"created queue from public://materiaux/pw019.jpg to public://styles/video_embed_wysiwyg_preview/public/materiaux/pw019.jpg","created queue from public://materiaux/velostat.jpg to public://styles/article_card_home/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/article_card_home/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/article_card_medium/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/article_card_medium/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/card_big/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/card_big/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/card_full/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/card_full/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/card_medium/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/card_medium/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/card_medium_half/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/card_medium_half/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/card_small/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/card_small/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/hd/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/hd/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/hd_watermark/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/hd_watermark/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/home_showroom/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/home_showroom/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/large/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/large/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/linkedmaterial_card/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/linkedmaterial_card/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/linkit_result_thumbnail/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/linkit_result_thumbnail/public/materiaux/velostat.jpg","created queue from public://materiaux/velostat.jpg to public://styles/medium/public/materiaux/velostat.jpg":"created queue from public://materiaux/velostat.jpg to public://styles/medium/public/materiaux/velostat.jpg","images_styles_gen":"images_styles_gen","List jobs":"List jobs","Add queue":"Add queue","Notify license owners of expiry":"Notify license owners of expiry","Expire licenses":"Expire licenses","Renew recurring order":"Renew recurring order","Activate subscription":"Activate subscription","Close recurring order":"Close recurring order","Submitting this form will process the Manual Queue which contains @number items.":"Submitting this form will process the Manual Queue which contains @number items.","Process queue":"Process queue","Images Styles Generator":"Images Styles Generator","Create queue":"Create queue","Create image derivatives":"Create image derivatives","Creating images derivatives ...":"Creating images derivatives ...","Submitting this form will process the @number images.":"Submitting this form will process the @number images.","One image processed.\\u0003@count image processed.":"One image processed.\\u0003@count image processed.","Please choose a content type and a style.":"Please choose a content type and a style.","counting entries...":"counting entries...","Submitting this form will process @number images.":"Submitting this form will process @number images.","No images to generate found.":"No images to generate found.","Submitting this form will process @batch_size of @number images.":"Submitting this form will process @batch_size of @number images.","Getimagesize":"Getimagesize","ImageMagick identify":"ImageMagick identify","If selected, metadata retrieved from files will be cached for further access.":"If selected, metadata retrieved from files will be cached for further access.","Cache expires":"Cache expires","Specify the required lifetime of cached entries. Longer times may lead to increased cache sizes.":"Specify the required lifetime of cached entries. Longer times may lead to increased cache sizes.","Only files prefixed by a valid URI scheme will be cached, like for example <kbd>public://</kbd>. Files in the <kbd>temporary://</kbd> scheme will never be cached. Specify here if there are any paths to be additionally <strong>excluded</strong> from caching, one per line. Use wildcard patterns when entering the path. For example, <kbd>public://styles/*</kbd>.":"Only files prefixed by a valid URI scheme will be cached, like for example <kbd>public://</kbd>. Files in the <kbd>temporary://</kbd> scheme will never be cached. Specify here if there are any paths to be additionally <strong>excluded</strong> from caching, one per line. Use wildcard patterns when entering the path. For example, <kbd>public://styles/*</kbd>.","Metadata caching":"Metadata caching","Override main caching settings":"Override main caching settings","File metadata plugin for EXIF image information, using the PHP Exif Library (PEL).":"File metadata plugin for EXIF image information, using the PHP Exif Library (PEL).","File metadata plugin for PHP getimagesize().":"File metadata plugin for PHP getimagesize().","File metadata plugin for ImageMagick identify results.":"File metadata plugin for ImageMagick identify results.","File metadata plugin for TTF/OTF/WOFF font information, using the PHP Font Lib.":"File metadata plugin for TTF/OTF/WOFF font information, using the PHP Font Lib.","System information":"System information","Audience":"Audience","Page URL":"Page URL","Date Created":"Date Created","Date Modified":"Date Modified","First name":"First name","Last name":"Last name","Latitude":"Latitude","Longitude":"Longitude","Fax number":"Fax number","Phone number":"Phone number","Gender":"Gender","Department":"Department","Google":"Google","Coverage":"Coverage","See also":"See also","Street address":"Street address","Video width":"Video width","Video height":"Video height","Publisher":"Publisher","Publisher URL":"Publisher URL","Abstract":"Abstract","Yandex":"Yandex","ISBN":"ISBN","Series":"Series","Generator":"Generator","Zoom":"Zoom","Rating":"Rating","Creator":"Creator","Metatags":"Metatags","Meta tags":"Meta tags","Image height":"Image height","Image width":"Image width","Country name":"Country name","Origin":"Origin","Web URL":"Web URL","SEO":"SEO","Relation":"Relation","Image type":"Image type","Dublin Core":"Dublin Core","Extent":"Extent","Release date":"Release date","Application name":"Application name","References":"References","Canonical URL":"Canonical URL","Book author":"Book author","Robots":"Robots","Site verification":"Site verification","Bing":"Bing","Date Available":"Date Available","Facebook App ID":"Facebook App ID","Document status":"Document status","Default shortcut icon":"Default shortcut icon","Access Rights":"Access Rights","Release Date":"Release Date","Rights":"Rights","Contributor":"Contributor","Image alternative text":"Image alternative text","Open Graph":"Open Graph","Facebook Application ID":"Facebook Application ID","Theme Color":"Theme Color","404 page not found":"404 page not found","Shortlink URL":"Shortlink URL","Add default meta tags":"Add default meta tags","Provides search engines with specific directions for what to do when this page is indexed.":"Provides search engines with specific directions for what to do when this page is indexed.","Describes the name and version number of the software or publishing tool used to create the page.":"Describes the name and version number of the software or publishing tool used to create the page.","Using defaults":"Using defaults","Select the type of default meta tags you would like to add.":"Select the type of default meta tags you would like to add.","Set Cookie":"Set Cookie","Standout":"Standout","Dublin Core: Contributor":"Dublin Core: Contributor","Dublin Core: Creator":"Dublin Core: Creator","Dublin Core: Date":"Dublin Core: Date","Dublin Core: Description":"Dublin Core: Description","Dublin Core: Publisher":"Dublin Core: Publisher","Dublin Core: Title":"Dublin Core: Title","Video type":"Video type","Requires":"Requires","Original source":"Original source","Mobile Optimized":"Mobile Optimized","An image associated with this page, for use as a thumbnail in social networks and other services.":"An image associated with this page, for use as a thumbnail in social networks and other services.","Control the main settings pages and modify per-object meta tags.":"Control the main settings pages and modify per-object meta tags.","Metatag":"Metatag","Basic tags":"Basic tags","The name given to the resource.":"The name given to the resource.","An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.":"An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.","A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].":"A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].","Facebook Admins":"Facebook Admins","Twitter card type":"Twitter card type","Site\'s Twitter account":"Site\'s Twitter account","The @username for the website, which will be displayed in the Card\'s footer; must include the @ symbol.":"The @username for the website, which will be displayed in the Card\'s footer; must include the @ symbol.","Creator\'s Twitter account":"Creator\'s Twitter account","The @username for the content creator / author for this page, including the @ symbol.":"The @username for the content creator / author for this page, including the @ symbol.","Media player width":"Media player width","Media player height":"Media player height","Table Of Contents":"Table Of Contents","Google News Keywords":"Google News Keywords","Site\'s Twitter account ID":"Site\'s Twitter account ID","Configure Metatag defaults.":"Configure Metatag defaults.","Metatag: Dublin Core":"Metatag: Dublin Core","Metatag: Open Graph":"Metatag: Open Graph","No Referrer":"No Referrer","Administer meta tags":"Administer meta tags","Date Submitted":"Date Submitted","403 access denied":"403 access denied","Multiple values may be used, separated by a comma. Note: Tokens that return multiple values will be handled automatically.":"Multiple values may be used, separated by a comma. Note: Tokens that return multiple values will be handled automatically.","A comma-separated list of Facebook user IDs of people who are considered administrators or moderators of this page.":"A comma-separated list of Facebook user IDs of people who are considered administrators or moderators of this page.","Metatag: Facebook":"Metatag: Facebook","A brief URL, often created by a URL shortening service.":"A brief URL, often created by a URL shortening service.","A one to two sentence description of the content.":"A one to two sentence description of the content.","Postal/ZIP code":"Postal/ZIP code","Article author":"Article author","Links an article to an author\'s Facebook profile, should be either URLs to the author\'s profile page or their Facebook profile IDs.":"Links an article to an author\'s Facebook profile, should be either URLs to the author\'s profile page or their Facebook profile IDs.","Article publisher":"Article publisher","Links an article to a publisher\'s Facebook page.":"Links an article to a publisher\'s Facebook page.","Article section":"Article section","Article publication date & time":"Article publication date & time","iPhone app name":"iPhone app name","iPad app name":"iPad app name","The name of the iPad app.":"The name of the iPad app.","Referrer policy":"Referrer policy","Unsafe URL":"Unsafe URL","No Referrer When Downgrade":"No Referrer When Downgrade","A location\'s formal name.":"A location\'s formal name.","ICBM":"ICBM","App Links":"App Links","A custom scheme for the Android app.":"A custom scheme for the Android app.","The name of the app (suitable for display)":"The name of the app (suitable for display)","Dublin Core Additional Tags":"Dublin Core Additional Tags","Date of copyright.":"Date of copyright.","Icon: 16px x 16px":"Icon: 16px x 16px","Icon: 32px x 32px":"Icon: 32px x 32px","Icon: 96px x 96px":"Icon: 96px x 96px","Icon: 192px x 192px":"Icon: 192px x 192px","Apple touch icon: 72px x 72px":"Apple touch icon: 72px x 72px","Apple touch icon: 76px x 76px":"Apple touch icon: 76px x 76px","Apple touch icon: 114px x 114px":"Apple touch icon: 114px x 114px","Apple touch icon: 120px x 120px":"Apple touch icon: 120px x 120px","Apple touch icon: 144px x 144px":"Apple touch icon: 144px x 144px","Apple touch icon: 152px x 152px":"Apple touch icon: 152px x 152px","Apple touch icon: 180px x 180px":"Apple touch icon: 180px x 180px","Metatag: Dublin Core Advanced":"Metatag: Dublin Core Advanced","Icon: SVG":"Icon: SVG","A PNG image that is 16px wide by 16px high.":"A PNG image that is 16px wide by 16px high.","A PNG image that is 32px wide by 32px high.":"A PNG image that is 32px wide by 32px high.","A PNG image that is 96px wide by 96px high.":"A PNG image that is 96px wide by 96px high.","A PNG image that is 192px wide by 192px high.":"A PNG image that is 192px wide by 192px high.","Apple touch icon: 60px x 60px":"Apple touch icon: 60px x 60px","Apple touch icon (precomposed): 57px x 57px":"Apple touch icon (precomposed): 57px x 57px","Apple touch icon (precomposed): 72px x 72px":"Apple touch icon (precomposed): 72px x 72px","Apple touch icon (precomposed): 76px x 76px":"Apple touch icon (precomposed): 76px x 76px","Apple touch icon (precomposed): 114px x 114px":"Apple touch icon (precomposed): 114px x 114px","Apple touch icon (precomposed): 120px x 120px":"Apple touch icon (precomposed): 120px x 120px","Apple touch icon (precomposed): 144px x 144px":"Apple touch icon (precomposed): 144px x 144px","Apple touch icon (precomposed): 152px x 152px":"Apple touch icon (precomposed): 152px x 152px","Apple touch icon (precomposed): 180px x 180px":"Apple touch icon (precomposed): 180px x 180px","Manage meta tags for all entities.":"Manage meta tags for all entities.","Metatag settings":"Metatag settings","Empty formatter":"Empty formatter","This field stores code meta tags.":"This field stores code meta tags.","Advanced meta tags form":"Advanced meta tags form","Meta tags that might not be needed by many sites.":"Meta tags that might not be needed by many sites.","Simple meta tags.":"Simple meta tags.","Content Language":"Content Language","News Keywords":"News Keywords","Metatag defaults":"Metatag defaults","Reverted @label defaults.":"Reverted @label defaults.","iTunes App details":"iTunes App details","MSApplication - Config":"MSApplication - Config","MSApplication - Task":"MSApplication - Task","The new Metatag: Open Graph module has been enabled.":"The new Metatag: Open Graph module has been enabled.","Edit default meta tags":"Edit default meta tags","Delete default meta tags":"Delete default meta tags","Revert default meta tags":"Revert default meta tags","Image SRC":"Image SRC","Open Graph: Description":"Open Graph: Description","Open Graph: Image":"Open Graph: Image","Open Graph: Image URL":"Open Graph: Image URL","Open Graph: Site name":"Open Graph: Site name","Open Graph: Title":"Open Graph: Title","Open Graph: Type":"Open Graph: Type","Open Graph: URL":"Open Graph: URL","Shortlink":"Shortlink","[site:url]":"[site:url]","[current-page:title] | [site:name]":"[current-page:title] | [site:name]","[node:title] | [site:name]":"[node:title] | [site:name]","[node:summary]":"[node:summary]","[term:name] | [site:name]":"[term:name] | [site:name]","[term:description]":"[term:description]","[site:name]":"[site:name]","Open Graph: Country name":"Open Graph: Country name","Open Graph: Email":"Open Graph: Email","Open Graph: Fax number":"Open Graph: Fax number","Open Graph: Image type":"Open Graph: Image type","Open Graph: Image width":"Open Graph: Image width","Open Graph: Latitude":"Open Graph: Latitude","Open Graph: Locale":"Open Graph: Locale","Open Graph: Locality":"Open Graph: Locality","Open Graph: Longitude":"Open Graph: Longitude","Open Graph: Phone number":"Open Graph: Phone number","Open Graph: Region":"Open Graph: Region","Open Graph: Street address":"Open Graph: Street address","Open Graph: Updated time":"Open Graph: Updated time","Metatag: Google Plus":"Metatag: Google Plus","Google Plus: name":"Google Plus: name","Google Plus: description":"Google Plus: description","Content title.":"Content title.","Article expiration time":"Article expiration time","Article modified time":"Article modified time","Article published time":"Article published time","Site validation: Alexa":"Site validation: Alexa","Site validation: Baidu":"Site validation: Baidu","Site validation: Bing":"Site validation: Bing","Site validation: Google":"Site validation: Google","Site validation: Norton Safe Web":"Site validation: Norton Safe Web","Site validation: Pinterest":"Site validation: Pinterest","Site validation: Yahoo":"Site validation: Yahoo","Site validation: Yandex":"Site validation: Yandex","Baidu":"Baidu","Geographical region":"Geographical region","Geographical place name":"Geographical place name","Geographical position":"Geographical position","Google Plus: image":"Google Plus: image","Open Graph: Image height":"Open Graph: Image height","Open Graph: Postal code":"Open Graph: Postal code","Open Graph: See also":"Open Graph: See also","Dublin Core: Format":"Dublin Core: Format","Dublin Core: Identifier":"Dublin Core: Identifier","Dublin Core: Language":"Dublin Core: Language","Dublin Core: Rights":"Dublin Core: Rights","Dublin Core: Source":"Dublin Core: Source","Dublin Core: Subject":"Dublin Core: Subject","Dublin Core: Type":"Dublin Core: Type","Facebook Pages":"Facebook Pages","Open Graph: Video URL":"Open Graph: Video URL","Open Graph: Video height":"Open Graph: Video height","Open Graph: Video type":"Open Graph: Video type","Open Graph: Video width":"Open Graph: Video width","Use a url of a valid image.":"Use a url of a valid image.","Apple Web App Title":"Apple Web App Title","This module allows a site to automatically provide structured metadata, aka \\"meta tags\\", about the site and individual pages.":"This module allows a site to automatically provide structured metadata, aka \\"meta tags\\", about the site and individual pages.","Intended worflow":"Intended worflow","The module uses <a href=\\":tokens\\">\\"tokens\\"</a> to automatically fill in values for different meta tags. Specific values may also be filled in.":"The module uses <a href=\\":tokens\\">\\"tokens\\"</a> to automatically fill in values for different meta tags. Specific values may also be filled in.","The best way of using Metatag is as follows:":"The best way of using Metatag is as follows:","Customize the <a href=\\":defaults\\">global defaults</a>, fill in the specific values and tokens that every page should have.":"Customize the <a href=\\":defaults\\">global defaults</a>, fill in the specific values and tokens that every page should have.","<a href=\\":add\\">Add more default configurations</a> as necessary for different entity types and entity bundles, e.g. for different content types or different vocabularies.":"<a href=\\":add\\">Add more default configurations</a> as necessary for different entity types and entity bundles, e.g. for different content types or different vocabularies.","To override the meta tags for individual entities, e.g. for individual nodes, add the \\"Metatag\\" field via the field settings for that entity or bundle type.":"To override the meta tags for individual entities, e.g. for individual nodes, add the \\"Metatag\\" field via the field settings for that entity or bundle type.","If the top-level configuration is not specific enough, additional default meta tag configurations can be added for a specific entity type or entity bundle, e.g. for a specific content type.":"If the top-level configuration is not specific enough, additional default meta tag configurations can be added for a specific entity type or entity bundle, e.g. for a specific content type.","Meta tags can be further refined on a per-entity basis, e.g. for individual nodes, by adding the \\"Metatag\\" field to that entity type through its normal field settings pages.":"Meta tags can be further refined on a per-entity basis, e.g. for individual nodes, by adding the \\"Metatag\\" field to that entity type through its normal field settings pages.","Android app name":"Android app name","iOS app name":"iOS app name","Windows app GUID":"Windows app GUID","Windows app name":"Windows app name","Windows app URL scheme":"Windows app URL scheme","Windows Phone app URL scheme":"Windows Phone app URL scheme","Windows Phone app GUID":"Windows Phone app GUID","Windows Phone app name":"Windows Phone app name","Windows Universal app URL scheme":"Windows Universal app URL scheme","Windows Universal app GUID":"Windows Universal app GUID","Windows Universal app name":"Windows Universal app name","The app ID for the app store.":"The app ID for the app store.","A custom scheme for the iOS app. <strong>This attribute is required by the app Links specification.</strong>":"A custom scheme for the iOS app. <strong>This attribute is required by the app Links specification.</strong>","Windows app ID":"Windows app ID","Windows Phone app ID":"Windows Phone app ID","Windows Universal app ID":"Windows Universal app ID","Configure global meta tag default values below. Meta tags may be left as the default.":"Configure global meta tag default values below. Meta tags may be left as the default.","Use the following form to override the global default meta tags for a specific entity type or entity bundle. In practical terms, this allows the meta tags to be customized for a specific content type or taxonomy vocabulary, so that its content will have different meta tags <em>default values</em> than others.":"Use the following form to override the global default meta tags for a specific entity type or entity bundle. In practical terms, this allows the meta tags to be customized for a specific content type or taxonomy vocabulary, so that its content will have different meta tags <em>default values</em> than others.","As a reminder, if the \\"Metatag\\" field is added to the entity type through its normal field settings, the meta tags can be further refined on a per entity basis; this allows each node to have its meta tags customized on an individual basis.":"As a reminder, if the \\"Metatag\\" field is added to the entity type through its normal field settings, the meta tags can be further refined on a per entity basis; this allows each node to have its meta tags customized on an individual basis.","[current-page:url]":"[current-page:url]","[node:url]":"[node:url]","[term:url]":"[term:url]","[user:url]":"[user:url]","Schema.org Metatag is recommended":"Schema.org Metatag is recommended","Schema.org Metatag is installed":"Schema.org Metatag is installed","The <a href=\\"@module\\">Schema.org Metatag</a> module is installed.":"The <a href=\\"@module\\">Schema.org Metatag</a> module is installed.","Set cookie":"Set cookie","The meta tags for the entity.":"The meta tags for the entity.","Configure the Metatag module":"Configure the Metatag module","Entity type / Group Mapping":"Entity type / Group Mapping","[user:display-name] | [site:name]":"[user:display-name] | [site:name]","Metatag plugins":"Metatag plugins","Overview of plugins used in metatag.":"Overview of plugins used in metatag.","Inherits meta tags from: @inherits":"Inherits meta tags from: @inherits","Meta tag patterns are passed down from one level to the next unless they are overridden. To view a summary of the individual meta tags and the pattern for a specific configuration, click on its name below.":"Meta tag patterns are passed down from one level to the next unless they are overridden. To view a summary of the individual meta tags and the pattern for a specific configuration, click on its name below.","Viewport Settings":"Viewport Settings","You probably want this to be %device-width, but a fixed number of pixels (only the number) is accepted too.":"You probably want this to be %device-width, but a fixed number of pixels (only the number) is accepted too.","%device-height, or a fixed number of pixels (only the number).":"%device-height, or a fixed number of pixels (only the number).","Initial Scale":"Initial Scale","Any value in the range (0, 10.0]. Usually this is set to 1.0":"Any value in the range (0, 10.0]. Usually this is set to 1.0","Minimum Scale":"Minimum Scale","Any value in the range (0, 10.0]. Usually this is set to the same value as the %initial-scale property":"Any value in the range (0, 10.0]. Usually this is set to the same value as the %initial-scale property","Maximum Scale":"Maximum Scale","User Scalable":"User Scalable","Selected pages":"Selected pages","The viewport settings will be applied to the following paths. <br/>\\n Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard.\\n Example paths are %node for the first node of the site and %node-wildcard for every node.\\n %front is the front page.<br>\\n Note in Drupal 8 paths are preceded by a forward slash %slash.":"The viewport settings will be applied to the following paths. <br/>\\n Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard.\\n Example paths are %node for the first node of the site and %node-wildcard for every node.\\n %front is the front page.<br>\\n Note in Drupal 8 paths are preceded by a forward slash %slash.","Viewport\'s help page":"Viewport\'s help page","The values for the viewport metatag will be output in the same way as entered here\\n for the pages selected below. <br/>\\n For numeric values with decimal digits, use the decimal point \\".\\" instead of a comma \\",\\". <br/>\\n For detailed information about what these values are for, visit the \'!help_page\'.":"The values for the viewport metatag will be output in the same way as entered here\\n for the pages selected below. <br/>\\n For numeric values with decimal digits, use the decimal point \\".\\" instead of a comma \\",\\". <br/>\\n For detailed information about what these values are for, visit the \'!help_page\'.","Black":"Black","Button text":"Button text","/":"/","Meta tag":"Meta tag","Theme color":"Theme color","Manifest":"Manifest","Touch Icons":"Touch Icons","en":"en","admin/.*\\r\\nuser/.*":"admin/.*\\r\\nuser/.*","PWA settings":"PWA settings","Progressive web app":"Progressive web app","Progressive web app configuration":"Progressive web app configuration","Configure Progressive web app":"Configure Progressive web app","Web app name":"Web app name","The name for the application that needs to be displayed to the user.":"The name for the application that needs to be displayed to the user.","Short name":"Short name","A short application name, this one gets displayed on the user\'s homescreen.":"A short application name, this one gets displayed on the user\'s homescreen.","Lang":"Lang","The default language of the manifest.":"The default language of the manifest.","The description of your PWA.":"The description of your PWA.","Start URL":"Start URL","Start URL.":"Start URL.","This color sometimes affects how the application is displayed by the OS.":"This color sometimes affects how the application is displayed by the OS.","This color gets shown as the background when the application is launched":"This color gets shown as the background when the application is launched","fullscreen":"fullscreen","standalone":"standalone","minimal-ui":"minimal-ui","browser":"browser","This determines which UI elements from the OS are displayed.":"This determines which UI elements from the OS are displayed.","The site is behind HTTP basic authentication":"The site is behind HTTP basic authentication","This will ensure any login credentials are passed to the manifest.":"This will ensure any login credentials are passed to the manifest.","Use the theme image":"Use the theme image","This depends on the logo that the theme generates":"This depends on the logo that the theme generates","This image is your application icon. (png files only, format: (512x512)":"This image is your application icon. (png files only, format: (512x512)","URLs to cache on install":"URLs to cache on install","These will serve the page offline even if they have not been visited. Make sure the URL is not a 404. Make sure are these are relative URLs, tokens or regex are not supported. Because we cache these, you may need to flush your cache when changing this value.":"These will serve the page offline even if they have not been visited. Make sure the URL is not a 404. Make sure are these are relative URLs, tokens or regex are not supported. Because we cache these, you may need to flush your cache when changing this value.","URLs to exclude":"URLs to exclude","Takes a regex, these URLs will use network-only, default config should be, admin/.* and user/reset/.*.":"Takes a regex, these URLs will use network-only, default config should be, admin/.* and user/reset/.*.","Offline page":"Offline page","This page is displayed when the user is offline and the requested page is not cached. It is automatically added to the \\"URLs to cache\\". Use <code>/offline</code> for a generic \\"You are offline\\" page.":"This page is displayed when the user is offline and the requested page is not cached. It is automatically added to the \\"URLs to cache\\". Use <code>/offline</code> for a generic \\"You are offline\\" page.","Cache version":"Cache version","Changing this number will invalidate all Service Worker caches. Use it when assets have significantly changed or if you want to force a cache refresh for all clients.":"Changing this number will invalidate all Service Worker caches. Use it when assets have significantly changed or if you want to force a cache refresh for all clients.","Skip waiting":"Skip waiting","If enabled, an updated service worker will not wait, but instead activates as soon as it\'s finished installing":"If enabled, an updated service worker will not wait, but instead activates as soon as it\'s finished installing","Service worker":"Service worker","Progressive Web Application":"Progressive Web Application","PWA Translatable config":"PWA Translatable config","The user-entered URL \'pricing\' must begin with a \'/\', \'?\', or \'#\'.":"The user-entered URL \'pricing\' must begin with a \'/\', \'?\', or \'#\'.","Start url":"Start url","URLs to cache":"URLs to cache","URLs exclude":"URLs exclude"},"PHP date format":{"l, F j, Y - H:i":"l, F j, Y - H:i","D, m/d/Y - H:i":"D, m/d/Y - H:i","m/d/Y - H:i":"m/d/Y - H:i","jS F Y":"jS F Y"},"Validation":{"Address Format":"Address Format","Country":"Country","Allowed values":"Allowed values","Bundle":"Bundle","Complex data":"Complex data","Count":"Count","Entity type":"Entity type","Length":"Length","Primitive type":"Primitive type","Range":"Range","Entity Reference valid reference":"Entity Reference valid reference","User name":"User name","User name unique":"User name unique","Entity changed":"Entity changed","Comment author name":"Comment author name","Link data valid for link type.":"Link data valid for link type.","User email unique":"User email unique","Entity Reference reference access":"Entity Reference reference access","Email":"Email","Regex":"Regex","Feed title":"Feed title","Feed URL":"Feed URL","Forum leaf":"Forum leaf","Link URI can be accessed by the user.":"Link URI can be accessed by the user.","User email required":"User email required","No dangerous external protocols":"No dangerous external protocols","No broken internal links":"No broken internal links","Password required for protected field change":"Password required for protected field change","NotNull":"NotNull","Null":"Null","File URI":"File URI","Unique field constraint":"Unique field constraint","File Validation":"File Validation","Valid moderation state":"Valid moderation state","Universally Unique Identifier":"Universally Unique Identifier","Book outline.":"Book outline.","Datetime format valid for datetime type.":"Datetime format valid for datetime type.","Menu settings.":"Menu settings.","Path alias.":"Path alias.","Entity untranslatable fields":"Entity untranslatable fields","Entity has field":"Entity has field","Content translation synchronized fields":"Content translation synchronized fields","Telephone":"Telephone","oEmbed resource":"oEmbed resource","Deleted workspace":"Deleted workspace","Entity workspace conflict":"Entity workspace conflict","Entity Reference Supported New Entities":"Entity Reference Supported New Entities","Currency":"Currency"},"Address label":{"Cedex":"Cedex","Street address":"Street address","Street address line 2":"Street address line 2","Company":"Company","Postal code":"Postal code","Sorting code":"Sorting code","Address line 1":"Address line 1","Address line 2":"Address line 2","Area":"Area","County":"County","Department":"Department","District":"District","Emirate":"Emirate","Island":"Island","Prefecture":"Prefecture","Province":"Province","State":"State","City":"City","Post town":"Post town","Neighborhood":"Neighborhood","Village township":"Village township","Suburb":"Suburb","Zip code":"Zip code","First name":"First name","Middle name":"Middle name","Last name":"Last name","Do si":"Do si","Oblast":"Oblast","Parish":"Parish","Pin code":"Pin code","Townland":"Townland","Eircode":"Eircode","Dependent locality (e.g. Neighbourhood)":"Dependent locality (e.g. Neighbourhood)","Locality (e.g. City)":"Locality (e.g. City)","Administrative area (e.g. State or Province)":"Administrative area (e.g. State or Province)"},"decimal places":{"Scale":"Scale"},"Long month name":{"January":"January","February":"February","March":"March","April":"April","June":"June","July":"July","August":"August","September":"September","October":"October","November":"November","December":"December","May":"May"},"Font weight":{"Strong":"Strong"},"ampm":{"am":"am","pm":"pm"},"Sort order":{"Default sort":"Default sort","Date":"Date","Numerical":"Numerical","Alphabetical":"Alphabetical","Order":"Order"},"Text alignment":{"Left":"Left","Center":"Center","Right":"Right"},"Entity type group":{"Content":"Content","Other":"Other","Configuration":"Configuration"},"With components":{"Extend":"Extend"},"Abbreviated month name":{"Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","May":"May","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec"},"Abbreviated weekday":{"Sun":"Sun","Mon":"Mon","Tue":"Tue","Wed":"Wed","Thu":"Thu","Fri":"Fri","Sat":"Sat","Su":"Su","Mo":"Mo","Tu":"Tu","We":"We","Th":"Th","Fr":"Fr","Sa":"Sa"},"Abbreviated 1 letter weekday Sunday":{"S":"S"},"Abbreviated 1 letter weekday Monday":{"M":"M"},"Abbreviated 1 letter weekday Tuesday":{"T":"T"},"Abbreviated 1 letter weekday Wednesday":{"W":"W"},"Abbreviated 1 letter weekday Thursday":{"T":"T"},"Abbreviated 1 letter weekday Friday":{"F":"F"},"Abbreviated 1 letter weekday Saturday":{"S":"S"},"Plural":{"Disabled":"Disabled","Enabled":"Enabled"},"View entity type":{"View":"View","Views":"Views","view":"view","views":"views"},"Entity type label":{"@count @label\\u0003@count @label entities":"@count @label\\u0003@count @label entities"},"Commerce":{"Order":"Order","Promotion":"Promotion","Store":"Store","Order type":"Order type","Store type":"Store type","order":"order","promotion":"promotion","store":"store","orders":"orders","promotions":"promotions","stores":"stores"},"workflow state":{"Draft":"Draft","Needs payment":"Needs payment","Failed":"Failed","Completed":"Completed","Canceled":"Canceled","New":"New","Pending":"Pending","Active":"Active","Suspended":"Suspended","Expired":"Expired","Revoked":"Revoked"},"Examined":{"Checked":"Checked"},"items to index":{"all":"all"},"materio":{"Linked materials":"Linked materials","Folder delete":"Folder delete","Please confirm the definitive deletion of {name} ?":"Please confirm the definitive deletion of {name} ?","My folders":"My folders"},"workflow transition":{"Place order":"Place order","Suspend":"Suspend","Expire":"Expire","Revoke":"Revoke","Cancel":"Cancel","Mark as failed":"Mark as failed"}}')}},t={};function i(a){if(t[a])return t[a].exports;var o=t[a]={exports:{}};return e[a].call(o.exports,o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var a in t)i.o(t,a)&&!i.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{"use strict";var e=y(i(2286)),t=y(i(9186)),a=y(i(9232)),o=y(i(412)),r=y(i(9787)),n=y(i(5914)),s=i(2229),l=y(i(628)),u=y(i(1014));i(5308);var c=y(i(7415)),d=y(i(8537)),p=y(i(7749)),m=y(i(1409)),h=y(i(7534)),f=y(i(7338)),g=i(7155);i(5992),i(6554),i(3976);var b=i(4402);function y(e){return e&&e.__esModule?e:{default:e}}function w(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function v(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?w(Object(i),!0).forEach((function(t){_(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):w(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}function _(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}e.default.use(t.default,{props:{spinner:"spiral"}}),e.default.use(a.default),e.default.use(o.default,{dialog:!0}),e.default.use(l.default),e.default.use(u.default,{}),e.default.use(c.default),function(t,i,a){var o,l,u,c,y,w;w=i.path.isFront,-1===a.route_name.indexOf("commerce")&&-1===a.route_name.indexOf("flagging_collection")&&-1===a.route_name.indexOf("user")&&((0,s.loadLanguageAsync)(a.lang_code).then((function(){})),r.default.dispatch("Showrooms/getItems"),n.default.beforeEach((function(e,t,i){var a,o,n=null;switch(e.name){case"home":n=null;break;case"article":n=!1;break;default:n=e.name}!1!==n&&r.default.commit("Common/setPagetitle",n);for(var s=document.querySelector("body").classList,l=[],u=0;u<s.length;u++)s[u].startsWith("path-")&&l.push(s[u]);(a=document.querySelector("body").classList).remove.apply(a,l);var c,d,p,m=[];if("home"===e.name)m.push("path-home");else for(var h,f=e.path.replace(/^\//,"").replace(/^\D{2,3}\//,"").split("/"),g=0;g<f.length;g++)0===g?h="path-"+f[g]:""!==f[g]&&(h=m[g-1]+"-"+f[g]),m.push(h);(o=document.querySelector("body").classList).add.apply(o,m),c=e.path,d=document.querySelectorAll("#block-languageswitcher a.language-link"),p={path:c},b.MA.post("materio_decoupled/path_translation_links?",p).then((function(e){var t=e.data;t.error&&console.warn("error getting translation paths",t.error),d.forEach((function(e,i){var a=e.getAttribute("hreflang");e.setAttribute("href",t.links[a].url),e.setAttribute("data-drupal-link-system-path",t.links[a].sys_path),e.innerHTML=t.links[a].title}))})).catch((function(e){console.warn("Path translations links",e)})),r.default.dispatch("Common/openCloseHamMenu",!1),i()})),new e.default({store:r.default,i18n:s.i18n,router:n.default,el:"#block-sitebranding",methods:{onclick:function(e){var t=e.target.getAttribute("href");this.$router.push(t)}}}),o=document.querySelector("#block-pagetitle"),l=o.querySelector("h2"),u=l.innerText,w||r.default.commit("Common/setPagetitle",u),l.innerText="{{ pagetitle }}",new e.default({store:r.default,i18n:s.i18n,router:n.default,el:o,computed:v({},(0,g.mapState)({pagetitle:function(e){return e.Common.pagetitle}}))}),c="block-header",y=document.querySelector("#"+c).outerHTML,new e.default({store:r.default,i18n:s.i18n,router:n.default,render:function(e){return e(f.default,{props:{id:c,dom_html:y}})}}).$mount("#"+c),document.querySelector("input#header-block-right-toggle").addEventListener("change",(function(e){r.default.dispatch("Common/openCloseHamMenu",e.currentTarget.checked)})),function(){var t="main-content",a=document.querySelector("#"+t).innerHTML;new e.default({store:r.default,i18n:s.i18n,metaInfo:{title:"materiO'",titleTemplate:"%s | materiO'"},render:function(e){return e(p.default,{props:{id:t,html:a,isfront:i.path.isFront}})}}).$mount("#"+t)}(),function(){var t="block-materiosapisearchblock",i=document.getElementById(t),a=null;i?a=i.innerHTML:((i=document.createElement("div")).setAttribute("id",t),document.getElementById("header-bottom").appendChild(i)),new e.default({store:r.default,i18n:s.i18n,render:function(e){return e(m.default,{props:{blockid:t,formhtml:a}})}}).$mount("#"+t)}(),function(){var t="content-left";new e.default({store:r.default,i18n:s.i18n,render:function(e){return e(h.default,{props:{id:t}})}}).$mount("#"+t)}()),function(){var t,a=0!==i.user.uid?"block-userblock":"block-userlogin",o={title:"",loginblock:""};switch(a){case"block-userlogin":t=document.getElementById(a),o.loginblock=t.outerHTML.trim()}new e.default({store:r.default,i18n:s.i18n,created:function(){0!==i.user.uid&&(this.$store.commit("User/setUid",i.user.uid),this.$store.dispatch("User/getUser"))},render:function(e){return e(d.default,{props:o})}}).$mount("#"+a)}()}(Drupal,drupalSettings,drupalDecoupled)})()})();